From 2725cc033ebe7da9968852a1a8438862308417a7 Mon Sep 17 00:00:00 2001 From: Harshvardhan Pandit Date: Wed, 25 May 2022 21:52:56 +0100 Subject: [PATCH] v0.7: new concepts Context, Processing v0.7 adds some concepts to the Context, Processing, Purposes, and DPV-PD modules. It fixes minor issues: missing '#' in preferred namespace URI (thanks to Beatriz Esteves @besteves and Pat McBennett @pmcb55); addition "<" in concept tables. The documentation generator has some minor error handling changes added whereby the running script will print message and the error code. --- documentation-generator/902_rdf.sh | 1 + documentation-generator/999_all.sh | 35 +- .../jinja2_resources/links_label.json | 2 +- .../jinja2_resources/macro_term_table.jinja2 | 2 +- .../jinja2_resources/template_dpv.jinja2 | 4 +- .../jinja2_resources/template_dpv_gdpr.jinja2 | 4 +- .../template_dpv_gdpr_owl.jinja2 | 4 +- .../template_dpv_gdpr_skos.jinja2 | 4 +- .../template_dpv_legal.jinja2 | 4 +- .../template_dpv_legal_owl.jinja2 | 4 +- .../template_dpv_legal_skos.jinja2 | 4 +- .../jinja2_resources/template_dpv_owl.jinja2 | 4 +- .../jinja2_resources/template_dpv_pd.jinja2 | 4 +- .../template_dpv_pd_owl.jinja2 | 4 +- .../template_dpv_pd_skos.jinja2 | 4 +- .../jinja2_resources/template_dpv_skos.jinja2 | 4 +- documentation-generator/logs/902.txt | 8784 ++++-- documentation-generator/logs/903.txt | 105 +- documentation-generator/logs/changelog.txt | 152 +- .../logs/validation_report.txt | 12 +- .../ontology_metadata/dpv-gdpr.ttl | 6 +- .../ontology_metadata/dpv-legal.ttl | 6 +- .../ontology_metadata/dpv-owl-gdpr.ttl | 6 +- .../ontology_metadata/dpv-owl-legal.ttl | 6 +- .../ontology_metadata/dpv-owl-pd.ttl | 6 +- .../ontology_metadata/dpv-owl.ttl | 6 +- .../ontology_metadata/dpv-pd.ttl | 6 +- .../ontology_metadata/dpv-skos-gdpr.ttl | 6 +- .../ontology_metadata/dpv-skos-legal.ttl | 6 +- .../ontology_metadata/dpv-skos-pd.ttl | 6 +- .../ontology_metadata/dpv-skos.ttl | 6 +- .../ontology_metadata/dpv.ttl | 6 +- documentation-generator/vocab_csv/Context.csv | 45 +- .../vocab_csv/Context_properties.csv | 8 +- .../vocab_csv/Entities_DataSubject.csv | 5 +- .../vocab_csv/Processing.csv | 15 +- .../vocab_csv/ProcessingContext.csv | 46 +- .../ProcessingContext_properties.csv | 3 +- documentation-generator/vocab_csv/Purpose.csv | 15 +- .../vocab_csv/Risk_properties.csv | 4 +- .../TechnicalOrganisationalMeasure.csv | 7 +- documentation-generator/vocab_csv/dpv-pd.csv | 49 +- dpv-gdpr/dpv-gdpr.html | 114 +- dpv-gdpr/dpv-gdpr.jsonld | 2026 +- dpv-gdpr/dpv-gdpr.n3 | 6 +- dpv-gdpr/dpv-gdpr.rdf | 1266 +- dpv-gdpr/dpv-gdpr.ttl | 6 +- dpv-gdpr/index.html | 114 +- dpv-gdpr/modules/data_transfers.jsonld | 232 +- dpv-gdpr/modules/data_transfers.rdf | 96 +- dpv-gdpr/modules/legal_basis.jsonld | 918 +- dpv-gdpr/modules/legal_basis.rdf | 480 +- dpv-gdpr/modules/rights.jsonld | 80 +- dpv-gdpr/modules/rights.rdf | 120 +- dpv-legal/dpv-legal.html | 4 +- dpv-legal/dpv-legal.jsonld | 22344 ++++++------- dpv-legal/dpv-legal.n3 | 6 +- dpv-legal/dpv-legal.rdf | 11462 +++---- dpv-legal/dpv-legal.ttl | 6 +- dpv-legal/index.html | 4 +- dpv-legal/modules/authorities.jsonld | 1960 +- dpv-legal/modules/authorities.rdf | 936 +- dpv-legal/modules/eu_adequacy.jsonld | 318 +- dpv-legal/modules/eu_adequacy.rdf | 270 +- dpv-legal/modules/eu_eea.jsonld | 680 +- dpv-legal/modules/eu_eea.rdf | 220 +- dpv-legal/modules/laws.jsonld | 1522 +- dpv-legal/modules/laws.rdf | 616 +- dpv-legal/modules/locations.jsonld | 11900 +++---- dpv-legal/modules/locations.rdf | 5546 ++-- dpv-legal/modules/ontology.jsonld | 28 +- dpv-legal/modules/ontology.rdf | 16 +- dpv-owl/dpv-gdpr/dpv-gdpr.html | 4 +- dpv-owl/dpv-gdpr/dpv-gdpr.jsonld | 1474 +- dpv-owl/dpv-gdpr/dpv-gdpr.n3 | 6 +- dpv-owl/dpv-gdpr/dpv-gdpr.rdf | 1034 +- dpv-owl/dpv-gdpr/dpv-gdpr.ttl | 6 +- dpv-owl/dpv-gdpr/index.html | 4 +- .../dpv-gdpr/modules/data_transfers.jsonld | 76 +- dpv-owl/dpv-gdpr/modules/data_transfers.rdf | 90 +- dpv-owl/dpv-gdpr/modules/legal_basis.jsonld | 634 +- dpv-owl/dpv-gdpr/modules/legal_basis.rdf | 396 +- dpv-owl/dpv-gdpr/modules/rights.jsonld | 88 +- dpv-owl/dpv-gdpr/modules/rights.rdf | 96 +- dpv-owl/dpv-legal/dpv-legal.html | 16 +- dpv-owl/dpv-legal/dpv-legal.jsonld | 22758 +++++++------- dpv-owl/dpv-legal/dpv-legal.n3 | 6 +- dpv-owl/dpv-legal/dpv-legal.rdf | 11948 +++---- dpv-owl/dpv-legal/dpv-legal.ttl | 6 +- dpv-owl/dpv-legal/index.html | 16 +- dpv-owl/dpv-legal/modules/authorities.jsonld | 2216 +- dpv-owl/dpv-legal/modules/authorities.rdf | 882 +- dpv-owl/dpv-legal/modules/eu_adequacy.jsonld | 234 +- dpv-owl/dpv-legal/modules/eu_adequacy.rdf | 256 +- dpv-owl/dpv-legal/modules/eu_eea.jsonld | 906 +- dpv-owl/dpv-legal/modules/eu_eea.rdf | 328 +- dpv-owl/dpv-legal/modules/laws.jsonld | 1408 +- dpv-owl/dpv-legal/modules/laws.rdf | 528 +- dpv-owl/dpv-legal/modules/locations.jsonld | 12856 ++++---- dpv-owl/dpv-legal/modules/locations.rdf | 7010 ++--- dpv-owl/dpv-legal/modules/ontology.jsonld | 28 +- dpv-owl/dpv-legal/modules/ontology.rdf | 28 +- dpv-owl/dpv-pd/dpv-pd.html | 732 +- dpv-owl/dpv-pd/dpv-pd.jsonld | 3032 +- dpv-owl/dpv-pd/dpv-pd.n3 | 350 +- dpv-owl/dpv-pd/dpv-pd.rdf | 1742 +- dpv-owl/dpv-pd/dpv-pd.ttl | 350 +- dpv-owl/dpv-pd/index.html | 732 +- dpv-owl/dpv-pd/proposed.json | 2 +- dpv-owl/dpv.html | 1271 +- dpv-owl/dpv.jsonld | 10742 ++++--- dpv-owl/dpv.n3 | 460 +- dpv-owl/dpv.rdf | 6359 ++-- dpv-owl/dpv.ttl | 460 +- dpv-owl/index.html | 1271 +- dpv-owl/modules/base.jsonld | 524 +- dpv-owl/modules/base.rdf | 280 +- dpv-owl/modules/consent.jsonld | 144 +- dpv-owl/modules/consent.rdf | 102 +- dpv-owl/modules/context.jsonld | 1703 +- dpv-owl/modules/context.n3 | 197 + dpv-owl/modules/context.rdf | 486 +- dpv-owl/modules/context.ttl | 197 + dpv-owl/modules/entities.jsonld | 210 +- dpv-owl/modules/entities.rdf | 142 +- dpv-owl/modules/entities_authority.jsonld | 144 +- dpv-owl/modules/entities_authority.rdf | 72 +- dpv-owl/modules/entities_datasubject.jsonld | 386 +- dpv-owl/modules/entities_datasubject.rdf | 178 +- dpv-owl/modules/entities_legalrole.jsonld | 426 +- dpv-owl/modules/entities_legalrole.rdf | 224 +- dpv-owl/modules/entities_organisation.jsonld | 90 +- dpv-owl/modules/entities_organisation.rdf | 74 +- dpv-owl/modules/jurisdiction.jsonld | 206 +- dpv-owl/modules/jurisdiction.rdf | 130 +- dpv-owl/modules/legal_basis.jsonld | 254 +- dpv-owl/modules/legal_basis.rdf | 178 +- dpv-owl/modules/personal_data.jsonld | 260 +- dpv-owl/modules/personal_data.rdf | 150 +- dpv-owl/modules/processing.jsonld | 600 +- dpv-owl/modules/processing.n3 | 63 +- dpv-owl/modules/processing.rdf | 352 +- dpv-owl/modules/processing.ttl | 63 +- dpv-owl/modules/processing_context.jsonld | 300 +- dpv-owl/modules/processing_context.n3 | 1 + dpv-owl/modules/processing_context.rdf | 189 +- dpv-owl/modules/processing_context.ttl | 1 + dpv-owl/modules/purposes.jsonld | 1807 +- dpv-owl/modules/purposes.n3 | 145 +- dpv-owl/modules/purposes.rdf | 898 +- dpv-owl/modules/purposes.ttl | 145 +- dpv-owl/modules/risk.jsonld | 416 +- dpv-owl/modules/risk.n3 | 4 +- dpv-owl/modules/risk.rdf | 250 +- dpv-owl/modules/risk.ttl | 4 +- .../technical_organisational_measures.jsonld | 1002 +- .../technical_organisational_measures.rdf | 654 +- dpv-owl/proposed.json | 2 +- dpv-pd/dpv-pd.html | 1006 +- dpv-pd/dpv-pd.jsonld | 4800 +-- dpv-pd/dpv-pd.n3 | 396 +- dpv-pd/dpv-pd.rdf | 2238 +- dpv-pd/dpv-pd.ttl | 396 +- dpv-pd/index.html | 1006 +- dpv-pd/proposed.json | 2 +- dpv-skos/dpv-gdpr/dpv-gdpr.html | 4 +- dpv-skos/dpv-gdpr/dpv-gdpr.jsonld | 2106 +- dpv-skos/dpv-gdpr/dpv-gdpr.n3 | 6 +- dpv-skos/dpv-gdpr/dpv-gdpr.rdf | 1370 +- dpv-skos/dpv-gdpr/dpv-gdpr.ttl | 6 +- dpv-skos/dpv-gdpr/index.html | 4 +- .../dpv-gdpr/modules/data_transfers.jsonld | 212 +- dpv-skos/dpv-gdpr/modules/data_transfers.rdf | 118 +- dpv-skos/dpv-gdpr/modules/legal_basis.jsonld | 866 +- dpv-skos/dpv-gdpr/modules/legal_basis.rdf | 476 +- dpv-skos/dpv-gdpr/modules/rights.jsonld | 194 +- dpv-skos/dpv-gdpr/modules/rights.rdf | 112 +- dpv-skos/dpv-legal/dpv-legal.html | 4 +- dpv-skos/dpv-legal/dpv-legal.jsonld | 25838 ++++++++-------- dpv-skos/dpv-legal/dpv-legal.n3 | 6 +- dpv-skos/dpv-legal/dpv-legal.rdf | 12604 ++++---- dpv-skos/dpv-legal/dpv-legal.ttl | 6 +- dpv-skos/dpv-legal/index.html | 4 +- dpv-skos/dpv-legal/modules/authorities.jsonld | 1736 +- dpv-skos/dpv-legal/modules/authorities.rdf | 908 +- dpv-skos/dpv-legal/modules/eu_adequacy.jsonld | 318 +- dpv-skos/dpv-legal/modules/eu_adequacy.rdf | 254 +- dpv-skos/dpv-legal/modules/eu_eea.jsonld | 1144 +- dpv-skos/dpv-legal/modules/eu_eea.rdf | 276 +- dpv-skos/dpv-legal/modules/laws.jsonld | 1428 +- dpv-skos/dpv-legal/modules/laws.rdf | 554 +- dpv-skos/dpv-legal/modules/locations.jsonld | 16230 +++++----- dpv-skos/dpv-legal/modules/locations.rdf | 7130 ++--- dpv-skos/dpv-legal/modules/ontology.jsonld | 28 +- dpv-skos/dpv-legal/modules/ontology.rdf | 28 +- dpv-skos/dpv-pd/dpv-pd.html | 778 +- dpv-skos/dpv-pd/dpv-pd.jsonld | 4572 +-- dpv-skos/dpv-pd/dpv-pd.n3 | 224 +- dpv-skos/dpv-pd/dpv-pd.rdf | 2072 +- dpv-skos/dpv-pd/dpv-pd.ttl | 224 +- dpv-skos/dpv-pd/index.html | 778 +- dpv-skos/dpv-pd/proposed.json | 2 +- dpv-skos/dpv.html | 1417 +- dpv-skos/dpv.jsonld | 15097 +++++---- dpv-skos/dpv.n3 | 391 +- dpv-skos/dpv.rdf | 8078 ++--- dpv-skos/dpv.ttl | 391 +- dpv-skos/index.html | 1417 +- dpv-skos/modules/base.jsonld | 764 +- dpv-skos/modules/base.rdf | 344 +- dpv-skos/modules/consent.jsonld | 230 +- dpv-skos/modules/consent.rdf | 130 +- dpv-skos/modules/context.jsonld | 1785 +- dpv-skos/modules/context.n3 | 253 +- dpv-skos/modules/context.rdf | 538 +- dpv-skos/modules/context.ttl | 253 +- dpv-skos/modules/entities.jsonld | 302 +- dpv-skos/modules/entities.rdf | 138 +- dpv-skos/modules/entities_authority.jsonld | 96 +- dpv-skos/modules/entities_authority.rdf | 56 +- dpv-skos/modules/entities_datasubject.jsonld | 548 +- dpv-skos/modules/entities_datasubject.rdf | 222 +- dpv-skos/modules/entities_legalrole.jsonld | 640 +- dpv-skos/modules/entities_legalrole.rdf | 256 +- dpv-skos/modules/entities_organisation.jsonld | 178 +- dpv-skos/modules/entities_organisation.rdf | 96 +- dpv-skos/modules/jurisdiction.jsonld | 348 +- dpv-skos/modules/jurisdiction.rdf | 154 +- dpv-skos/modules/legal_basis.jsonld | 340 +- dpv-skos/modules/legal_basis.rdf | 200 +- dpv-skos/modules/personal_data.jsonld | 312 +- dpv-skos/modules/personal_data.rdf | 160 +- dpv-skos/modules/processing.jsonld | 843 +- dpv-skos/modules/processing.n3 | 38 + dpv-skos/modules/processing.rdf | 377 +- dpv-skos/modules/processing.ttl | 38 + dpv-skos/modules/processing_context.jsonld | 412 +- dpv-skos/modules/processing_context.n3 | 1 + dpv-skos/modules/processing_context.rdf | 213 +- dpv-skos/modules/processing_context.ttl | 1 + dpv-skos/modules/purposes.jsonld | 2164 +- dpv-skos/modules/purposes.n3 | 60 + dpv-skos/modules/purposes.rdf | 1033 +- dpv-skos/modules/purposes.ttl | 60 + dpv-skos/modules/risk.jsonld | 574 +- dpv-skos/modules/risk.n3 | 4 +- dpv-skos/modules/risk.rdf | 264 +- dpv-skos/modules/risk.ttl | 4 +- .../technical_organisational_measures.jsonld | 1522 +- .../technical_organisational_measures.rdf | 736 +- dpv-skos/proposed.json | 2 +- dpv/changelog.html | 80 +- dpv/dpv.html | 1857 +- dpv/dpv.jsonld | 14174 +++++---- dpv/dpv.n3 | 560 +- dpv/dpv.rdf | 7591 ++--- dpv/dpv.ttl | 560 +- dpv/index.html | 1857 +- dpv/modules/base.jsonld | 908 +- dpv/modules/base.rdf | 370 +- dpv/modules/consent.jsonld | 308 +- dpv/modules/consent.rdf | 138 +- dpv/modules/context.jsonld | 1810 +- dpv/modules/context.n3 | 238 +- dpv/modules/context.rdf | 609 +- dpv/modules/context.ttl | 238 +- dpv/modules/entities.jsonld | 380 +- dpv/modules/entities.rdf | 140 +- dpv/modules/entities_authority.jsonld | 206 +- dpv/modules/entities_authority.rdf | 108 +- dpv/modules/entities_datasubject.jsonld | 692 +- dpv/modules/entities_datasubject.rdf | 280 +- dpv/modules/entities_legalrole.jsonld | 838 +- dpv/modules/entities_legalrole.rdf | 304 +- dpv/modules/entities_organisation.jsonld | 326 +- dpv/modules/entities_organisation.rdf | 134 +- dpv/modules/jurisdiction.jsonld | 412 +- dpv/modules/jurisdiction.rdf | 156 +- dpv/modules/legal_basis.jsonld | 510 +- dpv/modules/legal_basis.rdf | 220 +- dpv/modules/personal_data.jsonld | 416 +- dpv/modules/personal_data.rdf | 198 +- dpv/modules/processing.jsonld | 944 +- dpv/modules/processing.n3 | 71 +- dpv/modules/processing.rdf | 442 +- dpv/modules/processing.ttl | 71 +- dpv/modules/processing_context.jsonld | 606 +- dpv/modules/processing_context.n3 | 1 + dpv/modules/processing_context.rdf | 211 +- dpv/modules/processing_context.ttl | 1 + dpv/modules/purposes.jsonld | 2367 +- dpv/modules/purposes.n3 | 161 +- dpv/modules/purposes.rdf | 1022 +- dpv/modules/purposes.ttl | 161 +- dpv/modules/risk.jsonld | 728 +- dpv/modules/risk.n3 | 4 +- dpv/modules/risk.rdf | 296 +- dpv/modules/risk.ttl | 4 +- .../technical_organisational_measures.jsonld | 1572 +- .../technical_organisational_measures.rdf | 736 +- dpv/proposed.json | 2 +- 301 files changed, 197787 insertions(+), 163375 deletions(-) diff --git a/documentation-generator/902_rdf.sh b/documentation-generator/902_rdf.sh index e44c0a10f..a48910dc4 100755 --- a/documentation-generator/902_rdf.sh +++ b/documentation-generator/902_rdf.sh @@ -7,6 +7,7 @@ CHECK_ERROR() { retval=$? if [ $retval -ne 0 ]; then echo "Error" + echo $retval exit 1; fi } diff --git a/documentation-generator/999_all.sh b/documentation-generator/999_all.sh index f3a349d66..29076960a 100755 --- a/documentation-generator/999_all.sh +++ b/documentation-generator/999_all.sh @@ -3,16 +3,39 @@ #execute all DPV generation scripts +CHECK_ERROR() { + retval=$? + if [ $retval -ne 0 ]; then + echo "Error" + echo $retval + exit 1; + fi +} + # Step1: download files # ./001_download_vocab_in_csv.py +echo "Step1: download files ...SKIPPED" # Step2: generate RDF -./002_parse_csv_to_rdf.py -./002_parse_csv_to_rdf_skos.py -./002_parse_csv_to_rdf_owl.py +echo -n "Step2: generate RDF files ..." +./902_rdf.sh > logs/902.txt 2>&1 +CHECK_ERROR +echo "DONE" + +# Step2.5: validate using SHACL +echo -n "Step2.5: validate using SHACL ..." +./verify_002.py > logs/validation_report.txt 2>&1 +CHECK_ERROR +echo "DONE" # Step3: generate HTML -./003_generate_respec_html.py -./003_generate_respec_html_skos.py -./003_generate_respec_html_owl.py +echo -n "Step3: generate HTML ..." +./903_html.sh > logs/903.txt 2>&1 +CHECK_ERROR +echo "DONE" +# Step4: generate changelog +echo -n "Step4: generate changelog ..." +./changelog.py > logs/changelog.txt 2>&1 +CHECK_ERROR +echo "DONE" \ No newline at end of file diff --git a/documentation-generator/jinja2_resources/links_label.json b/documentation-generator/jinja2_resources/links_label.json index 863bfd86f..ed1590add 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.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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "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://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"} \ 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.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://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj": "GDPR Art.4-2", "https://specialprivacy.ercim.eu/vocabs/processing": "SPECIAL Project", "https://ec.europa.eu/newsroom/article29/items/611236": "A29WP WP 248 rev.01 Guideliens on DPIA", "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://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"} \ No newline at end of file diff --git a/documentation-generator/jinja2_resources/macro_term_table.jinja2 b/documentation-generator/jinja2_resources/macro_term_table.jinja2 index be0638272..b416ec84a 100644 --- a/documentation-generator/jinja2_resources/macro_term_table.jinja2 +++ b/documentation-generator/jinja2_resources/macro_term_table.jinja2 @@ -11,7 +11,7 @@

{{term.skos_prefLabel}}

- < + diff --git a/documentation-generator/jinja2_resources/template_dpv.jinja2 b/documentation-generator/jinja2_resources/template_dpv.jinja2 index ba5521219..e69e9490c 100644 --- a/documentation-generator/jinja2_resources/template_dpv.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv", title: "Data Privacy Vocabulary (DPV)", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 index dc465a5db..007718f7c 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-gdpr", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 index 905483196..dbc55708d 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_owl.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-gdpr", diff --git a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 index 00068d6a5..4736e2bf2 100644 --- a/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_gdpr_skos.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpvs-gdpr", title: "DPVS-GDPR: GDPR Extension for DPV-SKOS", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-gdpr", diff --git a/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 index f6a385cfb..5c5983e26 100644 --- a/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_legal.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2 index 52619b248..b309e26ad 100644 --- a/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_legal_owl.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2 index 646f1bc4b..842dff0d5 100644 --- a/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_legal_skos.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 index 854535dd1..6a5f3cd6e 100644 --- a/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_owl.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpvo", title: "DPV-OWL: Data Privacy Vocabulary (DPV) in OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 index 6b628456a..e1c3134a5 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv-pd", title: "DPV-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-pd", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 index 2441eba55..497bdd440 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd_owl.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-pd", diff --git a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 index 3db73ac14..9a76e3148 100644 --- a/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_pd_skos.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpvs-pd", title: "DPVS-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-pd", diff --git a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 index e933f00d8..f34f6eea4 100644 --- a/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 +++ b/documentation-generator/jinja2_resources/template_dpv_skos.jinja2 @@ -12,8 +12,8 @@ var respecConfig = { shortName: "dpv", title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos", diff --git a/documentation-generator/logs/902.txt b/documentation-generator/logs/902.txt index 25904a4e2..49acd6b44 100644 --- a/documentation-generator/logs/902.txt +++ b/documentation-generator/logs/902.txt @@ -1,2477 +1,6307 @@ -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing base module -DEBUG - :: 413 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 241 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 241 - PersonalData -DEBUG - add_triples_for_classes :: 241 - Processing -DEBUG - add_triples_for_classes :: 241 - Purpose -DEBUG - add_triples_for_classes :: 241 - Recipient -DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - LegalBasis -DEBUG - add_triples_for_classes :: 241 - DataSubject -DEBUG - add_triples_for_classes :: 241 - DataController -DEBUG - add_triples_for_classes :: 241 - Right -DEBUG - add_triples_for_classes :: 241 - DataSubjectRight -DEBUG - add_triples_for_classes :: 241 - Risk -DEBUG - :: 419 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 282 - hasPersonalData -DEBUG - add_triples_for_properties :: 282 - hasProcessing -DEBUG - add_triples_for_properties :: 282 - hasPurpose -DEBUG - add_triples_for_properties :: 282 - hasRecipient -DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - hasLegalBasis -DEBUG - add_triples_for_properties :: 282 - hasDataSubject -DEBUG - add_triples_for_properties :: 282 - hasDataController -DEBUG - add_triples_for_properties :: 282 - hasRight -DEBUG - add_triples_for_properties :: 282 - hasRisk -DEBUG - add_triples_for_properties :: 282 - hasPersonalDataHandling -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/base.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing personal_data module -DEBUG - :: 413 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 241 - PersonalData -DEBUG - add_triples_for_classes :: 241 - AnonymisedData -DEBUG - add_triples_for_classes :: 241 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 241 - InferredPersonalData -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 241 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 241 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 241 - Data -DEBUG - add_triples_for_classes :: 241 - NonPersonalData -DEBUG - :: 419 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 282 - hasPersonalData -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/personal_data.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing purposes module -DEBUG - :: 413 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 241 - Purpose -DEBUG - add_triples_for_classes :: 241 - AcademicResearch -DEBUG - add_triples_for_classes :: 241 - AccountManagement -DEBUG - add_triples_for_classes :: 241 - Advertising -DEBUG - add_triples_for_classes :: 241 - CommercialResearch -DEBUG - add_triples_for_classes :: 241 - CommunicationManagement -DEBUG - add_triples_for_classes :: 241 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 241 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 241 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 241 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 241 - CustomerCare -DEBUG - add_triples_for_classes :: 241 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 241 - CustomerManagement -DEBUG - add_triples_for_classes :: 241 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 241 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 241 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 241 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 241 - DirectMarketing -DEBUG - add_triples_for_classes :: 241 - DisputeManagement -DEBUG - add_triples_for_classes :: 241 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 241 - EnforceSecurity -DEBUG - add_triples_for_classes :: 241 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 241 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 241 - IdentityVerification -DEBUG - add_triples_for_classes :: 241 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 241 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 241 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 241 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 241 - LegalCompliance -DEBUG - add_triples_for_classes :: 241 - Marketing -DEBUG - add_triples_for_classes :: 241 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 241 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 241 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 241 - OptimisationForController -DEBUG - add_triples_for_classes :: 241 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 241 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 241 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 241 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 241 - Payment -DEBUG - add_triples_for_classes :: 241 - Personalisation -DEBUG - add_triples_for_classes :: 241 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 241 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 241 - PublicRelations -DEBUG - add_triples_for_classes :: 241 - RecordManagement -DEBUG - add_triples_for_classes :: 241 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 241 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 241 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 241 - Sector -DEBUG - add_triples_for_classes :: 241 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 241 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 241 - SellProducts -DEBUG - add_triples_for_classes :: 241 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 241 - ServiceOptimization -DEBUG - add_triples_for_classes :: 241 - ServicePersonalization -DEBUG - add_triples_for_classes :: 241 - ServiceProvision -DEBUG - add_triples_for_classes :: 241 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 241 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 241 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 241 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 241 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 241 - VendorManagement -DEBUG - add_triples_for_classes :: 241 - VendorPayment -DEBUG - add_triples_for_classes :: 241 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 241 - VendorSelectionAssessment -DEBUG - :: 419 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 282 - hasPurpose -DEBUG - add_triples_for_properties :: 282 - hasSector -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/purposes.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing context module -DEBUG - :: 413 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 241 - Context -DEBUG - add_triples_for_classes :: 241 - Importance -DEBUG - add_triples_for_classes :: 241 - PrimaryImportance -DEBUG - add_triples_for_classes :: 241 - SecondaryImportance -DEBUG - add_triples_for_classes :: 241 - Necessity -DEBUG - add_triples_for_classes :: 241 - Required -DEBUG - add_triples_for_classes :: 241 - Optional -DEBUG - add_triples_for_classes :: 241 - NotRequired -DEBUG - add_triples_for_classes :: 241 - Technology -DEBUG - add_triples_for_classes :: 241 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 241 - Consequence -DEBUG - add_triples_for_classes :: 241 - HumanInvolvement -DEBUG - add_triples_for_classes :: 241 - Duration -DEBUG - add_triples_for_classes :: 241 - Frequency -DEBUG - :: 419 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 282 - hasContext -DEBUG - add_triples_for_properties :: 282 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 282 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 282 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 282 - hasConsequence -DEBUG - add_triples_for_properties :: 282 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 282 - hasDuration -DEBUG - add_triples_for_properties :: 282 - hasIdentifier -DEBUG - add_triples_for_properties :: 282 - hasFrequency -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/context.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing processing module -DEBUG - :: 413 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 241 - Processing -DEBUG - add_triples_for_classes :: 241 - Acquire -DEBUG - add_triples_for_classes :: 241 - Adapt -DEBUG - add_triples_for_classes :: 241 - Align -DEBUG - add_triples_for_classes :: 241 - Alter -DEBUG - add_triples_for_classes :: 241 - Analyse -DEBUG - add_triples_for_classes :: 241 - Anonymise -DEBUG - add_triples_for_classes :: 241 - Collect -DEBUG - add_triples_for_classes :: 241 - Combine -DEBUG - add_triples_for_classes :: 241 - Consult -DEBUG - add_triples_for_classes :: 241 - Copy -DEBUG - add_triples_for_classes :: 241 - Derive -DEBUG - add_triples_for_classes :: 241 - Destruct -DEBUG - add_triples_for_classes :: 241 - Disclose -DEBUG - add_triples_for_classes :: 241 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 241 - Disseminate -DEBUG - add_triples_for_classes :: 241 - Erase -DEBUG - add_triples_for_classes :: 241 - MakeAvailable -DEBUG - add_triples_for_classes :: 241 - Move -DEBUG - add_triples_for_classes :: 241 - Obtain -DEBUG - add_triples_for_classes :: 241 - Organise -DEBUG - add_triples_for_classes :: 241 - Profiling -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 241 - Record -DEBUG - add_triples_for_classes :: 241 - Remove -DEBUG - add_triples_for_classes :: 241 - Restrict -DEBUG - add_triples_for_classes :: 241 - Retrieve -DEBUG - add_triples_for_classes :: 241 - Share -DEBUG - add_triples_for_classes :: 241 - Store -DEBUG - add_triples_for_classes :: 241 - Structure -DEBUG - add_triples_for_classes :: 241 - Transfer -DEBUG - add_triples_for_classes :: 241 - Transform -DEBUG - add_triples_for_classes :: 241 - Transmit -DEBUG - add_triples_for_classes :: 241 - Use -DEBUG - :: 419 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 282 - hasProcessing -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing processing_context module -DEBUG - :: 413 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 241 - ProcessingContext -DEBUG - add_triples_for_classes :: 241 - DataSource -DEBUG - add_triples_for_classes :: 241 - PublicDataSource -DEBUG - add_triples_for_classes :: 241 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 241 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 241 - EvaluationScoring -DEBUG - add_triples_for_classes :: 241 - MatchingCombining -DEBUG - add_triples_for_classes :: 241 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 241 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 241 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 241 - StorageDeletion -DEBUG - add_triples_for_classes :: 241 - StorageDuration -DEBUG - add_triples_for_classes :: 241 - StorageLocation -DEBUG - add_triples_for_classes :: 241 - StorageRestoration -DEBUG - add_triples_for_classes :: 241 - StorageCondition -DEBUG - :: 419 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 282 - hasDataSource -DEBUG - add_triples_for_properties :: 282 - hasStorage -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/processing_context.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing technical_organisational_measures module -DEBUG - :: 413 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 241 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 241 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 241 - AccessControlMethod -DEBUG - add_triples_for_classes :: 241 - Anonymization -DEBUG - add_triples_for_classes :: 241 - Assessment -DEBUG - add_triples_for_classes :: 241 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 241 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 241 - Certification -DEBUG - add_triples_for_classes :: 241 - CertificationSeal -DEBUG - add_triples_for_classes :: 241 - CodeOfConduct -DEBUG - add_triples_for_classes :: 241 - Consultation -DEBUG - add_triples_for_classes :: 241 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 241 - ContractualTerms -DEBUG - add_triples_for_classes :: 241 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 241 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 241 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 241 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 241 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 241 - DeIdentification -DEBUG - add_triples_for_classes :: 241 - DesignStandard -DEBUG - add_triples_for_classes :: 241 - DPIA -DEBUG - add_triples_for_classes :: 241 - EncryptionInRest -DEBUG - add_triples_for_classes :: 241 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 241 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 241 - ImpactAssessment -DEBUG - add_triples_for_classes :: 241 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 241 - LegalAgreement -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 241 - NDA -DEBUG - add_triples_for_classes :: 241 - Notice -DEBUG - add_triples_for_classes :: 241 - PIA -DEBUG - add_triples_for_classes :: 241 - Policy -DEBUG - add_triples_for_classes :: 241 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 241 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 241 - PrivacyNotice -DEBUG - add_triples_for_classes :: 241 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 241 - Encryption -DEBUG - add_triples_for_classes :: 241 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 241 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 241 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 241 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 241 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 241 - Safeguard -DEBUG - add_triples_for_classes :: 241 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 241 - Seal -DEBUG - add_triples_for_classes :: 241 - SingleSignOn -DEBUG - add_triples_for_classes :: 241 - StaffTraining -DEBUG - add_triples_for_classes :: 241 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 241 - ThirdPartyAgreement -DEBUG - :: 419 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 282 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 282 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 282 - mitigatesRisk -DEBUG - add_triples_for_properties :: 282 - hasPolicy -DEBUG - add_triples_for_properties :: 282 - isPolicyFor -DEBUG - add_triples_for_properties :: 282 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 282 - hasRisk -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/technical_organisational_measures.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing entities module -DEBUG - :: 413 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 241 - LegalEntity -DEBUG - add_triples_for_classes :: 241 - NaturalPerson -DEBUG - add_triples_for_classes :: 241 - DataController -DEBUG - add_triples_for_classes :: 241 - DataProcessor -DEBUG - add_triples_for_classes :: 241 - DataSubProcessor -DEBUG - add_triples_for_classes :: 241 - Recipient -DEBUG - add_triples_for_classes :: 241 - ThirdParty -DEBUG - add_triples_for_classes :: 241 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 241 - DataExporter -DEBUG - add_triples_for_classes :: 241 - DataImporter -DEBUG - add_triples_for_classes :: 241 - JointDataControllers -DEBUG - add_triples_for_classes :: 241 - Representative -DEBUG - add_triples_for_classes :: 241 - Authority -DEBUG - add_triples_for_classes :: 241 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 241 - NationalAuthority -DEBUG - add_triples_for_classes :: 241 - RegionalAuthority -DEBUG - add_triples_for_classes :: 241 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 241 - DataSubject -DEBUG - add_triples_for_classes :: 241 - Organisation -DEBUG - add_triples_for_classes :: 241 - IndustryConsortium -DEBUG - add_triples_for_classes :: 241 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 241 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 241 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 241 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 241 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 241 - Child -DEBUG - add_triples_for_classes :: 241 - VulnerableDataSubject -DEBUG - :: 419 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 282 - hasName -DEBUG - add_triples_for_properties :: 282 - hasAddress -DEBUG - add_triples_for_properties :: 282 - hasContact -DEBUG - add_triples_for_properties :: 282 - hasEntity -DEBUG - add_triples_for_properties :: 282 - hasRepresentative -DEBUG - add_triples_for_properties :: 282 - hasRecipient -DEBUG - add_triples_for_properties :: 282 - hasDataSubject -DEBUG - add_triples_for_properties :: 282 - hasDataController -DEBUG - add_triples_for_properties :: 282 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 282 - hasDataProcessor -DEBUG - add_triples_for_properties :: 282 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 282 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 282 - hasDataExporter -DEBUG - add_triples_for_properties :: 282 - hasDataImporter -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/entities.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing jurisdictions module -DEBUG - :: 413 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 241 - Location -DEBUG - add_triples_for_classes :: 241 - Country -DEBUG - add_triples_for_classes :: 241 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 241 - EconomicUnion -DEBUG - add_triples_for_classes :: 241 - Region -DEBUG - add_triples_for_classes :: 241 - Law -DEBUG - add_triples_for_classes :: 241 - ThirdCountry -DEBUG - :: 419 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 282 - hasJurisdiction -DEBUG - add_triples_for_properties :: 282 - hasCountry -DEBUG - add_triples_for_properties :: 282 - hasAuthority -DEBUG - add_triples_for_properties :: 282 - hasLocation -DEBUG - add_triples_for_properties :: 282 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 282 - isAuthorityFor -DEBUG - add_triples_for_properties :: 282 - hasThirdCountry -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/jurisdictions.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing legal_basis module -DEBUG - :: 413 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 241 - LegalBasis -DEBUG - add_triples_for_classes :: 241 - Consent -DEBUG - add_triples_for_classes :: 241 - Contract -DEBUG - add_triples_for_classes :: 241 - ContractPerformance -DEBUG - add_triples_for_classes :: 241 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 241 - EnterIntoContract -DEBUG - add_triples_for_classes :: 241 - LegalObligation -DEBUG - add_triples_for_classes :: 241 - LegitimateInterest -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 241 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 241 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 241 - PublicInterest -DEBUG - add_triples_for_classes :: 241 - VitalInterest -DEBUG - add_triples_for_classes :: 241 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 241 - VitalInterestOfNaturalPerson -DEBUG - :: 419 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 282 - hasLegalBasis -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/legal_basis.jsonld -DEBUG - :: 407 - ------ -DEBUG - :: 408 - Processing consent module -DEBUG - :: 419 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 282 - hasExpiry -DEBUG - add_triples_for_properties :: 282 - hasExpiryTime -DEBUG - add_triples_for_properties :: 282 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 282 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 282 - hasProvisionTime -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 282 - hasProvisionBy -DEBUG - add_triples_for_properties :: 282 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 282 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 282 - hasConsentNotice -DEBUG - add_triples_for_properties :: 282 - isExplicit -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/modules/consent.jsonld -DEBUG - :: 441 - exported proposed terms to ../dpv/proposed.json -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.rdf -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.ttl -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.n3 -INFO - serialize_graph :: 329 - wrote ../dpv/dpv.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing legal_basis module -DEBUG - :: 490 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 241 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 241 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 241 - A6-1-b -DEBUG - add_triples_for_classes :: 241 - A6-1-c -DEBUG - add_triples_for_classes :: 241 - A6-1-d -DEBUG - add_triples_for_classes :: 241 - A6-1-e -DEBUG - add_triples_for_classes :: 241 - A6-1-f -DEBUG - add_triples_for_classes :: 241 - A9-2-a -DEBUG - add_triples_for_classes :: 241 - A9-2-b -DEBUG - add_triples_for_classes :: 241 - A9-2-c -DEBUG - add_triples_for_classes :: 241 - A9-2-d -DEBUG - add_triples_for_classes :: 241 - A9-2-e -DEBUG - add_triples_for_classes :: 241 - A9-2-f -DEBUG - add_triples_for_classes :: 241 - A9-2-g -DEBUG - add_triples_for_classes :: 241 - A9-2-h -DEBUG - add_triples_for_classes :: 241 - A9-2-i -DEBUG - add_triples_for_classes :: 241 - A9-2-j -DEBUG - add_triples_for_classes :: 241 - A45-3 -DEBUG - add_triples_for_classes :: 241 - A46-2-a -DEBUG - add_triples_for_classes :: 241 - A46-2-b -DEBUG - add_triples_for_classes :: 241 - A46-2-c -DEBUG - add_triples_for_classes :: 241 - A46-2-d -DEBUG - add_triples_for_classes :: 241 - A46-2-e -DEBUG - add_triples_for_classes :: 241 - A46-2-f -DEBUG - add_triples_for_classes :: 241 - A46-3-a -DEBUG - add_triples_for_classes :: 241 - A46-3-b -DEBUG - add_triples_for_classes :: 241 - A49-1-a -DEBUG - add_triples_for_classes :: 241 - A49-1-b -DEBUG - add_triples_for_classes :: 241 - A49-1-c -DEBUG - add_triples_for_classes :: 241 - A49-1-d -DEBUG - add_triples_for_classes :: 241 - A49-1-e -DEBUG - add_triples_for_classes :: 241 - A49-1-f -DEBUG - add_triples_for_classes :: 241 - A49-1-g -DEBUG - add_triples_for_classes :: 241 - A49-2 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing rights module -DEBUG - :: 490 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 241 - A13 -DEBUG - add_triples_for_classes :: 241 - A14 -DEBUG - add_triples_for_classes :: 241 - A15 -DEBUG - add_triples_for_classes :: 241 - A16 -DEBUG - add_triples_for_classes :: 241 - A17 -DEBUG - add_triples_for_classes :: 241 - A18 -DEBUG - add_triples_for_classes :: 241 - A19 -DEBUG - add_triples_for_classes :: 241 - A20 -DEBUG - add_triples_for_classes :: 241 - A21 -DEBUG - add_triples_for_classes :: 241 - A22 -DEBUG - add_triples_for_classes :: 241 - A7-3 -DEBUG - add_triples_for_classes :: 241 - A77 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/rights.jsonld -DEBUG - :: 484 - ------ -DEBUG - :: 485 - Processing data_transfers module -DEBUG - :: 490 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 241 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 241 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 241 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 241 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 241 - DataTransferTool -DEBUG - add_triples_for_classes :: 241 - SCCByCommission -DEBUG - add_triples_for_classes :: 241 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 241 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 241 - SupplementaryMeasure -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 519 - no proposed terms in DPV-GDPR -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 541 - ------ -DEBUG - :: 542 - Processing DPV-PD -DEBUG - :: 546 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 241 - Accent -DEBUG - add_triples_for_classes :: 241 - AccountIdentifier -DEBUG - add_triples_for_classes :: 241 - Acquantaince -DEBUG - add_triples_for_classes :: 241 - Age -DEBUG - add_triples_for_classes :: 241 - ApartmentOwned -DEBUG - add_triples_for_classes :: 241 - Association -DEBUG - add_triples_for_classes :: 241 - Attitude -DEBUG - add_triples_for_classes :: 241 - Authenticating -DEBUG - add_triples_for_classes :: 241 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 241 - BankAccount -DEBUG - add_triples_for_classes :: 241 - Behavioral -DEBUG - add_triples_for_classes :: 241 - Biometric -DEBUG - add_triples_for_classes :: 241 - BloodType -DEBUG - add_triples_for_classes :: 241 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 241 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 241 - BrowsingReferral -DEBUG - add_triples_for_classes :: 241 - CallLog -DEBUG - add_triples_for_classes :: 241 - CarOwned -DEBUG - add_triples_for_classes :: 241 - Character -DEBUG - add_triples_for_classes :: 241 - Communication -DEBUG - add_triples_for_classes :: 241 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 241 - Connection -DEBUG - add_triples_for_classes :: 241 - Contact -DEBUG - add_triples_for_classes :: 241 - Country -DEBUG - add_triples_for_classes :: 241 - Credit -DEBUG - add_triples_for_classes :: 241 - CreditCapacity -DEBUG - add_triples_for_classes :: 241 - CreditCardNumber -DEBUG - add_triples_for_classes :: 241 - CreditRecord -DEBUG - add_triples_for_classes :: 241 - CreditScore -DEBUG - add_triples_for_classes :: 241 - CreditStanding -DEBUG - add_triples_for_classes :: 241 - CreditWorthiness -DEBUG - add_triples_for_classes :: 241 - Criminal -DEBUG - add_triples_for_classes :: 241 - CriminalCharge -DEBUG - add_triples_for_classes :: 241 - CriminalConviction -DEBUG - add_triples_for_classes :: 241 - CriminalPardon -DEBUG - add_triples_for_classes :: 241 - Demeanor -DEBUG - add_triples_for_classes :: 241 - Demographic -DEBUG - add_triples_for_classes :: 241 - DeviceApplications -DEBUG - add_triples_for_classes :: 241 - DeviceBased -DEBUG - add_triples_for_classes :: 241 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 241 - DeviceSoftware -DEBUG - add_triples_for_classes :: 241 - Dialect -DEBUG - add_triples_for_classes :: 241 - Disability -DEBUG - add_triples_for_classes :: 241 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 241 - Dislike -DEBUG - add_triples_for_classes :: 241 - Divorce -DEBUG - add_triples_for_classes :: 241 - DNACode -DEBUG - add_triples_for_classes :: 241 - DrugTestResult -DEBUG - add_triples_for_classes :: 241 - EmailAddress -DEBUG - add_triples_for_classes :: 241 - EmailContent -DEBUG - add_triples_for_classes :: 241 - EmploymentHistory -DEBUG - add_triples_for_classes :: 241 - Ethnicity -DEBUG - add_triples_for_classes :: 241 - EthnicOrigin -DEBUG - add_triples_for_classes :: 241 - External -DEBUG - add_triples_for_classes :: 241 - Family -DEBUG - add_triples_for_classes :: 241 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 241 - FamilyStructure -DEBUG - add_triples_for_classes :: 241 - Favorite -DEBUG - add_triples_for_classes :: 241 - FavoriteColor -DEBUG - add_triples_for_classes :: 241 - FavoriteFood -DEBUG - add_triples_for_classes :: 241 - FavoriteMusic -DEBUG - add_triples_for_classes :: 241 - Fetish -DEBUG - add_triples_for_classes :: 241 - Financial -DEBUG - add_triples_for_classes :: 241 - FinancialAccount -DEBUG - add_triples_for_classes :: 241 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 241 - Fingerprint -DEBUG - add_triples_for_classes :: 241 - Friend -DEBUG - add_triples_for_classes :: 241 - Gender -DEBUG - add_triples_for_classes :: 241 - GeneralReputation -DEBUG - add_triples_for_classes :: 241 - Geographic -DEBUG - add_triples_for_classes :: 241 - GPSCoordinate -DEBUG - add_triples_for_classes :: 241 - GroupMembership -DEBUG - add_triples_for_classes :: 241 - HairColor -DEBUG - add_triples_for_classes :: 241 - Health -DEBUG - add_triples_for_classes :: 241 - HealthHistory -DEBUG - add_triples_for_classes :: 241 - HealthRecord -DEBUG - add_triples_for_classes :: 241 - Height -DEBUG - add_triples_for_classes :: 241 - Historical -DEBUG - add_triples_for_classes :: 241 - HouseOwned -DEBUG - add_triples_for_classes :: 241 - Identifying -DEBUG - add_triples_for_classes :: 241 - Income -DEBUG - add_triples_for_classes :: 241 - IncomeBracket -DEBUG - add_triples_for_classes :: 241 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 241 - Intention -DEBUG - add_triples_for_classes :: 241 - Interaction -DEBUG - add_triples_for_classes :: 241 - Interest -DEBUG - add_triples_for_classes :: 241 - Internal -DEBUG - add_triples_for_classes :: 241 - IPAddress -DEBUG - add_triples_for_classes :: 241 - Job -DEBUG - add_triples_for_classes :: 241 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 241 - Language -DEBUG - add_triples_for_classes :: 241 - LifeHistory -DEBUG - add_triples_for_classes :: 241 - Like -DEBUG - add_triples_for_classes :: 241 - LinkClicked -DEBUG - add_triples_for_classes :: 241 - LoanRecord -DEBUG - add_triples_for_classes :: 241 - Location -DEBUG - add_triples_for_classes :: 241 - MACAddress -DEBUG - add_triples_for_classes :: 241 - MaritalStatus -DEBUG - add_triples_for_classes :: 241 - Marriage -DEBUG - add_triples_for_classes :: 241 - MedicalHealth -DEBUG - add_triples_for_classes :: 241 - MentalHealth -DEBUG - add_triples_for_classes :: 241 - Name -DEBUG - add_triples_for_classes :: 241 - OfficialID -DEBUG - add_triples_for_classes :: 241 - Offspring -DEBUG - add_triples_for_classes :: 241 - Opinion -DEBUG - add_triples_for_classes :: 241 - Ownership -DEBUG - add_triples_for_classes :: 241 - Parent -DEBUG - add_triples_for_classes :: 241 - Password -DEBUG - add_triples_for_classes :: 241 - PaymentCard -DEBUG - add_triples_for_classes :: 241 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 241 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 241 - Personality -DEBUG - add_triples_for_classes :: 241 - PersonalPossession -DEBUG - add_triples_for_classes :: 241 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 241 - PhysicalAddress -DEBUG - add_triples_for_classes :: 241 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 241 - PhysicalHealth -DEBUG - add_triples_for_classes :: 241 - PhysicalTrait -DEBUG - add_triples_for_classes :: 241 - Picture -DEBUG - add_triples_for_classes :: 241 - Piercing -DEBUG - add_triples_for_classes :: 241 - PINCode -DEBUG - add_triples_for_classes :: 241 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 241 - Preference -DEBUG - add_triples_for_classes :: 241 - Prescription -DEBUG - add_triples_for_classes :: 241 - PrivacyPreference -DEBUG - add_triples_for_classes :: 241 - Proclivitie -DEBUG - add_triples_for_classes :: 241 - Professional -DEBUG - add_triples_for_classes :: 241 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 241 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 241 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 241 - PublicLife -DEBUG - add_triples_for_classes :: 241 - Purchase -DEBUG - add_triples_for_classes :: 241 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 241 - Race -DEBUG - add_triples_for_classes :: 241 - Reference -DEBUG - add_triples_for_classes :: 241 - Relationship -DEBUG - add_triples_for_classes :: 241 - Religion -DEBUG - add_triples_for_classes :: 241 - ReligiousBelief -DEBUG - add_triples_for_classes :: 241 - Retina -DEBUG - add_triples_for_classes :: 241 - RoomNumber -DEBUG - add_triples_for_classes :: 241 - Salary -DEBUG - add_triples_for_classes :: 241 - Sale -DEBUG - add_triples_for_classes :: 241 - School -DEBUG - add_triples_for_classes :: 241 - SecretText -DEBUG - add_triples_for_classes :: 241 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 241 - Sexual -DEBUG - add_triples_for_classes :: 241 - SexualHistory -DEBUG - add_triples_for_classes :: 241 - SexualPreference -DEBUG - add_triples_for_classes :: 241 - Sibling -DEBUG - add_triples_for_classes :: 241 - SkinTone -DEBUG - add_triples_for_classes :: 241 - Social -DEBUG - add_triples_for_classes :: 241 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 241 - SocialNetwork -DEBUG - add_triples_for_classes :: 241 - SocialStatus -DEBUG - add_triples_for_classes :: 241 - Tattoo -DEBUG - add_triples_for_classes :: 241 - Tax -DEBUG - add_triples_for_classes :: 241 - TelephoneNumber -DEBUG - add_triples_for_classes :: 241 - Thought -DEBUG - add_triples_for_classes :: 241 - Tracking -DEBUG - add_triples_for_classes :: 241 - Transaction -DEBUG - add_triples_for_classes :: 241 - Transactional -DEBUG - add_triples_for_classes :: 241 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 241 - UID -DEBUG - add_triples_for_classes :: 241 - Username -DEBUG - add_triples_for_classes :: 241 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 241 - VoiceMail -DEBUG - add_triples_for_classes :: 241 - Weight -DEBUG - add_triples_for_classes :: 241 - WorkHistory -DEBUG - :: 558 - exported proposed terms to ../dpv-pd/proposed.json -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 329 - wrote ../dpv-pd/dpv-pd.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing base vocabulary -DEBUG - :: 458 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 251 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 251 - PersonalData -DEBUG - add_triples_for_classes :: 251 - Processing -DEBUG - add_triples_for_classes :: 251 - Purpose -DEBUG - add_triples_for_classes :: 251 - Recipient -DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - LegalBasis -DEBUG - add_triples_for_classes :: 251 - DataSubject -DEBUG - add_triples_for_classes :: 251 - DataController -DEBUG - add_triples_for_classes :: 251 - Right -DEBUG - add_triples_for_classes :: 251 - DataSubjectRight -DEBUG - add_triples_for_classes :: 251 - Risk -DEBUG - :: 464 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 299 - hasPersonalData -DEBUG - add_triples_for_properties :: 299 - hasProcessing -DEBUG - add_triples_for_properties :: 299 - hasPurpose -DEBUG - add_triples_for_properties :: 299 - hasRecipient -DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - hasLegalBasis -DEBUG - add_triples_for_properties :: 299 - hasDataSubject -DEBUG - add_triples_for_properties :: 299 - hasDataController -DEBUG - add_triples_for_properties :: 299 - hasRight -DEBUG - add_triples_for_properties :: 299 - hasRisk -DEBUG - add_triples_for_properties :: 299 - hasPersonalDataHandling -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/base.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing personal_data ontology -DEBUG - :: 458 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 251 - PersonalData -DEBUG - add_triples_for_classes :: 251 - AnonymisedData -DEBUG - add_triples_for_classes :: 251 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 251 - InferredPersonalData -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 251 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 251 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 251 - Data -DEBUG - add_triples_for_classes :: 251 - NonPersonalData -DEBUG - :: 464 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 299 - hasPersonalData -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/personal_data.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing purposes taxonomy -DEBUG - :: 458 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 251 - Purpose -DEBUG - add_triples_for_classes :: 251 - AcademicResearch -DEBUG - add_triples_for_classes :: 251 - AccountManagement -DEBUG - add_triples_for_classes :: 251 - Advertising -DEBUG - add_triples_for_classes :: 251 - CommercialResearch -DEBUG - add_triples_for_classes :: 251 - CommunicationManagement -DEBUG - add_triples_for_classes :: 251 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 251 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 251 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 251 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 251 - CustomerCare -DEBUG - add_triples_for_classes :: 251 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 251 - CustomerManagement -DEBUG - add_triples_for_classes :: 251 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 251 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 251 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 251 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 251 - DirectMarketing -DEBUG - add_triples_for_classes :: 251 - DisputeManagement -DEBUG - add_triples_for_classes :: 251 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 251 - EnforceSecurity -DEBUG - add_triples_for_classes :: 251 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 251 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 251 - IdentityVerification -DEBUG - add_triples_for_classes :: 251 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 251 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 251 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 251 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 251 - LegalCompliance -DEBUG - add_triples_for_classes :: 251 - Marketing -DEBUG - add_triples_for_classes :: 251 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 251 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 251 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 251 - OptimisationForController -DEBUG - add_triples_for_classes :: 251 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 251 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 251 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 251 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 251 - Payment -DEBUG - add_triples_for_classes :: 251 - Personalisation -DEBUG - add_triples_for_classes :: 251 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 251 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 251 - PublicRelations -DEBUG - add_triples_for_classes :: 251 - RecordManagement -DEBUG - add_triples_for_classes :: 251 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 251 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 251 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 251 - Sector -DEBUG - add_triples_for_classes :: 251 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 251 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 251 - SellProducts -DEBUG - add_triples_for_classes :: 251 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 251 - ServiceOptimization -DEBUG - add_triples_for_classes :: 251 - ServicePersonalization -DEBUG - add_triples_for_classes :: 251 - ServiceProvision -DEBUG - add_triples_for_classes :: 251 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 251 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 251 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 251 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 251 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 251 - VendorManagement -DEBUG - add_triples_for_classes :: 251 - VendorPayment -DEBUG - add_triples_for_classes :: 251 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 251 - VendorSelectionAssessment -DEBUG - :: 464 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 299 - hasPurpose -DEBUG - add_triples_for_properties :: 299 - hasSector -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/purposes.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing context taxonomy -DEBUG - :: 458 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 251 - Context -DEBUG - add_triples_for_classes :: 251 - Importance -DEBUG - add_triples_for_classes :: 251 - PrimaryImportance -DEBUG - add_triples_for_classes :: 251 - SecondaryImportance -DEBUG - add_triples_for_classes :: 251 - Necessity -DEBUG - add_triples_for_classes :: 251 - Required -DEBUG - add_triples_for_classes :: 251 - Optional -DEBUG - add_triples_for_classes :: 251 - NotRequired -DEBUG - add_triples_for_classes :: 251 - Technology -DEBUG - add_triples_for_classes :: 251 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 251 - Consequence -DEBUG - add_triples_for_classes :: 251 - HumanInvolvement -DEBUG - add_triples_for_classes :: 251 - Duration -DEBUG - add_triples_for_classes :: 251 - Frequency -DEBUG - :: 464 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 299 - hasContext -DEBUG - add_triples_for_properties :: 299 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 299 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 299 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 299 - hasConsequence -DEBUG - add_triples_for_properties :: 299 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 299 - hasDuration -DEBUG - add_triples_for_properties :: 299 - hasIdentifier -DEBUG - add_triples_for_properties :: 299 - hasFrequency -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/context.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing processing taxonomy -DEBUG - :: 458 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 251 - Processing -DEBUG - add_triples_for_classes :: 251 - Acquire -DEBUG - add_triples_for_classes :: 251 - Adapt -DEBUG - add_triples_for_classes :: 251 - Align -DEBUG - add_triples_for_classes :: 251 - Alter -DEBUG - add_triples_for_classes :: 251 - Analyse -DEBUG - add_triples_for_classes :: 251 - Anonymise -DEBUG - add_triples_for_classes :: 251 - Collect -DEBUG - add_triples_for_classes :: 251 - Combine -DEBUG - add_triples_for_classes :: 251 - Consult -DEBUG - add_triples_for_classes :: 251 - Copy -DEBUG - add_triples_for_classes :: 251 - Derive -DEBUG - add_triples_for_classes :: 251 - Destruct -DEBUG - add_triples_for_classes :: 251 - Disclose -DEBUG - add_triples_for_classes :: 251 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 251 - Disseminate -DEBUG - add_triples_for_classes :: 251 - Erase -DEBUG - add_triples_for_classes :: 251 - MakeAvailable -DEBUG - add_triples_for_classes :: 251 - Move -DEBUG - add_triples_for_classes :: 251 - Obtain -DEBUG - add_triples_for_classes :: 251 - Organise -DEBUG - add_triples_for_classes :: 251 - Profiling -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 251 - Record -DEBUG - add_triples_for_classes :: 251 - Remove -DEBUG - add_triples_for_classes :: 251 - Restrict -DEBUG - add_triples_for_classes :: 251 - Retrieve -DEBUG - add_triples_for_classes :: 251 - Share -DEBUG - add_triples_for_classes :: 251 - Store -DEBUG - add_triples_for_classes :: 251 - Structure -DEBUG - add_triples_for_classes :: 251 - Transfer -DEBUG - add_triples_for_classes :: 251 - Transform -DEBUG - add_triples_for_classes :: 251 - Transmit -DEBUG - add_triples_for_classes :: 251 - Use -DEBUG - :: 464 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 299 - hasProcessing -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing processing_context taxonomy -DEBUG - :: 458 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 251 - ProcessingContext -DEBUG - add_triples_for_classes :: 251 - DataSource -DEBUG - add_triples_for_classes :: 251 - PublicDataSource -DEBUG - add_triples_for_classes :: 251 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 251 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 251 - EvaluationScoring -DEBUG - add_triples_for_classes :: 251 - MatchingCombining -DEBUG - add_triples_for_classes :: 251 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 251 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 251 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 251 - StorageDeletion -DEBUG - add_triples_for_classes :: 251 - StorageDuration -DEBUG - add_triples_for_classes :: 251 - StorageLocation -DEBUG - add_triples_for_classes :: 251 - StorageRestoration -DEBUG - add_triples_for_classes :: 251 - StorageCondition -DEBUG - :: 464 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 299 - hasDataSource -DEBUG - add_triples_for_properties :: 299 - hasStorage -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/processing_context.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing technical_organisational_measures taxonomy -DEBUG - :: 458 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 251 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 251 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 251 - AccessControlMethod -DEBUG - add_triples_for_classes :: 251 - Anonymization -DEBUG - add_triples_for_classes :: 251 - Assessment -DEBUG - add_triples_for_classes :: 251 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 251 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 251 - Certification -DEBUG - add_triples_for_classes :: 251 - CertificationSeal -DEBUG - add_triples_for_classes :: 251 - CodeOfConduct -DEBUG - add_triples_for_classes :: 251 - Consultation -DEBUG - add_triples_for_classes :: 251 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 251 - ContractualTerms -DEBUG - add_triples_for_classes :: 251 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 251 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 251 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 251 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 251 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 251 - DeIdentification -DEBUG - add_triples_for_classes :: 251 - DesignStandard -DEBUG - add_triples_for_classes :: 251 - DPIA -DEBUG - add_triples_for_classes :: 251 - EncryptionInRest -DEBUG - add_triples_for_classes :: 251 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 251 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 251 - ImpactAssessment -DEBUG - add_triples_for_classes :: 251 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 251 - LegalAgreement -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 251 - NDA -DEBUG - add_triples_for_classes :: 251 - Notice -DEBUG - add_triples_for_classes :: 251 - PIA -DEBUG - add_triples_for_classes :: 251 - Policy -DEBUG - add_triples_for_classes :: 251 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 251 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 251 - PrivacyNotice -DEBUG - add_triples_for_classes :: 251 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 251 - Encryption -DEBUG - add_triples_for_classes :: 251 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 251 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 251 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 251 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 251 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 251 - Safeguard -DEBUG - add_triples_for_classes :: 251 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 251 - Seal -DEBUG - add_triples_for_classes :: 251 - SingleSignOn -DEBUG - add_triples_for_classes :: 251 - StaffTraining -DEBUG - add_triples_for_classes :: 251 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 251 - ThirdPartyAgreement -DEBUG - :: 464 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 299 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 299 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 299 - mitigatesRisk -DEBUG - add_triples_for_properties :: 299 - hasPolicy -DEBUG - add_triples_for_properties :: 299 - isPolicyFor -DEBUG - add_triples_for_properties :: 299 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 299 - hasRisk -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/technical_organisational_measures.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing entities ontology -DEBUG - :: 458 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 251 - LegalEntity -DEBUG - add_triples_for_classes :: 251 - NaturalPerson -DEBUG - add_triples_for_classes :: 251 - DataController -DEBUG - add_triples_for_classes :: 251 - DataProcessor -DEBUG - add_triples_for_classes :: 251 - DataSubProcessor -DEBUG - add_triples_for_classes :: 251 - Recipient -DEBUG - add_triples_for_classes :: 251 - ThirdParty -DEBUG - add_triples_for_classes :: 251 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 251 - DataExporter -DEBUG - add_triples_for_classes :: 251 - DataImporter -DEBUG - add_triples_for_classes :: 251 - JointDataControllers -DEBUG - add_triples_for_classes :: 251 - Representative -DEBUG - add_triples_for_classes :: 251 - Authority -DEBUG - add_triples_for_classes :: 251 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 251 - NationalAuthority -DEBUG - add_triples_for_classes :: 251 - RegionalAuthority -DEBUG - add_triples_for_classes :: 251 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 251 - DataSubject -DEBUG - add_triples_for_classes :: 251 - Organisation -DEBUG - add_triples_for_classes :: 251 - IndustryConsortium -DEBUG - add_triples_for_classes :: 251 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 251 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 251 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 251 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 251 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 251 - Child -DEBUG - add_triples_for_classes :: 251 - VulnerableDataSubject -DEBUG - :: 464 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 299 - hasName -DEBUG - add_triples_for_properties :: 299 - hasAddress -DEBUG - add_triples_for_properties :: 299 - hasContact -DEBUG - add_triples_for_properties :: 299 - hasEntity -DEBUG - add_triples_for_properties :: 299 - hasRepresentative -DEBUG - add_triples_for_properties :: 299 - hasRecipient -DEBUG - add_triples_for_properties :: 299 - hasDataSubject -DEBUG - add_triples_for_properties :: 299 - hasDataController -DEBUG - add_triples_for_properties :: 299 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 299 - hasDataProcessor -DEBUG - add_triples_for_properties :: 299 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 299 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 299 - hasDataExporter -DEBUG - add_triples_for_properties :: 299 - hasDataImporter -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/entities.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing jurisdictions ontology -DEBUG - :: 458 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 251 - Location -DEBUG - add_triples_for_classes :: 251 - Country -DEBUG - add_triples_for_classes :: 251 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 251 - EconomicUnion -DEBUG - add_triples_for_classes :: 251 - Region -DEBUG - add_triples_for_classes :: 251 - Law -DEBUG - add_triples_for_classes :: 251 - ThirdCountry -DEBUG - :: 464 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 299 - hasJurisdiction -DEBUG - add_triples_for_properties :: 299 - hasCountry -DEBUG - add_triples_for_properties :: 299 - hasAuthority -DEBUG - add_triples_for_properties :: 299 - hasLocation -DEBUG - add_triples_for_properties :: 299 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 299 - isAuthorityFor -DEBUG - add_triples_for_properties :: 299 - hasThirdCountry -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/jurisdictions.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing legal_basis taxonomy -DEBUG - :: 458 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 251 - LegalBasis -DEBUG - add_triples_for_classes :: 251 - Consent -DEBUG - add_triples_for_classes :: 251 - Contract -DEBUG - add_triples_for_classes :: 251 - ContractPerformance -DEBUG - add_triples_for_classes :: 251 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 251 - EnterIntoContract -DEBUG - add_triples_for_classes :: 251 - LegalObligation -DEBUG - add_triples_for_classes :: 251 - LegitimateInterest -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 251 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 251 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 251 - PublicInterest -DEBUG - add_triples_for_classes :: 251 - VitalInterest -DEBUG - add_triples_for_classes :: 251 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 251 - VitalInterestOfNaturalPerson -DEBUG - :: 464 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 299 - hasLegalBasis -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/legal_basis.jsonld -DEBUG - :: 450 - ------ -DEBUG - :: 453 - Processing consent vocabulary -DEBUG - :: 464 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 299 - hasExpiry -DEBUG - add_triples_for_properties :: 299 - hasExpiryTime -DEBUG - add_triples_for_properties :: 299 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 299 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 299 - hasProvisionTime -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 299 - hasProvisionBy -DEBUG - add_triples_for_properties :: 299 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 299 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 299 - hasConsentNotice -DEBUG - add_triples_for_properties :: 299 - isExplicit -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/modules/consent.jsonld -DEBUG - :: 485 - exported proposed terms to ../dpv-skos/proposed.json -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing legal_basis module -DEBUG - :: 541 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 251 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 251 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 251 - A6-1-b -DEBUG - add_triples_for_classes :: 251 - A6-1-c -DEBUG - add_triples_for_classes :: 251 - A6-1-d -DEBUG - add_triples_for_classes :: 251 - A6-1-e -DEBUG - add_triples_for_classes :: 251 - A6-1-f -DEBUG - add_triples_for_classes :: 251 - A9-2-a -DEBUG - add_triples_for_classes :: 251 - A9-2-b -DEBUG - add_triples_for_classes :: 251 - A9-2-c -DEBUG - add_triples_for_classes :: 251 - A9-2-d -DEBUG - add_triples_for_classes :: 251 - A9-2-e -DEBUG - add_triples_for_classes :: 251 - A9-2-f -DEBUG - add_triples_for_classes :: 251 - A9-2-g -DEBUG - add_triples_for_classes :: 251 - A9-2-h -DEBUG - add_triples_for_classes :: 251 - A9-2-i -DEBUG - add_triples_for_classes :: 251 - A9-2-j -DEBUG - add_triples_for_classes :: 251 - A45-3 -DEBUG - add_triples_for_classes :: 251 - A46-2-a -DEBUG - add_triples_for_classes :: 251 - A46-2-b -DEBUG - add_triples_for_classes :: 251 - A46-2-c -DEBUG - add_triples_for_classes :: 251 - A46-2-d -DEBUG - add_triples_for_classes :: 251 - A46-2-e -DEBUG - add_triples_for_classes :: 251 - A46-2-f -DEBUG - add_triples_for_classes :: 251 - A46-3-a -DEBUG - add_triples_for_classes :: 251 - A46-3-b -DEBUG - add_triples_for_classes :: 251 - A49-1-a -DEBUG - add_triples_for_classes :: 251 - A49-1-b -DEBUG - add_triples_for_classes :: 251 - A49-1-c -DEBUG - add_triples_for_classes :: 251 - A49-1-d -DEBUG - add_triples_for_classes :: 251 - A49-1-e -DEBUG - add_triples_for_classes :: 251 - A49-1-f -DEBUG - add_triples_for_classes :: 251 - A49-1-g -DEBUG - add_triples_for_classes :: 251 - A49-2 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing rights module -DEBUG - :: 541 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 251 - A13 -DEBUG - add_triples_for_classes :: 251 - A14 -DEBUG - add_triples_for_classes :: 251 - A15 -DEBUG - add_triples_for_classes :: 251 - A16 -DEBUG - add_triples_for_classes :: 251 - A17 -DEBUG - add_triples_for_classes :: 251 - A18 -DEBUG - add_triples_for_classes :: 251 - A19 -DEBUG - add_triples_for_classes :: 251 - A20 -DEBUG - add_triples_for_classes :: 251 - A21 -DEBUG - add_triples_for_classes :: 251 - A22 -DEBUG - add_triples_for_classes :: 251 - A7-3 -DEBUG - add_triples_for_classes :: 251 - A77 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/rights.jsonld -DEBUG - :: 533 - ------ -DEBUG - :: 536 - Processing data_transfers module -DEBUG - :: 541 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 251 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 251 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 251 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 251 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 251 - DataTransferTool -DEBUG - add_triples_for_classes :: 251 - SCCByCommission -DEBUG - add_triples_for_classes :: 251 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 251 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 251 - SupplementaryMeasure -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 570 - no proposed terms in DPVS-GDPR -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 593 - ------ -DEBUG - :: 594 - Processing DPV-PD -DEBUG - :: 598 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 251 - Accent -DEBUG - add_triples_for_classes :: 251 - AccountIdentifier -DEBUG - add_triples_for_classes :: 251 - Acquantaince -DEBUG - add_triples_for_classes :: 251 - Age -DEBUG - add_triples_for_classes :: 251 - ApartmentOwned -DEBUG - add_triples_for_classes :: 251 - Association -DEBUG - add_triples_for_classes :: 251 - Attitude -DEBUG - add_triples_for_classes :: 251 - Authenticating -DEBUG - add_triples_for_classes :: 251 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 251 - BankAccount -DEBUG - add_triples_for_classes :: 251 - Behavioral -DEBUG - add_triples_for_classes :: 251 - Biometric -DEBUG - add_triples_for_classes :: 251 - BloodType -DEBUG - add_triples_for_classes :: 251 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 251 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 251 - BrowsingReferral -DEBUG - add_triples_for_classes :: 251 - CallLog -DEBUG - add_triples_for_classes :: 251 - CarOwned -DEBUG - add_triples_for_classes :: 251 - Character -DEBUG - add_triples_for_classes :: 251 - Communication -DEBUG - add_triples_for_classes :: 251 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 251 - Connection -DEBUG - add_triples_for_classes :: 251 - Contact -DEBUG - add_triples_for_classes :: 251 - Country -DEBUG - add_triples_for_classes :: 251 - Credit -DEBUG - add_triples_for_classes :: 251 - CreditCapacity -DEBUG - add_triples_for_classes :: 251 - CreditCardNumber -DEBUG - add_triples_for_classes :: 251 - CreditRecord -DEBUG - add_triples_for_classes :: 251 - CreditScore -DEBUG - add_triples_for_classes :: 251 - CreditStanding -DEBUG - add_triples_for_classes :: 251 - CreditWorthiness -DEBUG - add_triples_for_classes :: 251 - Criminal -DEBUG - add_triples_for_classes :: 251 - CriminalCharge -DEBUG - add_triples_for_classes :: 251 - CriminalConviction -DEBUG - add_triples_for_classes :: 251 - CriminalPardon -DEBUG - add_triples_for_classes :: 251 - Demeanor -DEBUG - add_triples_for_classes :: 251 - Demographic -DEBUG - add_triples_for_classes :: 251 - DeviceApplications -DEBUG - add_triples_for_classes :: 251 - DeviceBased -DEBUG - add_triples_for_classes :: 251 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 251 - DeviceSoftware -DEBUG - add_triples_for_classes :: 251 - Dialect -DEBUG - add_triples_for_classes :: 251 - Disability -DEBUG - add_triples_for_classes :: 251 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 251 - Dislike -DEBUG - add_triples_for_classes :: 251 - Divorce -DEBUG - add_triples_for_classes :: 251 - DNACode -DEBUG - add_triples_for_classes :: 251 - DrugTestResult -DEBUG - add_triples_for_classes :: 251 - EmailAddress -DEBUG - add_triples_for_classes :: 251 - EmailContent -DEBUG - add_triples_for_classes :: 251 - EmploymentHistory -DEBUG - add_triples_for_classes :: 251 - Ethnicity -DEBUG - add_triples_for_classes :: 251 - EthnicOrigin -DEBUG - add_triples_for_classes :: 251 - External -DEBUG - add_triples_for_classes :: 251 - Family -DEBUG - add_triples_for_classes :: 251 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 251 - FamilyStructure -DEBUG - add_triples_for_classes :: 251 - Favorite -DEBUG - add_triples_for_classes :: 251 - FavoriteColor -DEBUG - add_triples_for_classes :: 251 - FavoriteFood -DEBUG - add_triples_for_classes :: 251 - FavoriteMusic -DEBUG - add_triples_for_classes :: 251 - Fetish -DEBUG - add_triples_for_classes :: 251 - Financial -DEBUG - add_triples_for_classes :: 251 - FinancialAccount -DEBUG - add_triples_for_classes :: 251 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 251 - Fingerprint -DEBUG - add_triples_for_classes :: 251 - Friend -DEBUG - add_triples_for_classes :: 251 - Gender -DEBUG - add_triples_for_classes :: 251 - GeneralReputation -DEBUG - add_triples_for_classes :: 251 - Geographic -DEBUG - add_triples_for_classes :: 251 - GPSCoordinate -DEBUG - add_triples_for_classes :: 251 - GroupMembership -DEBUG - add_triples_for_classes :: 251 - HairColor -DEBUG - add_triples_for_classes :: 251 - Health -DEBUG - add_triples_for_classes :: 251 - HealthHistory -DEBUG - add_triples_for_classes :: 251 - HealthRecord -DEBUG - add_triples_for_classes :: 251 - Height -DEBUG - add_triples_for_classes :: 251 - Historical -DEBUG - add_triples_for_classes :: 251 - HouseOwned -DEBUG - add_triples_for_classes :: 251 - Identifying -DEBUG - add_triples_for_classes :: 251 - Income -DEBUG - add_triples_for_classes :: 251 - IncomeBracket -DEBUG - add_triples_for_classes :: 251 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 251 - Intention -DEBUG - add_triples_for_classes :: 251 - Interaction -DEBUG - add_triples_for_classes :: 251 - Interest -DEBUG - add_triples_for_classes :: 251 - Internal -DEBUG - add_triples_for_classes :: 251 - IPAddress -DEBUG - add_triples_for_classes :: 251 - Job -DEBUG - add_triples_for_classes :: 251 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 251 - Language -DEBUG - add_triples_for_classes :: 251 - LifeHistory -DEBUG - add_triples_for_classes :: 251 - Like -DEBUG - add_triples_for_classes :: 251 - LinkClicked -DEBUG - add_triples_for_classes :: 251 - LoanRecord -DEBUG - add_triples_for_classes :: 251 - Location -DEBUG - add_triples_for_classes :: 251 - MACAddress -DEBUG - add_triples_for_classes :: 251 - MaritalStatus -DEBUG - add_triples_for_classes :: 251 - Marriage -DEBUG - add_triples_for_classes :: 251 - MedicalHealth -DEBUG - add_triples_for_classes :: 251 - MentalHealth -DEBUG - add_triples_for_classes :: 251 - Name -DEBUG - add_triples_for_classes :: 251 - OfficialID -DEBUG - add_triples_for_classes :: 251 - Offspring -DEBUG - add_triples_for_classes :: 251 - Opinion -DEBUG - add_triples_for_classes :: 251 - Ownership -DEBUG - add_triples_for_classes :: 251 - Parent -DEBUG - add_triples_for_classes :: 251 - Password -DEBUG - add_triples_for_classes :: 251 - PaymentCard -DEBUG - add_triples_for_classes :: 251 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 251 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 251 - Personality -DEBUG - add_triples_for_classes :: 251 - PersonalPossession -DEBUG - add_triples_for_classes :: 251 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 251 - PhysicalAddress -DEBUG - add_triples_for_classes :: 251 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 251 - PhysicalHealth -DEBUG - add_triples_for_classes :: 251 - PhysicalTrait -DEBUG - add_triples_for_classes :: 251 - Picture -DEBUG - add_triples_for_classes :: 251 - Piercing -DEBUG - add_triples_for_classes :: 251 - PINCode -DEBUG - add_triples_for_classes :: 251 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 251 - Preference -DEBUG - add_triples_for_classes :: 251 - Prescription -DEBUG - add_triples_for_classes :: 251 - PrivacyPreference -DEBUG - add_triples_for_classes :: 251 - Proclivitie -DEBUG - add_triples_for_classes :: 251 - Professional -DEBUG - add_triples_for_classes :: 251 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 251 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 251 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 251 - PublicLife -DEBUG - add_triples_for_classes :: 251 - Purchase -DEBUG - add_triples_for_classes :: 251 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 251 - Race -DEBUG - add_triples_for_classes :: 251 - Reference -DEBUG - add_triples_for_classes :: 251 - Relationship -DEBUG - add_triples_for_classes :: 251 - Religion -DEBUG - add_triples_for_classes :: 251 - ReligiousBelief -DEBUG - add_triples_for_classes :: 251 - Retina -DEBUG - add_triples_for_classes :: 251 - RoomNumber -DEBUG - add_triples_for_classes :: 251 - Salary -DEBUG - add_triples_for_classes :: 251 - Sale -DEBUG - add_triples_for_classes :: 251 - School -DEBUG - add_triples_for_classes :: 251 - SecretText -DEBUG - add_triples_for_classes :: 251 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 251 - Sexual -DEBUG - add_triples_for_classes :: 251 - SexualHistory -DEBUG - add_triples_for_classes :: 251 - SexualPreference -DEBUG - add_triples_for_classes :: 251 - Sibling -DEBUG - add_triples_for_classes :: 251 - SkinTone -DEBUG - add_triples_for_classes :: 251 - Social -DEBUG - add_triples_for_classes :: 251 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 251 - SocialNetwork -DEBUG - add_triples_for_classes :: 251 - SocialStatus -DEBUG - add_triples_for_classes :: 251 - Tattoo -DEBUG - add_triples_for_classes :: 251 - Tax -DEBUG - add_triples_for_classes :: 251 - TelephoneNumber -DEBUG - add_triples_for_classes :: 251 - Thought -DEBUG - add_triples_for_classes :: 251 - Tracking -DEBUG - add_triples_for_classes :: 251 - Transaction -DEBUG - add_triples_for_classes :: 251 - Transactional -DEBUG - add_triples_for_classes :: 251 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 251 - UID -DEBUG - add_triples_for_classes :: 251 - Username -DEBUG - add_triples_for_classes :: 251 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 251 - VoiceMail -DEBUG - add_triples_for_classes :: 251 - Weight -DEBUG - add_triples_for_classes :: 251 - WorkHistory -DEBUG - :: 610 - exported proposed terms to ../dpv-skos/dpv-pd/proposed.json -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 367 - wrote ../dpv-skos/dpv-pd/dpv-pd.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing base module -DEBUG - :: 461 - there are 12 classes in base -DEBUG - add_triples_for_classes :: 253 - PersonalDataHandling -DEBUG - add_triples_for_classes :: 253 - PersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - add_triples_for_classes :: 253 - Processing -DEBUG - add_triples_for_classes :: 253 - Purpose -DEBUG - add_triples_for_classes :: 253 - Recipient -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - LegalBasis -DEBUG - add_triples_for_classes :: 253 - DataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - Right -DEBUG - add_triples_for_classes :: 253 - DataSubjectRight -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Right -DEBUG - add_triples_for_classes :: 253 - Risk -DEBUG - :: 467 - there are 11 properties in base -DEBUG - add_triples_for_properties :: 300 - hasPersonalData -DEBUG - add_triples_for_properties :: 300 - hasProcessing -DEBUG - add_triples_for_properties :: 300 - hasPurpose -DEBUG - add_triples_for_properties :: 300 - hasRecipient -DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - hasLegalBasis -DEBUG - add_triples_for_properties :: 300 - hasDataSubject -DEBUG - add_triples_for_properties :: 300 - hasDataController -DEBUG - add_triples_for_properties :: 300 - hasRight -DEBUG - add_triples_for_properties :: 300 - hasRisk -DEBUG - add_triples_for_properties :: 300 - hasPersonalDataHandling -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/base.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing personal_data module -DEBUG - :: 461 - there are 10 classes in personal_data -DEBUG - add_triples_for_classes :: 253 - PersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - add_triples_for_classes :: 253 - AnonymisedData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NonPersonalData -DEBUG - add_triples_for_classes :: 253 - DerivedPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - InferredPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DerivedPersonalData -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymisedData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SensitivePersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SensitivePersonalData -DEBUG - add_triples_for_classes :: 253 - Data -DEBUG - add_triples_for_classes :: 253 - NonPersonalData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Data -DEBUG - :: 467 - there are 1 properties in personal_data -DEBUG - add_triples_for_properties :: 300 - hasPersonalData -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/personal_data.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing purposes module -DEBUG - :: 461 - there are 67 classes in purposes -DEBUG - add_triples_for_classes :: 253 - Purpose -DEBUG - add_triples_for_classes :: 253 - AcademicResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - AccountManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Advertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - CommercialResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - CommunicationManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - CommunicationForCustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CommunicationManagement -DEBUG - add_triples_for_classes :: 253 - CreateEventRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 253 - CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - CreateProductRecommendations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations -DEBUG - add_triples_for_classes :: 253 - CustomerCare -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerClaimsManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - CustomerOrderManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - CustomerSolvencyMonitoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement -DEBUG - add_triples_for_classes :: 253 - DeliveryOfGoods -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RequestedServiceProvision -DEBUG - add_triples_for_classes :: 253 - DirectMarketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - DisputeManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - EnforceAccessControl -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - EnforceSecurity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - FraudPreventionAndDetection -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - HumanResourceManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - IdentityVerification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity -DEBUG - add_triples_for_classes :: 253 - ImproveExistingProductsAndServices -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - ImproveInternalCRMProcesses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement -DEBUG - add_triples_for_classes :: 253 - IncreaseServiceRobustness -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - InternalResourceOptimisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController -DEBUG - add_triples_for_classes :: 253 - LegalCompliance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Marketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - MemberPartnerManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - NonCommercialResearch -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 253 - OptimisationForConsumer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization -DEBUG - add_triples_for_classes :: 253 - OptimisationForController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization -DEBUG - add_triples_for_classes :: 253 - OptimiseUserInterface -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForConsumer -DEBUG - add_triples_for_classes :: 253 - OrganisationComplianceManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - OrganisationGovernance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - OrganisationRiskManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance -DEBUG - add_triples_for_classes :: 253 - Payment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - Personalisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - PersonalisedAdvertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Advertising -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation -DEBUG - add_triples_for_classes :: 253 - PersonalisedBenefits -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - PublicRelations -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - RecordManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - RegistrationAuthentication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - RequestedServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ResearchAndDevelopment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - Sector -DEBUG - add_triples_for_classes :: 253 - SellDataToThirdParties -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - SellInsightsFromData -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - SellProducts -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - SellProductsToDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts -DEBUG - add_triples_for_classes :: 253 - ServiceOptimization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ServicePersonalization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation -DEBUG - add_triples_for_classes :: 253 - ServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - ServiceRecordManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - ServiceUsageAnalytics -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - SocialMediaMarketing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Marketing -DEBUG - add_triples_for_classes :: 253 - TechnicalServiceProvision -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision -DEBUG - add_triples_for_classes :: 253 - UserInterfacePersonalisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization -DEBUG - add_triples_for_classes :: 253 - VendorManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Purpose -DEBUG - add_triples_for_classes :: 253 - VendorPayment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - add_triples_for_classes :: 253 - VendorRecordsManagement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - add_triples_for_classes :: 253 - VendorSelectionAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement -DEBUG - :: 467 - there are 2 properties in purposes -DEBUG - add_triples_for_properties :: 300 - hasPurpose -DEBUG - add_triples_for_properties :: 300 - hasSector -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/purposes.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing context module -DEBUG - :: 461 - there are 28 classes in context -DEBUG - add_triples_for_classes :: 253 - Context -DEBUG - add_triples_for_classes :: 253 - Importance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - PrimaryImportance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance -DEBUG - add_triples_for_classes :: 253 - SecondaryImportance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Importance -DEBUG - add_triples_for_classes :: 253 - Necessity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Required -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - Optional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - NotRequired -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Necessity -DEBUG - add_triples_for_classes :: 253 - Technology -DEBUG - add_triples_for_classes :: 253 - AlgorithmicLogic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Consequence -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - HumanInvolvement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - Duration -DEBUG - add_triples_for_classes :: 253 - Frequency -DEBUG - :: 467 - there are 13 properties in context -DEBUG - add_triples_for_properties :: 300 - hasContext -DEBUG - add_triples_for_properties :: 300 - isImplementedByEntity -DEBUG - add_triples_for_properties :: 300 - isImplementedUsingTechnology -DEBUG - add_triples_for_properties :: 300 - hasAlgorithmicLogic -DEBUG - add_triples_for_properties :: 300 - hasConsequence -DEBUG - add_triples_for_properties :: 300 - hasHumanInvolvement -DEBUG - add_triples_for_properties :: 300 - hasDuration -DEBUG - add_triples_for_properties :: 300 - hasIdentifier -DEBUG - add_triples_for_properties :: 300 - hasFrequency -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/context.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing processing module -DEBUG - :: 461 - there are 34 classes in processing -DEBUG - add_triples_for_classes :: 253 - Processing -DEBUG - add_triples_for_classes :: 253 - Acquire -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Adapt -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Align -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Alter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Analyse -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Anonymise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Collect -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Combine -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Consult -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Copy -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Derive -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Destruct -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove -DEBUG - add_triples_for_classes :: 253 - Disclose -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - DiscloseByTransmission -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Disseminate -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Erase -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Remove -DEBUG - add_triples_for_classes :: 253 - MakeAvailable -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Move -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transfer -DEBUG - add_triples_for_classes :: 253 - Obtain -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Organise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Profiling -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymise -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Record -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Obtain -DEBUG - add_triples_for_classes :: 253 - Remove -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Restrict -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Transform -DEBUG - add_triples_for_classes :: 253 - Retrieve -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Use -DEBUG - add_triples_for_classes :: 253 - Share -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Store -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Structure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organise -DEBUG - add_triples_for_classes :: 253 - Transfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Transform -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - add_triples_for_classes :: 253 - Transmit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Disclose -DEBUG - add_triples_for_classes :: 253 - Use -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Processing -DEBUG - :: 467 - there are 1 properties in processing -DEBUG - add_triples_for_properties :: 300 - hasProcessing -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing processing_context module -DEBUG - :: 461 - there are 15 classes in processing_context -DEBUG - add_triples_for_classes :: 253 - ProcessingContext -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Context -DEBUG - add_triples_for_classes :: 253 - DataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - PublicDataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource -DEBUG - add_triples_for_classes :: 253 - NonPublicDataSource -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSource -DEBUG - add_triples_for_classes :: 253 - SystematicMonitoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - EvaluationScoring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - MatchingCombining -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - AutomatedDecisionMaking -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - LargeScaleProcessing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - InnovativeUseOfNewTechnologies -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - add_triples_for_classes :: 253 - StorageDeletion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 253 - StorageDuration -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Duration -DEBUG - add_triples_for_classes :: 253 - StorageLocation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - StorageRestoration -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition -DEBUG - add_triples_for_classes :: 253 - StorageCondition -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext -DEBUG - :: 467 - there are 2 properties in processing_context -DEBUG - add_triples_for_properties :: 300 - hasDataSource -DEBUG - add_triples_for_properties :: 300 - hasStorage -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/processing_context.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing technical_organisational_measures module -DEBUG - :: 461 - there are 50 classes in technical_organisational_measures -DEBUG - add_triples_for_classes :: 253 - TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - TechnicalMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - OrganisationalMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - AccessControlMethod -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - Anonymization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - Assessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - AuthenticationProtocols -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - AuthorisationProcedure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - Certification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal -DEBUG - add_triples_for_classes :: 253 - CertificationSeal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - CodeOfConduct -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - Consultation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - ConsultationWithAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consultation -DEBUG - add_triples_for_classes :: 253 - ContractualTerms -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - CompleteAnonymisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - ControllerProcessorAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - DataProcessingAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - DataProcessingRecords -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#RecordsOfActivities -DEBUG - add_triples_for_classes :: 253 - DataTransferImpactAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - DeIdentification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - DesignStandard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - DPIA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - EncryptionInRest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption -DEBUG - add_triples_for_classes :: 253 - EncryptionInTransfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Encryption -DEBUG - add_triples_for_classes :: 253 - GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - ImpactAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment -DEBUG - add_triples_for_classes :: 253 - JointDataControllersAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - LegalAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestAssessment -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Assessment -DEBUG - add_triples_for_classes :: 253 - NDA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - Notice -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PIA -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment -DEBUG - add_triples_for_classes :: 253 - Policy -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PrivacyByDefault -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple -DEBUG - add_triples_for_classes :: 253 - PrivacyByDesign -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - PrivacyNotice -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Notice -DEBUG - add_triples_for_classes :: 253 - PseudoAnonymization -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization -DEBUG - add_triples_for_classes :: 253 - Encryption -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure -DEBUG - add_triples_for_classes :: 253 - RecordsOfActivities -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RegisterOfProcessingActivities -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingRecords -DEBUG - add_triples_for_classes :: 253 - RegularityOfRecertification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RiskManagementProcedure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - RiskMitigationMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - Safeguard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SafeguardForDataTransfer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Safeguard -DEBUG - add_triples_for_classes :: 253 - Seal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal -DEBUG - add_triples_for_classes :: 253 - SingleSignOn -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#AuthenticationProtocols -DEBUG - add_triples_for_classes :: 253 - StaffTraining -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SubProcessorAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - add_triples_for_classes :: 253 - ThirdPartyAgreement -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement -DEBUG - :: 467 - there are 9 properties in technical_organisational_measures -DEBUG - add_triples_for_properties :: 300 - hasTechnicalOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - hasTechnicalMeasure -DEBUG - add_triples_for_properties :: 300 - hasOrganisationalMeasure -DEBUG - add_triples_for_properties :: 300 - mitigatesRisk -DEBUG - add_triples_for_properties :: 300 - hasPolicy -DEBUG - add_triples_for_properties :: 300 - isPolicyFor -DEBUG - add_triples_for_properties :: 300 - isMitigatedByMeasure -DEBUG - add_triples_for_properties :: 300 - hasRisk -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/technical_organisational_measures.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing entities module -DEBUG - :: 461 - there are 27 classes in entities -DEBUG - add_triples_for_classes :: 253 - LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity -DEBUG - add_triples_for_classes :: 253 - NaturalPerson -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Entity -DEBUG - add_triples_for_classes :: 253 - DataController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataProcessor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - DataSubProcessor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessor -DEBUG - add_triples_for_classes :: 253 - Recipient -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - ThirdParty -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - DataProtectionOfficer -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Representative -DEBUG - add_triples_for_classes :: 253 - DataExporter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - DataImporter -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Recipient -DEBUG - add_triples_for_classes :: 253 - JointDataControllers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataController -DEBUG - add_triples_for_classes :: 253 - Representative -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - Authority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 253 - DataProtectionAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - NationalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - RegionalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - SupraNationalAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Authority -DEBUG - add_triples_for_classes :: 253 - DataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#NaturalPerson -DEBUG - add_triples_for_classes :: 253 - Organisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity -DEBUG - add_triples_for_classes :: 253 - IndustryConsortium -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - GovernmentalOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - NonGovernmentalOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - ForProfitOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - NonProfitOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - AcademicScientificOrganisation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Organisation -DEBUG - add_triples_for_classes :: 253 - Child -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject -DEBUG - add_triples_for_classes :: 253 - VulnerableDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject -DEBUG - :: 467 - there are 14 properties in entities -DEBUG - add_triples_for_properties :: 300 - hasName -DEBUG - add_triples_for_properties :: 300 - hasAddress -DEBUG - add_triples_for_properties :: 300 - hasContact -DEBUG - add_triples_for_properties :: 300 - hasEntity -DEBUG - add_triples_for_properties :: 300 - hasRepresentative -DEBUG - add_triples_for_properties :: 300 - hasRecipient -DEBUG - add_triples_for_properties :: 300 - hasDataSubject -DEBUG - add_triples_for_properties :: 300 - hasDataController -DEBUG - add_triples_for_properties :: 300 - hasJointDataControllers -DEBUG - add_triples_for_properties :: 300 - hasDataProcessor -DEBUG - add_triples_for_properties :: 300 - hasRecipientDataController -DEBUG - add_triples_for_properties :: 300 - hasRecipientThirdParty -DEBUG - add_triples_for_properties :: 300 - hasDataExporter -DEBUG - add_triples_for_properties :: 300 - hasDataImporter -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/entities.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing jurisdictions module -DEBUG - :: 461 - there are 7 classes in jurisdictions -DEBUG - add_triples_for_classes :: 253 - Location -DEBUG - add_triples_for_classes :: 253 - Country -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - SupraNationalUnion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - EconomicUnion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - Region -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Location -DEBUG - add_triples_for_classes :: 253 - Law -DEBUG - add_triples_for_classes :: 253 - ThirdCountry -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Country -DEBUG - :: 467 - there are 7 properties in jurisdictions -DEBUG - add_triples_for_properties :: 300 - hasJurisdiction -DEBUG - add_triples_for_properties :: 300 - hasCountry -DEBUG - add_triples_for_properties :: 300 - hasAuthority -DEBUG - add_triples_for_properties :: 300 - hasLocation -DEBUG - add_triples_for_properties :: 300 - hasApplicableLaw -DEBUG - add_triples_for_properties :: 300 - isAuthorityFor -DEBUG - add_triples_for_properties :: 300 - hasThirdCountry -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/jurisdictions.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing legal_basis module -DEBUG - :: 461 - there are 17 classes in legal_basis -DEBUG - add_triples_for_classes :: 253 - LegalBasis -DEBUG - add_triples_for_classes :: 253 - Consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - Contract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement -DEBUG - add_triples_for_classes :: 253 - ContractPerformance -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - EnterIntoContract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - LegalObligation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - LegitimateInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - LegitimateInterestOfThirdParty -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - PublicInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - VitalInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - VitalInterestOfDataSubject -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson -DEBUG - add_triples_for_classes :: 253 - VitalInterestOfNaturalPerson -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - :: 467 - there are 1 properties in legal_basis -DEBUG - add_triples_for_properties :: 300 - hasLegalBasis -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/legal_basis.jsonld -DEBUG - :: 455 - ------ -DEBUG - :: 456 - Processing consent module -DEBUG - :: 467 - there are 13 properties in consent -DEBUG - add_triples_for_properties :: 300 - hasExpiry -DEBUG - add_triples_for_properties :: 300 - hasExpiryTime -DEBUG - add_triples_for_properties :: 300 - hasExpiryCondition -DEBUG - add_triples_for_properties :: 300 - hasProvisionMethod -DEBUG - add_triples_for_properties :: 300 - hasProvisionTime -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalMethod -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalTime -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalBy -DEBUG - add_triples_for_properties :: 300 - hasProvisionBy -DEBUG - add_triples_for_properties :: 300 - hasProvisionByJustification -DEBUG - add_triples_for_properties :: 300 - hasWithdrawalByJustification -DEBUG - add_triples_for_properties :: 300 - hasConsentNotice -DEBUG - add_triples_for_properties :: 300 - isExplicit -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/modules/consent.jsonld -DEBUG - :: 480 - exported proposed terms to ../dpv-owl/proposed.json -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing legal_basis module -DEBUG - :: 527 - there are 34 classes in legal_basis -DEBUG - add_triples_for_classes :: 253 - A6-1-a-non-explicit-consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A6-1-a-explicit-consent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A6-1-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A6-1-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalObligation -DEBUG - add_triples_for_classes :: 253 - A6-1-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - add_triples_for_classes :: 253 - A6-1-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController -DEBUG - add_triples_for_classes :: 253 - A6-1-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A9-2-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-g -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-h -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis -DEBUG - add_triples_for_classes :: 253 - A9-2-i -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A9-2-j -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A45-3 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules -DEBUG - add_triples_for_classes :: 253 - A46-2-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission -DEBUG - add_triples_for_classes :: 253 - A46-2-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 253 - A46-2-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-2-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-3-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A46-3-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-1-a -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Consent -DEBUG - add_triples_for_classes :: 253 - A49-1-b -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A49-1-c -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - A49-1-d -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest -DEBUG - add_triples_for_classes :: 253 - A49-1-e -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-1-f -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson -DEBUG - add_triples_for_classes :: 253 - A49-1-g -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 253 - A49-2 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing rights module -DEBUG - :: 527 - there are 12 classes in rights -DEBUG - add_triples_for_classes :: 253 - A13 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A14 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A15 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A16 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A17 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A18 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A19 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A20 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A21 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A22 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A7-3 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -DEBUG - add_triples_for_classes :: 253 - A77 -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/rights.jsonld -DEBUG - :: 521 - ------ -DEBUG - :: 522 - Processing data_transfers module -DEBUG - :: 527 - there are 9 classes in data_transfers -DEBUG - add_triples_for_classes :: 253 - AdHocContractualClauses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 253 - BindingCorporateRules -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - CertificationMechanismsForDataTransfers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - CodesOfConductForDataTransfers -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - DataTransferTool -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -DEBUG - add_triples_for_classes :: 253 - SCCByCommission -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses -DEBUG - add_triples_for_classes :: 253 - SCCBySupervisoryAuthority -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses -DEBUG - add_triples_for_classes :: 253 - StandardContractualClauses -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#Contract -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool -DEBUG - add_triples_for_classes :: 253 - SupplementaryMeasure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.jsonld -DEBUG - :: 548 - no proposed terms in DPVO-GDPR -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.jsonld -DEBUG - :: 570 - ------ -DEBUG - :: 571 - Processing DPV-PD -DEBUG - :: 575 - there are 172 classes in data_transfers -DEBUG - add_triples_for_classes :: 253 - Accent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language -DEBUG - add_triples_for_classes :: 253 - AccountIdentifier -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - Acquantaince -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Age -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - ApartmentOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned -DEBUG - add_triples_for_classes :: 253 - Association -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Attitude -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Authenticating -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - AuthenticationHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - BankAccount -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - Behavioral -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - Biometric -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - BloodType -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - BrowserFingerprint -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - BrowsingBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - BrowsingReferral -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior -DEBUG - add_triples_for_classes :: 253 - CallLog -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - CarOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - Character -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Communication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - CommunicationsMetadata -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Connection -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Contact -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - Country -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - Credit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - CreditCapacity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditCardNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber -DEBUG - add_triples_for_classes :: 253 - CreditRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditScore -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness -DEBUG - add_triples_for_classes :: 253 - CreditStanding -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - CreditWorthiness -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit -DEBUG - add_triples_for_classes :: 253 - Criminal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - CriminalCharge -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - CriminalConviction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - CriminalPardon -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal -DEBUG - add_triples_for_classes :: 253 - Demeanor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Demographic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - DeviceApplications -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware -DEBUG - add_triples_for_classes :: 253 - DeviceBased -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - DeviceOperatingSystem -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware -DEBUG - add_triples_for_classes :: 253 - DeviceSoftware -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - Dialect -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language -DEBUG - add_triples_for_classes :: 253 - Disability -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - DisciplinaryAction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Dislike -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest -DEBUG - add_triples_for_classes :: 253 - Divorce -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - DNACode -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - DrugTestResult -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - EmailAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - EmailContent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - EmploymentHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - EthnicOrigin -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - Family -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - FamilyHealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory -DEBUG - add_triples_for_classes :: 253 - FamilyStructure -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family -DEBUG - add_triples_for_classes :: 253 - Favorite -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - FavoriteColor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - FavoriteFood -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - FavoriteMusic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite -DEBUG - add_triples_for_classes :: 253 - Fetish -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Financial -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - FinancialAccount -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - FinancialAccountNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier -DEBUG - add_triples_for_classes :: 253 - Fingerprint -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric -DEBUG - add_triples_for_classes :: 253 - Friend -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - Gender -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - GeneralReputation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Geographic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - GPSCoordinate -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - GroupMembership -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork -DEBUG - add_triples_for_classes :: 253 - HairColor -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Health -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - HealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - HealthRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - Height -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Historical -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - HouseOwned -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - Identifying -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - Income -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - IncomeBracket -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - IndividualHealthHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory -DEBUG - add_triples_for_classes :: 253 - Intention -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Interaction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Interest -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Internal -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - IPAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - Job -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - Language -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 253 - LifeHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Historical -DEBUG - add_triples_for_classes :: 253 - Like -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest -DEBUG - add_triples_for_classes :: 253 - LinkClicked -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - LoanRecord -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Location -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking -DEBUG - add_triples_for_classes :: 253 - MACAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased -DEBUG - add_triples_for_classes :: 253 - MaritalStatus -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Marriage -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - MedicalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - MentalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health -DEBUG - add_triples_for_classes :: 253 - Name -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - OfficialID -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Offspring -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - Opinion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Ownership -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - Parent -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - Password -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - PaymentCard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount -DEBUG - add_triples_for_classes :: 253 - PaymentCardExpiry -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard -DEBUG - add_triples_for_classes :: 253 - PaymentCardNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier -DEBUG - add_triples_for_classes :: 253 - Personality -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - PersonalPossession -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership -DEBUG - add_triples_for_classes :: 253 - PhilosophicalBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - PhysicalAddress -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 253 - PhysicalHealth -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health -DEBUG - add_triples_for_classes :: 253 - PhysicalTrait -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic -DEBUG - add_triples_for_classes :: 253 - Picture -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Piercing -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - PINCode -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - PoliticalAffiliation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Preference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal -DEBUG - add_triples_for_classes :: 253 - Prescription -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth -DEBUG - add_triples_for_classes :: 253 - PrivacyPreference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference -DEBUG - add_triples_for_classes :: 253 - Proclivitie -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Professional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - ProfessionalCertification -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - ProfessionalEvaluation -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - ProfessionalInterview -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - Purchase -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - PurchasesAndSpendingHabit -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Race -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Reference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Relationship -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family -DEBUG - add_triples_for_classes :: 253 - Religion -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - ReligiousBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - Retina -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric -DEBUG - add_triples_for_classes :: 253 - RoomNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location -DEBUG - add_triples_for_classes :: 253 - Salary -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - Sale -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - School -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - add_triples_for_classes :: 253 - SecretText -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating -DEBUG - add_triples_for_classes :: 253 - ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral -DEBUG - add_triples_for_classes :: 253 - Sexual -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData -DEBUG - add_triples_for_classes :: 253 - SexualHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - SexualPreference -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual -DEBUG - add_triples_for_classes :: 253 - Sibling -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure -DEBUG - add_triples_for_classes :: 253 - SkinTone -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Social -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - SocialMediaCommunication -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - SocialNetwork -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social -DEBUG - add_triples_for_classes :: 253 - SocialStatus -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife -DEBUG - add_triples_for_classes :: 253 - Tattoo -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - Tax -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - TelephoneNumber -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact -DEBUG - add_triples_for_classes :: 253 - Thought -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief -DEBUG - add_triples_for_classes :: 253 - Tracking -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData -DEBUG - add_triples_for_classes :: 253 - Transaction -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional -DEBUG - add_triples_for_classes :: 253 - Transactional -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial -DEBUG - add_triples_for_classes :: 253 - TVViewingBehavior -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior -DEBUG - add_triples_for_classes :: 253 - UID -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - Username -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying -DEBUG - add_triples_for_classes :: 253 - VoiceCommunicationRecording -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - VoiceMail -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication -DEBUG - add_triples_for_classes :: 253 - Weight -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic -DEBUG - add_triples_for_classes :: 253 - WorkHistory -DEBUG - add_triples_for_classes :: 276 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional -DEBUG - :: 582 - exported proposed terms to ../dpv-owl/dpv-pd/proposed.json -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.rdf -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.ttl -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.n3 -INFO - serialize_graph :: 378 - wrote ../dpv-owl/dpv-pd/dpv-pd.jsonld +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces.csv +DEBUG - :: 48 - DPV namespace with IRI https://w3id.org/dpv# +DEBUG - :: 48 - DPV_NACE namespace with IRI https://w3id.org/dpv/dpv-nace# +DEBUG - :: 48 - DPV_GDPR namespace with IRI https://w3id.org/dpv/dpv-gdpr# +DEBUG - :: 48 - DPV_PD namespace with IRI https://w3id.org/dpv/dpv-pd# +DEBUG - :: 48 - DPV_TECH namespace with IRI https://w3id.org/dpv/dpv-tech# +DEBUG - :: 48 - DPV_LEGAL namespace with IRI https://w3id.org/dpv/dpv-legal# +DEBUG - :: 48 - DPV_ORG namespace with IRI https://w3id.org/dpv/dpv-org# +DEBUG - :: 48 - DPVS namespace with IRI https://w3id.org/dpv/dpv-skos# +DEBUG - :: 48 - DPVS_GDPR namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-gdpr# +DEBUG - :: 48 - DPVS_PD namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-pd# +DEBUG - :: 48 - DPVS_TECH namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-tech# +DEBUG - :: 48 - DPVS_LEGAL namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-legal# +DEBUG - :: 48 - DPVS_GEO namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-geo# +DEBUG - :: 48 - DPVO namespace with IRI https://w3id.org/dpv/dpv-owl# +DEBUG - :: 48 - DPVO_GDPR namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-gdpr# +DEBUG - :: 48 - DPVO_PD namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-pd# +DEBUG - :: 48 - DPVO_TECH namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-tech# +DEBUG - :: 48 - DPVO_LEGAL namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-legal# +DEBUG - :: 48 - DPVO_GEO namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-geo# +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces_Other.csv +DEBUG - :: 48 - DCT namespace with IRI http://purl.org/dc/terms/ +DEBUG - :: 48 - RDF namespace with IRI http://www.w3.org/1999/02/22-rdf-syntax-ns# +DEBUG - :: 48 - RDFS namespace with IRI http://www.w3.org/2000/01/rdf-schema# +DEBUG - :: 48 - OWL namespace with IRI http://www.w3.org/2002/07/owl# +DEBUG - :: 48 - SKOS namespace with IRI http://www.w3.org/2004/02/skos/core# +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - SPL namespace with IRI https://specialprivacy.ercim.eu/langs/usage-policy# +DEBUG - :: 48 - SVD namespace with IRI https://specialprivacy.ercim.eu/vocabs/data# +DEBUG - :: 48 - SVPU namespace with IRI https://specialprivacy.ercim.eu/vocabs/purposes# +DEBUG - :: 48 - SVPR namespace with IRI https://specialprivacy.ercim.eu/vocabs/processing# +DEBUG - :: 48 - SVR namespace with IRI https://specialprivacy.ercim.eu/vocabs/recipients +DEBUG - :: 48 - SVL namespace with IRI https://specialprivacy.ercim.eu/vocabs/locations# +DEBUG - :: 48 - SVDU namespace with IRI https://specialprivacy.ercim.eu/vocabs/duration# +DEBUG - :: 48 - FOAF namespace with IRI http://xmlns.com/foaf/0.1/ +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - PROV namespace with IRI http://www.w3.org/ns/prov# +DEBUG - :: 48 - TIME namespace with IRI http://www.w3.org/2006/time# +DEBUG - :: 48 - SW namespace with IRI http://www.w3.org/2003/06/sw-vocab-status/ns# +DEBUG - :: 48 - XSD namespace with IRI http://www.w3.org/2001/XMLSchema# +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing base module +DEBUG - :: 372 - there are 12 classes in base +DEBUG - add_triples_for_classes :: 173 - PersonalDataHandling +DEBUG - add_triples_for_classes :: 173 - PersonalData +DEBUG - add_triples_for_classes :: 173 - Processing +DEBUG - add_triples_for_classes :: 173 - Purpose +DEBUG - add_triples_for_classes :: 173 - Recipient +DEBUG - add_triples_for_classes :: 173 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 173 - LegalBasis +DEBUG - add_triples_for_classes :: 173 - DataSubject +DEBUG - add_triples_for_classes :: 173 - DataController +DEBUG - add_triples_for_classes :: 173 - Right +DEBUG - add_triples_for_classes :: 173 - DataSubjectRight +DEBUG - add_triples_for_classes :: 173 - Risk +DEBUG - :: 378 - there are 11 properties in base +DEBUG - add_triples_for_properties :: 214 - hasPersonalData +DEBUG - add_triples_for_properties :: 214 - hasProcessing +DEBUG - add_triples_for_properties :: 214 - hasPurpose +DEBUG - add_triples_for_properties :: 214 - hasRecipient +DEBUG - add_triples_for_properties :: 214 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 214 - hasLegalBasis +DEBUG - add_triples_for_properties :: 214 - hasDataSubject +DEBUG - add_triples_for_properties :: 214 - hasDataController +DEBUG - add_triples_for_properties :: 214 - hasRight +DEBUG - add_triples_for_properties :: 214 - hasRisk +DEBUG - add_triples_for_properties :: 214 - hasPersonalDataHandling +INFO - serialize_graph :: 261 - wrote ../dpv/modules/base.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/base.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/base.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/base.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing personal_data module +DEBUG - :: 372 - there are 12 classes in personal_data +DEBUG - add_triples_for_classes :: 173 - PersonalData +DEBUG - add_triples_for_classes :: 173 - AnonymisedData +DEBUG - add_triples_for_classes :: 173 - CollectedPersonalData +DEBUG - add_triples_for_classes :: 173 - GeneratedPersonalData +DEBUG - add_triples_for_classes :: 173 - DerivedPersonalData +DEBUG - add_triples_for_classes :: 173 - InferredPersonalData +DEBUG - add_triples_for_classes :: 173 - PseudoAnonymisedData +DEBUG - add_triples_for_classes :: 173 - SensitivePersonalData +DEBUG - add_triples_for_classes :: 173 - SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 173 - Data +DEBUG - add_triples_for_classes :: 173 - NonPersonalData +DEBUG - :: 378 - there are 1 properties in personal_data +DEBUG - add_triples_for_properties :: 214 - hasPersonalData +INFO - serialize_graph :: 261 - wrote ../dpv/modules/personal_data.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/personal_data.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/personal_data.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/personal_data.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing purposes module +DEBUG - :: 372 - there are 75 classes in purposes +DEBUG - add_triples_for_classes :: 173 - Purpose +DEBUG - add_triples_for_classes :: 173 - AcademicResearch +DEBUG - add_triples_for_classes :: 173 - AccountManagement +DEBUG - add_triples_for_classes :: 173 - Advertising +DEBUG - add_triples_for_classes :: 173 - CommercialResearch +DEBUG - add_triples_for_classes :: 173 - CommunicationManagement +DEBUG - add_triples_for_classes :: 173 - CommunicationForCustomerCare +DEBUG - add_triples_for_classes :: 173 - CreateEventRecommendations +DEBUG - add_triples_for_classes :: 173 - CreatePersonalizedRecommendations +DEBUG - add_triples_for_classes :: 173 - CreateProductRecommendations +DEBUG - add_triples_for_classes :: 173 - CustomerCare +DEBUG - add_triples_for_classes :: 173 - CustomerClaimsManagement +DEBUG - add_triples_for_classes :: 173 - CustomerManagement +DEBUG - add_triples_for_classes :: 173 - CustomerOrderManagement +DEBUG - add_triples_for_classes :: 173 - CustomerRelationshipManagement +DEBUG - add_triples_for_classes :: 173 - CustomerSolvencyMonitoring +DEBUG - add_triples_for_classes :: 173 - CreditChecking +DEBUG - add_triples_for_classes :: 173 - DeliveryOfGoods +DEBUG - add_triples_for_classes :: 173 - DirectMarketing +DEBUG - add_triples_for_classes :: 173 - DisputeManagement +DEBUG - add_triples_for_classes :: 173 - EnforceAccessControl +DEBUG - add_triples_for_classes :: 173 - EnforceSecurity +DEBUG - add_triples_for_classes :: 173 - FraudPreventionAndDetection +DEBUG - add_triples_for_classes :: 173 - CounterMoneyLaundering +DEBUG - add_triples_for_classes :: 173 - AntiTerrorismOperations +DEBUG - add_triples_for_classes :: 173 - HumanResourceManagement +DEBUG - add_triples_for_classes :: 173 - IdentityVerification +DEBUG - add_triples_for_classes :: 173 - ImproveExistingProductsAndServices +DEBUG - add_triples_for_classes :: 173 - ImproveInternalCRMProcesses +DEBUG - add_triples_for_classes :: 173 - IncreaseServiceRobustness +DEBUG - add_triples_for_classes :: 173 - InternalResourceOptimisation +DEBUG - add_triples_for_classes :: 173 - LegalCompliance +DEBUG - add_triples_for_classes :: 173 - Marketing +DEBUG - add_triples_for_classes :: 173 - MemberPartnerManagement +DEBUG - add_triples_for_classes :: 173 - NonCommercialResearch +DEBUG - add_triples_for_classes :: 173 - OptimisationForConsumer +DEBUG - add_triples_for_classes :: 173 - OptimisationForController +DEBUG - add_triples_for_classes :: 173 - OptimiseUserInterface +DEBUG - add_triples_for_classes :: 173 - OrganisationComplianceManagement +DEBUG - add_triples_for_classes :: 173 - OrganisationGovernance +DEBUG - add_triples_for_classes :: 173 - OrganisationRiskManagement +DEBUG - add_triples_for_classes :: 173 - Payment +DEBUG - add_triples_for_classes :: 173 - Personalisation +DEBUG - add_triples_for_classes :: 173 - PersonalisedAdvertising +DEBUG - add_triples_for_classes :: 173 - PersonalisedBenefits +DEBUG - add_triples_for_classes :: 173 - PersonnelManagement +DEBUG - add_triples_for_classes :: 173 - PersonnelPayment +DEBUG - add_triples_for_classes :: 173 - PersonnelHiring +DEBUG - add_triples_for_classes :: 173 - PublicRelations +DEBUG - add_triples_for_classes :: 173 - RecordManagement +DEBUG - add_triples_for_classes :: 173 - RegistrationAuthentication +DEBUG - add_triples_for_classes :: 173 - RequestedServiceProvision +DEBUG - add_triples_for_classes :: 173 - ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 173 - Sector +DEBUG - add_triples_for_classes :: 173 - SellDataToThirdParties +DEBUG - add_triples_for_classes :: 173 - SellInsightsFromData +DEBUG - add_triples_for_classes :: 173 - SellProducts +DEBUG - add_triples_for_classes :: 173 - SellProductsToDataSubject +DEBUG - add_triples_for_classes :: 173 - ServiceOptimization +DEBUG - add_triples_for_classes :: 173 - ServicePersonalization +DEBUG - add_triples_for_classes :: 173 - ServiceProvision +DEBUG - add_triples_for_classes :: 173 - ServiceRecordManagement +DEBUG - add_triples_for_classes :: 173 - ServiceUsageAnalytics +DEBUG - add_triples_for_classes :: 173 - SocialMediaMarketing +DEBUG - add_triples_for_classes :: 173 - TechnicalServiceProvision +DEBUG - add_triples_for_classes :: 173 - UserInterfacePersonalisation +DEBUG - add_triples_for_classes :: 173 - VendorManagement +DEBUG - add_triples_for_classes :: 173 - VendorPayment +DEBUG - add_triples_for_classes :: 173 - VendorRecordsManagement +DEBUG - add_triples_for_classes :: 173 - VendorSelectionAssessment +DEBUG - add_triples_for_classes :: 173 - TargetedAdvertising +DEBUG - :: 378 - there are 2 properties in purposes +DEBUG - add_triples_for_properties :: 214 - hasPurpose +DEBUG - add_triples_for_properties :: 214 - hasSector +INFO - serialize_graph :: 261 - wrote ../dpv/modules/purposes.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/purposes.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/purposes.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/purposes.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing context module +DEBUG - :: 372 - there are 42 classes in context +DEBUG - add_triples_for_classes :: 173 - Context +DEBUG - add_triples_for_classes :: 173 - Importance +DEBUG - add_triples_for_classes :: 173 - PrimaryImportance +DEBUG - add_triples_for_classes :: 173 - SecondaryImportance +DEBUG - add_triples_for_classes :: 173 - Necessity +DEBUG - add_triples_for_classes :: 173 - Required +DEBUG - add_triples_for_classes :: 173 - Optional +DEBUG - add_triples_for_classes :: 173 - NotRequired +DEBUG - add_triples_for_classes :: 173 - Technology +DEBUG - add_triples_for_classes :: 173 - AlgorithmicLogic +DEBUG - add_triples_for_classes :: 173 - HumanInvolvement +DEBUG - add_triples_for_classes :: 173 - Duration +DEBUG - add_triples_for_classes :: 173 - Frequency +DEBUG - add_triples_for_classes :: 173 - Status +DEBUG - add_triples_for_classes :: 173 - ActivityStatus +DEBUG - add_triples_for_classes :: 173 - ActivityProposed +DEBUG - add_triples_for_classes :: 173 - ActivityOngoing +DEBUG - add_triples_for_classes :: 173 - ActivityHalted +DEBUG - add_triples_for_classes :: 173 - ActivityCompleted +DEBUG - add_triples_for_classes :: 173 - ComplianceStatus +DEBUG - add_triples_for_classes :: 173 - Compliant +DEBUG - add_triples_for_classes :: 173 - Incompliant +DEBUG - add_triples_for_classes :: 173 - PartiallyCompliant +DEBUG - add_triples_for_classes :: 173 - NotCompliant +DEBUG - add_triples_for_classes :: 173 - ViolationOfCompliance +DEBUG - add_triples_for_classes :: 173 - AuditStatus +DEBUG - add_triples_for_classes :: 173 - AuditApproved +DEBUG - add_triples_for_classes :: 173 - AuditRejected +DEBUG - add_triples_for_classes :: 173 - AuditRequested +DEBUG - add_triples_for_classes :: 173 - AuditNotRequired +DEBUG - add_triples_for_classes :: 173 - AuditRequired +DEBUG - :: 378 - there are 15 properties in context +DEBUG - add_triples_for_properties :: 214 - hasContext +DEBUG - add_triples_for_properties :: 214 - isImplementedByEntity +DEBUG - add_triples_for_properties :: 214 - isImplementedUsingTechnology +DEBUG - add_triples_for_properties :: 214 - hasAlgorithmicLogic +DEBUG - add_triples_for_properties :: 214 - hasHumanInvolvement +DEBUG - add_triples_for_properties :: 214 - hasDuration +DEBUG - add_triples_for_properties :: 214 - hasIdentifier +DEBUG - add_triples_for_properties :: 214 - hasFrequency +DEBUG - add_triples_for_properties :: 214 - isBefore +DEBUG - add_triples_for_properties :: 214 - isAfter +DEBUG - add_triples_for_properties :: 214 - hasStatus +DEBUG - add_triples_for_properties :: 214 - hasComplianceStatus +DEBUG - add_triples_for_properties :: 214 - hasActivityStatus +INFO - serialize_graph :: 261 - wrote ../dpv/modules/context.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/context.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/context.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/context.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing risk module +DEBUG - :: 372 - there are 14 classes in risk +DEBUG - add_triples_for_classes :: 173 - Risk +DEBUG - add_triples_for_classes :: 173 - Consequence +DEBUG - add_triples_for_classes :: 173 - ConsequenceOfSuccess +DEBUG - add_triples_for_classes :: 173 - ConsequenceOfFailure +DEBUG - add_triples_for_classes :: 173 - Impact +DEBUG - add_triples_for_classes :: 173 - Benefit +DEBUG - add_triples_for_classes :: 173 - Detriment +DEBUG - add_triples_for_classes :: 173 - Damage +DEBUG - add_triples_for_classes :: 173 - MaterialDamage +DEBUG - add_triples_for_classes :: 173 - NonMaterialDamage +DEBUG - add_triples_for_classes :: 173 - Harm +DEBUG - add_triples_for_classes :: 173 - ConsequenceAsSideEffect +DEBUG - add_triples_for_classes :: 173 - RiskManagementProcedure +DEBUG - add_triples_for_classes :: 173 - RiskMitigationMeasure +DEBUG - :: 378 - there are 7 properties in risk +DEBUG - add_triples_for_properties :: 214 - hasRisk +DEBUG - add_triples_for_properties :: 214 - mitigatesRisk +DEBUG - add_triples_for_properties :: 214 - isMitigatedByMeasure +DEBUG - add_triples_for_properties :: 214 - hasConsequence +DEBUG - add_triples_for_properties :: 214 - hasImpact +DEBUG - add_triples_for_properties :: 214 - hasImpactOn +INFO - serialize_graph :: 261 - wrote ../dpv/modules/risk.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/risk.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/risk.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/risk.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing processing module +DEBUG - :: 372 - there are 44 classes in processing +DEBUG - add_triples_for_classes :: 173 - Processing +DEBUG - add_triples_for_classes :: 173 - Acquire +DEBUG - add_triples_for_classes :: 173 - Adapt +DEBUG - add_triples_for_classes :: 173 - Align +DEBUG - add_triples_for_classes :: 173 - Alter +DEBUG - add_triples_for_classes :: 173 - Analyse +DEBUG - add_triples_for_classes :: 173 - Anonymise +DEBUG - add_triples_for_classes :: 173 - Collect +DEBUG - add_triples_for_classes :: 173 - Combine +DEBUG - add_triples_for_classes :: 173 - Consult +DEBUG - add_triples_for_classes :: 173 - Copy +DEBUG - add_triples_for_classes :: 173 - Derive +DEBUG - add_triples_for_classes :: 173 - Destruct +DEBUG - add_triples_for_classes :: 173 - Disclose +DEBUG - add_triples_for_classes :: 173 - DiscloseByTransmission +DEBUG - add_triples_for_classes :: 173 - Disseminate +DEBUG - add_triples_for_classes :: 173 - Erase +DEBUG - add_triples_for_classes :: 173 - Generate +DEBUG - add_triples_for_classes :: 173 - Infer +DEBUG - add_triples_for_classes :: 173 - MakeAvailable +DEBUG - add_triples_for_classes :: 173 - Match +DEBUG - add_triples_for_classes :: 173 - Move +DEBUG - add_triples_for_classes :: 173 - Obtain +DEBUG - add_triples_for_classes :: 173 - Organise +DEBUG - add_triples_for_classes :: 173 - Profiling +DEBUG - add_triples_for_classes :: 173 - PseudoAnonymise +DEBUG - add_triples_for_classes :: 173 - Record +DEBUG - add_triples_for_classes :: 173 - Remove +DEBUG - add_triples_for_classes :: 173 - Restrict +DEBUG - add_triples_for_classes :: 173 - Retrieve +DEBUG - add_triples_for_classes :: 173 - Share +DEBUG - add_triples_for_classes :: 173 - Store +DEBUG - add_triples_for_classes :: 173 - Structure +DEBUG - add_triples_for_classes :: 173 - Transfer +DEBUG - add_triples_for_classes :: 173 - Transform +DEBUG - add_triples_for_classes :: 173 - Transmit +DEBUG - add_triples_for_classes :: 173 - Use +DEBUG - :: 378 - there are 1 properties in processing +DEBUG - add_triples_for_properties :: 214 - hasProcessing +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing processing_context module +DEBUG - :: 372 - there are 55 classes in processing_context +DEBUG - add_triples_for_classes :: 173 - ProcessingContext +DEBUG - add_triples_for_classes :: 173 - DataSource +DEBUG - add_triples_for_classes :: 173 - PublicDataSource +DEBUG - add_triples_for_classes :: 173 - NonPublicDataSource +DEBUG - add_triples_for_classes :: 173 - SystematicMonitoring +DEBUG - add_triples_for_classes :: 173 - EvaluationScoring +DEBUG - add_triples_for_classes :: 173 - AutomatedDecisionMaking +DEBUG - add_triples_for_classes :: 173 - LargeScaleProcessing +DEBUG - add_triples_for_classes :: 173 - InnovativeUseOfNewTechnologies +DEBUG - add_triples_for_classes :: 173 - StorageDeletion +DEBUG - add_triples_for_classes :: 173 - StorageDuration +DEBUG - add_triples_for_classes :: 173 - StorageLocation +DEBUG - add_triples_for_classes :: 173 - StorageRestoration +DEBUG - add_triples_for_classes :: 173 - StorageCondition +DEBUG - :: 378 - there are 3 properties in processing_context +DEBUG - add_triples_for_properties :: 214 - hasDataSource +DEBUG - add_triples_for_properties :: 214 - hasStorage +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing_context.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing_context.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing_context.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/processing_context.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing technical_organisational_measures module +DEBUG - :: 372 - there are 53 classes in technical_organisational_measures +DEBUG - add_triples_for_classes :: 173 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 173 - TechnicalMeasure +DEBUG - add_triples_for_classes :: 173 - OrganisationalMeasure +DEBUG - add_triples_for_classes :: 173 - AccessControlMethod +DEBUG - add_triples_for_classes :: 173 - Anonymization +DEBUG - add_triples_for_classes :: 173 - Assessment +DEBUG - add_triples_for_classes :: 173 - AuthenticationProtocols +DEBUG - add_triples_for_classes :: 173 - AuthorisationProcedure +DEBUG - add_triples_for_classes :: 173 - Certification +DEBUG - add_triples_for_classes :: 173 - CertificationSeal +DEBUG - add_triples_for_classes :: 173 - CodeOfConduct +DEBUG - add_triples_for_classes :: 173 - Consultation +DEBUG - add_triples_for_classes :: 173 - ConsultationWithAuthority +DEBUG - add_triples_for_classes :: 173 - ContractualTerms +DEBUG - add_triples_for_classes :: 173 - CompleteAnonymisation +DEBUG - add_triples_for_classes :: 173 - ControllerProcessorAgreement +DEBUG - add_triples_for_classes :: 173 - DataProcessingAgreement +DEBUG - add_triples_for_classes :: 173 - DataProcessingRecords +DEBUG - add_triples_for_classes :: 173 - DataTransferImpactAssessment +DEBUG - add_triples_for_classes :: 173 - DeIdentification +DEBUG - add_triples_for_classes :: 173 - DesignStandard +DEBUG - add_triples_for_classes :: 173 - DPIA +DEBUG - add_triples_for_classes :: 173 - EncryptionInRest +DEBUG - add_triples_for_classes :: 173 - EncryptionInTransfer +DEBUG - add_triples_for_classes :: 173 - GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 173 - ImpactAssessment +DEBUG - add_triples_for_classes :: 173 - JointDataControllersAgreement +DEBUG - add_triples_for_classes :: 173 - LegalAgreement +DEBUG - add_triples_for_classes :: 173 - LegitimateInterestAssessment +DEBUG - add_triples_for_classes :: 173 - NDA +DEBUG - add_triples_for_classes :: 173 - Notice +DEBUG - add_triples_for_classes :: 173 - PIA +DEBUG - add_triples_for_classes :: 173 - Policy +DEBUG - add_triples_for_classes :: 173 - PrivacyByDefault +DEBUG - add_triples_for_classes :: 173 - PrivacyByDesign +DEBUG - add_triples_for_classes :: 173 - PrivacyNotice +DEBUG - add_triples_for_classes :: 173 - PseudoAnonymization +DEBUG - add_triples_for_classes :: 173 - Encryption +DEBUG - add_triples_for_classes :: 173 - RecordsOfActivities +DEBUG - add_triples_for_classes :: 173 - RegisterOfProcessingActivities +DEBUG - add_triples_for_classes :: 173 - RegularityOfRecertification +DEBUG - add_triples_for_classes :: 173 - Safeguard +DEBUG - add_triples_for_classes :: 173 - SafeguardForDataTransfer +DEBUG - add_triples_for_classes :: 173 - Seal +DEBUG - add_triples_for_classes :: 173 - SingleSignOn +DEBUG - add_triples_for_classes :: 173 - StaffTraining +DEBUG - add_triples_for_classes :: 173 - SubProcessorAgreement +DEBUG - add_triples_for_classes :: 173 - ThirdPartyAgreement +DEBUG - :: 378 - there are 6 properties in technical_organisational_measures +DEBUG - add_triples_for_properties :: 214 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 214 - hasTechnicalMeasure +DEBUG - add_triples_for_properties :: 214 - hasOrganisationalMeasure +DEBUG - add_triples_for_properties :: 214 - hasPolicy +DEBUG - add_triples_for_properties :: 214 - isPolicyFor +INFO - serialize_graph :: 261 - wrote ../dpv/modules/technical_organisational_measures.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/technical_organisational_measures.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/technical_organisational_measures.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/technical_organisational_measures.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing entities module +DEBUG - :: 372 - there are 4 classes in entities +DEBUG - add_triples_for_classes :: 173 - Entity +DEBUG - add_triples_for_classes :: 173 - LegalEntity +DEBUG - add_triples_for_classes :: 173 - NaturalPerson +DEBUG - add_triples_for_classes :: 173 - Representative +DEBUG - :: 378 - there are 6 properties in entities +DEBUG - add_triples_for_properties :: 214 - hasName +DEBUG - add_triples_for_properties :: 214 - hasAddress +DEBUG - add_triples_for_properties :: 214 - hasContact +DEBUG - add_triples_for_properties :: 214 - hasEntity +DEBUG - add_triples_for_properties :: 214 - hasRepresentative +DEBUG - add_triples_for_properties :: 214 - hasResponsibleEntity +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing entities_authority module +DEBUG - :: 372 - there are 5 classes in entities_authority +DEBUG - add_triples_for_classes :: 173 - Authority +DEBUG - add_triples_for_classes :: 173 - DataProtectionAuthority +DEBUG - add_triples_for_classes :: 173 - NationalAuthority +DEBUG - add_triples_for_classes :: 173 - RegionalAuthority +DEBUG - add_triples_for_classes :: 173 - SupraNationalAuthority +DEBUG - :: 378 - there are 2 properties in entities_authority +DEBUG - add_triples_for_properties :: 214 - hasAuthority +DEBUG - add_triples_for_properties :: 214 - isAuthorityFor +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_authority.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_authority.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_authority.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_authority.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing entities_legalrole module +DEBUG - :: 372 - there are 9 classes in entities_legalrole +DEBUG - add_triples_for_classes :: 173 - DataController +DEBUG - add_triples_for_classes :: 173 - DataProcessor +DEBUG - add_triples_for_classes :: 173 - DataSubProcessor +DEBUG - add_triples_for_classes :: 173 - Recipient +DEBUG - add_triples_for_classes :: 173 - ThirdParty +DEBUG - add_triples_for_classes :: 173 - DataExporter +DEBUG - add_triples_for_classes :: 173 - DataImporter +DEBUG - add_triples_for_classes :: 173 - JointDataControllers +DEBUG - add_triples_for_classes :: 173 - DataProtectionOfficer +DEBUG - :: 378 - there are 9 properties in entities_legalrole +DEBUG - add_triples_for_properties :: 214 - hasDataController +DEBUG - add_triples_for_properties :: 214 - hasJointDataControllers +DEBUG - add_triples_for_properties :: 214 - hasDataProcessor +DEBUG - add_triples_for_properties :: 214 - hasRecipient +DEBUG - add_triples_for_properties :: 214 - hasRecipientDataController +DEBUG - add_triples_for_properties :: 214 - hasRecipientThirdParty +DEBUG - add_triples_for_properties :: 214 - hasDataExporter +DEBUG - add_triples_for_properties :: 214 - hasDataImporter +DEBUG - add_triples_for_properties :: 214 - hasDataProtectionOfficer +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_legalrole.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_legalrole.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_legalrole.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_legalrole.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing entities_organisation module +DEBUG - :: 372 - there are 9 classes in entities_organisation +DEBUG - add_triples_for_classes :: 173 - Organisation +DEBUG - add_triples_for_classes :: 173 - IndustryConsortium +DEBUG - add_triples_for_classes :: 173 - GovernmentalOrganisation +DEBUG - add_triples_for_classes :: 173 - NonGovernmentalOrganisation +DEBUG - add_triples_for_classes :: 173 - ForProfitOrganisation +DEBUG - add_triples_for_classes :: 173 - NonProfitOrganisation +DEBUG - add_triples_for_classes :: 173 - AcademicScientificOrganisation +DEBUG - add_triples_for_classes :: 173 - InternationalOrganisation +DEBUG - add_triples_for_classes :: 173 - OrganisationalUnit +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_organisation.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_organisation.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_organisation.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_organisation.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing entities_datasubject module +DEBUG - :: 372 - there are 24 classes in entities_datasubject +DEBUG - add_triples_for_classes :: 173 - DataSubject +DEBUG - add_triples_for_classes :: 173 - Child +DEBUG - add_triples_for_classes :: 173 - Adult +DEBUG - add_triples_for_classes :: 173 - VulnerableDataSubject +DEBUG - add_triples_for_classes :: 173 - Patient +DEBUG - add_triples_for_classes :: 173 - Employee +DEBUG - add_triples_for_classes :: 173 - Student +DEBUG - add_triples_for_classes :: 173 - Citizen +DEBUG - add_triples_for_classes :: 173 - NonCitizen +DEBUG - add_triples_for_classes :: 173 - Immigrant +DEBUG - add_triples_for_classes :: 173 - Tourist +DEBUG - add_triples_for_classes :: 173 - Customer +DEBUG - add_triples_for_classes :: 173 - Consumer +DEBUG - add_triples_for_classes :: 173 - User +DEBUG - add_triples_for_classes :: 173 - JobApplicant +DEBUG - add_triples_for_classes :: 173 - Visitor +DEBUG - add_triples_for_classes :: 173 - Member +DEBUG - add_triples_for_classes :: 173 - Applicant +DEBUG - add_triples_for_classes :: 173 - Subscriber +DEBUG - add_triples_for_classes :: 173 - Client +DEBUG - add_triples_for_classes :: 173 - Participant +DEBUG - :: 378 - there are 2 properties in entities_datasubject +DEBUG - add_triples_for_properties :: 214 - hasDataSubject +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_datasubject.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_datasubject.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_datasubject.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/entities_datasubject.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing jurisdiction module +DEBUG - :: 372 - there are 7 classes in jurisdiction +DEBUG - add_triples_for_classes :: 173 - Location +DEBUG - add_triples_for_classes :: 173 - Country +DEBUG - add_triples_for_classes :: 173 - SupraNationalUnion +DEBUG - add_triples_for_classes :: 173 - EconomicUnion +DEBUG - add_triples_for_classes :: 173 - Region +DEBUG - add_triples_for_classes :: 173 - Law +DEBUG - add_triples_for_classes :: 173 - ThirdCountry +DEBUG - :: 378 - there are 5 properties in jurisdiction +DEBUG - add_triples_for_properties :: 214 - hasJurisdiction +DEBUG - add_triples_for_properties :: 214 - hasCountry +DEBUG - add_triples_for_properties :: 214 - hasLocation +DEBUG - add_triples_for_properties :: 214 - hasApplicableLaw +DEBUG - add_triples_for_properties :: 214 - hasThirdCountry +INFO - serialize_graph :: 261 - wrote ../dpv/modules/jurisdiction.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/jurisdiction.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/jurisdiction.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/jurisdiction.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing legal_basis module +DEBUG - :: 372 - there are 17 classes in legal_basis +DEBUG - add_triples_for_classes :: 173 - LegalBasis +DEBUG - add_triples_for_classes :: 173 - Consent +DEBUG - add_triples_for_classes :: 173 - Contract +DEBUG - add_triples_for_classes :: 173 - ContractPerformance +DEBUG - add_triples_for_classes :: 173 - DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 173 - EnterIntoContract +DEBUG - add_triples_for_classes :: 173 - LegalObligation +DEBUG - add_triples_for_classes :: 173 - LegitimateInterest +DEBUG - add_triples_for_classes :: 173 - LegitimateInterestOfController +DEBUG - add_triples_for_classes :: 173 - LegitimateInterestOfThirdParty +DEBUG - add_triples_for_classes :: 173 - OfficialAuthorityOfController +DEBUG - add_triples_for_classes :: 173 - PublicInterest +DEBUG - add_triples_for_classes :: 173 - VitalInterest +DEBUG - add_triples_for_classes :: 173 - VitalInterestOfDataSubject +DEBUG - add_triples_for_classes :: 173 - VitalInterestOfNaturalPerson +DEBUG - :: 378 - there are 1 properties in legal_basis +DEBUG - add_triples_for_properties :: 214 - hasLegalBasis +INFO - serialize_graph :: 261 - wrote ../dpv/modules/legal_basis.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/legal_basis.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/legal_basis.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/legal_basis.jsonld +DEBUG - :: 366 - ------ +DEBUG - :: 367 - Processing consent module +DEBUG - :: 378 - there are 13 properties in consent +DEBUG - add_triples_for_properties :: 214 - hasExpiry +DEBUG - add_triples_for_properties :: 214 - hasExpiryTime +DEBUG - add_triples_for_properties :: 214 - hasExpiryCondition +DEBUG - add_triples_for_properties :: 214 - hasProvisionMethod +DEBUG - add_triples_for_properties :: 214 - hasProvisionTime +DEBUG - add_triples_for_properties :: 214 - hasWithdrawalMethod +DEBUG - add_triples_for_properties :: 214 - hasWithdrawalTime +DEBUG - add_triples_for_properties :: 214 - hasWithdrawalBy +DEBUG - add_triples_for_properties :: 214 - hasProvisionBy +DEBUG - add_triples_for_properties :: 214 - hasProvisionByJustification +DEBUG - add_triples_for_properties :: 214 - hasWithdrawalByJustification +DEBUG - add_triples_for_properties :: 214 - hasConsentNotice +DEBUG - add_triples_for_properties :: 214 - isExplicit +INFO - serialize_graph :: 261 - wrote ../dpv/modules/consent.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/modules/consent.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/modules/consent.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/modules/consent.jsonld +DEBUG - :: 400 - exported proposed terms to ../dpv/proposed.json +INFO - serialize_graph :: 261 - wrote ../dpv/dpv.rdf +INFO - serialize_graph :: 261 - wrote ../dpv/dpv.ttl +INFO - serialize_graph :: 261 - wrote ../dpv/dpv.n3 +INFO - serialize_graph :: 261 - wrote ../dpv/dpv.jsonld +DEBUG - :: 443 - ------ +DEBUG - :: 444 - Processing legal_basis module +DEBUG - :: 449 - there are 34 classes in legal_basis +DEBUG - add_triples_for_classes :: 173 - A6-1-a-non-explicit-consent +DEBUG - add_triples_for_classes :: 173 - A6-1-a-explicit-consent +DEBUG - add_triples_for_classes :: 173 - A6-1-b +DEBUG - add_triples_for_classes :: 173 - A6-1-c +DEBUG - add_triples_for_classes :: 173 - A6-1-d +DEBUG - add_triples_for_classes :: 173 - A6-1-e +DEBUG - add_triples_for_classes :: 173 - A6-1-f +DEBUG - add_triples_for_classes :: 173 - A9-2-a +DEBUG - add_triples_for_classes :: 173 - A9-2-b +DEBUG - add_triples_for_classes :: 173 - A9-2-c +DEBUG - add_triples_for_classes :: 173 - A9-2-d +DEBUG - add_triples_for_classes :: 173 - A9-2-e +DEBUG - add_triples_for_classes :: 173 - A9-2-f +DEBUG - add_triples_for_classes :: 173 - A9-2-g +DEBUG - add_triples_for_classes :: 173 - A9-2-h +DEBUG - add_triples_for_classes :: 173 - A9-2-i +DEBUG - add_triples_for_classes :: 173 - A9-2-j +DEBUG - add_triples_for_classes :: 173 - A45-3 +DEBUG - add_triples_for_classes :: 173 - A46-2-a +DEBUG - add_triples_for_classes :: 173 - A46-2-b +DEBUG - add_triples_for_classes :: 173 - A46-2-c +DEBUG - add_triples_for_classes :: 173 - A46-2-d +DEBUG - add_triples_for_classes :: 173 - A46-2-e +DEBUG - add_triples_for_classes :: 173 - A46-2-f +DEBUG - add_triples_for_classes :: 173 - A46-3-a +DEBUG - add_triples_for_classes :: 173 - A46-3-b +DEBUG - add_triples_for_classes :: 173 - A49-1-a +DEBUG - add_triples_for_classes :: 173 - A49-1-b +DEBUG - add_triples_for_classes :: 173 - A49-1-c +DEBUG - add_triples_for_classes :: 173 - A49-1-d +DEBUG - add_triples_for_classes :: 173 - A49-1-e +DEBUG - add_triples_for_classes :: 173 - A49-1-f +DEBUG - add_triples_for_classes :: 173 - A49-1-g +DEBUG - add_triples_for_classes :: 173 - A49-2 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/legal_basis.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/legal_basis.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/legal_basis.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/legal_basis.jsonld +DEBUG - :: 443 - ------ +DEBUG - :: 444 - Processing rights module +DEBUG - :: 449 - there are 12 classes in rights +DEBUG - add_triples_for_classes :: 173 - A13 +DEBUG - add_triples_for_classes :: 173 - A14 +DEBUG - add_triples_for_classes :: 173 - A15 +DEBUG - add_triples_for_classes :: 173 - A16 +DEBUG - add_triples_for_classes :: 173 - A17 +DEBUG - add_triples_for_classes :: 173 - A18 +DEBUG - add_triples_for_classes :: 173 - A19 +DEBUG - add_triples_for_classes :: 173 - A20 +DEBUG - add_triples_for_classes :: 173 - A21 +DEBUG - add_triples_for_classes :: 173 - A22 +DEBUG - add_triples_for_classes :: 173 - A7-3 +DEBUG - add_triples_for_classes :: 173 - A77 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/rights.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/rights.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/rights.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/rights.jsonld +DEBUG - :: 443 - ------ +DEBUG - :: 444 - Processing data_transfers module +DEBUG - :: 449 - there are 9 classes in data_transfers +DEBUG - add_triples_for_classes :: 173 - AdHocContractualClauses +DEBUG - add_triples_for_classes :: 173 - BindingCorporateRules +DEBUG - add_triples_for_classes :: 173 - CertificationMechanismsForDataTransfers +DEBUG - add_triples_for_classes :: 173 - CodesOfConductForDataTransfers +DEBUG - add_triples_for_classes :: 173 - DataTransferTool +DEBUG - add_triples_for_classes :: 173 - SCCByCommission +DEBUG - add_triples_for_classes :: 173 - SCCBySupervisoryAuthority +DEBUG - add_triples_for_classes :: 173 - StandardContractualClauses +DEBUG - add_triples_for_classes :: 173 - SupplementaryMeasure +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/data_transfers.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/data_transfers.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/data_transfers.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/modules/data_transfers.jsonld +DEBUG - :: 478 - no proposed terms in DPV-GDPR +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/dpv-gdpr.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/dpv-gdpr.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/dpv-gdpr.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-gdpr/dpv-gdpr.jsonld +DEBUG - :: 500 - ------ +DEBUG - :: 501 - Processing DPV-PD +DEBUG - :: 505 - there are 204 classes in data_transfers +DEBUG - add_triples_for_classes :: 173 - Accent +DEBUG - add_triples_for_classes :: 173 - AccountIdentifier +DEBUG - add_triples_for_classes :: 173 - Acquantaince +DEBUG - add_triples_for_classes :: 173 - Age +DEBUG - add_triples_for_classes :: 173 - AgeExact +DEBUG - add_triples_for_classes :: 173 - AgeRange +DEBUG - add_triples_for_classes :: 173 - BirthDate +DEBUG - add_triples_for_classes :: 173 - BirthPlace +DEBUG - add_triples_for_classes :: 173 - ApartmentOwned +DEBUG - add_triples_for_classes :: 173 - Association +DEBUG - add_triples_for_classes :: 173 - Attitude +DEBUG - add_triples_for_classes :: 173 - Authenticating +DEBUG - add_triples_for_classes :: 173 - AuthenticationHistory +DEBUG - add_triples_for_classes :: 173 - BankAccount +DEBUG - add_triples_for_classes :: 173 - Behavioral +DEBUG - add_triples_for_classes :: 173 - Biometric +DEBUG - add_triples_for_classes :: 173 - BloodType +DEBUG - add_triples_for_classes :: 173 - BrowserFingerprint +DEBUG - add_triples_for_classes :: 173 - BrowsingBehavior +DEBUG - add_triples_for_classes :: 173 - BrowsingReferral +DEBUG - add_triples_for_classes :: 173 - CallLog +DEBUG - add_triples_for_classes :: 173 - CarOwned +DEBUG - add_triples_for_classes :: 173 - Character +DEBUG - add_triples_for_classes :: 173 - Communication +DEBUG - add_triples_for_classes :: 173 - CommunicationsMetadata +DEBUG - add_triples_for_classes :: 173 - Connection +DEBUG - add_triples_for_classes :: 173 - Contact +DEBUG - add_triples_for_classes :: 173 - Country +DEBUG - add_triples_for_classes :: 173 - Credit +DEBUG - add_triples_for_classes :: 173 - CreditCapacity +DEBUG - add_triples_for_classes :: 173 - CreditCardNumber +DEBUG - add_triples_for_classes :: 173 - CreditRecord +DEBUG - add_triples_for_classes :: 173 - CreditScore +DEBUG - add_triples_for_classes :: 173 - CreditStanding +DEBUG - add_triples_for_classes :: 173 - CreditWorthiness +DEBUG - add_triples_for_classes :: 173 - Criminal +DEBUG - add_triples_for_classes :: 173 - CriminalCharge +DEBUG - add_triples_for_classes :: 173 - CriminalConviction +DEBUG - add_triples_for_classes :: 173 - CriminalPardon +DEBUG - add_triples_for_classes :: 173 - Demeanor +DEBUG - add_triples_for_classes :: 173 - Demographic +DEBUG - add_triples_for_classes :: 173 - DeviceApplications +DEBUG - add_triples_for_classes :: 173 - DeviceBased +DEBUG - add_triples_for_classes :: 173 - DeviceOperatingSystem +DEBUG - add_triples_for_classes :: 173 - DeviceSoftware +DEBUG - add_triples_for_classes :: 173 - Dialect +DEBUG - add_triples_for_classes :: 173 - Disability +DEBUG - add_triples_for_classes :: 173 - DisciplinaryAction +DEBUG - add_triples_for_classes :: 173 - Dislike +DEBUG - add_triples_for_classes :: 173 - Divorce +DEBUG - add_triples_for_classes :: 173 - DNACode +DEBUG - add_triples_for_classes :: 173 - DrugTestResult +DEBUG - add_triples_for_classes :: 173 - EmailAddress +DEBUG - add_triples_for_classes :: 173 - EmailAddressWork +DEBUG - add_triples_for_classes :: 173 - EmailAddressPersonal +DEBUG - add_triples_for_classes :: 173 - EmailContent +DEBUG - add_triples_for_classes :: 173 - EmploymentHistory +DEBUG - add_triples_for_classes :: 173 - CurrentEmployment +DEBUG - add_triples_for_classes :: 173 - PastEmployment +DEBUG - add_triples_for_classes :: 173 - Ethnicity +DEBUG - add_triples_for_classes :: 173 - EthnicOrigin +DEBUG - add_triples_for_classes :: 173 - External +DEBUG - add_triples_for_classes :: 173 - Family +DEBUG - add_triples_for_classes :: 173 - FamilyHealthHistory +DEBUG - add_triples_for_classes :: 173 - FamilyStructure +DEBUG - add_triples_for_classes :: 173 - Favorite +DEBUG - add_triples_for_classes :: 173 - FavoriteColor +DEBUG - add_triples_for_classes :: 173 - FavoriteFood +DEBUG - add_triples_for_classes :: 173 - FavoriteMusic +DEBUG - add_triples_for_classes :: 173 - Fetish +DEBUG - add_triples_for_classes :: 173 - Financial +DEBUG - add_triples_for_classes :: 173 - FinancialAccount +DEBUG - add_triples_for_classes :: 173 - FinancialAccountNumber +DEBUG - add_triples_for_classes :: 173 - Fingerprint +DEBUG - add_triples_for_classes :: 173 - Friend +DEBUG - add_triples_for_classes :: 173 - Gender +DEBUG - add_triples_for_classes :: 173 - GeneralReputation +DEBUG - add_triples_for_classes :: 173 - Geographic +DEBUG - add_triples_for_classes :: 173 - GeneticData +DEBUG - add_triples_for_classes :: 173 - GPSCoordinate +DEBUG - add_triples_for_classes :: 173 - GroupMembership +DEBUG - add_triples_for_classes :: 173 - HairColor +DEBUG - add_triples_for_classes :: 173 - Health +DEBUG - add_triples_for_classes :: 173 - HealthHistory +DEBUG - add_triples_for_classes :: 173 - HealthRecord +DEBUG - add_triples_for_classes :: 173 - Height +DEBUG - add_triples_for_classes :: 173 - Historical +DEBUG - add_triples_for_classes :: 173 - HouseOwned +DEBUG - add_triples_for_classes :: 173 - Identifying +DEBUG - add_triples_for_classes :: 173 - Income +DEBUG - add_triples_for_classes :: 173 - IncomeBracket +DEBUG - add_triples_for_classes :: 173 - IndividualHealthHistory +DEBUG - add_triples_for_classes :: 173 - Insurance +DEBUG - add_triples_for_classes :: 173 - Intention +DEBUG - add_triples_for_classes :: 173 - Interaction +DEBUG - add_triples_for_classes :: 173 - Interest +DEBUG - add_triples_for_classes :: 173 - Internal +DEBUG - add_triples_for_classes :: 173 - IPAddress +DEBUG - add_triples_for_classes :: 173 - Job +DEBUG - add_triples_for_classes :: 173 - KnowledgeBelief +DEBUG - add_triples_for_classes :: 173 - Language +DEBUG - add_triples_for_classes :: 173 - LifeHistory +DEBUG - add_triples_for_classes :: 173 - Like +DEBUG - add_triples_for_classes :: 173 - LinkClicked +DEBUG - add_triples_for_classes :: 173 - LoanRecord +DEBUG - add_triples_for_classes :: 173 - Location +DEBUG - add_triples_for_classes :: 173 - MACAddress +DEBUG - add_triples_for_classes :: 173 - MaritalStatus +DEBUG - add_triples_for_classes :: 173 - Marriage +DEBUG - add_triples_for_classes :: 173 - MedicalHealth +DEBUG - add_triples_for_classes :: 173 - MentalHealth +DEBUG - add_triples_for_classes :: 173 - Name +DEBUG - add_triples_for_classes :: 173 - Nationality +DEBUG - add_triples_for_classes :: 173 - OfficialID +DEBUG - add_triples_for_classes :: 173 - Offspring +DEBUG - add_triples_for_classes :: 173 - Opinion +DEBUG - add_triples_for_classes :: 173 - Ownership +DEBUG - add_triples_for_classes :: 173 - Parent +DEBUG - add_triples_for_classes :: 173 - Passport +DEBUG - add_triples_for_classes :: 173 - Password +DEBUG - add_triples_for_classes :: 173 - PaymentCard +DEBUG - add_triples_for_classes :: 173 - PaymentCardExpiry +DEBUG - add_triples_for_classes :: 173 - PaymentCardNumber +DEBUG - add_triples_for_classes :: 173 - Personality +DEBUG - add_triples_for_classes :: 173 - PersonalPossession +DEBUG - add_triples_for_classes :: 173 - PhilosophicalBelief +DEBUG - add_triples_for_classes :: 173 - PhysicalAddress +DEBUG - add_triples_for_classes :: 173 - PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 173 - PhysicalHealth +DEBUG - add_triples_for_classes :: 173 - PhysicalTrait +DEBUG - add_triples_for_classes :: 173 - Picture +DEBUG - add_triples_for_classes :: 173 - Piercing +DEBUG - add_triples_for_classes :: 173 - PINCode +DEBUG - add_triples_for_classes :: 173 - PoliticalOpinion +DEBUG - add_triples_for_classes :: 173 - PoliticalAffiliation +DEBUG - add_triples_for_classes :: 173 - Preference +DEBUG - add_triples_for_classes :: 173 - Prescription +DEBUG - add_triples_for_classes :: 173 - PrivacyPreference +DEBUG - add_triples_for_classes :: 173 - Proclivitie +DEBUG - add_triples_for_classes :: 173 - Professional +DEBUG - add_triples_for_classes :: 173 - ProfessionalCertification +DEBUG - add_triples_for_classes :: 173 - ProfessionalEvaluation +DEBUG - add_triples_for_classes :: 173 - ProfessionalInterview +DEBUG - add_triples_for_classes :: 173 - Education +DEBUG - add_triples_for_classes :: 173 - EducationExperience +DEBUG - add_triples_for_classes :: 173 - EducationQualification +DEBUG - add_triples_for_classes :: 173 - PublicLife +DEBUG - add_triples_for_classes :: 173 - Purchase +DEBUG - add_triples_for_classes :: 173 - PurchasesAndSpendingHabit +DEBUG - add_triples_for_classes :: 173 - Race +DEBUG - add_triples_for_classes :: 173 - Reference +DEBUG - add_triples_for_classes :: 173 - Relationship +DEBUG - add_triples_for_classes :: 173 - Religion +DEBUG - add_triples_for_classes :: 173 - ReligiousBelief +DEBUG - add_triples_for_classes :: 173 - Retina +DEBUG - add_triples_for_classes :: 173 - RoomNumber +DEBUG - add_triples_for_classes :: 173 - Salary +DEBUG - add_triples_for_classes :: 173 - Sale +DEBUG - add_triples_for_classes :: 173 - School +DEBUG - add_triples_for_classes :: 173 - SecretText +DEBUG - add_triples_for_classes :: 173 - ServiceConsumptionBehavior +DEBUG - add_triples_for_classes :: 173 - Sexual +DEBUG - add_triples_for_classes :: 173 - SexualHistory +DEBUG - add_triples_for_classes :: 173 - SexualPreference +DEBUG - add_triples_for_classes :: 173 - Sibling +DEBUG - add_triples_for_classes :: 173 - SkinTone +DEBUG - add_triples_for_classes :: 173 - Social +DEBUG - add_triples_for_classes :: 173 - SocialMediaCommunication +DEBUG - add_triples_for_classes :: 173 - SocialNetwork +DEBUG - add_triples_for_classes :: 173 - SocialStatus +DEBUG - add_triples_for_classes :: 173 - Tattoo +DEBUG - add_triples_for_classes :: 173 - Tax +DEBUG - add_triples_for_classes :: 173 - TradeUnionMembership +DEBUG - add_triples_for_classes :: 173 - TelephoneNumber +DEBUG - add_triples_for_classes :: 173 - Thought +DEBUG - add_triples_for_classes :: 173 - Tracking +DEBUG - add_triples_for_classes :: 173 - Transaction +DEBUG - add_triples_for_classes :: 173 - TravelHistory +DEBUG - add_triples_for_classes :: 173 - Transactional +DEBUG - add_triples_for_classes :: 173 - TVViewingBehavior +DEBUG - add_triples_for_classes :: 173 - UID +DEBUG - add_triples_for_classes :: 173 - Username +DEBUG - add_triples_for_classes :: 173 - VoiceCommunicationRecording +DEBUG - add_triples_for_classes :: 173 - VoiceMail +DEBUG - add_triples_for_classes :: 173 - Weight +DEBUG - add_triples_for_classes :: 173 - WorkHistory +DEBUG - :: 517 - exported proposed terms to ../dpv-pd/proposed.json +INFO - serialize_graph :: 261 - wrote ../dpv-pd/dpv-pd.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-pd/dpv-pd.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-pd/dpv-pd.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-pd/dpv-pd.jsonld +DEBUG - :: 550 - ------ +DEBUG - :: 551 - Processing DPV-LEGAL +DEBUG - :: 555 - Processing DPV-LEGAL classes and properties +DEBUG - :: 570 - there are 4 properties in DPV-LEGAL +DEBUG - add_triples_for_properties :: 214 - iso_alpha2 +DEBUG - add_triples_for_properties :: 214 - iso_alpha3 +DEBUG - add_triples_for_properties :: 214 - iso_numeric +DEBUG - add_triples_for_properties :: 214 - un_m49 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/ontology.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/ontology.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/ontology.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/ontology.jsonld +DEBUG - :: 581 - Processing DPV-LEGAL Locations +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/locations.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/locations.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/locations.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/locations.jsonld +DEBUG - :: 640 - Processing DPV-LEGAL Laws +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/laws.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/laws.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/laws.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/laws.jsonld +DEBUG - :: 699 - Processing DPV-LEGAL Authorities +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/authorities.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/authorities.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/authorities.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/authorities.jsonld +DEBUG - :: 750 - Processing DPV-LEGAL EU-EEA Memberships +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_eea.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_eea.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_eea.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_eea.jsonld +DEBUG - :: 807 - Processing DPV-LEGAL EU Adequacy Decisions +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_adequacy.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_adequacy.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_adequacy.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/modules/eu_adequacy.jsonld +INFO - serialize_graph :: 261 - wrote ../dpv-legal/dpv-legal.rdf +INFO - serialize_graph :: 261 - wrote ../dpv-legal/dpv-legal.ttl +INFO - serialize_graph :: 261 - wrote ../dpv-legal/dpv-legal.n3 +INFO - serialize_graph :: 261 - wrote ../dpv-legal/dpv-legal.jsonld +DEBUG - :: 867 - no proposed terms in DPV-LEGAL +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:DE +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces.csv +DEBUG - :: 48 - DPV namespace with IRI https://w3id.org/dpv# +DEBUG - :: 48 - DPV_NACE namespace with IRI https://w3id.org/dpv/dpv-nace# +DEBUG - :: 48 - DPV_GDPR namespace with IRI https://w3id.org/dpv/dpv-gdpr# +DEBUG - :: 48 - DPV_PD namespace with IRI https://w3id.org/dpv/dpv-pd# +DEBUG - :: 48 - DPV_TECH namespace with IRI https://w3id.org/dpv/dpv-tech# +DEBUG - :: 48 - DPV_LEGAL namespace with IRI https://w3id.org/dpv/dpv-legal# +DEBUG - :: 48 - DPV_ORG namespace with IRI https://w3id.org/dpv/dpv-org# +DEBUG - :: 48 - DPVS namespace with IRI https://w3id.org/dpv/dpv-skos# +DEBUG - :: 48 - DPVS_GDPR namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-gdpr# +DEBUG - :: 48 - DPVS_PD namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-pd# +DEBUG - :: 48 - DPVS_TECH namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-tech# +DEBUG - :: 48 - DPVS_LEGAL namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-legal# +DEBUG - :: 48 - DPVS_GEO namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-geo# +DEBUG - :: 48 - DPVO namespace with IRI https://w3id.org/dpv/dpv-owl# +DEBUG - :: 48 - DPVO_GDPR namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-gdpr# +DEBUG - :: 48 - DPVO_PD namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-pd# +DEBUG - :: 48 - DPVO_TECH namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-tech# +DEBUG - :: 48 - DPVO_LEGAL namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-legal# +DEBUG - :: 48 - DPVO_GEO namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-geo# +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces_Other.csv +DEBUG - :: 48 - DCT namespace with IRI http://purl.org/dc/terms/ +DEBUG - :: 48 - RDF namespace with IRI http://www.w3.org/1999/02/22-rdf-syntax-ns# +DEBUG - :: 48 - RDFS namespace with IRI http://www.w3.org/2000/01/rdf-schema# +DEBUG - :: 48 - OWL namespace with IRI http://www.w3.org/2002/07/owl# +DEBUG - :: 48 - SKOS namespace with IRI http://www.w3.org/2004/02/skos/core# +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - SPL namespace with IRI https://specialprivacy.ercim.eu/langs/usage-policy# +DEBUG - :: 48 - SVD namespace with IRI https://specialprivacy.ercim.eu/vocabs/data# +DEBUG - :: 48 - SVPU namespace with IRI https://specialprivacy.ercim.eu/vocabs/purposes# +DEBUG - :: 48 - SVPR namespace with IRI https://specialprivacy.ercim.eu/vocabs/processing# +DEBUG - :: 48 - SVR namespace with IRI https://specialprivacy.ercim.eu/vocabs/recipients +DEBUG - :: 48 - SVL namespace with IRI https://specialprivacy.ercim.eu/vocabs/locations# +DEBUG - :: 48 - SVDU namespace with IRI https://specialprivacy.ercim.eu/vocabs/duration# +DEBUG - :: 48 - FOAF namespace with IRI http://xmlns.com/foaf/0.1/ +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - PROV namespace with IRI http://www.w3.org/ns/prov# +DEBUG - :: 48 - TIME namespace with IRI http://www.w3.org/2006/time# +DEBUG - :: 48 - SW namespace with IRI http://www.w3.org/2003/06/sw-vocab-status/ns# +DEBUG - :: 48 - XSD namespace with IRI http://www.w3.org/2001/XMLSchema# +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing base vocabulary +DEBUG - :: 416 - there are 12 classes in base +DEBUG - add_triples_for_classes :: 184 - PersonalDataHandling +DEBUG - add_triples_for_classes :: 184 - PersonalData +DEBUG - add_triples_for_classes :: 184 - Processing +DEBUG - add_triples_for_classes :: 184 - Purpose +DEBUG - add_triples_for_classes :: 184 - Recipient +DEBUG - add_triples_for_classes :: 184 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 184 - LegalBasis +DEBUG - add_triples_for_classes :: 184 - DataSubject +DEBUG - add_triples_for_classes :: 184 - DataController +DEBUG - add_triples_for_classes :: 184 - Right +DEBUG - add_triples_for_classes :: 184 - DataSubjectRight +DEBUG - add_triples_for_classes :: 184 - Risk +DEBUG - :: 422 - there are 11 properties in base +DEBUG - add_triples_for_properties :: 234 - hasPersonalData +DEBUG - add_triples_for_properties :: 234 - hasProcessing +DEBUG - add_triples_for_properties :: 234 - hasPurpose +DEBUG - add_triples_for_properties :: 234 - hasRecipient +DEBUG - add_triples_for_properties :: 234 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 234 - hasLegalBasis +DEBUG - add_triples_for_properties :: 234 - hasDataSubject +DEBUG - add_triples_for_properties :: 234 - hasDataController +DEBUG - add_triples_for_properties :: 234 - hasRight +DEBUG - add_triples_for_properties :: 234 - hasRisk +DEBUG - add_triples_for_properties :: 234 - hasPersonalDataHandling +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/base.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/base.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/base.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/base.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing personal_data ontology +DEBUG - :: 416 - there are 12 classes in personal_data +DEBUG - add_triples_for_classes :: 184 - PersonalData +DEBUG - add_triples_for_classes :: 184 - AnonymisedData +DEBUG - add_triples_for_classes :: 184 - CollectedPersonalData +DEBUG - add_triples_for_classes :: 184 - GeneratedPersonalData +DEBUG - add_triples_for_classes :: 184 - DerivedPersonalData +DEBUG - add_triples_for_classes :: 184 - InferredPersonalData +DEBUG - add_triples_for_classes :: 184 - PseudoAnonymisedData +DEBUG - add_triples_for_classes :: 184 - SensitivePersonalData +DEBUG - add_triples_for_classes :: 184 - SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 184 - Data +DEBUG - add_triples_for_classes :: 184 - NonPersonalData +DEBUG - :: 422 - there are 1 properties in personal_data +DEBUG - add_triples_for_properties :: 234 - hasPersonalData +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/personal_data.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/personal_data.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/personal_data.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/personal_data.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing purposes taxonomy +DEBUG - :: 416 - there are 75 classes in purposes +DEBUG - add_triples_for_classes :: 184 - Purpose +DEBUG - add_triples_for_classes :: 184 - AcademicResearch +DEBUG - add_triples_for_classes :: 184 - AccountManagement +DEBUG - add_triples_for_classes :: 184 - Advertising +DEBUG - add_triples_for_classes :: 184 - CommercialResearch +DEBUG - add_triples_for_classes :: 184 - CommunicationManagement +DEBUG - add_triples_for_classes :: 184 - CommunicationForCustomerCare +DEBUG - add_triples_for_classes :: 184 - CreateEventRecommendations +DEBUG - add_triples_for_classes :: 184 - CreatePersonalizedRecommendations +DEBUG - add_triples_for_classes :: 184 - CreateProductRecommendations +DEBUG - add_triples_for_classes :: 184 - CustomerCare +DEBUG - add_triples_for_classes :: 184 - CustomerClaimsManagement +DEBUG - add_triples_for_classes :: 184 - CustomerManagement +DEBUG - add_triples_for_classes :: 184 - CustomerOrderManagement +DEBUG - add_triples_for_classes :: 184 - CustomerRelationshipManagement +DEBUG - add_triples_for_classes :: 184 - CustomerSolvencyMonitoring +DEBUG - add_triples_for_classes :: 184 - CreditChecking +DEBUG - add_triples_for_classes :: 184 - DeliveryOfGoods +DEBUG - add_triples_for_classes :: 184 - DirectMarketing +DEBUG - add_triples_for_classes :: 184 - DisputeManagement +DEBUG - add_triples_for_classes :: 184 - EnforceAccessControl +DEBUG - add_triples_for_classes :: 184 - EnforceSecurity +DEBUG - add_triples_for_classes :: 184 - FraudPreventionAndDetection +DEBUG - add_triples_for_classes :: 184 - CounterMoneyLaundering +DEBUG - add_triples_for_classes :: 184 - AntiTerrorismOperations +DEBUG - add_triples_for_classes :: 184 - HumanResourceManagement +DEBUG - add_triples_for_classes :: 184 - IdentityVerification +DEBUG - add_triples_for_classes :: 184 - ImproveExistingProductsAndServices +DEBUG - add_triples_for_classes :: 184 - ImproveInternalCRMProcesses +DEBUG - add_triples_for_classes :: 184 - IncreaseServiceRobustness +DEBUG - add_triples_for_classes :: 184 - InternalResourceOptimisation +DEBUG - add_triples_for_classes :: 184 - LegalCompliance +DEBUG - add_triples_for_classes :: 184 - Marketing +DEBUG - add_triples_for_classes :: 184 - MemberPartnerManagement +DEBUG - add_triples_for_classes :: 184 - NonCommercialResearch +DEBUG - add_triples_for_classes :: 184 - OptimisationForConsumer +DEBUG - add_triples_for_classes :: 184 - OptimisationForController +DEBUG - add_triples_for_classes :: 184 - OptimiseUserInterface +DEBUG - add_triples_for_classes :: 184 - OrganisationComplianceManagement +DEBUG - add_triples_for_classes :: 184 - OrganisationGovernance +DEBUG - add_triples_for_classes :: 184 - OrganisationRiskManagement +DEBUG - add_triples_for_classes :: 184 - Payment +DEBUG - add_triples_for_classes :: 184 - Personalisation +DEBUG - add_triples_for_classes :: 184 - PersonalisedAdvertising +DEBUG - add_triples_for_classes :: 184 - PersonalisedBenefits +DEBUG - add_triples_for_classes :: 184 - PersonnelManagement +DEBUG - add_triples_for_classes :: 184 - PersonnelPayment +DEBUG - add_triples_for_classes :: 184 - PersonnelHiring +DEBUG - add_triples_for_classes :: 184 - PublicRelations +DEBUG - add_triples_for_classes :: 184 - RecordManagement +DEBUG - add_triples_for_classes :: 184 - RegistrationAuthentication +DEBUG - add_triples_for_classes :: 184 - RequestedServiceProvision +DEBUG - add_triples_for_classes :: 184 - ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 184 - Sector +DEBUG - add_triples_for_classes :: 184 - SellDataToThirdParties +DEBUG - add_triples_for_classes :: 184 - SellInsightsFromData +DEBUG - add_triples_for_classes :: 184 - SellProducts +DEBUG - add_triples_for_classes :: 184 - SellProductsToDataSubject +DEBUG - add_triples_for_classes :: 184 - ServiceOptimization +DEBUG - add_triples_for_classes :: 184 - ServicePersonalization +DEBUG - add_triples_for_classes :: 184 - ServiceProvision +DEBUG - add_triples_for_classes :: 184 - ServiceRecordManagement +DEBUG - add_triples_for_classes :: 184 - ServiceUsageAnalytics +DEBUG - add_triples_for_classes :: 184 - SocialMediaMarketing +DEBUG - add_triples_for_classes :: 184 - TechnicalServiceProvision +DEBUG - add_triples_for_classes :: 184 - UserInterfacePersonalisation +DEBUG - add_triples_for_classes :: 184 - VendorManagement +DEBUG - add_triples_for_classes :: 184 - VendorPayment +DEBUG - add_triples_for_classes :: 184 - VendorRecordsManagement +DEBUG - add_triples_for_classes :: 184 - VendorSelectionAssessment +DEBUG - add_triples_for_classes :: 184 - TargetedAdvertising +DEBUG - :: 422 - there are 2 properties in purposes +DEBUG - add_triples_for_properties :: 234 - hasPurpose +DEBUG - add_triples_for_properties :: 234 - hasSector +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/purposes.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/purposes.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/purposes.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/purposes.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing context taxonomy +DEBUG - :: 416 - there are 42 classes in context +DEBUG - add_triples_for_classes :: 184 - Context +DEBUG - add_triples_for_classes :: 184 - Importance +DEBUG - add_triples_for_classes :: 184 - PrimaryImportance +DEBUG - add_triples_for_classes :: 184 - SecondaryImportance +DEBUG - add_triples_for_classes :: 184 - Necessity +DEBUG - add_triples_for_classes :: 184 - Required +DEBUG - add_triples_for_classes :: 184 - Optional +DEBUG - add_triples_for_classes :: 184 - NotRequired +DEBUG - add_triples_for_classes :: 184 - Technology +DEBUG - add_triples_for_classes :: 184 - AlgorithmicLogic +DEBUG - add_triples_for_classes :: 184 - HumanInvolvement +DEBUG - add_triples_for_classes :: 184 - Duration +DEBUG - add_triples_for_classes :: 184 - Frequency +DEBUG - add_triples_for_classes :: 184 - Status +DEBUG - add_triples_for_classes :: 184 - ActivityStatus +DEBUG - add_triples_for_classes :: 184 - ActivityProposed +DEBUG - add_triples_for_classes :: 184 - ActivityOngoing +DEBUG - add_triples_for_classes :: 184 - ActivityHalted +DEBUG - add_triples_for_classes :: 184 - ActivityCompleted +DEBUG - add_triples_for_classes :: 184 - ComplianceStatus +DEBUG - add_triples_for_classes :: 184 - Compliant +DEBUG - add_triples_for_classes :: 184 - Incompliant +DEBUG - add_triples_for_classes :: 184 - PartiallyCompliant +DEBUG - add_triples_for_classes :: 184 - NotCompliant +DEBUG - add_triples_for_classes :: 184 - ViolationOfCompliance +DEBUG - add_triples_for_classes :: 184 - AuditStatus +DEBUG - add_triples_for_classes :: 184 - AuditApproved +DEBUG - add_triples_for_classes :: 184 - AuditRejected +DEBUG - add_triples_for_classes :: 184 - AuditRequested +DEBUG - add_triples_for_classes :: 184 - AuditNotRequired +DEBUG - add_triples_for_classes :: 184 - AuditRequired +DEBUG - :: 422 - there are 15 properties in context +DEBUG - add_triples_for_properties :: 234 - hasContext +DEBUG - add_triples_for_properties :: 234 - isImplementedByEntity +DEBUG - add_triples_for_properties :: 234 - isImplementedUsingTechnology +DEBUG - add_triples_for_properties :: 234 - hasAlgorithmicLogic +DEBUG - add_triples_for_properties :: 234 - hasHumanInvolvement +DEBUG - add_triples_for_properties :: 234 - hasDuration +DEBUG - add_triples_for_properties :: 234 - hasIdentifier +DEBUG - add_triples_for_properties :: 234 - hasFrequency +DEBUG - add_triples_for_properties :: 234 - isBefore +DEBUG - add_triples_for_properties :: 234 - isAfter +DEBUG - add_triples_for_properties :: 234 - hasStatus +DEBUG - add_triples_for_properties :: 234 - hasComplianceStatus +DEBUG - add_triples_for_properties :: 234 - hasActivityStatus +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/context.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/context.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/context.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/context.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing risk ontology +DEBUG - :: 416 - there are 14 classes in risk +DEBUG - add_triples_for_classes :: 184 - Risk +DEBUG - add_triples_for_classes :: 184 - Consequence +DEBUG - add_triples_for_classes :: 184 - ConsequenceOfSuccess +DEBUG - add_triples_for_classes :: 184 - ConsequenceOfFailure +DEBUG - add_triples_for_classes :: 184 - Impact +DEBUG - add_triples_for_classes :: 184 - Benefit +DEBUG - add_triples_for_classes :: 184 - Detriment +DEBUG - add_triples_for_classes :: 184 - Damage +DEBUG - add_triples_for_classes :: 184 - MaterialDamage +DEBUG - add_triples_for_classes :: 184 - NonMaterialDamage +DEBUG - add_triples_for_classes :: 184 - Harm +DEBUG - add_triples_for_classes :: 184 - ConsequenceAsSideEffect +DEBUG - add_triples_for_classes :: 184 - RiskManagementProcedure +DEBUG - add_triples_for_classes :: 184 - RiskMitigationMeasure +DEBUG - :: 422 - there are 7 properties in risk +DEBUG - add_triples_for_properties :: 234 - hasRisk +DEBUG - add_triples_for_properties :: 234 - mitigatesRisk +DEBUG - add_triples_for_properties :: 234 - isMitigatedByMeasure +DEBUG - add_triples_for_properties :: 234 - hasConsequence +DEBUG - add_triples_for_properties :: 234 - hasImpact +DEBUG - add_triples_for_properties :: 234 - hasImpactOn +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/risk.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/risk.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/risk.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/risk.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing processing taxonomy +DEBUG - :: 416 - there are 44 classes in processing +DEBUG - add_triples_for_classes :: 184 - Processing +DEBUG - add_triples_for_classes :: 184 - Acquire +DEBUG - add_triples_for_classes :: 184 - Adapt +DEBUG - add_triples_for_classes :: 184 - Align +DEBUG - add_triples_for_classes :: 184 - Alter +DEBUG - add_triples_for_classes :: 184 - Analyse +DEBUG - add_triples_for_classes :: 184 - Anonymise +DEBUG - add_triples_for_classes :: 184 - Collect +DEBUG - add_triples_for_classes :: 184 - Combine +DEBUG - add_triples_for_classes :: 184 - Consult +DEBUG - add_triples_for_classes :: 184 - Copy +DEBUG - add_triples_for_classes :: 184 - Derive +DEBUG - add_triples_for_classes :: 184 - Destruct +DEBUG - add_triples_for_classes :: 184 - Disclose +DEBUG - add_triples_for_classes :: 184 - DiscloseByTransmission +DEBUG - add_triples_for_classes :: 184 - Disseminate +DEBUG - add_triples_for_classes :: 184 - Erase +DEBUG - add_triples_for_classes :: 184 - Generate +DEBUG - add_triples_for_classes :: 184 - Infer +DEBUG - add_triples_for_classes :: 184 - MakeAvailable +DEBUG - add_triples_for_classes :: 184 - Match +DEBUG - add_triples_for_classes :: 184 - Move +DEBUG - add_triples_for_classes :: 184 - Obtain +DEBUG - add_triples_for_classes :: 184 - Organise +DEBUG - add_triples_for_classes :: 184 - Profiling +DEBUG - add_triples_for_classes :: 184 - PseudoAnonymise +DEBUG - add_triples_for_classes :: 184 - Record +DEBUG - add_triples_for_classes :: 184 - Remove +DEBUG - add_triples_for_classes :: 184 - Restrict +DEBUG - add_triples_for_classes :: 184 - Retrieve +DEBUG - add_triples_for_classes :: 184 - Share +DEBUG - add_triples_for_classes :: 184 - Store +DEBUG - add_triples_for_classes :: 184 - Structure +DEBUG - add_triples_for_classes :: 184 - Transfer +DEBUG - add_triples_for_classes :: 184 - Transform +DEBUG - add_triples_for_classes :: 184 - Transmit +DEBUG - add_triples_for_classes :: 184 - Use +DEBUG - :: 422 - there are 1 properties in processing +DEBUG - add_triples_for_properties :: 234 - hasProcessing +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing processing_context vocabulary +DEBUG - :: 416 - there are 55 classes in processing_context +DEBUG - add_triples_for_classes :: 184 - ProcessingContext +DEBUG - add_triples_for_classes :: 184 - DataSource +DEBUG - add_triples_for_classes :: 184 - PublicDataSource +DEBUG - add_triples_for_classes :: 184 - NonPublicDataSource +DEBUG - add_triples_for_classes :: 184 - SystematicMonitoring +DEBUG - add_triples_for_classes :: 184 - EvaluationScoring +DEBUG - add_triples_for_classes :: 184 - AutomatedDecisionMaking +DEBUG - add_triples_for_classes :: 184 - LargeScaleProcessing +DEBUG - add_triples_for_classes :: 184 - InnovativeUseOfNewTechnologies +DEBUG - add_triples_for_classes :: 184 - StorageDeletion +DEBUG - add_triples_for_classes :: 184 - StorageDuration +DEBUG - add_triples_for_classes :: 184 - StorageLocation +DEBUG - add_triples_for_classes :: 184 - StorageRestoration +DEBUG - add_triples_for_classes :: 184 - StorageCondition +DEBUG - :: 422 - there are 3 properties in processing_context +DEBUG - add_triples_for_properties :: 234 - hasDataSource +DEBUG - add_triples_for_properties :: 234 - hasStorage +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing_context.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing_context.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing_context.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/processing_context.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing technical_organisational_measures taxonomy +DEBUG - :: 416 - there are 53 classes in technical_organisational_measures +DEBUG - add_triples_for_classes :: 184 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 184 - TechnicalMeasure +DEBUG - add_triples_for_classes :: 184 - OrganisationalMeasure +DEBUG - add_triples_for_classes :: 184 - AccessControlMethod +DEBUG - add_triples_for_classes :: 184 - Anonymization +DEBUG - add_triples_for_classes :: 184 - Assessment +DEBUG - add_triples_for_classes :: 184 - AuthenticationProtocols +DEBUG - add_triples_for_classes :: 184 - AuthorisationProcedure +DEBUG - add_triples_for_classes :: 184 - Certification +DEBUG - add_triples_for_classes :: 184 - CertificationSeal +DEBUG - add_triples_for_classes :: 184 - CodeOfConduct +DEBUG - add_triples_for_classes :: 184 - Consultation +DEBUG - add_triples_for_classes :: 184 - ConsultationWithAuthority +DEBUG - add_triples_for_classes :: 184 - ContractualTerms +DEBUG - add_triples_for_classes :: 184 - CompleteAnonymisation +DEBUG - add_triples_for_classes :: 184 - ControllerProcessorAgreement +DEBUG - add_triples_for_classes :: 184 - DataProcessingAgreement +DEBUG - add_triples_for_classes :: 184 - DataProcessingRecords +DEBUG - add_triples_for_classes :: 184 - DataTransferImpactAssessment +DEBUG - add_triples_for_classes :: 184 - DeIdentification +DEBUG - add_triples_for_classes :: 184 - DesignStandard +DEBUG - add_triples_for_classes :: 184 - DPIA +DEBUG - add_triples_for_classes :: 184 - EncryptionInRest +DEBUG - add_triples_for_classes :: 184 - EncryptionInTransfer +DEBUG - add_triples_for_classes :: 184 - GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 184 - ImpactAssessment +DEBUG - add_triples_for_classes :: 184 - JointDataControllersAgreement +DEBUG - add_triples_for_classes :: 184 - LegalAgreement +DEBUG - add_triples_for_classes :: 184 - LegitimateInterestAssessment +DEBUG - add_triples_for_classes :: 184 - NDA +DEBUG - add_triples_for_classes :: 184 - Notice +DEBUG - add_triples_for_classes :: 184 - PIA +DEBUG - add_triples_for_classes :: 184 - Policy +DEBUG - add_triples_for_classes :: 184 - PrivacyByDefault +DEBUG - add_triples_for_classes :: 184 - PrivacyByDesign +DEBUG - add_triples_for_classes :: 184 - PrivacyNotice +DEBUG - add_triples_for_classes :: 184 - PseudoAnonymization +DEBUG - add_triples_for_classes :: 184 - Encryption +DEBUG - add_triples_for_classes :: 184 - RecordsOfActivities +DEBUG - add_triples_for_classes :: 184 - RegisterOfProcessingActivities +DEBUG - add_triples_for_classes :: 184 - RegularityOfRecertification +DEBUG - add_triples_for_classes :: 184 - Safeguard +DEBUG - add_triples_for_classes :: 184 - SafeguardForDataTransfer +DEBUG - add_triples_for_classes :: 184 - Seal +DEBUG - add_triples_for_classes :: 184 - SingleSignOn +DEBUG - add_triples_for_classes :: 184 - StaffTraining +DEBUG - add_triples_for_classes :: 184 - SubProcessorAgreement +DEBUG - add_triples_for_classes :: 184 - ThirdPartyAgreement +DEBUG - :: 422 - there are 6 properties in technical_organisational_measures +DEBUG - add_triples_for_properties :: 234 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 234 - hasTechnicalMeasure +DEBUG - add_triples_for_properties :: 234 - hasOrganisationalMeasure +DEBUG - add_triples_for_properties :: 234 - hasPolicy +DEBUG - add_triples_for_properties :: 234 - isPolicyFor +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/technical_organisational_measures.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/technical_organisational_measures.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/technical_organisational_measures.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/technical_organisational_measures.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing entities ontology +DEBUG - :: 416 - there are 4 classes in entities +DEBUG - add_triples_for_classes :: 184 - Entity +DEBUG - add_triples_for_classes :: 184 - LegalEntity +DEBUG - add_triples_for_classes :: 184 - NaturalPerson +DEBUG - add_triples_for_classes :: 184 - Representative +DEBUG - :: 422 - there are 6 properties in entities +DEBUG - add_triples_for_properties :: 234 - hasName +DEBUG - add_triples_for_properties :: 234 - hasAddress +DEBUG - add_triples_for_properties :: 234 - hasContact +DEBUG - add_triples_for_properties :: 234 - hasEntity +DEBUG - add_triples_for_properties :: 234 - hasRepresentative +DEBUG - add_triples_for_properties :: 234 - hasResponsibleEntity +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing entities_authority ontology +DEBUG - :: 416 - there are 5 classes in entities_authority +DEBUG - add_triples_for_classes :: 184 - Authority +DEBUG - add_triples_for_classes :: 184 - DataProtectionAuthority +DEBUG - add_triples_for_classes :: 184 - NationalAuthority +DEBUG - add_triples_for_classes :: 184 - RegionalAuthority +DEBUG - add_triples_for_classes :: 184 - SupraNationalAuthority +DEBUG - :: 422 - there are 2 properties in entities_authority +DEBUG - add_triples_for_properties :: 234 - hasAuthority +DEBUG - add_triples_for_properties :: 234 - isAuthorityFor +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_authority.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_authority.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_authority.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_authority.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing entities_legalrole ontology +DEBUG - :: 416 - there are 9 classes in entities_legalrole +DEBUG - add_triples_for_classes :: 184 - DataController +DEBUG - add_triples_for_classes :: 184 - DataProcessor +DEBUG - add_triples_for_classes :: 184 - DataSubProcessor +DEBUG - add_triples_for_classes :: 184 - Recipient +DEBUG - add_triples_for_classes :: 184 - ThirdParty +DEBUG - add_triples_for_classes :: 184 - DataExporter +DEBUG - add_triples_for_classes :: 184 - DataImporter +DEBUG - add_triples_for_classes :: 184 - JointDataControllers +DEBUG - add_triples_for_classes :: 184 - DataProtectionOfficer +DEBUG - :: 422 - there are 9 properties in entities_legalrole +DEBUG - add_triples_for_properties :: 234 - hasDataController +DEBUG - add_triples_for_properties :: 234 - hasJointDataControllers +DEBUG - add_triples_for_properties :: 234 - hasDataProcessor +DEBUG - add_triples_for_properties :: 234 - hasRecipient +DEBUG - add_triples_for_properties :: 234 - hasRecipientDataController +DEBUG - add_triples_for_properties :: 234 - hasRecipientThirdParty +DEBUG - add_triples_for_properties :: 234 - hasDataExporter +DEBUG - add_triples_for_properties :: 234 - hasDataImporter +DEBUG - add_triples_for_properties :: 234 - hasDataProtectionOfficer +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_legalrole.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_legalrole.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_legalrole.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_legalrole.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing entities_organisation ontology +DEBUG - :: 416 - there are 9 classes in entities_organisation +DEBUG - add_triples_for_classes :: 184 - Organisation +DEBUG - add_triples_for_classes :: 184 - IndustryConsortium +DEBUG - add_triples_for_classes :: 184 - GovernmentalOrganisation +DEBUG - add_triples_for_classes :: 184 - NonGovernmentalOrganisation +DEBUG - add_triples_for_classes :: 184 - ForProfitOrganisation +DEBUG - add_triples_for_classes :: 184 - NonProfitOrganisation +DEBUG - add_triples_for_classes :: 184 - AcademicScientificOrganisation +DEBUG - add_triples_for_classes :: 184 - InternationalOrganisation +DEBUG - add_triples_for_classes :: 184 - OrganisationalUnit +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_organisation.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_organisation.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_organisation.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_organisation.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing entities_datasubject ontology +DEBUG - :: 416 - there are 24 classes in entities_datasubject +DEBUG - add_triples_for_classes :: 184 - DataSubject +DEBUG - add_triples_for_classes :: 184 - Child +DEBUG - add_triples_for_classes :: 184 - Adult +DEBUG - add_triples_for_classes :: 184 - VulnerableDataSubject +DEBUG - add_triples_for_classes :: 184 - Patient +DEBUG - add_triples_for_classes :: 184 - Employee +DEBUG - add_triples_for_classes :: 184 - Student +DEBUG - add_triples_for_classes :: 184 - Citizen +DEBUG - add_triples_for_classes :: 184 - NonCitizen +DEBUG - add_triples_for_classes :: 184 - Immigrant +DEBUG - add_triples_for_classes :: 184 - Tourist +DEBUG - add_triples_for_classes :: 184 - Customer +DEBUG - add_triples_for_classes :: 184 - Consumer +DEBUG - add_triples_for_classes :: 184 - User +DEBUG - add_triples_for_classes :: 184 - JobApplicant +DEBUG - add_triples_for_classes :: 184 - Visitor +DEBUG - add_triples_for_classes :: 184 - Member +DEBUG - add_triples_for_classes :: 184 - Applicant +DEBUG - add_triples_for_classes :: 184 - Subscriber +DEBUG - add_triples_for_classes :: 184 - Client +DEBUG - add_triples_for_classes :: 184 - Participant +DEBUG - :: 422 - there are 2 properties in entities_datasubject +DEBUG - add_triples_for_properties :: 234 - hasDataSubject +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_datasubject.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_datasubject.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_datasubject.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/entities_datasubject.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing jurisdiction ontology +DEBUG - :: 416 - there are 7 classes in jurisdiction +DEBUG - add_triples_for_classes :: 184 - Location +DEBUG - add_triples_for_classes :: 184 - Country +DEBUG - add_triples_for_classes :: 184 - SupraNationalUnion +DEBUG - add_triples_for_classes :: 184 - EconomicUnion +DEBUG - add_triples_for_classes :: 184 - Region +DEBUG - add_triples_for_classes :: 184 - Law +DEBUG - add_triples_for_classes :: 184 - ThirdCountry +DEBUG - :: 422 - there are 5 properties in jurisdiction +DEBUG - add_triples_for_properties :: 234 - hasJurisdiction +DEBUG - add_triples_for_properties :: 234 - hasCountry +DEBUG - add_triples_for_properties :: 234 - hasLocation +DEBUG - add_triples_for_properties :: 234 - hasApplicableLaw +DEBUG - add_triples_for_properties :: 234 - hasThirdCountry +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/jurisdiction.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/jurisdiction.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/jurisdiction.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/jurisdiction.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing legal_basis taxonomy +DEBUG - :: 416 - there are 17 classes in legal_basis +DEBUG - add_triples_for_classes :: 184 - LegalBasis +DEBUG - add_triples_for_classes :: 184 - Consent +DEBUG - add_triples_for_classes :: 184 - Contract +DEBUG - add_triples_for_classes :: 184 - ContractPerformance +DEBUG - add_triples_for_classes :: 184 - DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 184 - EnterIntoContract +DEBUG - add_triples_for_classes :: 184 - LegalObligation +DEBUG - add_triples_for_classes :: 184 - LegitimateInterest +DEBUG - add_triples_for_classes :: 184 - LegitimateInterestOfController +DEBUG - add_triples_for_classes :: 184 - LegitimateInterestOfThirdParty +DEBUG - add_triples_for_classes :: 184 - OfficialAuthorityOfController +DEBUG - add_triples_for_classes :: 184 - PublicInterest +DEBUG - add_triples_for_classes :: 184 - VitalInterest +DEBUG - add_triples_for_classes :: 184 - VitalInterestOfDataSubject +DEBUG - add_triples_for_classes :: 184 - VitalInterestOfNaturalPerson +DEBUG - :: 422 - there are 1 properties in legal_basis +DEBUG - add_triples_for_properties :: 234 - hasLegalBasis +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/legal_basis.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/legal_basis.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/legal_basis.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/legal_basis.jsonld +DEBUG - :: 408 - ------ +DEBUG - :: 411 - Processing consent vocabulary +DEBUG - :: 422 - there are 13 properties in consent +DEBUG - add_triples_for_properties :: 234 - hasExpiry +DEBUG - add_triples_for_properties :: 234 - hasExpiryTime +DEBUG - add_triples_for_properties :: 234 - hasExpiryCondition +DEBUG - add_triples_for_properties :: 234 - hasProvisionMethod +DEBUG - add_triples_for_properties :: 234 - hasProvisionTime +DEBUG - add_triples_for_properties :: 234 - hasWithdrawalMethod +DEBUG - add_triples_for_properties :: 234 - hasWithdrawalTime +DEBUG - add_triples_for_properties :: 234 - hasWithdrawalBy +DEBUG - add_triples_for_properties :: 234 - hasProvisionBy +DEBUG - add_triples_for_properties :: 234 - hasProvisionByJustification +DEBUG - add_triples_for_properties :: 234 - hasWithdrawalByJustification +DEBUG - add_triples_for_properties :: 234 - hasConsentNotice +DEBUG - add_triples_for_properties :: 234 - isExplicit +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/consent.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/consent.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/consent.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/modules/consent.jsonld +DEBUG - :: 443 - exported proposed terms to ../dpv-skos/proposed.json +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv.jsonld +DEBUG - :: 491 - ------ +DEBUG - :: 494 - Processing legal_basis module +DEBUG - :: 499 - there are 34 classes in legal_basis +DEBUG - add_triples_for_classes :: 184 - A6-1-a-non-explicit-consent +DEBUG - add_triples_for_classes :: 184 - A6-1-a-explicit-consent +DEBUG - add_triples_for_classes :: 184 - A6-1-b +DEBUG - add_triples_for_classes :: 184 - A6-1-c +DEBUG - add_triples_for_classes :: 184 - A6-1-d +DEBUG - add_triples_for_classes :: 184 - A6-1-e +DEBUG - add_triples_for_classes :: 184 - A6-1-f +DEBUG - add_triples_for_classes :: 184 - A9-2-a +DEBUG - add_triples_for_classes :: 184 - A9-2-b +DEBUG - add_triples_for_classes :: 184 - A9-2-c +DEBUG - add_triples_for_classes :: 184 - A9-2-d +DEBUG - add_triples_for_classes :: 184 - A9-2-e +DEBUG - add_triples_for_classes :: 184 - A9-2-f +DEBUG - add_triples_for_classes :: 184 - A9-2-g +DEBUG - add_triples_for_classes :: 184 - A9-2-h +DEBUG - add_triples_for_classes :: 184 - A9-2-i +DEBUG - add_triples_for_classes :: 184 - A9-2-j +DEBUG - add_triples_for_classes :: 184 - A45-3 +DEBUG - add_triples_for_classes :: 184 - A46-2-a +DEBUG - add_triples_for_classes :: 184 - A46-2-b +DEBUG - add_triples_for_classes :: 184 - A46-2-c +DEBUG - add_triples_for_classes :: 184 - A46-2-d +DEBUG - add_triples_for_classes :: 184 - A46-2-e +DEBUG - add_triples_for_classes :: 184 - A46-2-f +DEBUG - add_triples_for_classes :: 184 - A46-3-a +DEBUG - add_triples_for_classes :: 184 - A46-3-b +DEBUG - add_triples_for_classes :: 184 - A49-1-a +DEBUG - add_triples_for_classes :: 184 - A49-1-b +DEBUG - add_triples_for_classes :: 184 - A49-1-c +DEBUG - add_triples_for_classes :: 184 - A49-1-d +DEBUG - add_triples_for_classes :: 184 - A49-1-e +DEBUG - add_triples_for_classes :: 184 - A49-1-f +DEBUG - add_triples_for_classes :: 184 - A49-1-g +DEBUG - add_triples_for_classes :: 184 - A49-2 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/legal_basis.jsonld +DEBUG - :: 491 - ------ +DEBUG - :: 494 - Processing rights module +DEBUG - :: 499 - there are 12 classes in rights +DEBUG - add_triples_for_classes :: 184 - A13 +DEBUG - add_triples_for_classes :: 184 - A14 +DEBUG - add_triples_for_classes :: 184 - A15 +DEBUG - add_triples_for_classes :: 184 - A16 +DEBUG - add_triples_for_classes :: 184 - A17 +DEBUG - add_triples_for_classes :: 184 - A18 +DEBUG - add_triples_for_classes :: 184 - A19 +DEBUG - add_triples_for_classes :: 184 - A20 +DEBUG - add_triples_for_classes :: 184 - A21 +DEBUG - add_triples_for_classes :: 184 - A22 +DEBUG - add_triples_for_classes :: 184 - A7-3 +DEBUG - add_triples_for_classes :: 184 - A77 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/rights.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/rights.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/rights.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/rights.jsonld +DEBUG - :: 491 - ------ +DEBUG - :: 494 - Processing data_transfers module +DEBUG - :: 499 - there are 9 classes in data_transfers +DEBUG - add_triples_for_classes :: 184 - AdHocContractualClauses +DEBUG - add_triples_for_classes :: 184 - BindingCorporateRules +DEBUG - add_triples_for_classes :: 184 - CertificationMechanismsForDataTransfers +DEBUG - add_triples_for_classes :: 184 - CodesOfConductForDataTransfers +DEBUG - add_triples_for_classes :: 184 - DataTransferTool +DEBUG - add_triples_for_classes :: 184 - SCCByCommission +DEBUG - add_triples_for_classes :: 184 - SCCBySupervisoryAuthority +DEBUG - add_triples_for_classes :: 184 - StandardContractualClauses +DEBUG - add_triples_for_classes :: 184 - SupplementaryMeasure +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/modules/data_transfers.jsonld +DEBUG - :: 528 - no proposed terms in DPVS-GDPR +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-gdpr/dpv-gdpr.jsonld +DEBUG - :: 551 - ------ +DEBUG - :: 552 - Processing DPV-PD +DEBUG - :: 556 - there are 204 classes in data_transfers +DEBUG - add_triples_for_classes :: 184 - Accent +DEBUG - add_triples_for_classes :: 184 - AccountIdentifier +DEBUG - add_triples_for_classes :: 184 - Acquantaince +DEBUG - add_triples_for_classes :: 184 - Age +DEBUG - add_triples_for_classes :: 184 - AgeExact +DEBUG - add_triples_for_classes :: 184 - AgeRange +DEBUG - add_triples_for_classes :: 184 - BirthDate +DEBUG - add_triples_for_classes :: 184 - BirthPlace +DEBUG - add_triples_for_classes :: 184 - ApartmentOwned +DEBUG - add_triples_for_classes :: 184 - Association +DEBUG - add_triples_for_classes :: 184 - Attitude +DEBUG - add_triples_for_classes :: 184 - Authenticating +DEBUG - add_triples_for_classes :: 184 - AuthenticationHistory +DEBUG - add_triples_for_classes :: 184 - BankAccount +DEBUG - add_triples_for_classes :: 184 - Behavioral +DEBUG - add_triples_for_classes :: 184 - Biometric +DEBUG - add_triples_for_classes :: 184 - BloodType +DEBUG - add_triples_for_classes :: 184 - BrowserFingerprint +DEBUG - add_triples_for_classes :: 184 - BrowsingBehavior +DEBUG - add_triples_for_classes :: 184 - BrowsingReferral +DEBUG - add_triples_for_classes :: 184 - CallLog +DEBUG - add_triples_for_classes :: 184 - CarOwned +DEBUG - add_triples_for_classes :: 184 - Character +DEBUG - add_triples_for_classes :: 184 - Communication +DEBUG - add_triples_for_classes :: 184 - CommunicationsMetadata +DEBUG - add_triples_for_classes :: 184 - Connection +DEBUG - add_triples_for_classes :: 184 - Contact +DEBUG - add_triples_for_classes :: 184 - Country +DEBUG - add_triples_for_classes :: 184 - Credit +DEBUG - add_triples_for_classes :: 184 - CreditCapacity +DEBUG - add_triples_for_classes :: 184 - CreditCardNumber +DEBUG - add_triples_for_classes :: 184 - CreditRecord +DEBUG - add_triples_for_classes :: 184 - CreditScore +DEBUG - add_triples_for_classes :: 184 - CreditStanding +DEBUG - add_triples_for_classes :: 184 - CreditWorthiness +DEBUG - add_triples_for_classes :: 184 - Criminal +DEBUG - add_triples_for_classes :: 184 - CriminalCharge +DEBUG - add_triples_for_classes :: 184 - CriminalConviction +DEBUG - add_triples_for_classes :: 184 - CriminalPardon +DEBUG - add_triples_for_classes :: 184 - Demeanor +DEBUG - add_triples_for_classes :: 184 - Demographic +DEBUG - add_triples_for_classes :: 184 - DeviceApplications +DEBUG - add_triples_for_classes :: 184 - DeviceBased +DEBUG - add_triples_for_classes :: 184 - DeviceOperatingSystem +DEBUG - add_triples_for_classes :: 184 - DeviceSoftware +DEBUG - add_triples_for_classes :: 184 - Dialect +DEBUG - add_triples_for_classes :: 184 - Disability +DEBUG - add_triples_for_classes :: 184 - DisciplinaryAction +DEBUG - add_triples_for_classes :: 184 - Dislike +DEBUG - add_triples_for_classes :: 184 - Divorce +DEBUG - add_triples_for_classes :: 184 - DNACode +DEBUG - add_triples_for_classes :: 184 - DrugTestResult +DEBUG - add_triples_for_classes :: 184 - EmailAddress +DEBUG - add_triples_for_classes :: 184 - EmailAddressWork +DEBUG - add_triples_for_classes :: 184 - EmailAddressPersonal +DEBUG - add_triples_for_classes :: 184 - EmailContent +DEBUG - add_triples_for_classes :: 184 - EmploymentHistory +DEBUG - add_triples_for_classes :: 184 - CurrentEmployment +DEBUG - add_triples_for_classes :: 184 - PastEmployment +DEBUG - add_triples_for_classes :: 184 - Ethnicity +DEBUG - add_triples_for_classes :: 184 - EthnicOrigin +DEBUG - add_triples_for_classes :: 184 - External +DEBUG - add_triples_for_classes :: 184 - Family +DEBUG - add_triples_for_classes :: 184 - FamilyHealthHistory +DEBUG - add_triples_for_classes :: 184 - FamilyStructure +DEBUG - add_triples_for_classes :: 184 - Favorite +DEBUG - add_triples_for_classes :: 184 - FavoriteColor +DEBUG - add_triples_for_classes :: 184 - FavoriteFood +DEBUG - add_triples_for_classes :: 184 - FavoriteMusic +DEBUG - add_triples_for_classes :: 184 - Fetish +DEBUG - add_triples_for_classes :: 184 - Financial +DEBUG - add_triples_for_classes :: 184 - FinancialAccount +DEBUG - add_triples_for_classes :: 184 - FinancialAccountNumber +DEBUG - add_triples_for_classes :: 184 - Fingerprint +DEBUG - add_triples_for_classes :: 184 - Friend +DEBUG - add_triples_for_classes :: 184 - Gender +DEBUG - add_triples_for_classes :: 184 - GeneralReputation +DEBUG - add_triples_for_classes :: 184 - Geographic +DEBUG - add_triples_for_classes :: 184 - GeneticData +DEBUG - add_triples_for_classes :: 184 - GPSCoordinate +DEBUG - add_triples_for_classes :: 184 - GroupMembership +DEBUG - add_triples_for_classes :: 184 - HairColor +DEBUG - add_triples_for_classes :: 184 - Health +DEBUG - add_triples_for_classes :: 184 - HealthHistory +DEBUG - add_triples_for_classes :: 184 - HealthRecord +DEBUG - add_triples_for_classes :: 184 - Height +DEBUG - add_triples_for_classes :: 184 - Historical +DEBUG - add_triples_for_classes :: 184 - HouseOwned +DEBUG - add_triples_for_classes :: 184 - Identifying +DEBUG - add_triples_for_classes :: 184 - Income +DEBUG - add_triples_for_classes :: 184 - IncomeBracket +DEBUG - add_triples_for_classes :: 184 - IndividualHealthHistory +DEBUG - add_triples_for_classes :: 184 - Insurance +DEBUG - add_triples_for_classes :: 184 - Intention +DEBUG - add_triples_for_classes :: 184 - Interaction +DEBUG - add_triples_for_classes :: 184 - Interest +DEBUG - add_triples_for_classes :: 184 - Internal +DEBUG - add_triples_for_classes :: 184 - IPAddress +DEBUG - add_triples_for_classes :: 184 - Job +DEBUG - add_triples_for_classes :: 184 - KnowledgeBelief +DEBUG - add_triples_for_classes :: 184 - Language +DEBUG - add_triples_for_classes :: 184 - LifeHistory +DEBUG - add_triples_for_classes :: 184 - Like +DEBUG - add_triples_for_classes :: 184 - LinkClicked +DEBUG - add_triples_for_classes :: 184 - LoanRecord +DEBUG - add_triples_for_classes :: 184 - Location +DEBUG - add_triples_for_classes :: 184 - MACAddress +DEBUG - add_triples_for_classes :: 184 - MaritalStatus +DEBUG - add_triples_for_classes :: 184 - Marriage +DEBUG - add_triples_for_classes :: 184 - MedicalHealth +DEBUG - add_triples_for_classes :: 184 - MentalHealth +DEBUG - add_triples_for_classes :: 184 - Name +DEBUG - add_triples_for_classes :: 184 - Nationality +DEBUG - add_triples_for_classes :: 184 - OfficialID +DEBUG - add_triples_for_classes :: 184 - Offspring +DEBUG - add_triples_for_classes :: 184 - Opinion +DEBUG - add_triples_for_classes :: 184 - Ownership +DEBUG - add_triples_for_classes :: 184 - Parent +DEBUG - add_triples_for_classes :: 184 - Passport +DEBUG - add_triples_for_classes :: 184 - Password +DEBUG - add_triples_for_classes :: 184 - PaymentCard +DEBUG - add_triples_for_classes :: 184 - PaymentCardExpiry +DEBUG - add_triples_for_classes :: 184 - PaymentCardNumber +DEBUG - add_triples_for_classes :: 184 - Personality +DEBUG - add_triples_for_classes :: 184 - PersonalPossession +DEBUG - add_triples_for_classes :: 184 - PhilosophicalBelief +DEBUG - add_triples_for_classes :: 184 - PhysicalAddress +DEBUG - add_triples_for_classes :: 184 - PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 184 - PhysicalHealth +DEBUG - add_triples_for_classes :: 184 - PhysicalTrait +DEBUG - add_triples_for_classes :: 184 - Picture +DEBUG - add_triples_for_classes :: 184 - Piercing +DEBUG - add_triples_for_classes :: 184 - PINCode +DEBUG - add_triples_for_classes :: 184 - PoliticalOpinion +DEBUG - add_triples_for_classes :: 184 - PoliticalAffiliation +DEBUG - add_triples_for_classes :: 184 - Preference +DEBUG - add_triples_for_classes :: 184 - Prescription +DEBUG - add_triples_for_classes :: 184 - PrivacyPreference +DEBUG - add_triples_for_classes :: 184 - Proclivitie +DEBUG - add_triples_for_classes :: 184 - Professional +DEBUG - add_triples_for_classes :: 184 - ProfessionalCertification +DEBUG - add_triples_for_classes :: 184 - ProfessionalEvaluation +DEBUG - add_triples_for_classes :: 184 - ProfessionalInterview +DEBUG - add_triples_for_classes :: 184 - Education +DEBUG - add_triples_for_classes :: 184 - EducationExperience +DEBUG - add_triples_for_classes :: 184 - EducationQualification +DEBUG - add_triples_for_classes :: 184 - PublicLife +DEBUG - add_triples_for_classes :: 184 - Purchase +DEBUG - add_triples_for_classes :: 184 - PurchasesAndSpendingHabit +DEBUG - add_triples_for_classes :: 184 - Race +DEBUG - add_triples_for_classes :: 184 - Reference +DEBUG - add_triples_for_classes :: 184 - Relationship +DEBUG - add_triples_for_classes :: 184 - Religion +DEBUG - add_triples_for_classes :: 184 - ReligiousBelief +DEBUG - add_triples_for_classes :: 184 - Retina +DEBUG - add_triples_for_classes :: 184 - RoomNumber +DEBUG - add_triples_for_classes :: 184 - Salary +DEBUG - add_triples_for_classes :: 184 - Sale +DEBUG - add_triples_for_classes :: 184 - School +DEBUG - add_triples_for_classes :: 184 - SecretText +DEBUG - add_triples_for_classes :: 184 - ServiceConsumptionBehavior +DEBUG - add_triples_for_classes :: 184 - Sexual +DEBUG - add_triples_for_classes :: 184 - SexualHistory +DEBUG - add_triples_for_classes :: 184 - SexualPreference +DEBUG - add_triples_for_classes :: 184 - Sibling +DEBUG - add_triples_for_classes :: 184 - SkinTone +DEBUG - add_triples_for_classes :: 184 - Social +DEBUG - add_triples_for_classes :: 184 - SocialMediaCommunication +DEBUG - add_triples_for_classes :: 184 - SocialNetwork +DEBUG - add_triples_for_classes :: 184 - SocialStatus +DEBUG - add_triples_for_classes :: 184 - Tattoo +DEBUG - add_triples_for_classes :: 184 - Tax +DEBUG - add_triples_for_classes :: 184 - TradeUnionMembership +DEBUG - add_triples_for_classes :: 184 - TelephoneNumber +DEBUG - add_triples_for_classes :: 184 - Thought +DEBUG - add_triples_for_classes :: 184 - Tracking +DEBUG - add_triples_for_classes :: 184 - Transaction +DEBUG - add_triples_for_classes :: 184 - TravelHistory +DEBUG - add_triples_for_classes :: 184 - Transactional +DEBUG - add_triples_for_classes :: 184 - TVViewingBehavior +DEBUG - add_triples_for_classes :: 184 - UID +DEBUG - add_triples_for_classes :: 184 - Username +DEBUG - add_triples_for_classes :: 184 - VoiceCommunicationRecording +DEBUG - add_triples_for_classes :: 184 - VoiceMail +DEBUG - add_triples_for_classes :: 184 - Weight +DEBUG - add_triples_for_classes :: 184 - WorkHistory +DEBUG - :: 568 - exported proposed terms to ../dpv-skos/dpv-pd/proposed.json +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-pd/dpv-pd.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-pd/dpv-pd.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-pd/dpv-pd.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-pd/dpv-pd.jsonld +DEBUG - :: 601 - ------ +DEBUG - :: 602 - Processing DPV-LEGAL +DEBUG - :: 606 - Processing DPV-LEGAL classes and properties +DEBUG - :: 621 - there are 4 properties in DPV-LEGAL +DEBUG - add_triples_for_properties :: 234 - iso_alpha2 +DEBUG - add_triples_for_properties :: 234 - iso_alpha3 +DEBUG - add_triples_for_properties :: 234 - iso_numeric +DEBUG - add_triples_for_properties :: 234 - un_m49 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/ontology.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/ontology.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/ontology.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/ontology.jsonld +DEBUG - :: 632 - Processing DPV-LEGAL Locations +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/locations.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/locations.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/locations.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/locations.jsonld +DEBUG - :: 689 - Processing DPV-LEGAL Laws +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/laws.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/laws.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/laws.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/laws.jsonld +DEBUG - :: 747 - Processing DPV-LEGAL Authorities +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/authorities.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/authorities.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/authorities.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/authorities.jsonld +DEBUG - :: 797 - Processing DPV-LEGAL EU-EEA Memberships +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_eea.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_eea.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_eea.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_eea.jsonld +DEBUG - :: 853 - Processing DPV-LEGAL EU Adequacy Decisions +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_adequacy.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_adequacy.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_adequacy.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/modules/eu_adequacy.jsonld +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/dpv-legal.rdf +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/dpv-legal.ttl +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/dpv-legal.n3 +INFO - serialize_graph :: 302 - wrote ../dpv-skos/dpv-legal/dpv-legal.jsonld +DEBUG - :: 913 - no proposed terms in DPV-LEGAL +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:DE +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces.csv +DEBUG - :: 48 - DPV namespace with IRI https://w3id.org/dpv# +DEBUG - :: 48 - DPV_NACE namespace with IRI https://w3id.org/dpv/dpv-nace# +DEBUG - :: 48 - DPV_GDPR namespace with IRI https://w3id.org/dpv/dpv-gdpr# +DEBUG - :: 48 - DPV_PD namespace with IRI https://w3id.org/dpv/dpv-pd# +DEBUG - :: 48 - DPV_TECH namespace with IRI https://w3id.org/dpv/dpv-tech# +DEBUG - :: 48 - DPV_LEGAL namespace with IRI https://w3id.org/dpv/dpv-legal# +DEBUG - :: 48 - DPV_ORG namespace with IRI https://w3id.org/dpv/dpv-org# +DEBUG - :: 48 - DPVS namespace with IRI https://w3id.org/dpv/dpv-skos# +DEBUG - :: 48 - DPVS_GDPR namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-gdpr# +DEBUG - :: 48 - DPVS_PD namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-pd# +DEBUG - :: 48 - DPVS_TECH namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-tech# +DEBUG - :: 48 - DPVS_LEGAL namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-legal# +DEBUG - :: 48 - DPVS_GEO namespace with IRI https://w3id.org/dpv/dpv-skos/dpv-geo# +DEBUG - :: 48 - DPVO namespace with IRI https://w3id.org/dpv/dpv-owl# +DEBUG - :: 48 - DPVO_GDPR namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-gdpr# +DEBUG - :: 48 - DPVO_PD namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-pd# +DEBUG - :: 48 - DPVO_TECH namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-tech# +DEBUG - :: 48 - DPVO_LEGAL namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-legal# +DEBUG - :: 48 - DPVO_GEO namespace with IRI https://w3id.org/dpv/dpv-owl/dpv-geo# +DEBUG - :: 38 - Extracting namespaces from vocab_csv/Namespaces_Other.csv +DEBUG - :: 48 - DCT namespace with IRI http://purl.org/dc/terms/ +DEBUG - :: 48 - RDF namespace with IRI http://www.w3.org/1999/02/22-rdf-syntax-ns# +DEBUG - :: 48 - RDFS namespace with IRI http://www.w3.org/2000/01/rdf-schema# +DEBUG - :: 48 - OWL namespace with IRI http://www.w3.org/2002/07/owl# +DEBUG - :: 48 - SKOS namespace with IRI http://www.w3.org/2004/02/skos/core# +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - SPL namespace with IRI https://specialprivacy.ercim.eu/langs/usage-policy# +DEBUG - :: 48 - SVD namespace with IRI https://specialprivacy.ercim.eu/vocabs/data# +DEBUG - :: 48 - SVPU namespace with IRI https://specialprivacy.ercim.eu/vocabs/purposes# +DEBUG - :: 48 - SVPR namespace with IRI https://specialprivacy.ercim.eu/vocabs/processing# +DEBUG - :: 48 - SVR namespace with IRI https://specialprivacy.ercim.eu/vocabs/recipients +DEBUG - :: 48 - SVL namespace with IRI https://specialprivacy.ercim.eu/vocabs/locations# +DEBUG - :: 48 - SVDU namespace with IRI https://specialprivacy.ercim.eu/vocabs/duration# +DEBUG - :: 48 - FOAF namespace with IRI http://xmlns.com/foaf/0.1/ +DEBUG - :: 48 - ODRL namespace with IRI http://www.w3.org/ns/odrl/2/ +DEBUG - :: 48 - PROV namespace with IRI http://www.w3.org/ns/prov# +DEBUG - :: 48 - TIME namespace with IRI http://www.w3.org/2006/time# +DEBUG - :: 48 - SW namespace with IRI http://www.w3.org/2003/06/sw-vocab-status/ns# +DEBUG - :: 48 - XSD namespace with IRI http://www.w3.org/2001/XMLSchema# +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing base module +DEBUG - :: 420 - there are 12 classes in base +DEBUG - add_triples_for_classes :: 185 - PersonalDataHandling +DEBUG - add_triples_for_classes :: 185 - PersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Data +DEBUG - add_triples_for_classes :: 185 - Processing +DEBUG - add_triples_for_classes :: 185 - Purpose +DEBUG - add_triples_for_classes :: 185 - Recipient +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - LegalBasis +DEBUG - add_triples_for_classes :: 185 - DataSubject +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - DataController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - Right +DEBUG - add_triples_for_classes :: 185 - DataSubjectRight +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Right +DEBUG - add_triples_for_classes :: 185 - Risk +DEBUG - :: 426 - there are 11 properties in base +DEBUG - add_triples_for_properties :: 232 - hasPersonalData +DEBUG - add_triples_for_properties :: 232 - hasProcessing +DEBUG - add_triples_for_properties :: 232 - hasPurpose +DEBUG - add_triples_for_properties :: 232 - hasRecipient +DEBUG - add_triples_for_properties :: 232 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 232 - hasLegalBasis +DEBUG - add_triples_for_properties :: 232 - hasDataSubject +DEBUG - add_triples_for_properties :: 232 - hasDataController +DEBUG - add_triples_for_properties :: 232 - hasRight +DEBUG - add_triples_for_properties :: 232 - hasRisk +DEBUG - add_triples_for_properties :: 232 - hasPersonalDataHandling +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/base.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/base.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/base.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/base.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing personal_data module +DEBUG - :: 420 - there are 12 classes in personal_data +DEBUG - add_triples_for_classes :: 185 - PersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Data +DEBUG - add_triples_for_classes :: 185 - AnonymisedData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#NonPersonalData +DEBUG - add_triples_for_classes :: 185 - CollectedPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - GeneratedPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - DerivedPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - InferredPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DerivedPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#GeneratedPersonalData +DEBUG - add_triples_for_classes :: 185 - PseudoAnonymisedData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - SensitivePersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SensitivePersonalData +DEBUG - add_triples_for_classes :: 185 - Data +DEBUG - add_triples_for_classes :: 185 - NonPersonalData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Data +DEBUG - :: 426 - there are 1 properties in personal_data +DEBUG - add_triples_for_properties :: 232 - hasPersonalData +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/personal_data.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/personal_data.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/personal_data.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/personal_data.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing purposes module +DEBUG - :: 420 - there are 75 classes in purposes +DEBUG - add_triples_for_classes :: 185 - Purpose +DEBUG - add_triples_for_classes :: 185 - AcademicResearch +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 185 - AccountManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - Advertising +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Marketing +DEBUG - add_triples_for_classes :: 185 - CommercialResearch +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 185 - CommunicationManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - CommunicationForCustomerCare +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerCare +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CommunicationManagement +DEBUG - add_triples_for_classes :: 185 - CreateEventRecommendations +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations +DEBUG - add_triples_for_classes :: 185 - CreatePersonalizedRecommendations +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization +DEBUG - add_triples_for_classes :: 185 - CreateProductRecommendations +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations +DEBUG - add_triples_for_classes :: 185 - CustomerCare +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement +DEBUG - add_triples_for_classes :: 185 - CustomerClaimsManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement +DEBUG - add_triples_for_classes :: 185 - CustomerManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - CustomerOrderManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement +DEBUG - add_triples_for_classes :: 185 - CustomerRelationshipManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement +DEBUG - add_triples_for_classes :: 185 - CustomerSolvencyMonitoring +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerManagement +DEBUG - add_triples_for_classes :: 185 - CreditChecking +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring +DEBUG - add_triples_for_classes :: 185 - DeliveryOfGoods +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#RequestedServiceProvision +DEBUG - add_triples_for_classes :: 185 - DirectMarketing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Marketing +DEBUG - add_triples_for_classes :: 185 - DisputeManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance +DEBUG - add_triples_for_classes :: 185 - EnforceAccessControl +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity +DEBUG - add_triples_for_classes :: 185 - EnforceSecurity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - FraudPreventionAndDetection +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity +DEBUG - add_triples_for_classes :: 185 - CounterMoneyLaundering +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection +DEBUG - add_triples_for_classes :: 185 - AntiTerrorismOperations +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity +DEBUG - add_triples_for_classes :: 185 - HumanResourceManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - IdentityVerification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#EnforceSecurity +DEBUG - add_triples_for_classes :: 185 - ImproveExistingProductsAndServices +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController +DEBUG - add_triples_for_classes :: 185 - ImproveInternalCRMProcesses +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement +DEBUG - add_triples_for_classes :: 185 - IncreaseServiceRobustness +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController +DEBUG - add_triples_for_classes :: 185 - InternalResourceOptimisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForController +DEBUG - add_triples_for_classes :: 185 - LegalCompliance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - Marketing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - MemberPartnerManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance +DEBUG - add_triples_for_classes :: 185 - NonCommercialResearch +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 185 - OptimisationForConsumer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization +DEBUG - add_triples_for_classes :: 185 - OptimisationForController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceOptimization +DEBUG - add_triples_for_classes :: 185 - OptimiseUserInterface +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OptimisationForConsumer +DEBUG - add_triples_for_classes :: 185 - OrganisationComplianceManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance +DEBUG - add_triples_for_classes :: 185 - OrganisationGovernance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - OrganisationRiskManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationGovernance +DEBUG - add_triples_for_classes :: 185 - Payment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - Personalisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - PersonalisedAdvertising +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Advertising +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation +DEBUG - add_triples_for_classes :: 185 - PersonalisedBenefits +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization +DEBUG - add_triples_for_classes :: 185 - PersonnelManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#HumanResources +DEBUG - add_triples_for_classes :: 185 - PersonnelPayment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonnelManagement +DEBUG - add_triples_for_classes :: 185 - PersonnelHiring +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonnelManagement +DEBUG - add_triples_for_classes :: 185 - PublicRelations +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Marketing +DEBUG - add_triples_for_classes :: 185 - RecordManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - RegistrationAuthentication +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - RequestedServiceProvision +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - ResearchAndDevelopment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - Sector +DEBUG - add_triples_for_classes :: 185 - SellDataToThirdParties +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts +DEBUG - add_triples_for_classes :: 185 - SellInsightsFromData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts +DEBUG - add_triples_for_classes :: 185 - SellProducts +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - SellProductsToDataSubject +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SellProducts +DEBUG - add_triples_for_classes :: 185 - ServiceOptimization +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - ServicePersonalization +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Personalisation +DEBUG - add_triples_for_classes :: 185 - ServiceProvision +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - ServiceRecordManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - ServiceUsageAnalytics +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - SocialMediaMarketing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Marketing +DEBUG - add_triples_for_classes :: 185 - TechnicalServiceProvision +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServiceProvision +DEBUG - add_triples_for_classes :: 185 - UserInterfacePersonalisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ServicePersonalization +DEBUG - add_triples_for_classes :: 185 - VendorManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Purpose +DEBUG - add_triples_for_classes :: 185 - VendorPayment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement +DEBUG - add_triples_for_classes :: 185 - VendorRecordsManagement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement +DEBUG - add_triples_for_classes :: 185 - VendorSelectionAssessment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VendorManagement +DEBUG - add_triples_for_classes :: 185 - TargetedAdvertising +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising +DEBUG - :: 426 - there are 2 properties in purposes +DEBUG - add_triples_for_properties :: 232 - hasPurpose +DEBUG - add_triples_for_properties :: 232 - hasSector +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/purposes.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/purposes.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/purposes.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/purposes.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing context module +DEBUG - :: 420 - there are 42 classes in context +DEBUG - add_triples_for_classes :: 185 - Context +DEBUG - add_triples_for_classes :: 185 - Importance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - PrimaryImportance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Importance +DEBUG - add_triples_for_classes :: 185 - SecondaryImportance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Importance +DEBUG - add_triples_for_classes :: 185 - Necessity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - Required +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Necessity +DEBUG - add_triples_for_classes :: 185 - Optional +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Necessity +DEBUG - add_triples_for_classes :: 185 - NotRequired +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Necessity +DEBUG - add_triples_for_classes :: 185 - Technology +DEBUG - add_triples_for_classes :: 185 - AlgorithmicLogic +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - HumanInvolvement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - Duration +DEBUG - add_triples_for_classes :: 185 - Frequency +DEBUG - add_triples_for_classes :: 185 - Status +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - ActivityStatus +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Status +DEBUG - add_triples_for_classes :: 185 - ActivityProposed +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ActivityStatus +DEBUG - add_triples_for_classes :: 185 - ActivityOngoing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ActivityStatus +DEBUG - add_triples_for_classes :: 185 - ActivityHalted +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ActivityStatus +DEBUG - add_triples_for_classes :: 185 - ActivityCompleted +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ActivityStatus +DEBUG - add_triples_for_classes :: 185 - ComplianceStatus +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Status +DEBUG - add_triples_for_classes :: 185 - Compliant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ComplianceStatus +DEBUG - add_triples_for_classes :: 185 - Incompliant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ComplianceStatus +DEBUG - add_triples_for_classes :: 185 - PartiallyCompliant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ComplianceStatus +DEBUG - add_triples_for_classes :: 185 - NotCompliant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ComplianceStatus +DEBUG - add_triples_for_classes :: 185 - ViolationOfCompliance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ComplianceStatus +DEBUG - add_triples_for_classes :: 185 - AuditStatus +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Status +DEBUG - add_triples_for_classes :: 185 - AuditApproved +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuditStatus +DEBUG - add_triples_for_classes :: 185 - AuditRejected +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuditStatus +DEBUG - add_triples_for_classes :: 185 - AuditRequested +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuditStatus +DEBUG - add_triples_for_classes :: 185 - AuditNotRequired +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuditStatus +DEBUG - add_triples_for_classes :: 185 - AuditRequired +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuditStatus +DEBUG - :: 426 - there are 15 properties in context +DEBUG - add_triples_for_properties :: 232 - hasContext +DEBUG - add_triples_for_properties :: 232 - isImplementedByEntity +DEBUG - add_triples_for_properties :: 232 - isImplementedUsingTechnology +DEBUG - add_triples_for_properties :: 232 - hasAlgorithmicLogic +DEBUG - add_triples_for_properties :: 232 - hasHumanInvolvement +DEBUG - add_triples_for_properties :: 232 - hasDuration +DEBUG - add_triples_for_properties :: 232 - hasIdentifier +DEBUG - add_triples_for_properties :: 232 - hasFrequency +DEBUG - add_triples_for_properties :: 232 - isBefore +DEBUG - add_triples_for_properties :: 232 - isAfter +DEBUG - add_triples_for_properties :: 232 - hasStatus +DEBUG - add_triples_for_properties :: 232 - hasComplianceStatus +DEBUG - add_triples_for_properties :: 232 - hasActivityStatus +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/context.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/context.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/context.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/context.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing risk module +DEBUG - :: 420 - there are 14 classes in risk +DEBUG - add_triples_for_classes :: 185 - Risk +DEBUG - add_triples_for_classes :: 185 - Consequence +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - ConsequenceOfSuccess +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consequence +DEBUG - add_triples_for_classes :: 185 - ConsequenceOfFailure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consequence +DEBUG - add_triples_for_classes :: 185 - Impact +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consequence +DEBUG - add_triples_for_classes :: 185 - Benefit +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Impact +DEBUG - add_triples_for_classes :: 185 - Detriment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Impact +DEBUG - add_triples_for_classes :: 185 - Damage +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Impact +DEBUG - add_triples_for_classes :: 185 - MaterialDamage +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Damage +DEBUG - add_triples_for_classes :: 185 - NonMaterialDamage +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Damage +DEBUG - add_triples_for_classes :: 185 - Harm +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Impact +DEBUG - add_triples_for_classes :: 185 - ConsequenceAsSideEffect +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consequence +DEBUG - add_triples_for_classes :: 185 - RiskManagementProcedure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - RiskMitigationMeasure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure +DEBUG - :: 426 - there are 7 properties in risk +DEBUG - add_triples_for_properties :: 232 - hasRisk +DEBUG - add_triples_for_properties :: 232 - mitigatesRisk +DEBUG - add_triples_for_properties :: 232 - isMitigatedByMeasure +DEBUG - add_triples_for_properties :: 232 - hasConsequence +DEBUG - add_triples_for_properties :: 232 - hasImpact +DEBUG - add_triples_for_properties :: 232 - hasImpactOn +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/risk.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/risk.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/risk.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/risk.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing processing module +DEBUG - :: 420 - there are 44 classes in processing +DEBUG - add_triples_for_classes :: 185 - Processing +DEBUG - add_triples_for_classes :: 185 - Acquire +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Obtain +DEBUG - add_triples_for_classes :: 185 - Adapt +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Align +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Alter +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Analyse +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Use +DEBUG - add_triples_for_classes :: 185 - Anonymise +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Collect +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Obtain +DEBUG - add_triples_for_classes :: 185 - Combine +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Consult +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Use +DEBUG - add_triples_for_classes :: 185 - Copy +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Derive +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Destruct +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Remove +DEBUG - add_triples_for_classes :: 185 - Disclose +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - DiscloseByTransmission +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Disclose +DEBUG - add_triples_for_classes :: 185 - Disseminate +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Disclose +DEBUG - add_triples_for_classes :: 185 - Erase +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Remove +DEBUG - add_triples_for_classes :: 185 - Generate +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Obtain +DEBUG - add_triples_for_classes :: 185 - Infer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Derive +DEBUG - add_triples_for_classes :: 185 - MakeAvailable +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Disclose +DEBUG - add_triples_for_classes :: 185 - Match +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Use +DEBUG - add_triples_for_classes :: 185 - Move +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transfer +DEBUG - add_triples_for_classes :: 185 - Obtain +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Organise +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Profiling +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Use +DEBUG - add_triples_for_classes :: 185 - PseudoAnonymise +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Record +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Obtain +DEBUG - add_triples_for_classes :: 185 - Remove +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Restrict +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Transform +DEBUG - add_triples_for_classes :: 185 - Retrieve +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Use +DEBUG - add_triples_for_classes :: 185 - Share +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Disclose +DEBUG - add_triples_for_classes :: 185 - Store +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Structure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organise +DEBUG - add_triples_for_classes :: 185 - Transfer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Transform +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - add_triples_for_classes :: 185 - Transmit +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Disclose +DEBUG - add_triples_for_classes :: 185 - Use +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Processing +DEBUG - :: 426 - there are 1 properties in processing +DEBUG - add_triples_for_properties :: 232 - hasProcessing +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing processing_context module +DEBUG - :: 420 - there are 55 classes in processing_context +DEBUG - add_triples_for_classes :: 185 - ProcessingContext +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Context +DEBUG - add_triples_for_classes :: 185 - DataSource +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - PublicDataSource +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSource +DEBUG - add_triples_for_classes :: 185 - NonPublicDataSource +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSource +DEBUG - add_triples_for_classes :: 185 - SystematicMonitoring +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - EvaluationScoring +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - AutomatedDecisionMaking +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - LargeScaleProcessing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - InnovativeUseOfNewTechnologies +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - add_triples_for_classes :: 185 - StorageDeletion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition +DEBUG - add_triples_for_classes :: 185 - StorageDuration +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Duration +DEBUG - add_triples_for_classes :: 185 - StorageLocation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Location +DEBUG - add_triples_for_classes :: 185 - StorageRestoration +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#StorageCondition +DEBUG - add_triples_for_classes :: 185 - StorageCondition +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ProcessingContext +DEBUG - :: 426 - there are 3 properties in processing_context +DEBUG - add_triples_for_properties :: 232 - hasDataSource +DEBUG - add_triples_for_properties :: 232 - hasStorage +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing_context.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing_context.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing_context.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/processing_context.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing technical_organisational_measures module +DEBUG - :: 420 - there are 53 classes in technical_organisational_measures +DEBUG - add_triples_for_classes :: 185 - TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - TechnicalMeasure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - OrganisationalMeasure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - AccessControlMethod +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure +DEBUG - add_triples_for_classes :: 185 - Anonymization +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure +DEBUG - add_triples_for_classes :: 185 - Assessment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - AuthenticationProtocols +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure +DEBUG - add_triples_for_classes :: 185 - AuthorisationProcedure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - Certification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal +DEBUG - add_triples_for_classes :: 185 - CertificationSeal +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - CodeOfConduct +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 185 - Consultation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - ConsultationWithAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consultation +DEBUG - add_triples_for_classes :: 185 - ContractualTerms +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement +DEBUG - add_triples_for_classes :: 185 - CompleteAnonymisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization +DEBUG - add_triples_for_classes :: 185 - ControllerProcessorAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement +DEBUG - add_triples_for_classes :: 185 - DataProcessingAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement +DEBUG - add_triples_for_classes :: 185 - DataProcessingRecords +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#RecordsOfActivities +DEBUG - add_triples_for_classes :: 185 - DataTransferImpactAssessment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment +DEBUG - add_triples_for_classes :: 185 - DeIdentification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization +DEBUG - add_triples_for_classes :: 185 - DesignStandard +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 185 - DPIA +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment +DEBUG - add_triples_for_classes :: 185 - EncryptionInRest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Encryption +DEBUG - add_triples_for_classes :: 185 - EncryptionInTransfer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Encryption +DEBUG - add_triples_for_classes :: 185 - GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - ImpactAssessment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Assessment +DEBUG - add_triples_for_classes :: 185 - JointDataControllersAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement +DEBUG - add_triples_for_classes :: 185 - LegalAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - LegitimateInterestAssessment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Assessment +DEBUG - add_triples_for_classes :: 185 - NDA +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement +DEBUG - add_triples_for_classes :: 185 - Notice +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - PIA +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#ImpactAssessment +DEBUG - add_triples_for_classes :: 185 - Policy +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - PrivacyByDefault +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple +DEBUG - add_triples_for_classes :: 185 - PrivacyByDesign +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - PrivacyNotice +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Notice +DEBUG - add_triples_for_classes :: 185 - PseudoAnonymization +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Anonymization +DEBUG - add_triples_for_classes :: 185 - Encryption +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalMeasure +DEBUG - add_triples_for_classes :: 185 - RecordsOfActivities +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - RegisterOfProcessingActivities +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingRecords +DEBUG - add_triples_for_classes :: 185 - RegularityOfRecertification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - Safeguard +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - SafeguardForDataTransfer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Safeguard +DEBUG - add_triples_for_classes :: 185 - Seal +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#CertificationSeal +DEBUG - add_triples_for_classes :: 185 - SingleSignOn +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#AuthenticationProtocols +DEBUG - add_triples_for_classes :: 185 - StaffTraining +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - SubProcessorAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement +DEBUG - add_triples_for_classes :: 185 - ThirdPartyAgreement +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessingAgreement +DEBUG - :: 426 - there are 6 properties in technical_organisational_measures +DEBUG - add_triples_for_properties :: 232 - hasTechnicalOrganisationalMeasure +DEBUG - add_triples_for_properties :: 232 - hasTechnicalMeasure +DEBUG - add_triples_for_properties :: 232 - hasOrganisationalMeasure +DEBUG - add_triples_for_properties :: 232 - hasPolicy +DEBUG - add_triples_for_properties :: 232 - isPolicyFor +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/technical_organisational_measures.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/technical_organisational_measures.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/technical_organisational_measures.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/technical_organisational_measures.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing entities module +DEBUG - :: 420 - there are 4 classes in entities +DEBUG - add_triples_for_classes :: 185 - Entity +DEBUG - add_triples_for_classes :: 185 - LegalEntity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Entity +DEBUG - add_triples_for_classes :: 185 - NaturalPerson +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Entity +DEBUG - add_triples_for_classes :: 185 - Representative +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - :: 426 - there are 6 properties in entities +DEBUG - add_triples_for_properties :: 232 - hasName +DEBUG - add_triples_for_properties :: 232 - hasAddress +DEBUG - add_triples_for_properties :: 232 - hasContact +DEBUG - add_triples_for_properties :: 232 - hasEntity +DEBUG - add_triples_for_properties :: 232 - hasRepresentative +DEBUG - add_triples_for_properties :: 232 - hasResponsibleEntity +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing entities_authority module +DEBUG - :: 420 - there are 5 classes in entities_authority +DEBUG - add_triples_for_classes :: 185 - Authority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation +DEBUG - add_triples_for_classes :: 185 - DataProtectionAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Authority +DEBUG - add_triples_for_classes :: 185 - NationalAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Authority +DEBUG - add_triples_for_classes :: 185 - RegionalAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Authority +DEBUG - add_triples_for_classes :: 185 - SupraNationalAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Authority +DEBUG - :: 426 - there are 2 properties in entities_authority +DEBUG - add_triples_for_properties :: 232 - hasAuthority +DEBUG - add_triples_for_properties :: 232 - isAuthorityFor +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_authority.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_authority.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_authority.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_authority.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing entities_legalrole module +DEBUG - :: 420 - there are 9 classes in entities_legalrole +DEBUG - add_triples_for_classes :: 185 - DataController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - DataProcessor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Recipient +DEBUG - add_triples_for_classes :: 185 - DataSubProcessor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataProcessor +DEBUG - add_triples_for_classes :: 185 - Recipient +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - ThirdParty +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Recipient +DEBUG - add_triples_for_classes :: 185 - DataExporter +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - DataImporter +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Recipient +DEBUG - add_triples_for_classes :: 185 - JointDataControllers +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataController +DEBUG - add_triples_for_classes :: 185 - DataProtectionOfficer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Representative +DEBUG - :: 426 - there are 9 properties in entities_legalrole +DEBUG - add_triples_for_properties :: 232 - hasDataController +DEBUG - add_triples_for_properties :: 232 - hasJointDataControllers +DEBUG - add_triples_for_properties :: 232 - hasDataProcessor +DEBUG - add_triples_for_properties :: 232 - hasRecipient +DEBUG - add_triples_for_properties :: 232 - hasRecipientDataController +DEBUG - add_triples_for_properties :: 232 - hasRecipientThirdParty +DEBUG - add_triples_for_properties :: 232 - hasDataExporter +DEBUG - add_triples_for_properties :: 232 - hasDataImporter +DEBUG - add_triples_for_properties :: 232 - hasDataProtectionOfficer +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_legalrole.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_legalrole.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_legalrole.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_legalrole.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing entities_organisation module +DEBUG - :: 420 - there are 9 classes in entities_organisation +DEBUG - add_triples_for_classes :: 185 - Organisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 185 - IndustryConsortium +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - GovernmentalOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - NonGovernmentalOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - ForProfitOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - NonProfitOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - AcademicScientificOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - InternationalOrganisation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Organisation +DEBUG - add_triples_for_classes :: 185 - OrganisationalUnit +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Entity +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_organisation.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_organisation.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_organisation.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_organisation.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing entities_datasubject module +DEBUG - :: 420 - there are 24 classes in entities_datasubject +DEBUG - add_triples_for_classes :: 185 - DataSubject +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalEntity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#NaturalPerson +DEBUG - add_triples_for_classes :: 185 - Child +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#NatualPerson +DEBUG - add_triples_for_classes :: 185 - Adult +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - VulnerableDataSubject +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Patient +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Employee +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Student +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Citizen +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - NonCitizen +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Immigrant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Tourist +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Customer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Consumer +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - User +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - JobApplicant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Applicant +DEBUG - add_triples_for_classes :: 185 - Visitor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Member +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Applicant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Subscriber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - add_triples_for_classes :: 185 - Client +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Customer +DEBUG - add_triples_for_classes :: 185 - Participant +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubject +DEBUG - :: 426 - there are 2 properties in entities_datasubject +DEBUG - add_triples_for_properties :: 232 - hasDataSubject +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_datasubject.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_datasubject.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_datasubject.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/entities_datasubject.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing jurisdiction module +DEBUG - :: 420 - there are 7 classes in jurisdiction +DEBUG - add_triples_for_classes :: 185 - Location +DEBUG - add_triples_for_classes :: 185 - Country +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Location +DEBUG - add_triples_for_classes :: 185 - SupraNationalUnion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Location +DEBUG - add_triples_for_classes :: 185 - EconomicUnion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Location +DEBUG - add_triples_for_classes :: 185 - Region +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Location +DEBUG - add_triples_for_classes :: 185 - Law +DEBUG - add_triples_for_classes :: 185 - ThirdCountry +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Country +DEBUG - :: 426 - there are 5 properties in jurisdiction +DEBUG - add_triples_for_properties :: 232 - hasJurisdiction +DEBUG - add_triples_for_properties :: 232 - hasCountry +DEBUG - add_triples_for_properties :: 232 - hasLocation +DEBUG - add_triples_for_properties :: 232 - hasApplicableLaw +DEBUG - add_triples_for_properties :: 232 - hasThirdCountry +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/jurisdiction.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/jurisdiction.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/jurisdiction.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/jurisdiction.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing legal_basis module +DEBUG - :: 420 - there are 17 classes in legal_basis +DEBUG - add_triples_for_classes :: 185 - LegalBasis +DEBUG - add_triples_for_classes :: 185 - Consent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - Contract +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalAgreement +DEBUG - add_triples_for_classes :: 185 - ContractPerformance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - EnterIntoContract +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - LegalObligation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - LegitimateInterest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - LegitimateInterestOfController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest +DEBUG - add_triples_for_classes :: 185 - LegitimateInterestOfThirdParty +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest +DEBUG - add_triples_for_classes :: 185 - OfficialAuthorityOfController +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - PublicInterest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - VitalInterest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - VitalInterestOfDataSubject +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson +DEBUG - add_triples_for_classes :: 185 - VitalInterestOfNaturalPerson +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest +DEBUG - :: 426 - there are 1 properties in legal_basis +DEBUG - add_triples_for_properties :: 232 - hasLegalBasis +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/legal_basis.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/legal_basis.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/legal_basis.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/legal_basis.jsonld +DEBUG - :: 414 - ------ +DEBUG - :: 415 - Processing consent module +DEBUG - :: 426 - there are 13 properties in consent +DEBUG - add_triples_for_properties :: 232 - hasExpiry +DEBUG - add_triples_for_properties :: 232 - hasExpiryTime +DEBUG - add_triples_for_properties :: 232 - hasExpiryCondition +DEBUG - add_triples_for_properties :: 232 - hasProvisionMethod +DEBUG - add_triples_for_properties :: 232 - hasProvisionTime +DEBUG - add_triples_for_properties :: 232 - hasWithdrawalMethod +DEBUG - add_triples_for_properties :: 232 - hasWithdrawalTime +DEBUG - add_triples_for_properties :: 232 - hasWithdrawalBy +DEBUG - add_triples_for_properties :: 232 - hasProvisionBy +DEBUG - add_triples_for_properties :: 232 - hasProvisionByJustification +DEBUG - add_triples_for_properties :: 232 - hasWithdrawalByJustification +DEBUG - add_triples_for_properties :: 232 - hasConsentNotice +DEBUG - add_triples_for_properties :: 232 - isExplicit +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/consent.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/consent.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/consent.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/modules/consent.jsonld +DEBUG - :: 439 - exported proposed terms to ../dpv-owl/proposed.json +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv.jsonld +DEBUG - :: 480 - ------ +DEBUG - :: 481 - Processing legal_basis module +DEBUG - :: 486 - there are 34 classes in legal_basis +DEBUG - add_triples_for_classes :: 185 - A6-1-a-non-explicit-consent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consent +DEBUG - add_triples_for_classes :: 185 - A6-1-a-explicit-consent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consent +DEBUG - add_triples_for_classes :: 185 - A6-1-b +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - A6-1-c +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalObligation +DEBUG - add_triples_for_classes :: 185 - A6-1-d +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest +DEBUG - add_triples_for_classes :: 185 - A6-1-e +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController +DEBUG - add_triples_for_classes :: 185 - A6-1-f +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest +DEBUG - add_triples_for_classes :: 185 - A9-2-a +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consent +DEBUG - add_triples_for_classes :: 185 - A9-2-b +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - A9-2-c +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterest +DEBUG - add_triples_for_classes :: 185 - A9-2-d +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest +DEBUG - add_triples_for_classes :: 185 - A9-2-e +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - A9-2-f +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - A9-2-g +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest +DEBUG - add_triples_for_classes :: 185 - A9-2-h +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegalBasis +DEBUG - add_triples_for_classes :: 185 - A9-2-i +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest +DEBUG - add_triples_for_classes :: 185 - A9-2-j +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest +DEBUG - add_triples_for_classes :: 185 - A45-3 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A46-2-a +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A46-2-b +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules +DEBUG - add_triples_for_classes :: 185 - A46-2-c +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission +DEBUG - add_triples_for_classes :: 185 - A46-2-d +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority +DEBUG - add_triples_for_classes :: 185 - A46-2-e +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A46-2-f +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A46-3-a +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A46-3-b +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A49-1-a +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Consent +DEBUG - add_triples_for_classes :: 185 - A49-1-b +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - A49-1-c +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - A49-1-d +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PublicInterest +DEBUG - add_triples_for_classes :: 185 - A49-1-e +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A49-1-f +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson +DEBUG - add_triples_for_classes :: 185 - A49-1-g +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 185 - A49-2 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#LegitimateInterest +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/legal_basis.jsonld +DEBUG - :: 480 - ------ +DEBUG - :: 481 - Processing rights module +DEBUG - :: 486 - there are 12 classes in rights +DEBUG - add_triples_for_classes :: 185 - A13 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A14 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A15 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A16 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A17 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A18 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A19 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A20 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A21 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A22 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A7-3 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +DEBUG - add_triples_for_classes :: 185 - A77 +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#DataSubjectRight +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/rights.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/rights.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/rights.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/rights.jsonld +DEBUG - :: 480 - ------ +DEBUG - :: 481 - Processing data_transfers module +DEBUG - :: 486 - there are 9 classes in data_transfers +DEBUG - add_triples_for_classes :: 185 - AdHocContractualClauses +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 185 - BindingCorporateRules +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool +DEBUG - add_triples_for_classes :: 185 - CertificationMechanismsForDataTransfers +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool +DEBUG - add_triples_for_classes :: 185 - CodesOfConductForDataTransfers +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool +DEBUG - add_triples_for_classes :: 185 - DataTransferTool +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure +DEBUG - add_triples_for_classes :: 185 - SCCByCommission +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses +DEBUG - add_triples_for_classes :: 185 - SCCBySupervisoryAuthority +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses +DEBUG - add_triples_for_classes :: 185 - StandardContractualClauses +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#Contract +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool +DEBUG - add_triples_for_classes :: 185 - SupplementaryMeasure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/modules/data_transfers.jsonld +DEBUG - :: 507 - no proposed terms in DPVO-GDPR +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-gdpr/dpv-gdpr.jsonld +DEBUG - :: 529 - ------ +DEBUG - :: 530 - Processing DPV-PD +DEBUG - :: 534 - there are 204 classes in data_transfers +DEBUG - add_triples_for_classes :: 185 - Accent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language +DEBUG - add_triples_for_classes :: 185 - AccountIdentifier +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount +DEBUG - add_triples_for_classes :: 185 - Acquantaince +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork +DEBUG - add_triples_for_classes :: 185 - Age +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - AgeExact +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AgeRange +DEBUG - add_triples_for_classes :: 185 - AgeRange +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Age +DEBUG - add_triples_for_classes :: 185 - BirthDate +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Age +DEBUG - add_triples_for_classes :: 185 - BirthPlace +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location +DEBUG - add_triples_for_classes :: 185 - ApartmentOwned +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned +DEBUG - add_triples_for_classes :: 185 - Association +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork +DEBUG - add_triples_for_classes :: 185 - Attitude +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - Authenticating +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal +DEBUG - add_triples_for_classes :: 185 - AuthenticationHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - BankAccount +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount +DEBUG - add_triples_for_classes :: 185 - Behavioral +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - Biometric +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - BloodType +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - BrowserFingerprint +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased +DEBUG - add_triples_for_classes :: 185 - BrowsingBehavior +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - BrowsingReferral +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior +DEBUG - add_triples_for_classes :: 185 - CallLog +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - CarOwned +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership +DEBUG - add_triples_for_classes :: 185 - Character +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Communication +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - CommunicationsMetadata +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Connection +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork +DEBUG - add_triples_for_classes :: 185 - Contact +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking +DEBUG - add_triples_for_classes :: 185 - Country +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location +DEBUG - add_triples_for_classes :: 185 - Credit +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - CreditCapacity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit +DEBUG - add_triples_for_classes :: 185 - CreditCardNumber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber +DEBUG - add_triples_for_classes :: 185 - CreditRecord +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit +DEBUG - add_triples_for_classes :: 185 - CreditScore +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness +DEBUG - add_triples_for_classes :: 185 - CreditStanding +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit +DEBUG - add_triples_for_classes :: 185 - CreditWorthiness +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Credit +DEBUG - add_triples_for_classes :: 185 - Criminal +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - CriminalCharge +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal +DEBUG - add_triples_for_classes :: 185 - CriminalConviction +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal +DEBUG - add_triples_for_classes :: 185 - CriminalPardon +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal +DEBUG - add_triples_for_classes :: 185 - Demeanor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - Demographic +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - DeviceApplications +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware +DEBUG - add_triples_for_classes :: 185 - DeviceBased +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking +DEBUG - add_triples_for_classes :: 185 - DeviceOperatingSystem +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware +DEBUG - add_triples_for_classes :: 185 - DeviceSoftware +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased +DEBUG - add_triples_for_classes :: 185 - Dialect +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Language +DEBUG - add_triples_for_classes :: 185 - Disability +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - DisciplinaryAction +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - Dislike +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest +DEBUG - add_triples_for_classes :: 185 - Divorce +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure +DEBUG - add_triples_for_classes :: 185 - DNACode +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - DrugTestResult +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - EmailAddress +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact +DEBUG - add_triples_for_classes :: 185 - EmailAddressWork +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress +DEBUG - add_triples_for_classes :: 185 - EmailAddressPersonal +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress +DEBUG - add_triples_for_classes :: 185 - EmailContent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication +DEBUG - add_triples_for_classes :: 185 - EmploymentHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - CurrentEmployment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory +DEBUG - add_triples_for_classes :: 185 - PastEmployment +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory +DEBUG - add_triples_for_classes :: 185 - Ethnicity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - EthnicOrigin +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - External +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - Family +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - FamilyHealthHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory +DEBUG - add_triples_for_classes :: 185 - FamilyStructure +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family +DEBUG - add_triples_for_classes :: 185 - Favorite +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference +DEBUG - add_triples_for_classes :: 185 - FavoriteColor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite +DEBUG - add_triples_for_classes :: 185 - FavoriteFood +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite +DEBUG - add_triples_for_classes :: 185 - FavoriteMusic +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite +DEBUG - add_triples_for_classes :: 185 - Fetish +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual +DEBUG - add_triples_for_classes :: 185 - Financial +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - FinancialAccount +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial +DEBUG - add_triples_for_classes :: 185 - FinancialAccountNumber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier +DEBUG - add_triples_for_classes :: 185 - Fingerprint +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric +DEBUG - add_triples_for_classes :: 185 - Friend +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork +DEBUG - add_triples_for_classes :: 185 - Gender +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - GeneralReputation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Geographic +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic +DEBUG - add_triples_for_classes :: 185 - GeneticData +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#HealthData +DEBUG - add_triples_for_classes :: 185 - GPSCoordinate +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location +DEBUG - add_triples_for_classes :: 185 - GroupMembership +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork +DEBUG - add_triples_for_classes :: 185 - HairColor +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - Health +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - HealthHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - HealthRecord +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - Height +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - Historical +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - HouseOwned +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership +DEBUG - add_triples_for_classes :: 185 - Identifying +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - Income +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - IncomeBracket +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic +DEBUG - add_triples_for_classes :: 185 - IndividualHealthHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory +DEBUG - add_triples_for_classes :: 185 - Insurance +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial +DEBUG - add_triples_for_classes :: 185 - Intention +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference +DEBUG - add_triples_for_classes :: 185 - Interaction +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Interest +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference +DEBUG - add_triples_for_classes :: 185 - Internal +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - IPAddress +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased +DEBUG - add_triples_for_classes :: 185 - Job +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - KnowledgeBelief +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal +DEBUG - add_triples_for_classes :: 185 - Language +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - LifeHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Historical +DEBUG - add_triples_for_classes :: 185 - Like +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Interest +DEBUG - add_triples_for_classes :: 185 - LinkClicked +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - LoanRecord +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - Location +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking +DEBUG - add_triples_for_classes :: 185 - MACAddress +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased +DEBUG - add_triples_for_classes :: 185 - MaritalStatus +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Marriage +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure +DEBUG - add_triples_for_classes :: 185 - MedicalHealth +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - MentalHealth +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health +DEBUG - add_triples_for_classes :: 185 - Name +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 185 - Nationality +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - OfficialID +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 185 - Offspring +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure +DEBUG - add_triples_for_classes :: 185 - Opinion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference +DEBUG - add_triples_for_classes :: 185 - Ownership +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial +DEBUG - add_triples_for_classes :: 185 - Parent +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure +DEBUG - add_triples_for_classes :: 185 - Passport +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID +DEBUG - add_triples_for_classes :: 185 - Password +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating +DEBUG - add_triples_for_classes :: 185 - PaymentCard +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount +DEBUG - add_triples_for_classes :: 185 - PaymentCardExpiry +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard +DEBUG - add_triples_for_classes :: 185 - PaymentCardNumber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier +DEBUG - add_triples_for_classes :: 185 - Personality +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - PersonalPossession +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership +DEBUG - add_triples_for_classes :: 185 - PhilosophicalBelief +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - PhysicalAddress +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact +DEBUG - add_triples_for_classes :: 185 - PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 185 - PhysicalHealth +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Health +DEBUG - add_triples_for_classes :: 185 - PhysicalTrait +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic +DEBUG - add_triples_for_classes :: 185 - Picture +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 185 - Piercing +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - PINCode +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating +DEBUG - add_triples_for_classes :: 185 - PoliticalOpinion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - PoliticalAffiliation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - Preference +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Internal +DEBUG - add_triples_for_classes :: 185 - Prescription +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth +DEBUG - add_triples_for_classes :: 185 - PrivacyPreference +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Preference +DEBUG - add_triples_for_classes :: 185 - Proclivitie +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual +DEBUG - add_triples_for_classes :: 185 - Professional +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - ProfessionalCertification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - ProfessionalEvaluation +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - ProfessionalInterview +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - Education +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - EducationExperience +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Education +DEBUG - add_triples_for_classes :: 185 - EducationQualification +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Education +DEBUG - add_triples_for_classes :: 185 - PublicLife +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - Purchase +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - PurchasesAndSpendingHabit +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - Race +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - Reference +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - Relationship +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Family +DEBUG - add_triples_for_classes :: 185 - Religion +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - ReligiousBelief +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - Retina +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric +DEBUG - add_triples_for_classes :: 185 - RoomNumber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location +DEBUG - add_triples_for_classes :: 185 - Salary +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - Sale +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - School +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - add_triples_for_classes :: 185 - SecretText +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating +DEBUG - add_triples_for_classes :: 185 - ServiceConsumptionBehavior +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral +DEBUG - add_triples_for_classes :: 185 - Sexual +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#External +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - SexualHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual +DEBUG - add_triples_for_classes :: 185 - SexualPreference +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual +DEBUG - add_triples_for_classes :: 185 - Sibling +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure +DEBUG - add_triples_for_classes :: 185 - SkinTone +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - Social +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - SocialMediaCommunication +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication +DEBUG - add_triples_for_classes :: 185 - SocialNetwork +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Social +DEBUG - add_triples_for_classes :: 185 - SocialStatus +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife +DEBUG - add_triples_for_classes :: 185 - Tattoo +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - Tax +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - TradeUnionMembership +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData +DEBUG - add_triples_for_classes :: 185 - TelephoneNumber +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Contact +DEBUG - add_triples_for_classes :: 185 - Thought +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief +DEBUG - add_triples_for_classes :: 185 - Tracking +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl#PersonalData +DEBUG - add_triples_for_classes :: 185 - Transaction +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional +DEBUG - add_triples_for_classes :: 185 - TravelHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Location +DEBUG - add_triples_for_classes :: 185 - Transactional +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Financial +DEBUG - add_triples_for_classes :: 185 - TVViewingBehavior +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior +DEBUG - add_triples_for_classes :: 185 - UID +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 185 - Username +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying +DEBUG - add_triples_for_classes :: 185 - VoiceCommunicationRecording +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication +DEBUG - add_triples_for_classes :: 185 - VoiceMail +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Communication +DEBUG - add_triples_for_classes :: 185 - Weight +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic +DEBUG - add_triples_for_classes :: 185 - WorkHistory +DEBUG - add_triples_for_classes :: 208 - has parent: https://w3id.org/dpv/dpv-owl/dpv-pd#Professional +DEBUG - :: 541 - exported proposed terms to ../dpv-owl/dpv-pd/proposed.json +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-pd/dpv-pd.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-pd/dpv-pd.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-pd/dpv-pd.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-pd/dpv-pd.jsonld +DEBUG - :: 574 - ------ +DEBUG - :: 575 - Processing DPV-LEGAL +DEBUG - :: 579 - Processing DPV-LEGAL classes and properties +DEBUG - :: 594 - there are 4 properties in DPV-LEGAL +DEBUG - add_triples_for_properties :: 232 - iso_alpha2 +DEBUG - add_triples_for_properties :: 232 - iso_alpha3 +DEBUG - add_triples_for_properties :: 232 - iso_numeric +DEBUG - add_triples_for_properties :: 232 - un_m49 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/ontology.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/ontology.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/ontology.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/ontology.jsonld +DEBUG - :: 605 - Processing DPV-LEGAL Locations +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:NorthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:DE +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:AustraliaandNewZealand +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:DE +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Americas +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:CentralAmerica +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Oceania +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:EasternAsia +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:DE +item: dpv-legal:US +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:DE +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:MiddleAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:ChannelIslands +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:DE +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SouthernAfrica +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:SouthernEurope +item: dpv-legal:Asia +item: dpv-legal:SouthernAsia +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/locations.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/locations.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/locations.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/locations.jsonld +DEBUG - :: 660 - Processing DPV-LEGAL Laws +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/laws.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/laws.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/laws.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/laws.jsonld +DEBUG - :: 716 - Processing DPV-LEGAL Authorities +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/authorities.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/authorities.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/authorities.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/authorities.jsonld +DEBUG - :: 766 - Processing DPV-LEGAL EU-EEA Memberships +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_eea.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_eea.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_eea.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_eea.jsonld +DEBUG - :: 820 - Processing DPV-LEGAL EU Adequacy Decisions +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_adequacy.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_adequacy.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_adequacy.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/modules/eu_adequacy.jsonld +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/dpv-legal.rdf +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/dpv-legal.ttl +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/dpv-legal.n3 +INFO - serialize_graph :: 310 - wrote ../dpv-owl/dpv-legal/dpv-legal.jsonld +DEBUG - :: 878 - no proposed terms in DPV-LEGAL +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Europe +item: dpv-legal:WesternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:DE +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:WesternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:EasternEurope +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Oceania +item: dpv-legal:Micronesia +item: dpv-legal:US +item: dpv-legal:Americas +item: dpv-legal:Caribbean +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:Americas +item: dpv-legal:NorthernAmerica +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:CentralAsia +item: dpv-legal:Oceania +item: dpv-legal:Melanesia +item: dpv-legal:Americas +item: dpv-legal:LatinAmericaandtheCaribbean +item: dpv-legal:SouthAmerica +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:SoutheasternAsia +item: dpv-legal:US +item: dpv-legal:Oceania +item: dpv-legal:Polynesia +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Africa +item: dpv-legal:NorthernAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Asia +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:Europe +item: dpv-legal:US +item: dpv-legal:US +item: dpv-legal:Asia +item: dpv-legal:WesternAsia +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Africa +item: dpv-legal:SubSaharanAfrica +item: dpv-legal:EasternAfrica +item: dpv-legal:Europe +item: dpv-legal:NorthernEurope diff --git a/documentation-generator/logs/903.txt b/documentation-generator/logs/903.txt index 303de5f33..ce5c45b83 100644 --- a/documentation-generator/logs/903.txt +++ b/documentation-generator/logs/903.txt @@ -1 +1,104 @@ --bash: ./903_rdf.sh: No such file or directory +DEBUG - load_data :: 43 - loading data for core +DEBUG - load_data :: 43 - loading data for personaldata +DEBUG - load_data :: 43 - loading data for purpose +DEBUG - load_data :: 43 - loading data for processing +DEBUG - load_data :: 43 - loading data for technical_organisational_measures +DEBUG - load_data :: 43 - loading data for entities +DEBUG - load_data :: 43 - loading data for entities_authority +DEBUG - load_data :: 43 - loading data for entities_legalrole +DEBUG - load_data :: 43 - loading data for entities_organisation +DEBUG - load_data :: 43 - loading data for entities_datasubject +DEBUG - load_data :: 43 - loading data for context +DEBUG - load_data :: 43 - loading data for risk +DEBUG - load_data :: 43 - loading data for processing_context +DEBUG - load_data :: 43 - loading data for jurisdiction +DEBUG - load_data :: 43 - loading data for legal_basis +DEBUG - load_data :: 43 - loading data for consent +DEBUG - :: 131 - wrote DPV spec at f../dpv/index.html +DEBUG - :: 134 - wrote DPV spec at f../dpv/dpv.html +DEBUG - load_data :: 43 - loading data for legal_basis +DEBUG - load_data :: 43 - loading data for rights +DEBUG - load_data :: 43 - loading data for data_transfers +DEBUG - :: 151 - wrote DPV-GDPR spec at f../dpv-gdpr/index.html +DEBUG - :: 154 - wrote DPV-GDPR spec at f../dpv-gdpr/dpv-gdpr.html +DEBUG - load_data :: 43 - loading data for dpv_pd +DEBUG - :: 170 - wrote DPV-PD spec at f../dpv-pd/index.html +DEBUG - :: 173 - wrote DPV-PD spec at f../dpv-pd/dpv-pd.html +DEBUG - load_legal_data :: 181 - loading data for ontology +DEBUG - load_legal_data :: 181 - loading data for locations +DEBUG - load_legal_data :: 181 - loading data for laws +DEBUG - load_legal_data :: 181 - loading data for authorities +DEBUG - load_legal_data :: 181 - loading data for EU_EEA +DEBUG - load_legal_data :: 181 - loading data for EU_Adequacy +DEBUG - :: 204 - wrote DPV-LEGAL spec at f../dpv-legal/index.html +DEBUG - :: 207 - wrote DPV-LEGAL spec at f../dpv-legal/dpv-legal.html +DEBUG - :: 209 - --- END --- +DEBUG - load_data :: 42 - loading data for core +DEBUG - load_data :: 42 - loading data for personaldata +DEBUG - load_data :: 42 - loading data for purpose +DEBUG - load_data :: 42 - loading data for processing +DEBUG - load_data :: 42 - loading data for technical_organisational_measures +DEBUG - load_data :: 42 - loading data for entities +DEBUG - load_data :: 42 - loading data for entities_authority +DEBUG - load_data :: 42 - loading data for entities_legalrole +DEBUG - load_data :: 42 - loading data for entities_organisation +DEBUG - load_data :: 42 - loading data for entities_datasubject +DEBUG - load_data :: 42 - loading data for context +DEBUG - load_data :: 42 - loading data for risk +DEBUG - load_data :: 42 - loading data for processing_context +DEBUG - load_data :: 42 - loading data for jurisdiction +DEBUG - load_data :: 42 - loading data for legal_basis +DEBUG - load_data :: 42 - loading data for consent +DEBUG - :: 130 - wrote DPV spec at f../dpv-skos/index.html +DEBUG - :: 133 - wrote DPV spec at f../dpv-skos/dpv.html +DEBUG - load_data :: 42 - loading data for legal_basis +DEBUG - load_data :: 42 - loading data for rights +DEBUG - load_data :: 42 - loading data for data_transfers +DEBUG - :: 152 - wrote DPV-GDPR spec at f../dpv-skos/dpv-gdpr/index.html +DEBUG - :: 155 - wrote DPV-GDPR spec at f../dpv-skos/dpv-gdpr/dpv-gdpr.html +DEBUG - load_data :: 42 - loading data for dpv_pd +DEBUG - :: 171 - wrote DPV-PD spec at f../dpv-skos/dpv-pd/index.html +DEBUG - :: 174 - wrote DPV-PD spec at f../dpv-skos/dpv-pd/dpv-pd.html +DEBUG - load_legal_data :: 183 - loading data for ontology +DEBUG - load_legal_data :: 183 - loading data for locations +DEBUG - load_legal_data :: 183 - loading data for laws +DEBUG - load_legal_data :: 183 - loading data for authorities +DEBUG - load_legal_data :: 183 - loading data for EU_EEA +DEBUG - load_legal_data :: 183 - loading data for EU_Adequacy +DEBUG - :: 206 - wrote DPV-LEGAL spec at f../dpv-skos/dpv-legal/index.html +DEBUG - :: 209 - wrote DPV-LEGAL spec at f../dpv-skos/dpv-legal/dpv-legal.html +DEBUG - :: 211 - --- END --- +DEBUG - load_data :: 42 - loading data for core +DEBUG - load_data :: 42 - loading data for personaldata +DEBUG - load_data :: 42 - loading data for purpose +DEBUG - load_data :: 42 - loading data for processing +DEBUG - load_data :: 42 - loading data for technical_organisational_measures +DEBUG - load_data :: 42 - loading data for entities +DEBUG - load_data :: 42 - loading data for entities_authority +DEBUG - load_data :: 42 - loading data for entities_legalrole +DEBUG - load_data :: 42 - loading data for entities_organisation +DEBUG - load_data :: 42 - loading data for entities_datasubject +DEBUG - load_data :: 42 - loading data for context +DEBUG - load_data :: 42 - loading data for risk +DEBUG - load_data :: 42 - loading data for processing_context +DEBUG - load_data :: 42 - loading data for jurisdictions +DEBUG - load_data :: 42 - loading data for legal_basis +DEBUG - load_data :: 42 - loading data for consent +DEBUG - :: 130 - wrote DPV spec at f../dpv-owl/index.html +DEBUG - :: 133 - wrote DPV spec at f../dpv-owl/dpv.html +DEBUG - load_data :: 42 - loading data for legal_basis +DEBUG - load_data :: 42 - loading data for rights +DEBUG - load_data :: 42 - loading data for data_transfers +DEBUG - :: 150 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/index.html +DEBUG - :: 153 - wrote DPV-GDPR spec at f../dpv-owl/dpv-gdpr/dpv-gdpr.html +DEBUG - load_data :: 42 - loading data for dpv_pd +DEBUG - :: 169 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/index.html +DEBUG - :: 172 - wrote DPV-PD spec at f../dpv-owl/dpv-pd/dpv-pd.html +DEBUG - load_legal_data :: 181 - loading data for locations +DEBUG - load_legal_data :: 181 - loading data for laws +DEBUG - load_legal_data :: 181 - loading data for authorities +DEBUG - load_legal_data :: 181 - loading data for EU_EEA +DEBUG - load_legal_data :: 181 - loading data for EU_Adequacy +DEBUG - :: 204 - wrote DPV-LEGAL spec at f../dpv-owl/dpv-legal/index.html +DEBUG - :: 207 - wrote DPV-LEGAL spec at f../dpv-owl/dpv-legal/dpv-legal.html +DEBUG - :: 209 - --- END --- diff --git a/documentation-generator/logs/changelog.txt b/documentation-generator/logs/changelog.txt index a3bf6db75..3b983c4b4 100644 --- a/documentation-generator/logs/changelog.txt +++ b/documentation-generator/logs/changelog.txt @@ -1,169 +1,83 @@ --- DPV --- MODULE: base -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: consent -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: context -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: entities_authority -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: entities_datasubject -added: 19 +added: 0 removed: 0 -added: 19 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#NonCitizen -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#Customer -https://w3id.org/dpv#Employee -https://w3id.org/dpv#hasRange -https://w3id.org/dpv#Immigrant -https://w3id.org/dpv#Consumer -https://w3id.org/dpv#Student -https://w3id.org/dpv#Subscriber -https://w3id.org/dpv#Visitor -https://w3id.org/dpv#User -https://w3id.org/dpv#Client -https://w3id.org/dpv#Citizen -https://w3id.org/dpv#JobApplicant -https://w3id.org/dpv#Applicant -https://w3id.org/dpv#Member -https://w3id.org/dpv#Participant -https://w3id.org/dpv#Tourist -https://w3id.org/dpv#Patient +added: 0 ; removed: 0 --- MODULE: entities_legalrole -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: entities_organisation -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: entities -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: jurisdiction -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: legal_basis -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: personal_data -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: processing_context -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: processing -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: purposes -added: 2 +added: 0 removed: 0 -added: 2 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 ; removed: 0 --- MODULE: risk -added: 4 +added: 0 removed: 0 -added: 4 ; removed: 0 - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange -https://w3id.org/dpv#RiskManagementProcedure -https://w3id.org/dpv#RiskMitigationMeasure +added: 0 ; removed: 0 --- MODULE: technical_organisational_measures -added: 2 -removed: 2 -added: 2 ; removed: 2 -Concepts Removed -https://w3id.org/dpv#RiskManagementProcedure -https://w3id.org/dpv#RiskMitigationMeasure - -Concepts Added -https://w3id.org/dpv#hasDomain -https://w3id.org/dpv#hasRange +added: 0 +removed: 0 +added: 0 ; removed: 0 --- --- DPV-GDPR --- diff --git a/documentation-generator/logs/validation_report.txt b/documentation-generator/logs/validation_report.txt index 6058835db..8471c7bc5 100644 --- a/documentation-generator/logs/validation_report.txt +++ b/documentation-generator/logs/validation_report.txt @@ -6,18 +6,28 @@ validating processing.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found validating processing_context.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found +validating risk.ttl with constraints in ./shacl_shapes/shapes.ttl +0 errors found +validating jurisdiction.ttl with constraints in ./shacl_shapes/shapes.ttl +0 errors found +validating entities_legalrole.ttl with constraints in ./shacl_shapes/shapes.ttl +0 errors found validating entities.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found +validating entities_authority.ttl with constraints in ./shacl_shapes/shapes.ttl +0 errors found validating legal_basis.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found validating context.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found -validating jurisdictions.ttl with constraints in ./shacl_shapes/shapes.ttl +validating entities_datasubject.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found validating base.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found validating personal_data.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found +validating entities_organisation.ttl with constraints in ./shacl_shapes/shapes.ttl +0 errors found validating purposes.ttl with constraints in ./shacl_shapes/shapes.ttl 0 errors found validating consent.ttl with constraints in ./shacl_shapes/shapes.ttl diff --git a/documentation-generator/ontology_metadata/dpv-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-gdpr.ttl index 339e2e816..cb1a0344d 100644 --- a/documentation-generator/ontology_metadata/dpv-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-gdpr.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-legal.ttl b/documentation-generator/ontology_metadata/dpv-legal.ttl index 019ecd8b5..19c146174 100644 --- a/documentation-generator/ontology_metadata/dpv-legal.ttl +++ b/documentation-generator/ontology_metadata/dpv-legal.ttl @@ -9,12 +9,12 @@ dct:contributor "Harshvardhan J. Pandit", "Julian Flake"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpv-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . + owl:versionInfo "0.7"^^xsd:string . diff --git a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl index 333fe0a11..48efb2471 100644 --- a/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl-gdpr.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl-legal.ttl b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl index c22c53112..e783cb020 100644 --- a/documentation-generator/ontology_metadata/dpv-owl-legal.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl-legal.ttl @@ -9,12 +9,12 @@ dct:contributor "Harshvardhan J. Pandit", "Julian Flake"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvo-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl index 15edbd460..9f89da03c 100644 --- a/documentation-generator/ontology_metadata/dpv-owl-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl-pd.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-owl.ttl b/documentation-generator/ontology_metadata/dpv-owl.ttl index 1a44120ce..1566b88be 100644 --- a/documentation-generator/ontology_metadata/dpv-owl.ttl +++ b/documentation-generator/ontology_metadata/dpv-owl.ttl @@ -29,13 +29,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvo" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-pd.ttl b/documentation-generator/ontology_metadata/dpv-pd.ttl index e2c390bf5..8aa06a636 100644 --- a/documentation-generator/ontology_metadata/dpv-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-pd.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl index 5aa53c3c8..38dbea169 100644 --- a/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos-gdpr.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos-legal.ttl b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl index 9d656d64b..af7e1c060 100644 --- a/documentation-generator/ontology_metadata/dpv-skos-legal.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos-legal.ttl @@ -9,12 +9,12 @@ dct:contributor "Harshvardhan J. Pandit", "Julian Flake"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvs-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl index b2cc0a47e..063118c51 100644 --- a/documentation-generator/ontology_metadata/dpv-skos-pd.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos-pd.ttl @@ -26,13 +26,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2022-04-02"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv-skos.ttl b/documentation-generator/ontology_metadata/dpv-skos.ttl index a1aca491e..0611df19d 100644 --- a/documentation-generator/ontology_metadata/dpv-skos.ttl +++ b/documentation-generator/ontology_metadata/dpv-skos.ttl @@ -27,13 +27,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvs" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/ontology_metadata/dpv.ttl b/documentation-generator/ontology_metadata/dpv.ttl index 24fd87fca..6caea507a 100644 --- a/documentation-generator/ontology_metadata/dpv.ttl +++ b/documentation-generator/ontology_metadata/dpv.ttl @@ -29,13 +29,13 @@ "Rob Brennan", "Simon Steyskal"; dct:created "2019-06-18"^^xsd:date ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:creator "Axel Polleres", "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpv" ; - vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; + vann:preferredNamespaceUri "https://w3id.org/dpv#"^^xsd:string ; dct:license ; - owl:versionInfo "0.6"^^xsd:string . \ No newline at end of file + owl:versionInfo "0.7"^^xsd:string . \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Context.csv b/documentation-generator/vocab_csv/Context.csv index 94cb44543..9494a6d6f 100644 --- a/documentation-generator/vocab_csv/Context.csv +++ b/documentation-generator/vocab_csv/Context.csv @@ -12,19 +12,32 @@ "HumanInvolvement","Human Involvement","The involvement of humans in specified context","dpv:Context","","","Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.","","2022-01-26","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Duration","Duration","The duration or temporal limitation","dpv:Concept","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Frequency","Frequency","The frequency or information about periods and repetitions in terms of recurrence.","dpv:Concept","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/23-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Status","","The status or state of something","dpv:Context","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ActivityStatus","","Status associated with activity operations and lifecycles","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ActivityProposed","","State of an activity being proposed or planned i.e. yet to occur","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ActivityOngoing","","State of an activity occuring in continuation i.e. currently ongoing","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ActivityHalted","","State of an activity that was occuring in the past, and has been halted or paused or stoped","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ActivityCompleted","","State of an activity that has completed i.e. is fully in the past","dpv:ActivityStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ComplianceStatus","","Status associated with Compliance with some norms, objectives, or requirements","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"Compliant","","State of being fully compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"Incompliant","","State of not being compliant","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"PartiallyCompliant","","State of partially being compliant i.e. only some objectives have been met, and others have not been in violation","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"NotCompliant","","State of not being compliant where objectives have not been met, but have not been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"ViolationOfCompliance","","State where objectives have been violated","dpv:ComplianceStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"AuditStatus","","Status associated with Auditing or Investigation","sc__dpv:Status","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"AuditApproved","","State of being approved through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"AuditRejected","","State of not being approved or being rejected through the audit","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"AuditRequested","","State of an audit being requested whose outcome is not yet known","dpv:AuditStatus","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" \ No newline at end of file +"Status","Status","The status or state of something","dpv:Context","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityStatus","Activity Status","Status associated with activity operations and lifecycles","sc__dpv:Status","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityProposed","Activity Proposed","State of an activity being proposed or planned i.e. yet to occur","dpv:ActivityStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityOngoing","Activity Ongoing","State of an activity occuring in continuation i.e. currently ongoing","dpv:ActivityStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityHalted","Activity Halted","State of an activity that was occuring in the past, and has been halted or paused or stoped","dpv:ActivityStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ActivityCompleted","Activity Completed","State of an activity that has completed i.e. is fully in the past","dpv:ActivityStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ComplianceStatus","Compliance Status","Status associated with Compliance with some norms, objectives, or requirements","sc__dpv:Status","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Compliant","Compliant","State of being fully compliant","dpv:ComplianceStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Incompliant","Incompliant","State of not being compliant","dpv:ComplianceStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"PartiallyCompliant","Partially Compliant","State of partially being compliant i.e. only some objectives have been met, and others have not been in violation","dpv:ComplianceStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"NotCompliant","Not Compliant","State of not being compliant where objectives have not been met, but have not been violated","dpv:ComplianceStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ViolationOfCompliance","Violation of Compliance","State where objectives have been violated","dpv:ComplianceStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditStatus","Audit Status","Status associated with Auditing or Investigation","sc__dpv:Status","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditApproved","Audit Approved","State of being approved through the audit","dpv:AuditStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditRejected","Audit Rejected","State of not being approved or being rejected through the audit","dpv:AuditStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditRequested","Audit Requested","State of an audit being requested whose outcome is not yet known","dpv:AuditStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditNotRequired","Audit Not Required","State where an audit is determined as not being required","dpv:AuditStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"AuditRequired","Audit Required","State where an audit is determined as being required but has not been conducted","dpv:AuditStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Scope","","The extent or range or boundaries of something","dpv:Context","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"ContinousFrequency","","","dpv:Frequency","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"OftenFrequency","","","dpv:Frequency","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SporadicFrequency","","","dpv:Frequency","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SingularFrequency","","","dpv:Frequency","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"EndlessDuration","","","dpv:Duration","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"TemporalDuration","","","dpv:Duration","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"UntilEventDuration","","","dpv:Duration","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"UntilTimeDuration","","","dpv:Duration","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"FixedOccurencesDuration","","","dpv:Duration","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Justification","","","dpv:Context","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Context_properties.csv b/documentation-generator/vocab_csv/Context_properties.csv index 989da4a6d..20e29bef1 100644 --- a/documentation-generator/vocab_csv/Context_properties.csv +++ b/documentation-generator/vocab_csv/Context_properties.csv @@ -9,6 +9,8 @@ "hasFrequency","has frequency","Indicates the frequency with which something takes place","dpv:Concept","dpv:Frequency","dpv:Relation","","","","","2022-02-16","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/23-dpvcg-minutes.html","","","","","","","","","","","","","" "isBefore","is before","Indicates the specified concepts is 'before' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","","" "isAfter","is after","Indicates the specified concepts is 'after' this concept in some context","dpv:Concept","dpv:Concept","dpv:Relation","","","","","2022-03-02","","accepted","Georg P. Krog, Harshvardhan J. Pandit, Julian Flake","https://www.w3.org/2022/03/02-dpvcg-minutes.html","","","","","","","","","","","","","" -"hasStatus","has status","Indicates the status of specified concept","dpv:Concept","dpv:Status","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"hasComplianceStatus","has compliance status","Indicates the status of compliance of specified concept","dpv:Concept","dpv:ComplianceStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"hasActivityStatus","has activity status","Indicates the status of activity of specified concept","dpv:Concept","dpv:ActivityStatus","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" \ No newline at end of file +"hasStatus","has status","Indicates the status of specified concept","dpv:Concept","dpv:Status","dpv:Relation","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasComplianceStatus","has compliance status","Indicates the status of compliance of specified concept","dpv:Concept","dpv:ComplianceStatus","dpv:hasStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasActivityStatus","has activity status","Indicates the status of activity of specified concept","dpv:Concept","dpv:ActivityStatus","dpv:hasStatus","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasScope","has scope","Indicates the scope of specified concept","dpv:Concept","dpv:Scope","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"hasJustification","","","dpv:Concept","dpv:Justification","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Entities_DataSubject.csv b/documentation-generator/vocab_csv/Entities_DataSubject.csv index 48100724e..5a27170ea 100644 --- a/documentation-generator/vocab_csv/Entities_DataSubject.csv +++ b/documentation-generator/vocab_csv/Entities_DataSubject.csv @@ -19,4 +19,7 @@ "Applicant","Applicant","Data subjects that are applicants in some context","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" "Subscriber","Subscriber","Data subjects that subscribe to service(s)","dpv:DataSubject","","","note: subscriber can be customer or consumer","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" "Client","Client","Data subjects that are clients or recipients of services","dpv:Customer","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" -"Participant","Participant","Data subjects that participate in some context such as volunteers in a function","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file +"Participant","Participant","Data subjects that participate in some context such as volunteers in a function","dpv:DataSubject","","","","","2022-04-06","","accepted","Harshvardhan J. Pandit, Georg P. Krog, Julian Flake, Paul Ryan, Beatriz Esteves","https://www.w3.org/2022/04/06-dpvcg-minutes.html","","","","","","","","","","","","","" +"MentallyVulnerableDataSubject","","","dpv:VulnerableDataSubject","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" +"AsylumSeeker","","","dpv:VulnerableDataSubject","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" +"ElderlyDataSubject","","","dpv:VulnerableDataSubject","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Processing.csv b/documentation-generator/vocab_csv/Processing.csv index 78b8081e5..443842ab0 100644 --- a/documentation-generator/vocab_csv/Processing.csv +++ b/documentation-generator/vocab_csv/Processing.csv @@ -16,10 +16,10 @@ "DiscloseByTransmission","Disclose by Transmission","to disclose data by means of transmission","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Disseminate","Disseminate","to spread data throughout","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Erase","Erase","to delete data","dpv:Remove","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Generate","Generate","to generate or create data","dpv:Obtain","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"Infer","Infer","to infer data from existing data","dpv:Derive","","","Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Generate","Generate","to generate or create data","dpv:Obtain","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Infer","Infer","to infer data from existing data","dpv:Derive","","","Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" "MakeAvailable","Make Available","to transform or publish data to be used","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Match","Match","to combine, compare, or match data from different sources","dpv:Use","","","","(A29WP WP 248 rev.01 Guideliens on DPIA,https://ec.europa.eu/newsroom/article29/items/611236)","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"Match","Match","to combine, compare, or match data from different sources","dpv:Use","","","","(A29WP WP 248 rev.01 Guideliens on DPIA,https://ec.europa.eu/newsroom/article29/items/611236)","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Move","Move","to move data from one location to another including deleting the original copy","dpv:Transfer","svpr:Move","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Obtain","Obtain","to solicit or gather data from someone","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Organise","Organise","to organize data for arranging or classifying","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" @@ -35,4 +35,11 @@ "Transfer","Transfer","to move data from one place to another","dpv:Processing","svpr:Transfer","rdfs:seeAlso","","(SPECIAL Project,https://specialprivacy.ercim.eu/vocabs/processing)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Transform","Transform","to change the form or nature of data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" "Transmit","Transmit","to send out data","dpv:Disclose","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"Use","Use","to use data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" \ No newline at end of file +"Use","Use","to use data","dpv:Processing","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2019-05-07","","accepted","","https://www.w3.org/2019/05/07-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"Access","","","dpv:Use","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Assess","","","dpv:Use","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Filter","","","dpv:Transform","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Monitor","","","dpv:Consult","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Modify","","","dpv:Alter","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Observe","","","dpv:Obtain","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"Screen","","","dpv:Transform","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/ProcessingContext.csv b/documentation-generator/vocab_csv/ProcessingContext.csv index 1af263a04..52993eecf 100644 --- a/documentation-generator/vocab_csv/ProcessingContext.csv +++ b/documentation-generator/vocab_csv/ProcessingContext.csv @@ -5,12 +5,52 @@ "NonPublicDataSource","Non-Public Data Source","A source of data that is not publicly accessible or available","dpv:DataSource","","","","","2022-01-26","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake","","","","","","","","","","","","","","","","" "SystematicMonitoring","Systematic Monitoring","Processing that involves systematic monitoring of individuals","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "EvaluationScoring","Evaluation and Scoring","Processing that involves evaluation and scoring of individuals","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" -"MatchingCombining","Matching and Combining","Processing that involves matching and combining of personal data","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","deprecated","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" -"AutomatedDecisionMaking","Automated Decision Making","Processing that involves automated decision making","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" +"MatchingCombining","Matching and Combining","Processing that involves matching and combining of personal data","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","deprecated","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"AutomatedDecisionMaking","Automated Decision Making","Processing that involves automated decision making","dpv:ProcessingContext","","","“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "LargeScaleProcessing","Large Scale Processing","Processing that takes place at large scales","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "InnovativeUseOfNewTechnologies","Innovative Use of New Technologies","Processing that involves use of innovative and new technologies","dpv:ProcessingContext","","","","(GDPR Art.4-2,https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj)","2020-11-04","","accepted","Harshvardhan J. Pandit, Piero Bonatti","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "StorageDeletion","Storage Deletion","Deletion or Erasure of data including any deletion guarantees","dpv:StorageCondition","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "StorageDuration","Storage Duration","Duration or temporal limitation on storage of personal data","dpv:StorageCondition,dpv:Duration","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "StorageLocation","Storage Location","Location or geospatial scope where the data is stored","dpv:StorageCondition,dpv:Location","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" "StorageRestoration","Storage Restoration","Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved","dpv:StorageCondition","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"StorageCondition","Storage Condition","Conditions required or followed regarding storage of data","sc__dpv:ProcessingContext","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" \ No newline at end of file +"StorageCondition","Storage Condition","Conditions required or followed regarding storage of data","sc__dpv:ProcessingContext","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"AutomationOfProcessing","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"FullyAutomatedProcessing","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"AutomatedProcessingWithHumanVerification","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"AutomatedProcessingWithHumanOversight","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"AutomatedProcessingWithHumanInput","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"PartiallyAutomatedProcessing","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"CompletelyManualProcessing","","","","","","","","","","proposed","","","","","","","","","","","","","","","","","" +"Scale","Scale","A measurement along some dimension","","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog, Rana Saniei","","","","","","","","","","","","","","","","" +"DataVolume","Data Volume","Volume or Scale of Data","dpv:Scale","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog, Rana Saniei","","","","","","","","","","","","","","","","" +"DataSubjectScale","Data Subject Scale","Scale of Data Subject(s)","dpv:Scale","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog, Rana Saniei","","","","","","","","","","","","","","","","" +"GeographicScale","Geographic Scale","Geographic Scale","dpv:Scale","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog, Rana Saniei","","","","","","","","","","","","","","","","" +"MassiveDataVolume","MassiveDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"HugeDataVolume","HugeDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"LargeDataVolume","LargeDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MediumDataVolume","MediumDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SmallDataVolume","SmallDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SporadicDataVolume","SporadicDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SingularDataVolume","SingularDataVolume","","dpv:DataVolume","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MassiveScaleOfDataSubjects","MassiveScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"HugeScaleOfDataSubjects","HugeScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"LargeScaleOfDataSubjects","LargeScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MediumScaleOfDataSubjects","MediumScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SmallScaleOfDataSubjects","SmallScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SporadicScaleOfDataSubjects","SporadicScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SingularScaleOfDataSubjects","SingularScaleOfDataSubjects","","dpv:DataSubjectScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MassiveGeographicScale","MassiveGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"HugeGeographicScale","HugeGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"LargeGeographicScale","LargeGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MediumGeographicScale","MediumGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SmallGeographicScale","SmallGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SporadicGeographicScale","SporadicGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"SingularGeographicScale","SingularGeographicScale","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"GeographicCoverage","Geographic Coverage","","dpv:GeographicScale","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"GlobalScale","GlobalScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"NearlyGlobalScale","NearlyGlobalScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"MultiNationalScale","MultiNationalScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"NationalScale","NationalScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"RegionalScale","RegionalScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"LocalityScale","LocalityScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"WithinEnvironmentScale","WithinEnvironmentScale","","dpv:GeographicCoverage","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/ProcessingContext_properties.csv b/documentation-generator/vocab_csv/ProcessingContext_properties.csv index c29fb0c5a..5ad23083e 100644 --- a/documentation-generator/vocab_csv/ProcessingContext_properties.csv +++ b/documentation-generator/vocab_csv/ProcessingContext_properties.csv @@ -1,3 +1,4 @@ "Term","Label","Description","domain","range","ParentProperty","RelatedTerms","Relation","Comment","Source","Created","Modified","Status","Contributors","Resolution","","","","","","","","","","","","","" "hasDataSource","has data source","Indicates the source or origin of data being processed","dpv:Concept","dpv:DataSource","dpv:Relation","","","","","2020-11-04","","accepted","Georg P. Krog, Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" -"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" \ No newline at end of file +"hasStorage","has storage","Indicates information about storage condition","dpv:Concept","dpv:StorageCondition","dpv:Relation","","","","(SPECIAL Project,https://specialprivacy.ercim.eu/)","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" +"hasScale","has scale","Indicates the scale of specified concept","dpv:Concept","dpv:Scale","dpv:Relation","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Purpose.csv b/documentation-generator/vocab_csv/Purpose.csv index dfffb51cf..b282dc0f6 100644 --- a/documentation-generator/vocab_csv/Purpose.csv +++ b/documentation-generator/vocab_csv/Purpose.csv @@ -15,15 +15,15 @@ "CustomerOrderManagement","Customer Order Management","Manage customer orders","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CustomerRelationshipManagement","Customer Relationship Management","Manage and analyse interactions with past, current, and potential customers","dpv:CustomerManagement","","","","","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2020/07/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" "CustomerSolvencyMonitoring","Customer Solvency Monitoring","Monitor solvency of customers for financial diligence","dpv:CustomerManagement","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"CreditChecking","Credit Checking","Monitor, perform, or assess credit worthiness or solvency","dpv:CustomerSolvencyMonitoring","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"CreditChecking","Credit Checking","Monitor, perform, or assess credit worthiness or solvency","dpv:CustomerSolvencyMonitoring","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" "DeliveryOfGoods","Delivery of Goods","Deliver goods and services requested or asked by consumer","dpv:RequestedServiceProvision","svpu:Delivery","","","","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","","","","","","","","","","","","","","","" "DirectMarketing","Direct Marketing","Conduct direct marketing i.e. marketing communicated directly to the individual","dpv:Marketing","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "DisputeManagement","Dispute Management","Manage disputes by natural persons, private bodies, or public authorities relevant to organisation","dpv:OrganisationGovernance","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-08","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/08-dpvcg-minutes.html","","","","","","","","","","","","","","","" "EnforceAccessControl","Enforce Access Control","Conduct or enforce access control","dpv:EnforceSecurity","svpu:Login","","Was previously ""Access Control"". Prefixed to distinguish from Technical Measure.","","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","","","","","","","","","","","","","","","" "EnforceSecurity","Enforce Security","Ensure and enforce security e.g. of data, personnel","dpv:Purpose","","","Was previous ""Security"". Prefixed to distinguish from TechOrg measures.","","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","","","","","","","","","","","","","","","" "FraudPreventionAndDetection","Fraud Prevention and Detection","Detect and prevent fraud","dpv:EnforceSecurity","svpu:Government","","","","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","","","","","","","","","","","","","","","" -"CounterMoneyLaundering","Counter Money Laundering","Detect and prevent or mitigate money laundering","dpv:FraudPreventionAndDetection","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"AntiTerrorismOperations","Anti-Terrorism Operations","Detect, prevent, mitigate, or otherwise act on anti-terrorism activities","dpv:EnforceSecurity","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"CounterMoneyLaundering","Counter Money Laundering","Detect and prevent or mitigate money laundering","dpv:FraudPreventionAndDetection","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"AntiTerrorismOperations","Anti-Terrorism Operations","Detect, prevent, mitigate, or otherwise act on anti-terrorism activities","dpv:EnforceSecurity","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" "HumanResourceManagement","Human Resources Management","Manage humans and 'human resources' within the organisation for effective and efficient operations.","dpv:Purpose","","","HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation.","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2021-09-01","","accepted","Paul Ryan, David Hickey, Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","","" "IdentityVerification","Identity Verification","Verify or authorize identity","dpv:EnforceSecurity","","","","","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","","","","","","","","","","","","","","","" "ImproveExistingProductsAndServices","Improve Existing Products and Services","Improve existing products and services","dpv:OptimisationForController","","","","","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","","","","","","","","","","","","","","","" @@ -46,8 +46,8 @@ Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.o "PersonalisedAdvertising","Personalised Advertising","Create and provide personalised advertising","dpv:Advertising,dpv:Personalisation","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" "PersonalisedBenefits","Personalised Benefits","Create and provide personalised benefits for a service","dpv:ServicePersonalization","","","","","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","","","","","","","","","","","","","","","" "PersonnelManagement","Personnel Management","Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries","dpv:HumanResources","","","","(Belgian DPA ROPA Template, https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten)","2022-03-30","","accepted","Paul Ryan, Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","" -"PersonnelPayment","Personnel Payment","Management and execution of payment of personnel","dpv:PersonnelManagement","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" -"PersonnelHiring","Personnel Hiring","Management and execution of hiring processes of personnel","dpv:PersonnelManagement","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","","","" +"PersonnelPayment","Personnel Payment","Management and execution of payment of personnel","dpv:PersonnelManagement","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"PersonnelHiring","Personnel Hiring","Management and execution of hiring processes of personnel","dpv:PersonnelManagement","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","","" "PublicRelations","Public Relations","Manage and conduct public relations processes. This includes creating goodwill for the organization.","dpv:Marketing","","","","(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","","","","","","","","","","","","","","","" "RecordManagement","Record Management","Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests","dpv:Purpose","","","","","2021-09-01","","accepted","Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.org/2021/09/01-dpvcg-minutes.html","","","","","","","","","","","","","","","" "RegistrationAuthentication","Registration and Authentication","Register, authenticate, and identify users or agents in context of a service","dpv:ServiceProvision","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","","","" @@ -71,4 +71,7 @@ Paul Ryan, Georg P Krog, David Hickey, Harshvardhan J. Pandit","https://www.w3.o "VendorPayment","Vendor Payment","Manage payment of vendors","dpv:VendorManagement","","","","(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","","","","","","","","","","","","","","","" "VendorRecordsManagement","Vendor Records Management","Manage orders related to vendors","dpv:VendorManagement","","","","(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","Manage selection, assessment, and evaluation related to vendors","dpv:VendorManagement","","","","(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","","","","","","","","","","","","","","","" -"TargetedAdvertising","Targeted Advertising","Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals","dpv:PersonalisedAdvertising","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","" \ No newline at end of file +"TargetedAdvertising","Targeted Advertising","Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals","dpv:PersonalisedAdvertising","","","","","2022-03-30","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","","","" +"MaintainCreditCheckingDatabase","","","dpv:CreditChecking","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"MaintainCreditRatingDatabase","","","dpv:CreditChecking","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" +"MaintainFraudDatabase","","","dpv:FraudPreventionAndDetection","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/Risk_properties.csv b/documentation-generator/vocab_csv/Risk_properties.csv index 31991f146..960774372 100644 --- a/documentation-generator/vocab_csv/Risk_properties.csv +++ b/documentation-generator/vocab_csv/Risk_properties.csv @@ -3,6 +3,6 @@ "mitigatesRisk","mitigates risk","Indicates risks mitigated by this concept","dpv:RiskMitigationMeasure","dpv:Risk","dpv:Relation","","","","","2020-11-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "isMitigatedByMeasure","is mitigated by measure","Indicate a risk is mitigated by specified measure","dpv:Risk","dpv:RiskMitigationMeasure","dpv:hasTechnicalOrganisationalMeasure","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/02/09-dpvcg-minutes.html","","","","","","","","","","","","","" "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","","","","","","","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","","","","","","","accepted","Harshvardhan J. Pandit, Julian Flake, Georg P Krog, Fajar Ekaputra, Beatriz Esteves","https://www.w3.org/2022/03/30-dpvcg-minutes.html","","","","","","","","","","","","","" +"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 (TBD)","Indicates the thing (e.g. plan, process, or entity) affected by a consequence","dpv:Consequence","dpv:Concept","dpv:Relation","","","","","","","proposed","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv index c4ca3c7c6..b8f477d02 100644 --- a/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv +++ b/documentation-generator/vocab_csv/TechnicalOrganisationalMeasure.csv @@ -12,6 +12,8 @@ "CodeOfConduct","Code of Conduct","A set of rules or procedures outlining the norms and practices for conducting activities","dpv:GuidelinesPrinciple","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "Consultation","Consultation","Consultation is a process of receiving feedback, advice, or opinion from an external agency","dpv:OrganisationalMeasure","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "ConsultationWithAuthority","Consultation with Authority","Consultation with an authority or authoritative entity","dpv:Consultation","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" +"ConsultationWithDPO","Consultation with DPO","Consultation with Data Protection Officer(s)","dpv:Consultation","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","" +"ConsultationWithDataSubject","Consultation with Data Subject","Consultation with data subject(s) or their representative(s)","dpv:Consultation","","","","","","","proposed","Harshvardhan J. Pandit, Georg P Krog","","","","","","","","","","","","","","" "ContractualTerms","ContractualTerms","Contractual terms governing data handling within or with an entity","dpv:LegalAgreement","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-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:Anonymization","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" "ControllerProcessorAgreement","Controller-Processor Agreement","An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor","dpv:DataProcessingAgreement","","","","","2022-01-26","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -46,4 +48,7 @@ "SingleSignOn","Single Sign On","Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts.","dpv:AuthenticationProtocols","","","","","2020-11-04","","accepted","Georg P Krog, Harshvardhan J. Pandit, Paul Ryan","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "StaffTraining","Staff Training","Practices and policies regarding training of staff members","dpv:OrganisationalMeasure","","","","","2019-04-05","","accepted","Axel Polleres, Rob Brennan, Harshvardhan J. Pandit, Mark Lizar","https://www.w3.org/2019/04/05-dpvcg-minutes.html","","","","","","","","","","","","","" "SubProcessorAgreement","Sub-Processor Agreement","An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor","dpv:DataProcessingAgreement","","","","","2022-01-26","","accepted","Georg P Krog, Harshvardhan J. Pandit, Beatriz Esteves, Paul Ryan, Julian Flake","https://www.w3.org/2022/01/26-dpvcg-minutes.html","","","","","","","","","","","","","" -"ThirdPartyAgreement","Third-Party Agreement","An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party","dpv:DataProcessingAgreement","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" \ No newline at end of file +"ThirdPartyAgreement","Third-Party Agreement","An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party","dpv:DataProcessingAgreement","","","","","2022-02-09","","accepted","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"CredentialManagement","","","dpv:AuthorisationProcedure","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" +"DataBackupProtocols","","","dpv:TechnicalMeasure","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" +"PhysicalAccessControlMethod","","","dpv:AccessControlMethod","","","","","","","proposed","Georg P Krog","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/documentation-generator/vocab_csv/dpv-pd.csv b/documentation-generator/vocab_csv/dpv-pd.csv index 4812bbbae..2555916a2 100644 --- a/documentation-generator/vocab_csv/dpv-pd.csv +++ b/documentation-generator/vocab_csv/dpv-pd.csv @@ -3,10 +3,10 @@ "AccountIdentifier","Account Identifier","Information about financial account identifier.","dpv-pd:FinancialAccount","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Acquantaince","Acquantaince","Information about acquaintainces in a social network.","dpv-pd:SocialNetwork","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Age","Age","Information about age","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"AgeExact","Age Exact","Information about the exact age (i.e. to some degree within a year, month, or day)","dpv-pd:AgeRange","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"AgeRange","Age Range","Information about age range i.e. inexact age to some degree (i.e. some years)","dpv-pd:Age","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"BirthDate","Birth Date","Information about birth date","dpv-pd:Age","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"BirthPlace","Birth Place","Information about birth place","dpv-pd:Location","","","","","2022-04-20","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"AgeExact","Age Exact","Information about the exact age (i.e. to some degree within a year, month, or day)","dpv-pd:AgeRange","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"AgeRange","Age Range","Information about age range i.e. inexact age to some degree (i.e. some years)","dpv-pd:Age","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"BirthDate","Birth Date","Information about birth date","dpv-pd:Age","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"BirthPlace","Birth Place","Information about birth place","dpv-pd:Location","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "ApartmentOwned","Apartment Owned","Information about apartment(s) owned and its history","dpv-pd:HouseOwned","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Association","Association","Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend","dpv-pd:SocialNetwork","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Attitude","Attitude","Information about attitude.","dpv-pd:Behavioral","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -52,12 +52,12 @@ "DNACode","DNA Code","Information about DNA.","dpv-pd:MedicalHealth","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "DrugTestResult","Drug Test Result","Information about drug test results.","dpv-pd:MedicalHealth","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "EmailAddress","Email Address","Information about Email address.","dpv-pd:Contact","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"EmailAddressWork","Email Address Work","Information about Email address used for Work or in Professional capacity","dpv-pd:EmailAddress","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"EmailAddressPersonal","Email Address Personal","Information about Email address used in Personal capacity","dpv-pd:EmailAddress","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"EmailAddressWork","Email Address Work","Information about Email address used for Work or in Professional capacity","dpv-pd:EmailAddress","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"EmailAddressPersonal","Email Address Personal","Information about Email address used in Personal capacity","dpv-pd:EmailAddress","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "EmailContent","Email Content","Information about the contents of Emails sent or received","dpv-pd:Communication","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "EmploymentHistory","Employment History","Information about employment history","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"CurrentEmployment","Current Employment","Information about current employment","dpv-pd:EmploymentHistory","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"PastEmployment","Past Employment","Information about past employment","dpv-pd:EmploymentHistory","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"CurrentEmployment","Current Employment","Information about current employment","dpv-pd:EmploymentHistory","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"PastEmployment","Past Employment","Information about past employment","dpv-pd:EmploymentHistory","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "Ethnicity","Ethnicity","Information about ethnic origins and lineage","dpv-pd:External","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "EthnicOrigin","Ethnic Origin","Information about ethnic origin","dpv-pd:Ethnicity, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "External","External","Information about external characteristics that can be observed","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -77,6 +77,7 @@ "Gender","Gender","Information about gender","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "GeneralReputation","General Reputation","Information about reputation in the public sphere","dpv-pd:PublicLife","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Geographic","Geographic","Information about location or based on geography (e.g. home address)","dpv-pd:Demographic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" +"GeneticData","Genetic Data","Information about inherited or acquired genetic characteristics","dpv:HealthData","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220518","","","","","","","","","","","","","" "GPSCoordinate","GPS Coordinate","Information about location expressed using Global Position System coordinates (GPS)","dpv-pd:Location","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "GroupMembership","Group Membership","Information about groups and memberships included or associated with a social network","dpv-pd:SocialNetwork","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "HairColor","Hair Color","Information about hair color","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -90,7 +91,7 @@ "Income","Income","Information about financial income e.g. for individual or household or family","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "IncomeBracket","Income Bracket","Information about income bracket.","dpv-pd:Demographic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "IndividualHealthHistory","Individual Health History","Information about information health history.","dpv-pd:HealthHistory","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"Insurance","Insurance","Information about Insurance","dpv-pd:Financial","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"Insurance","Insurance","Information about Insurance","dpv-pd:Financial","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "Intention","Intention","Information about intentions","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Interaction","Interaction","Information about interactions in the public sphere","dpv-pd:PublicLife","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Interest","Interest","Information about interests","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -110,13 +111,13 @@ "MedicalHealth","MedicalHealth","Information about health, medical conditions or health care","dpv-pd:External, dpv:SpecialCategoryPersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "MentalHealth","Mental Health","Information about mental health.","dpv-pd:Health","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Name","Name","Information about names associated or used as given name or nickname.","dpv-pd:Identifying","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"Nationality","Nationality","Information about nationality","dpv-pd:External","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"Nationality","Nationality","Information about nationality","dpv-pd:External","","","","","2022-04-20","","accepted","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","","" "OfficialID","Official ID","Information about an official identifier or identification document ","dpv-pd:Identifying","svd:Government","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Offspring","Offspring","Information about offspring(s).","dpv-pd:FamilyStructure","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Opinion","Opinion","Information about opinions","dpv-pd:Preference","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Ownership","Ownership","Information about ownership and history, including renting, borrowing, possessions.","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Parent","Parent","Information about parent(s).","dpv-pd:FamilyStructure","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"Passport","Passport","Information about passport","dpv-pd:OfficialID","","","","","","","","","","","","","","","","","","","","","","" +"Passport","Passport","Information about passport","dpv-pd:OfficialID","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "Password","Password","Information about password used in the process of authenticating the individual as an user accessing a system.","dpv-pd:Authenticating","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "PaymentCard","Payment Card","Information about payment card such as Credit Card, Debit Card.","dpv-pd:FinancialAccount","","","","(DPVCG, https://www.w3.org/community/dpvcg/)","2020-11-04","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" "PaymentCardExpiry","Payment Card Expiry","Information about payment card expiry such as a date.","dpv-pd:PaymentCard","","","","(DPVCG, https://www.w3.org/community/dpvcg/)","2020-11-04","","accepted","Georg P Krog","https://www.w3.org/community/dpvcg/wiki/Workshop20201104","","","","","","","","","","","","","" @@ -131,6 +132,7 @@ "Picture","Picture","Information about visual representation or image e.g. profile photo.","dpv-pd:Identifying","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Piercing","Piercing","Information about piercings","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "PINCode","PIN Code","Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system.","dpv-pd:Authenticating","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" +"PoliticalOpinion","Political Opinion","Information about opinions regarding politics and political topics","dpv-pd:PublicLife, dpv:SpecialCategoryPersonalData","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220518","","","","","","","","","","","","","" "PoliticalAffiliation","Political Affiliation","Information about political affiliation and history","dpv-pd:PublicLife, dpv:SpecialCategoryPersonalData","svd:Political","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Preference","Preference","Information about preferences or interests","dpv-pd:Internal","svd:Preference","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Prescription","Prescription","Information about medical and pharmaceutical prescriptions","dpv-pd:MedicalHealth","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -140,9 +142,9 @@ "ProfessionalCertification","Professional Certification","Information about professional certifications","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "ProfessionalEvaluation","Professional Evaluation","Information about professional evaluations","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "ProfessionalInterview","Professional Interview","Information about professional interviews","dpv-pd:Professional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"Education","Education","Information about education","dpv-pd:Professional","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"EducationExperience","Education Experience","Information about education experience e.g. attending a university","dpv-pd:Education","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"EducationQualification","Education Qualification","Information about educational qualifications","dpv-pd:Education","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"Education","Education","Information about education","dpv-pd:Professional","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"EducationExperience","Education Experience","Information about education experience e.g. attending a university","dpv-pd:Education","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" +"EducationQualification","Education Qualification","Information about educational qualifications","dpv-pd:Education","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "PublicLife","Public Life","Information about public life","dpv-pd:Social","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Purchase","Purchase","Information about purchases such as items bought e.g. grocery or clothing","dpv-pd:Transactional","svd:Purchase","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "PurchasesAndSpendingHabit","Purchases and Spending Habit","Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -169,11 +171,12 @@ "SocialStatus","Social Status","Information about social status","dpv-pd:PublicLife","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Tattoo","Tattoo","Information about tattoos","dpv-pd:PhysicalCharacteristic","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Tax","Tax","Information about financial tax e.g. tax records or tax due","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" +"TradeUnionMembership","Trade Union Membership","Information about trade union memberships and related topics","dpv-pd:GroupMembership, dpv:SpecialCategoryPersonalData","","","","","2022-05-18","","accepted","Harshvardhan J. Pandit","https://www.w3.org/community/dpvcg/wiki/MinutesOfMeeting_20220518","","","","","","","","","","","","","" "TelephoneNumber","Telephone Number","Information about telephone number.","dpv-pd:Contact","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Thought","Thought","Information about thoughts","dpv-pd:KnowledgeBelief","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Tracking","Tracking","Information used to track an individual or group e.g. location or email","dpv:PersonalData","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "Transaction","Transaction","Information about financial transactions e.g. bank transfers","dpv-pd:Transactional","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" -"TravelHistory","Travel History","Information about travel history","dpv-pd:Location","","","","","","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" +"TravelHistory","Travel History","Information about travel history","dpv-pd:Location","","","","","2022-04-20","","accepted","Harshvardhan J. Pandit","https://www.w3.org/2022/04/20-dpvcg-minutes.html","","","","","","","","","","","","","" "Transactional","Transactional","Information about a purchasing, spending or income","dpv-pd:Financial","","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" "TVViewingBehavior","TV Viewing Behavior","Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed","dpv-pd:ServiceConsumptionBehavior","","","","(SPECIAL project, https://specialprivacy.ercim.eu/)","2019-11-26","","accepted","Harshvardhan J. Pandit, Rudy Jacob","https://www.w3.org/2019/11/26-dpvcg-minutes.html","","","","","","","","","","","","","" "UID","UID","Information about unique identifiers.","dpv-pd:Identifying","svd:UniqueId","","","(EnterPrivacy Categories of Personal Information, https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf)","2019-06-04","","accepted","Elmar Kiesling; Harshvardhan J. Pandit, Fajar Ekaputra","https://www.w3.org/2019/06/04-dpvcg-minutes.html","","","","","","","","","","","","","" @@ -185,4 +188,18 @@ "CustomerOrder","customer’s orders and subscriptions (such as order history, information on subscriptions, incidents and complaints)","relates to feedback: where to put this?","","","","","","2020-06-23","","proposed","Georg","","","","","","","","","","","","","","" "RequestTarget","Request target","a request message is sent with a request-target (derived from the target URI) that requests a resource from the server.","","","","","","2020-06-23","","proposed","Georg P Krog","","","","","","","","","","","","","","" "UsageHistory","UsageHistory or Activity","use or consumption of something e.g. search history or browser history","","","","","","2020-11-04","","proposed","Harshvardhan J. Pandit","","","","","","","","","","","","","","" -"UserAgent","User agent","a software that is acting on behalf of a user, such as a web browser that retrieves, renders and facilitates end user interaction with web content.","","","","","","2020-06-23","","proposed","Georg P Krog","","","","","","","","","","","","","","" \ No newline at end of file +"UserAgent","User agent","a software that is acting on behalf of a user, such as a web browser that retrieves, renders and facilitates end user interaction with web content.","","","","","","2020-06-23","","proposed","Georg P Krog","","","","","","","","","","","","","","" +"PerformanceAtWork","","","dpv-pd:Behavioral,dpv-pd:Professional","","","","","","","","","","","","","","","","","","","","","","" +"FinancialStatus","","","dpv-pd:Financial","","","","","","","","","","","","","","","","","","","","","","" +"Reliability","","","dpv-pd:Behavioral","","","","","","","","","","","","","","","","","","","","","","" +"Profile","","","dpv:PersonalData","","","","","","","","","","","","","","","","","","","","","","" +"WorkEnvironment","","","dpv-pd:Professional","","","","","","","","","","","","","","","","","","","","","","" +"BrowserHistory","","","dpv-pd:BrowsingBehavior","","","","","","","","","","","","","","","","","","","","","","" +"VehicleLicense","","","dpv-pd:Identifying","","","","","","","","","","","","","","","","","","","","","","" +"VehicalLicenseNumber","","","dpv-pdVehicleLicense","","","","","","","","","","","","","","","","","","","","","","" +"VehicalLicenseRegistration","","","dpv-pdVehicleLicense","","","","","","","","","","","","","","","","","","","","","","" +"FacialPrint","","","dpv-pd:Biometric","","","","","","","","","","","","","","","","","","","","","","" +"PersonalDocuments","","","dpv-pd:External","","","","","","","","","","","","","","","","","","","","","","" +"HouseholdData","","","dpv:PersonalData","","","","","","","","","","","","","","","","","","","","","","" +"SocialMediaData","","","dpv-pd:Communication","","","","","","","","","","","","","","","","","","","","","","" +"PubliclyAvailableSocialMediaData","","","dpv-pdSocialMediaData","","","","","","","","","","","","","","","","","","","","","","" \ No newline at end of file diff --git a/dpv-gdpr/dpv-gdpr.html b/dpv-gdpr/dpv-gdpr.html index b46906b54..e23bc6755 100644 --- a/dpv-gdpr/dpv-gdpr.html +++ b/dpv-gdpr/dpv-gdpr.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-gdpr", @@ -373,7 +373,7 @@

Classes

Art 45(3)

IRI `{{ term.iri }}`
- < + @@ -422,7 +422,7 @@

Art 45(3)

Art 46(2-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A45-3`
- < + @@ -471,7 +471,7 @@

Art 46(2-a)

Art 46(2-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-a`
- < + @@ -521,7 +521,7 @@

Art 46(2-b)

Art 46(2-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-b`
- < + @@ -571,7 +571,7 @@

Art 46(2-c)

Art 46(2-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-c`
- < + @@ -621,7 +621,7 @@

Art 46(2-d)

Art 46(2-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-d`
- < + @@ -670,7 +670,7 @@

Art 46(2-e)

Art 46(2-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-e`
- < + @@ -719,7 +719,7 @@

Art 46(2-f)

Art 46(3-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-f`
- < + @@ -768,7 +768,7 @@

Art 46(3-a)

Art 46(3-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-3-a`
- < + @@ -817,7 +817,7 @@

Art 46(3-b)

Art 49(1-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-3-b`
- < + @@ -867,7 +867,7 @@

Art 49(1-a)

Art 49(1-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-a`
- < + @@ -917,7 +917,7 @@

Art 49(1-b)

Art 49(1-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-b`
- < + @@ -967,7 +967,7 @@

Art 49(1-c)

Art 49(1-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-c`
- < + @@ -1017,7 +1017,7 @@

Art 49(1-d)

Art 49(1-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-d`
- < + @@ -1066,7 +1066,7 @@

Art 49(1-e)

Art 49(1-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-e`
- < + @@ -1116,7 +1116,7 @@

Art 49(1-f)

Art 49(1-g)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-f`
- < + @@ -1165,7 +1165,7 @@

Art 49(1-g)

Art 49(2)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-g`
- < + @@ -1215,7 +1215,7 @@

Art 49(2)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-2`
- < + @@ -1267,7 +1267,7 @@
IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent`
- < + @@ -1319,7 +1319,7 @@

Art 6(1-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent`
- < + @@ -1365,7 +1365,7 @@

Art 6(1-b)

Art 6(1-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-b`
- < + @@ -1411,7 +1411,7 @@

Art 6(1-c)

Art 6(1-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-c`
- < + @@ -1457,7 +1457,7 @@

Art 6(1-d)

Art 6(1-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-d`
- < + @@ -1504,7 +1504,7 @@

Art 6(1-e)

Art 6(1-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-e`
- < + @@ -1550,7 +1550,7 @@

Art 6(1-f)

Art 9(2-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-f`
- < + @@ -1596,7 +1596,7 @@

Art 9(2-a)

Art 9(2-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-a`
- < + @@ -1638,7 +1638,7 @@

Art 9(2-b)

Art 9(2-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-b`
- < + @@ -1684,7 +1684,7 @@

Art 9(2-c)

Art 9(2-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-c`
- < + @@ -1730,7 +1730,7 @@

Art 9(2-d)

Art 9(2-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-d`
- < + @@ -1772,7 +1772,7 @@

Art 9(2-e)

Art 9(2-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-e`
- < + @@ -1814,7 +1814,7 @@

Art 9(2-f)

Art 9(2-g)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-f`
- < + @@ -1860,7 +1860,7 @@

Art 9(2-g)

Art 9(2-h)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-g`
- < + @@ -1902,7 +1902,7 @@

Art 9(2-h)

Art 9(2-i)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-h`
- < + @@ -1948,7 +1948,7 @@

Art 9(2-i)

Art 9(2-j)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-i`
- < + @@ -2020,7 +2020,7 @@

Classes

A13 Right to be Informed

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-j`
- < + @@ -2063,7 +2063,7 @@

A13 Right to be Informed

A14 Right to be Informed

IRI `https://w3id.org/dpv/dpv-gdpr#A13`
- < + @@ -2106,7 +2106,7 @@

A14 Right to be Informed

A15 Right of Access

IRI `https://w3id.org/dpv/dpv-gdpr#A14`
- < + @@ -2149,7 +2149,7 @@

A15 Right of Access

A16 Right to Rectification

IRI `https://w3id.org/dpv/dpv-gdpr#A15`
- < + @@ -2192,7 +2192,7 @@

A16 Right to Rectification

A17 Right to Erasure

IRI `https://w3id.org/dpv/dpv-gdpr#A16`
- < + @@ -2235,7 +2235,7 @@

A17 Right to Erasure

A18 Right to Restrict Processing

IRI `https://w3id.org/dpv/dpv-gdpr#A17`
- < + @@ -2278,7 +2278,7 @@

A18 Right to Restrict Processing

A19 Right to Rectification

IRI `https://w3id.org/dpv/dpv-gdpr#A18`
- < + @@ -2321,7 +2321,7 @@

A19 Right to Rectification

A20 Right to Data Portability

IRI `https://w3id.org/dpv/dpv-gdpr#A19`
- < + @@ -2364,7 +2364,7 @@

A20 Right to Data Portability

A21 Right to object

IRI `https://w3id.org/dpv/dpv-gdpr#A20`
- < + @@ -2407,7 +2407,7 @@

A21 Right to object

A22 Right to object to automated decision making

IRI `https://w3id.org/dpv/dpv-gdpr#A21`
- < + @@ -2450,7 +2450,7 @@

A22 Right to object to automated decision making

A7-3 Right to Withdraw Consent

IRI `https://w3id.org/dpv/dpv-gdpr#A22`
- < + @@ -2493,7 +2493,7 @@

A7-3 Right to Withdraw Consent

A77 Right to Complaint

IRI `https://w3id.org/dpv/dpv-gdpr#A7-3`
- < + @@ -2558,7 +2558,7 @@

Classes

AdHoc Contractual Clauses

IRI `https://w3id.org/dpv/dpv-gdpr#A77`
- < + @@ -2600,7 +2600,7 @@

AdHoc Contractual Clauses

Binding Corporate Rules (BCR)

IRI `https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses`
- < + @@ -2644,7 +2644,7 @@

Binding Corporate Rules (BCR)

Certification Mechanisms for Data Transfers

IRI `https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules`
- < + @@ -2685,7 +2685,7 @@

Certification Mechanisms for Da

Codes of Conduct for Data Transfers

IRI `https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers`
- < + @@ -2726,7 +2726,7 @@

Codes of Conduct for Data Transfers

Data Transfer Tool

IRI `https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers`
- < + @@ -2769,7 +2769,7 @@

Data Transfer Tool

SCCs adopted by Commission

IRI `https://w3id.org/dpv/dpv-gdpr#DataTransferTool`
- < + @@ -2813,7 +2813,7 @@

SCCs adopted by Commission

SCCs adopted by Supervisory Authority

IRI `https://w3id.org/dpv/dpv-gdpr#SCCByCommission`
- < + @@ -2857,7 +2857,7 @@

SCCs adopted by Supervisory Authority

Standard Contractual Clauses (SCC)

IRI `https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority`
- < + @@ -2902,7 +2902,7 @@

Standard Contractual Clauses (SCC)

Supplementary Measure

IRI `https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses`
- < + diff --git a/dpv-gdpr/dpv-gdpr.jsonld b/dpv-gdpr/dpv-gdpr.jsonld index 064eb78db..23575557c 100644 --- a/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-gdpr/dpv-gdpr.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c", + "@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" @@ -8,23 +8,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": "Bud Bruegger" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Eva Schlehahn" } ], "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://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,7 +38,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -49,29 +46,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-c)" + "@value": "Art 9(2-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b", + "@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" @@ -79,15 +67,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": [ @@ -98,7 +83,7 @@ ], "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_46/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -115,7 +100,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "performance of a contract" + "@value": "Binding corporate rules" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -123,38 +108,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. 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-b)" + "@value": "Art 46(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", + "@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" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "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_9/par_2/pnt_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -171,7 +168,7 @@ "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": "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": [ @@ -182,20 +179,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 9(2-h)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", + "@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" @@ -208,18 +202,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + "@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": [ { - "@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_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -236,7 +230,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@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": [ @@ -244,33 +238,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. 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": "A7-3 Right to Withdraw Consent" + "@value": "Art 46(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", + "@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" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -281,7 +284,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_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -298,7 +301,7 @@ "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": "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": [ @@ -306,47 +309,44 @@ "@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-b)" + "@value": "Art 9(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f", + "@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" + "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 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_f/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": [ @@ -363,7 +363,7 @@ "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": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -371,44 +371,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 9(2-f)" + "@value": "Art 49(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77", + "@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" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@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" } ], "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_6/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -425,7 +434,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@value": "performance of a contract" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -436,17 +445,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "Art 6(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -454,23 +463,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": "Beatriz Esteves" - }, - { - "@value": "Georg Krog" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/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": [ @@ -487,7 +490,7 @@ "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": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -498,30 +501,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "AdHoc Contractual Clauses" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e", + "@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" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -532,7 +541,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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -549,7 +558,7 @@ "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": "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": [ @@ -557,29 +566,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. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art 9(2-j)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -600,7 +603,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_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -617,7 +620,7 @@ "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": "The transfer is necessary for important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -634,23 +637,138 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "Art 49(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" }, { - "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Legal_Basis Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" + }, + { + "@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-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" + }, + { + "@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#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" + }, + { + "@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-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": [ { @@ -715,7 +833,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A21", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -728,18 +846,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_g/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -756,7 +874,7 @@ "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": "Right to object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -764,26 +882,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 not Adequacy Decision. Appropriate safeguards do not exist." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@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#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -791,26 +903,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": "Harshvardhan J. Pandit" }, { - "@value": "Eva Schlehahn" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Paul Ryan" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" } ], "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/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -827,7 +939,7 @@ "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": "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": [ @@ -838,36 +950,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Standard Contractual Clauses (SCC)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", + "@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://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": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -878,7 +996,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -895,7 +1013,7 @@ "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": "explicit' consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -906,26 +1024,23 @@ "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": "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 49(2)" + "@value": "Art 6(1-a) explicit consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -933,23 +1048,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_46/par_2/pnt_d/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": [ @@ -966,7 +1075,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@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": [ @@ -974,32 +1083,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-d)" + "@value": "Certification Mechanisms for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A16", + "@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": [ { @@ -1020,7 +1120,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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1037,7 +1137,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1048,7 +1148,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "A7-3 Right to Withdraw Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1058,34 +1158,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", + "@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": [ { "@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_6/par_1/pnt_c/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1102,7 +1199,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1113,20 +1210,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "A77 Right to Complaint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalObligation" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1136,18 +1233,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_20/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": [ @@ -1164,7 +1261,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@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": [ @@ -1172,20 +1269,35 @@ "@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": "A20 Right to Data Portability" + "@value": "Art 49(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-gdpr#", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1193,32 +1305,26 @@ "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": "Bud Bruegger" + "@value": "Georg P Krog" }, { - "@value": "Eva Schlehahn" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Paul Ryan" } ], "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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1235,7 +1341,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent of the data subject" + "@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": [ @@ -1243,26 +1349,20 @@ "@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": "SCCs adopted by Supervisory Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", + "@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" @@ -1270,26 +1370,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" + "@value": "Eva Schlehahn" }, { - "@value": "Paul Ryan" - }, + "@value": "Bud Bruegger" + } + ], + "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/par_2/pnt_d/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": [ @@ -1306,7 +1406,7 @@ "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": "substantial public interest, on the basis of Union or Member State law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1317,12 +1417,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Art 9(2-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, @@ -1398,7 +1498,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-gdpr#A20", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1406,26 +1506,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": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Georg Krog" }, { - "@value": "Paul Ryan" + "@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://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1442,7 +1539,7 @@ "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": "Right to data portability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1453,17 +1550,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "A20 Right to Data Portability" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1476,18 +1573,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_17/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": [ @@ -1504,7 +1601,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@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": [ @@ -1512,23 +1609,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": "A17 Right to Erasure" + "@value": "Art 49(2)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", "@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": [ { @@ -1537,12 +1643,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1566,7 +1666,7 @@ "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": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1577,17 +1677,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Codes of Conduct for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@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#A46-2-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1611,7 +1711,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": [ @@ -1628,7 +1728,7 @@ "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#inScheme": [ @@ -1645,69 +1745,79 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 46(2-f)" } ], "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#RightsConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#A15", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Rights Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20" + "@value": "Georg Krog" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3" - }, + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13" - }, + "@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#A22" - }, + "@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#A16" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A14" - }, + "@language": "en", + "@value": "Right of access" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A18" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A17" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A19" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77" - }, + "@language": "en", + "@value": "A15 Right of Access" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A15" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", + "@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" @@ -1734,7 +1844,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_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1751,7 +1861,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest in public health" + "@value": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1762,30 +1872,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 9(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-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" + "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": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Rigo Wenning" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/modified": [ @@ -1796,7 +1915,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1813,7 +1932,7 @@ "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": "consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1824,50 +1943,96 @@ "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": "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 46(3-a)" + "@value": "Art.6(1-a) regular consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", + "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Rights Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Bud Bruegger" + "@id": "https://w3id.org/dpv/dpv-gdpr#A22" }, { - "@value": "Eva Schlehahn" + "@id": "https://w3id.org/dpv/dpv-gdpr#A15" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A17" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A14" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A16" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A19" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A21" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A77" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A13" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A20" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A18" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A17", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1884,7 +2049,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1895,20 +2060,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "A17 Right to Erasure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", + "@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" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1918,15 +2083,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": [ @@ -1943,7 +2108,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": [ @@ -1954,7 +2119,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 9(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1964,10 +2129,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", "@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": [ { @@ -1988,7 +2153,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_46/par_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2005,7 +2170,7 @@ "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": "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#inScheme": [ @@ -2016,13 +2181,13 @@ "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 exist. Transfer does requires specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Art 46(3-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2032,7 +2197,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", + "@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" @@ -2040,12 +2205,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": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -2056,7 +2224,7 @@ ], "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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2073,7 +2241,7 @@ "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": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2081,29 +2249,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-a)" + "@value": "Art 9(2-i)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", + "@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" @@ -2111,17 +2270,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "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_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2138,7 +2300,7 @@ "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": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2149,17 +2311,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "Art 9(2-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2167,15 +2329,12 @@ "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": "Beatriz Esteves" - }, - { - "@value": "Georg Krog" + "@value": "David Hickey" }, { "@value": "Harshvardhan J. Pandit" @@ -2183,7 +2342,10 @@ ], "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_46/pnt_c/oj" + }, + { + "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2200,7 +2362,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2211,35 +2373,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "Data Transfer Tool" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@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" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@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://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_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2256,7 +2427,7 @@ "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": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2267,17 +2438,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "Art 9(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2301,7 +2472,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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2318,7 +2489,7 @@ "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 collected from other sources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2329,7 +2500,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A14 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2339,7 +2510,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2347,23 +2518,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": "Harshvardhan J. Pandit" - }, + "@value": "Georg P Krog" + } + ], + "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://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" + "@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": [ @@ -2380,7 +2551,7 @@ "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": "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": [ @@ -2388,82 +2559,29 @@ "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Data Transfer Tool" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - } - ] - }, - { - "@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": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "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_15/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#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Right of access" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#" + "@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": "A15 Right of Access" + "@value": "Art 49(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2471,26 +2589,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": "Paul Ryan" }, { - "@value": "Eva Schlehahn" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg P Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" } ], "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_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2507,7 +2625,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@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": [ @@ -2518,132 +2636,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Binding Corporate Rules (BCR)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" - }, - { - "@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-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f" - }, - { - "@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#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" - }, - { - "@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#A49-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2651,26 +2654,23 @@ "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": "David Hickey" + }, { - "@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/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2687,7 +2687,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@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": [ @@ -2698,17 +2698,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Supplementary Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2721,18 +2721,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Beatriz Esteves" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg 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_f/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2749,7 +2749,7 @@ "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": "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": [ @@ -2757,29 +2757,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)" + "@value": "A19 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2800,7 +2794,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_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2817,7 +2811,7 @@ "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": "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": [ @@ -2828,143 +2822,23 @@ "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-b)" + "@value": "Art 46(3-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Contract" - }, { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Data_Transfers Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - } - ] - }, - { - "@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": "2019-04-10" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" - }, - { - "@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_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": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "explicit' consent of the data subject" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@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": "Art 6(1-a) explicit consent" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Consent" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A19", + "@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" @@ -2977,72 +2851,7 @@ ], "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_19/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#definition": [ - { - "@language": "en", - "@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": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "A19 Right to Rectification" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataSubjectRight" - } - ] - }, - { - "@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" - ], - "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" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -3053,7 +2862,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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3070,7 +2879,7 @@ "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": "Standard data protection clauses adopted by the Commission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3078,47 +2887,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. 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-j)" + "@value": "Art 46(2-c)" } ], "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#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-gdpr#A18", "@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": "Harshvardhan J. Pandit" }, { - "@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": "Georg Krog" } ], "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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3135,7 +2950,7 @@ "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": "Right to restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3146,38 +2961,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "A18 Right to Restrict Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A13", "@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" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3194,7 +3012,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3205,17 +3023,57 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "A13 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Data_Transfers Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3223,20 +3081,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" + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/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": [ @@ -3253,7 +3117,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@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": [ @@ -3264,44 +3128,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "SCCs adopted by Commission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-gdpr#A16", "@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": "David Hickey" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Georg Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "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/reg/2016/679/art_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3318,7 +3179,7 @@ "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": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3329,17 +3190,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "A16 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3363,7 +3224,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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3380,7 +3241,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@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": [ @@ -3391,21 +3252,18 @@ "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-d)" + "@value": "Art 49(1-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#PublicInterest" } ] }, @@ -3422,25 +3280,28 @@ ], "http://purl.org/dc/terms/contributor": [ { - "@value": "Javier D. Fernández" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Piero Bonatti" }, { - "@value": "Rigo Wenning" + "@value": "Bud Bruegger" }, { - "@value": "David Hickey" + "@value": "Javier D. Fernández" }, { - "@value": "Fajar J. Ekaputra" + "@value": "Elmar Kiesling" }, { - "@value": "Bert Bos" + "@value": "Simon Steyskal" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Rigo Wenning" }, { "@value": "Julian Flake" @@ -3449,96 +3310,158 @@ "@value": "Eva Schlehahn" }, { - "@value": "Ramisa Gachpaz Hamed" + "@value": "Bert Bos" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Fajar J. Ekaputra" }, { - "@value": "Axel Polleres" + "@value": "Ramisa Gachpaz Hamed" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Piero Bonatti" + "@value": "Rob Brennan" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" + } + ], + "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": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" } ], + "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-05-25" + } + ], + "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/2002/07/owl#versionInfo": [ + { + "@value": "0.7" + } + ] + }, + { + "@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": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { - "@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": "2021-09-08" } ], - "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-04-02" + "@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": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" + "@value": "legitimate interests" } ], - "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#prefLabel": [ { - "@value": "https://w3id.org/dpv/dpv-gdpr" + "@language": "en", + "@value": "Art 6(1-f)" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "0.6" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13", + "@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" @@ -3551,18 +3474,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_13/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": [ @@ -3579,7 +3502,7 @@ "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": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3587,20 +3510,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": "A13 Right to be Informed" + "@value": "Art 46(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A18", + "@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" @@ -3613,18 +3545,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, + "@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": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/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": [ @@ -3641,7 +3573,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@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": [ @@ -3649,20 +3581,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. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "Art 49(1-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", + "@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" @@ -3670,12 +3611,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": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -3686,7 +3630,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_6/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3703,7 +3647,7 @@ "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": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3711,26 +3655,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-e)" + "@value": "Art 6(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3743,10 +3684,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -3757,7 +3698,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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3774,7 +3715,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3785,17 +3726,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 6(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#LegalObligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", + "@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" @@ -3822,7 +3763,7 @@ ], "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": [ @@ -3839,7 +3780,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3850,47 +3791,109 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art 6(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-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": "2021-09-22" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, + "@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_45/par_3/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#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." + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@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 Adequacy Decision." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Art 45(3)" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A22", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Georg Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" } ], "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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3907,7 +3910,7 @@ "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": "Right not to be subject to a decision based solely on automated processing including profiling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3918,15 +3921,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "A22 Right to object to automated decision making" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#DataSubjectRight" } ] } diff --git a/dpv-gdpr/dpv-gdpr.n3 b/dpv-gdpr/dpv-gdpr.n3 index 768a2c561..02818a0bd 100644 --- a/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-gdpr/dpv-gdpr.n3 @@ -34,12 +34,12 @@ "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-gdpr/dpv-gdpr.rdf b/dpv-gdpr/dpv-gdpr.rdf index 8d4eebfef..027025970 100644 --- a/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-gdpr/dpv-gdpr.rdf @@ -9,945 +9,945 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Art 49(1-d) + + 2021-09-08 + Art 9(2-d) + Bud Bruegger + Eva Schlehahn + 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; - Georg P Krog - - - - 2020-11-04 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - The transfer is necessary for important reasons of public interest. - 2021-09-08 - + + + 2019-04-05 accepted - + - - information to be provided where personal data is collected from other sources - accepted - A14 Right to be Informed - Beatriz Esteves Georg Krog + Beatriz Esteves Harshvardhan J. Pandit - + information to be provided where personal data is directly collected from data subject - 2020-11-04 + + + + accepted + A13 Right to be Informed - + - - A19 Right to Rectification - Harshvardhan J. Pandit - Beatriz Esteves - Georg Krog - - + + + A7-3 Right to Withdraw Consent + 2020-11-04 - + + Beatriz Esteves + Georg Krog + Harshvardhan J. Pandit + Right to withdraw consent accepted - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + - + 2021-09-22 + - + + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + AdHoc Contractual Clauses + + + Harshvardhan J. Pandit accepted - 2021-09-08 - Art 6(1-c) - - - 2019-04-05 - Bud Bruegger - Eva Schlehahn - compliance with a legal obligation + - + accepted - - + Georg Krog Harshvardhan J. Pandit Beatriz Esteves - Georg Krog - A18 Right to Restrict Processing - + + + + 2020-11-04 - Right to restriction of processing - + Right to lodge a complaint with a supervisory authority + A77 Right to Complaint - + - - - - - 2020-11-04 - Georg P Krog - 2021-09-08 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - 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. + Codes of Conduct that outline sufficient safeguards for carrying out data transfers - accepted - Art 49(1-b) - - - - - - - - 2020-11-04 - + accepted - Beatriz Esteves - Georg Krog + 2021-09-22 + Codes of Conduct for Data Transfers + Harshvardhan J. Pandit - Right to object to processing of personal data - A21 Right to object + - + - accepted - + Bud Bruegger + Harshvardhan J. Pandit + Eva Schlehahn + Rigo Wenning + + 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)" + + explicit' consent of the data subject - 2019-04-05 + accepted + + Art 6(1-a) explicit consent + 2021-09-08 + 2019-04-10 + + + + Rigo Wenning Bud Bruegger Eva Schlehahn + Harshvardhan J. Pandit + + 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'. + + consent of the data subject + + + Art.6(1-a) regular consent + accepted + 2019-04-10 2021-09-08 - Art 9(2-a) - explicit consent with special categories of data - - + - Harshvardhan J. Pandit - Beatriz Esteves - Georg Krog - A15 Right of Access + Right to erasure ('Right to be forgotten') 2020-11-04 - - Right of access - - accepted - - - - - Harshvardhan J. Pandit Beatriz Esteves Georg Krog - - - - + Harshvardhan J. Pandit accepted - 2020-11-04 - Right to withdraw consent - A7-3 Right to Withdraw Consent + A17 Right to Erasure + + - + - 2021-09-08 + Georg P Krog + 2020-11-04 + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + accepted - + - - - - 2020-11-04 - Art 46(3-b) - Georg P Krog - 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. + + 2021-09-08 + Art 46(3-a) - + - accepted - 2021-09-08 - + + Right to be notified in case of rectification or erasure of personal data or restriction of processing + + 2020-11-04 + Beatriz Esteves + Georg Krog + Harshvardhan J. Pandit - 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 - + + A19 Right to Rectification + accepted - - Art 46(2-e) - 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. - - accepted 2020-11-04 - A20 Right to Data Portability Beatriz Esteves Georg Krog Harshvardhan J. Pandit - Right to data portability - - - - - - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + A20 Right to Data Portability accepted + Right to data portability - 2021-09-22 - - - - AdHoc Contractual Clauses - Harshvardhan J. Pandit - + - David Hickey - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - accepted - - 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-08 - Binding Corporate Rules (BCR) - - 2021-09-22 - - - + + + - Art 9(2-j) - accepted - Bud Bruegger + protection of the vital interests Eva Schlehahn - + Bud Bruegger + Art 9(2-c) + 2019-04-05 + + + + 2021-09-08 - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - 2019-04-05 + substantial public interest, on the basis of Union or Member State law + - 2021-09-08 + Eva Schlehahn + Bud Bruegger + + Art 9(2-g) + accepted + 2019-04-05 - + - Art 46(2-c) + + + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + David Hickey - accepted - - Georg P Krog - - - - Standard data protection clauses adopted by the Commission - 2020-11-04 - 2021-09-08 - 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. + + 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 + Standard Contractual Clauses (SCC) + - + - accepted - Data Transfer Tool - 2021-09-22 + Bud Bruegger + Eva Schlehahn - Harshvardhan J. Pandit - David Hickey - - - - A legal instrument or tool intended to assist or justify data transfers + 2019-04-05 + accepted + + + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + Art 9(2-f) - + - - 2020-11-04 - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - 2021-09-08 - + Georg Krog + Beatriz Esteves + Harshvardhan J. Pandit + accepted - The transfer is necessary for the establishment, exercise or defence of legal claims. - Georg P Krog - Art 49(1-e) + Right to object to processing of personal data + + + + 2020-11-04 + A21 Right to object - + + + 2021-09-22 + Harshvardhan J. Pandit Georg P Krog David Hickey - 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 - accepted + Paul Ryan + 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) + accepted - - - 2021-09-22 + SCCs adopted by Supervisory Authority + - + - + + + 2021-09-08 - - Right to rectification + + Georg P Krog accepted + + Art 49(1-b) + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 2020-11-04 - - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit - A16 Right to Rectification + 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. - - Javier D. Fernández - Beatriz Esteves - Rigo Wenning - David Hickey - Fajar J. Ekaputra - Bert Bos - Paul Ryan - Julian Flake - Eva Schlehahn - Ramisa Gachpaz Hamed - Georg P Krog - Simon Steyskal - Bud Bruegger - Axel Polleres - Elmar Kiesling - Rob Brennan - Piero Bonatti - Mark Lizar - Harshvardhan J. Pandit - Harshvardhan J. Pandit - Axel Polleres - 0.6 - - DPV-GDPR: GDPR Extension for DPV - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - 2022-04-02 - https://w3id.org/dpv/dpv-gdpr - 2019-06-18 - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - - dpv-gdpr - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + - + - explicit' consent of the data subject - - accepted - Harshvardhan J. Pandit - Rigo Wenning Bud Bruegger Eva Schlehahn + + 2019-04-05 + accepted + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2021-09-08 + + + Art 9(2-j) + + + + + + accepted - - 2019-04-10 - 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)" 2021-09-08 - Art 6(1-a) explicit consent + + Georg P Krog + Art 45(3) + Transfer from EU to a third country. Third country has Adequacy Decision. + 2020-11-04 + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + - + - + Art 9(2-e) accepted - 2019-04-05 + + + data manifestly made public by the data subject Bud Bruegger Eva Schlehahn - Art 9(2-g) - - substantial public interest, on the basis of Union or Member State law - 2021-09-08 - + + 2019-04-05 - + - 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-a) - 2021-09-08 - - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. - accepted - Georg P Krog + - 2020-11-04 + 2021-09-08 + accepted + 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 + Georg P Krog + Art 46(2-c) - - - - - - - - - - - - - - Rights Concepts - - - + - Art 9(2-i) - 2019-04-05 - Bud Bruegger - Eva Schlehahn - public interest in public health - accepted - 2021-09-08 - + 2021-09-22 + + Harshvardhan J. Pandit + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + + Certification Mechanisms for Data Transfers - + - accepted - Eva Schlehahn - Bud Bruegger - + + + + accepted 2019-04-05 - Art 9(2-h) - - - 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 + public interest or official authority + 2021-09-08 + + Bud Bruegger + Eva Schlehahn + Art 6(1-e) - + - - + 2020-11-04 + + - 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 - Georg P Krog - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - - - 2020-11-04 + 2021-09-08 - Art 49(1-f) + Standard data protection clauses adopted by a Supervisory Authority + 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 + + Art 46(2-d) - + + Georg P Krog + 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. + 2020-11-04 + + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + + accepted + Art 49(1-g) 2021-09-08 - 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. - Art 49(1-a) - + + + + + + accepted - - + + 2021-09-08 + Georg P Krog + Art 49(1-e) + 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 - + - + + + + + + + + + + + + + + + Rights Concepts + + + + + - - 2019-04-05 - Bud Bruegger - Eva Schlehahn - Art 9(2-d) - 2021-09-08 - - + accepted + - 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; + 2021-09-08 + Georg P Krog + Art 46(2-f) + 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 + 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 + - + - - Paul Ryan - Harshvardhan J. Pandit Georg P Krog + Harshvardhan J. Pandit David Hickey - - Standard Contractual Clauses (SCC) - - accepted - 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 + 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 - 2019-04-05 - Bud Bruegger - Eva Schlehahn - employment and social security and social protection law - Art 9(2-b) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit - accepted - A13 Right to be Informed - - - - - 2020-11-04 - information to be provided where personal data is directly collected from data subject + + + accepted - + - - - 2020-11-04 - + David Hickey + Harshvardhan J. Pandit - 2021-09-08 - 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. + + + + Data Transfer Tool + 2021-09-22 accepted - Georg P Krog - Art 46(2-b) - + + A legal instrument or tool intended to assist or justify data transfers - + + Beatriz Esteves + Piero Bonatti + Bud Bruegger + Javier D. Fernández + Elmar Kiesling + Simon Steyskal + Axel Polleres + Rigo Wenning + Julian Flake + Eva Schlehahn + Bert Bos + Mark Lizar + Paul Ryan + Fajar J. Ekaputra + Ramisa Gachpaz Hamed + Harshvardhan J. Pandit + David Hickey + Rob Brennan + Georg P Krog + https://w3id.org/dpv/dpv-gdpr# + DPV-GDPR: GDPR Extension for DPV + + + Axel Polleres + Harshvardhan J. Pandit + + dpv-gdpr + 2022-05-25 + 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. + 2019-06-18 + 0.7 + + - - - 2020-11-04 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + 2021-09-08 - - 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. - Art 49(1-c) + accepted - 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 + Art 46(2-e) 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. + 2020-11-04 + + - + - - - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit - Right not to be subject to a decision based solely on automated processing including profiling - accepted + 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 + 2021-09-08 - - A22 Right to object to automated decision making + + + Art 49(1-a) + accepted + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 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 - 2021-09-08 - + 2019-04-05 accepted + protection of the vital interests - A legally binding and enforceable instrument between public authorities or bodies - - 2020-11-04 - Art 46(2-a) - Georg P Krog + + Bud Bruegger + Eva Schlehahn + Art 6(1-d) - + - - - 2021-09-08 - Art 6(1-e) - + accepted 2019-04-05 + public interest in public health + 2021-09-08 + + Art 9(2-i) + Bud Bruegger Eva Schlehahn - public interest or official authority - - + 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 + Art 49(2) 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. - 2020-11-04 - - Georg P Krog - Art 49(2) - 2021-09-08 - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply. accepted + + 2021-09-08 + Georg P Krog + - + + + + + + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights + accepted - Right to erasure ('Right to be forgotten') + 2021-09-08 + Art 46(3-b) + 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 2020-11-04 - - accepted + + + + Right to rectification + + 2020-11-04 + + Beatriz Esteves Georg Krog Harshvardhan J. Pandit - A17 Right to Erasure - + A16 Right to Rectification + accepted - + - + Eva Schlehahn + Bud Bruegger + compliance with a legal obligation + + 2019-04-05 + Art 6(1-c) + + + 2021-09-08 accepted + + + Bud Bruegger Eva Schlehahn - protection of the vital interests + Art 6(1-f) 2019-04-05 - - - Art 6(1-d) + + + + accepted + legitimate interests + + 2021-09-08 - + + + + Binding corporate rules + + accepted - Art 6(1-f) - legitimate interests - + + 2021-09-08 + 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 + 2020-11-04 + + Art 46(2-b) + + + + - 2019-04-05 - Bud Bruegger - Eva Schlehahn + SCCs adopted by Commission + + Georg P Krog + David Hickey + Paul Ryan + Harshvardhan J. Pandit + Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) + 2021-09-22 + + accepted + + + + Beatriz Esteves + Georg Krog + Harshvardhan J. Pandit + accepted + A14 Right to be Informed + + + + information to be provided where personal data is collected from other sources + + + 2020-11-04 + + + + accepted + 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. + Georg P Krog + + + + Art 49(1-d) + + + 2020-11-04 2021-09-08 - - + - - - + + 2019-04-05 - Bud Bruegger - Eva Schlehahn - Art 9(2-e) - data manifestly made public by the data subject - accepted - - - - 2019-04-05 - - - - - establishment, exercise or defence of legal claims / courts acting in their judicial capacity + explicit consent with special categories of data - accepted + 2021-09-08 + Bud Bruegger Eva Schlehahn - Art 9(2-f) + Art 9(2-a) - + - - 2019-04-05 - Bud Bruegger - Eva Schlehahn - - Art 6(1-b) - + + A15 Right of Access + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves + Right of access + accepted - 2021-09-08 - performance of a contract - accepted + + + 2020-11-04 - + - - - Standard data protection clauses adopted by a Supervisory Authority + Right not to be subject to a decision based solely on automated processing including profiling + + Beatriz Esteves + Georg Krog + Harshvardhan J. Pandit + accepted - Georg P Krog - 2020-11-04 - Art 46(2-d) - 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 - - accepted - 2021-09-08 + A22 Right to object to automated decision making + + 2020-11-04 - + - - - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - Certification Mechanisms for Data Transfers - + Eva Schlehahn + Bud Bruegger + Art 9(2-b) - - 2021-09-22 - Harshvardhan J. Pandit + + 2019-04-05 accepted + + employment and social security and social protection law + + - + - Georg P Krog - Art 45(3) - - 2020-11-04 - - Transfer from EU to a third country. Third country has Adequacy Decision. + A legally binding and enforceable instrument between public authorities or bodies + + accepted 2021-09-08 - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + 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 - accepted + 2020-11-04 + Art 46(2-a) + - + accepted - 2021-09-22 + + Art 9(2-h) + Bud Bruegger + Eva Schlehahn - Harshvardhan J. Pandit - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - - - Codes of Conduct for Data Transfers + 2019-04-05 + 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-10 - - Art.6(1-a) regular consent + Art 6(1-b) + performance of a contract + accepted + 2019-04-05 2021-09-08 - - - - Rigo Wenning - Bud Bruegger - Eva Schlehahn - Harshvardhan J. Pandit - consent of the data subject - accepted - 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'. - - - - - 2021-09-08 + - - accepted - Art 9(2-c) - protection of the vital interests - 2019-04-05 Bud Bruegger Eva Schlehahn - + - + - - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - accepted - 2021-09-22 - - - Harshvardhan J. Pandit Georg P Krog David Hickey - Paul Ryan - SCCs adopted by Commission - - - - - - + Harshvardhan J. Pandit + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements accepted - Georg P Krog - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + + + 2021-09-22 - - - Art 49(1-g) - 2021-09-08 - - 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. + Supplementary Measure - + - 2021-09-22 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 + Georg P Krog + Art 49(1-c) + + - - Georg P Krog - David Hickey - Paul Ryan - Harshvardhan J. Pandit accepted - - 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) - SCCs adopted by Supervisory Authority + 2021-09-08 + 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 - - + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 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. - + + Art 49(1-f) + 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 + 2021-09-08 - Art 46(2-f) - 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 + + - + - A77 Right to Complaint Harshvardhan J. Pandit - Georg Krog Beatriz Esteves - + Georg Krog + A18 Right to Restrict Processing + + + Right to restriction of processing 2020-11-04 - - - Right to lodge a complaint with a supervisory authority accepted + + + + + + - - - - - + Data_Transfers Concepts - diff --git a/dpv-gdpr/dpv-gdpr.ttl b/dpv-gdpr/dpv-gdpr.ttl index 768a2c561..02818a0bd 100644 --- a/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-gdpr/dpv-gdpr.ttl @@ -34,12 +34,12 @@ "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-gdpr/index.html b/dpv-gdpr/index.html index b46906b54..e23bc6755 100644 --- a/dpv-gdpr/index.html +++ b/dpv-gdpr/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-gdpr", title: "DPV-GDPR: GDPR Extension for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-gdpr", @@ -373,7 +373,7 @@

Classes

Art 45(3)

IRI `https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure`
- < + @@ -422,7 +422,7 @@

Art 45(3)

Art 46(2-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A45-3`
- < + @@ -471,7 +471,7 @@

Art 46(2-a)

Art 46(2-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-a`
- < + @@ -521,7 +521,7 @@

Art 46(2-b)

Art 46(2-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-b`
- < + @@ -571,7 +571,7 @@

Art 46(2-c)

Art 46(2-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-c`
- < + @@ -621,7 +621,7 @@

Art 46(2-d)

Art 46(2-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-d`
- < + @@ -670,7 +670,7 @@

Art 46(2-e)

Art 46(2-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-e`
- < + @@ -719,7 +719,7 @@

Art 46(2-f)

Art 46(3-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-2-f`
- < + @@ -768,7 +768,7 @@

Art 46(3-a)

Art 46(3-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-3-a`
- < + @@ -817,7 +817,7 @@

Art 46(3-b)

Art 49(1-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A46-3-b`
- < + @@ -867,7 +867,7 @@

Art 49(1-a)

Art 49(1-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-a`
- < + @@ -917,7 +917,7 @@

Art 49(1-b)

Art 49(1-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-b`
- < + @@ -967,7 +967,7 @@

Art 49(1-c)

Art 49(1-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-c`
- < + @@ -1017,7 +1017,7 @@

Art 49(1-d)

Art 49(1-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-d`
- < + @@ -1066,7 +1066,7 @@

Art 49(1-e)

Art 49(1-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-e`
- < + @@ -1116,7 +1116,7 @@

Art 49(1-f)

Art 49(1-g)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-f`
- < + @@ -1165,7 +1165,7 @@

Art 49(1-g)

Art 49(2)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-1-g`
- < + @@ -1215,7 +1215,7 @@

Art 49(2)

IRI `https://w3id.org/dpv/dpv-gdpr#A49-2`
- < + @@ -1267,7 +1267,7 @@
IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent`
- < + @@ -1319,7 +1319,7 @@

Art 6(1-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent`
- < + @@ -1365,7 +1365,7 @@

Art 6(1-b)

Art 6(1-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-b`
- < + @@ -1411,7 +1411,7 @@

Art 6(1-c)

Art 6(1-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-c`
- < + @@ -1457,7 +1457,7 @@

Art 6(1-d)

Art 6(1-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-d`
- < + @@ -1504,7 +1504,7 @@

Art 6(1-e)

Art 6(1-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-e`
- < + @@ -1550,7 +1550,7 @@

Art 6(1-f)

Art 9(2-a)

IRI `https://w3id.org/dpv/dpv-gdpr#A6-1-f`
- < + @@ -1596,7 +1596,7 @@

Art 9(2-a)

Art 9(2-b)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-a`
- < + @@ -1638,7 +1638,7 @@

Art 9(2-b)

Art 9(2-c)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-b`
- < + @@ -1684,7 +1684,7 @@

Art 9(2-c)

Art 9(2-d)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-c`
- < + @@ -1730,7 +1730,7 @@

Art 9(2-d)

Art 9(2-e)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-d`
- < + @@ -1772,7 +1772,7 @@

Art 9(2-e)

Art 9(2-f)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-e`
- < + @@ -1814,7 +1814,7 @@

Art 9(2-f)

Art 9(2-g)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-f`
- < + @@ -1860,7 +1860,7 @@

Art 9(2-g)

Art 9(2-h)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-g`
- < + @@ -1902,7 +1902,7 @@

Art 9(2-h)

Art 9(2-i)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-h`
- < + @@ -1948,7 +1948,7 @@

Art 9(2-i)

Art 9(2-j)

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-i`
- < + @@ -2020,7 +2020,7 @@

Classes

A13 Right to be Informed

IRI `https://w3id.org/dpv/dpv-gdpr#A9-2-j`
- < + @@ -2063,7 +2063,7 @@

A13 Right to be Informed

A14 Right to be Informed

IRI `https://w3id.org/dpv/dpv-gdpr#A13`
- < + @@ -2106,7 +2106,7 @@

A14 Right to be Informed

A15 Right of Access

IRI `https://w3id.org/dpv/dpv-gdpr#A14`
- < + @@ -2149,7 +2149,7 @@

A15 Right of Access

A16 Right to Rectification

IRI `https://w3id.org/dpv/dpv-gdpr#A15`
- < + @@ -2192,7 +2192,7 @@

A16 Right to Rectification

A17 Right to Erasure

IRI `https://w3id.org/dpv/dpv-gdpr#A16`
- < + @@ -2235,7 +2235,7 @@

A17 Right to Erasure

A18 Right to Restrict Processing

IRI `https://w3id.org/dpv/dpv-gdpr#A17`
- < + @@ -2278,7 +2278,7 @@

A18 Right to Restrict Processing

A19 Right to Rectification

IRI `https://w3id.org/dpv/dpv-gdpr#A18`
- < + @@ -2321,7 +2321,7 @@

A19 Right to Rectification

A20 Right to Data Portability

IRI `https://w3id.org/dpv/dpv-gdpr#A19`
- < + @@ -2364,7 +2364,7 @@

A20 Right to Data Portability

A21 Right to object

IRI `https://w3id.org/dpv/dpv-gdpr#A20`
- < + @@ -2407,7 +2407,7 @@

A21 Right to object

A22 Right to object to automated decision making

IRI `https://w3id.org/dpv/dpv-gdpr#A21`
- < + @@ -2450,7 +2450,7 @@

A22 Right to object to automated decision making

A7-3 Right to Withdraw Consent

IRI `https://w3id.org/dpv/dpv-gdpr#A22`
- < + @@ -2493,7 +2493,7 @@

A7-3 Right to Withdraw Consent

A77 Right to Complaint

IRI `https://w3id.org/dpv/dpv-gdpr#A7-3`
- < + @@ -2558,7 +2558,7 @@

Classes

AdHoc Contractual Clauses

IRI `https://w3id.org/dpv/dpv-gdpr#A77`
- < + @@ -2600,7 +2600,7 @@

AdHoc Contractual Clauses

Binding Corporate Rules (BCR)

IRI `https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses`
- < + @@ -2644,7 +2644,7 @@

Binding Corporate Rules (BCR)

Certification Mechanisms for Data Transfers

IRI `https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules`
- < + @@ -2685,7 +2685,7 @@

Certification Mechanisms for Da

Codes of Conduct for Data Transfers

IRI `https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers`
- < + @@ -2726,7 +2726,7 @@

Codes of Conduct for Data Transfers

Data Transfer Tool

IRI `https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers`
- < + @@ -2769,7 +2769,7 @@

Data Transfer Tool

SCCs adopted by Commission

IRI `https://w3id.org/dpv/dpv-gdpr#DataTransferTool`
- < + @@ -2813,7 +2813,7 @@

SCCs adopted by Commission

SCCs adopted by Supervisory Authority

IRI `https://w3id.org/dpv/dpv-gdpr#SCCByCommission`
- < + @@ -2857,7 +2857,7 @@

SCCs adopted by Supervisory Authority

Standard Contractual Clauses (SCC)

IRI `https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority`
- < + @@ -2902,7 +2902,7 @@

Standard Contractual Clauses (SCC)

Supplementary Measure

IRI `https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses`
- < + diff --git a/dpv-gdpr/modules/data_transfers.jsonld b/dpv-gdpr/modules/data_transfers.jsonld index 89f227e8a..05d25153f 100644 --- a/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-gdpr/modules/data_transfers.jsonld @@ -1,60 +1,46 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "Data_Transfers Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses" + }, { - "@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#BindingCorporateRules" + }, { - "@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#CertificationMechanismsForDataTransfers" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" + }, { - "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, { - "@language": "en", - "@value": "AdHoc Contractual Clauses" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" }, { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -66,13 +52,22 @@ } ], "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://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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -89,23 +84,23 @@ "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": "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#prefLabel": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "SCCs adopted by Supervisory Authority" } ], "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#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -117,13 +112,22 @@ } ], "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://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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -140,23 +144,23 @@ "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": "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": "Certification Mechanisms for Data Transfers" + "@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": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -171,19 +175,16 @@ { "@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_d/oj" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -200,23 +201,23 @@ "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 legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Data Transfer Tool" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -228,22 +229,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_4/par_20/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": [ @@ -260,13 +252,13 @@ "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": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Codes of Conduct for Data Transfers" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -276,7 +268,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-gdpr#AdHocContractualClauses", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -288,22 +280,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": [ @@ -320,23 +303,26 @@ "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": "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": "SCCs adopted by Commission" + "@value": "AdHoc Contractual Clauses" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -351,16 +337,19 @@ { "@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/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_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -377,18 +366,18 @@ "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": "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": "Data Transfer Tool" + "@value": "Binding Corporate Rules (BCR)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-gdpr#DataTransferTool" } ] }, @@ -513,42 +502,53 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#Data_TransfersConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Data_Transfers Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-22" } ], - "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/creator": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#CertificationMechanismsForDataTransfers" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#CodesOfConductForDataTransfers" - }, + "@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#DataTransferTool" - }, + "@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#SCCByCommission" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#StandardContractualClauses" - }, + "@language": "en", + "@value": "Certification Mechanisms for Data Transfers" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure" + "@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 c5139e6cc..b6bb80478 100644 --- a/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-gdpr/modules/data_transfers.rdf @@ -7,18 +7,16 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - SCCs adopted by Supervisory Authority - 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) - + + + AdHoc Contractual Clauses + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + 2021-09-22 accepted - David Hickey - Paul Ryan - Georg P Krog Harshvardhan J. Pandit @@ -37,26 +35,29 @@ Harshvardhan J. Pandit - + - - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - + + 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 + Paul Ryan + Georg P Krog Harshvardhan J. Pandit - + - - 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. - + + SCCs adopted by Supervisory Authority + 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) + 2021-09-22 accepted David Hickey @@ -65,31 +66,21 @@ Harshvardhan J. Pandit - + - Certification Mechanisms for Data Transfers - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - + 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 - - - Data_Transfers Concepts - - - - - - - - - - @@ -104,33 +95,29 @@ 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 - + + 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 - + - - Supplementary Measure - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + + 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 - Georg P Krog Harshvardhan J. Pandit @@ -146,4 +133,17 @@ Harshvardhan J. Pandit + + + Data_Transfers Concepts + + + + + + + + + + diff --git a/dpv-gdpr/modules/legal_basis.jsonld b/dpv-gdpr/modules/legal_basis.jsonld index 3ff6d80f6..b757597f9 100644 --- a/dpv-gdpr/modules/legal_basis.jsonld +++ b/dpv-gdpr/modules/legal_basis.jsonld @@ -1,72 +1,6 @@ [ { - "@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": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "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": [ - { - "@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#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@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. 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)" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b", + "@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" @@ -85,15 +19,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_6/par_1/pnt_b/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": [ @@ -110,23 +38,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "performance of a contract" + "@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 6(1-b)" + "@value": "Art 9(2-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@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-h", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -147,7 +75,7 @@ ], "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_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -164,13 +92,13 @@ "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": "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-f)" + "@value": "Art 9(2-h)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -180,7 +108,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -204,7 +132,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -221,29 +149,32 @@ "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": "Binding corporate rules" } ], "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)" + "@value": "Art 46(2-b)" } ], "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#A49-1-e", + "@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" @@ -267,7 +198,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -284,19 +215,19 @@ "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": "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 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)" + "@value": "Art 46(2-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -306,7 +237,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f", + "@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" @@ -314,12 +245,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": [ @@ -330,7 +264,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_9/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -347,32 +281,23 @@ "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." - } - ], - "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": "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 49(1-f)" + "@value": "Art 9(2-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@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" @@ -396,7 +321,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": [ @@ -413,19 +338,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)" + "@value": "Art 49(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -435,7 +360,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-a", + "@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" @@ -443,12 +368,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": [ @@ -459,7 +387,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_6/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -476,29 +404,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "performance of a contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 6(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@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" @@ -525,7 +447,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": [ @@ -542,23 +464,23 @@ "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)" + "@value": "Art 9(2-j)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", + "@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" @@ -582,7 +504,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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -599,19 +521,19 @@ "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 important reasons of public interest." } ], "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)" + "@value": "Art 49(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -619,78 +541,127 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Legal_Basis Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-non-explicit-consent" + }, { - "@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#A6-1-a-explicit-consent" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-b" + }, { - "@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#A6-1-c" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d" + }, { - "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e" + }, { - "@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#A6-1-f" + }, { - "@language": "en", - "@value": "Art 46(2-d)" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" + }, { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" + }, + { + "@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-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" + }, + { + "@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#A6-1-c", + "@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" @@ -698,15 +669,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -717,7 +685,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_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -734,23 +702,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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. 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)" + "@value": "Art 46(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalObligation" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@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", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -800,19 +774,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "explicit' consent 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": "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) regular consent" + "@value": "Art 6(1-a) explicit consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -822,7 +796,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c", + "@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" @@ -846,7 +820,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -863,7 +837,7 @@ "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 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": [ @@ -875,7 +849,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 49(1-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -888,7 +862,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-b", + "@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" @@ -912,7 +886,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_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -929,19 +903,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@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-b)" + "@value": "Art 49(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -949,12 +923,12 @@ "@id": "https://w3id.org/dpv#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i", + "@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" @@ -981,7 +955,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_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -998,13 +972,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest in public health" + "@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-i)" + "@value": "Art 9(2-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1014,7 +988,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1022,15 +996,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1041,7 +1012,7 @@ ], "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_49/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1058,23 +1029,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@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. Appropriate safeguards do not exist and no other options apply." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 49(2)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-3-a", + "@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" @@ -1098,7 +1078,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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1115,19 +1095,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 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": [ { "@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)" + "@value": "Art 46(2-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1137,7 +1117,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h", + "@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" @@ -1156,9 +1136,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_h/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": [ @@ -1175,23 +1161,23 @@ "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": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 9(2-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", + "@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" @@ -1199,12 +1185,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -1215,7 +1210,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1232,29 +1227,83 @@ "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": "consent of the data subject" } ], "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": "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 45(3)" + "@value": "Art.6(1-a) regular consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-e", + "@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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@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": [ + { + "@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#definition": [ + { + "@language": "en", + "@value": "data manifestly made public by the data subject" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Art 9(2-e)" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" + } + ] + }, + { + "@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" @@ -1278,7 +1327,7 @@ ], "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_46/par_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1295,32 +1344,29 @@ "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": "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. 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-a)" + "@value": "Art 46(3-b)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-f", + "@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" @@ -1347,7 +1393,7 @@ ], "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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1364,138 +1410,77 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 9(2-i)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#PublicInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-gdpr#A9-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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Legal_Basis Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@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-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-d" - }, - { - "@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-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-h" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j" - }, - { - "@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" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-a" + "@value": "Eva Schlehahn" }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-c" - }, + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-d" - }, + "@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-e" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-f" - }, + "@language": "en", + "@value": "employment and social security and social protection law" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-g" - }, + "@language": "en", + "@value": "Art 9(2-b)" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-2" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-d", + "@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" @@ -1522,7 +1507,7 @@ ], "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_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1545,7 +1530,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 9(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1555,7 +1540,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-f", + "@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" @@ -1579,7 +1564,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_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1596,29 +1581,32 @@ "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 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 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-f)" + "@value": "Art 49(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfNatualPerson" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-1-b", + "@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" @@ -1642,7 +1630,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_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1659,32 +1647,29 @@ "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": "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-b)" + "@value": "Art 46(3-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-a-explicit-consent", + "@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" @@ -1692,21 +1677,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2020-11-04" } ], "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": [ @@ -1717,7 +1693,7 @@ ], "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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1734,29 +1710,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' consent of the data subject" + "@value": "Standard data protection clauses adopted by the Commission" } ], "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)\"" + "@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-a) explicit consent" + "@value": "Art 46(2-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-gdpr#SCCByCommission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-j", + "@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" @@ -1764,15 +1743,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1783,7 +1759,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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1800,23 +1776,29 @@ "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": "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 not Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 49(1-g)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-g", + "@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" @@ -1843,7 +1825,7 @@ ], "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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1860,23 +1842,23 @@ "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": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 6(1-f)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-b", + "@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" @@ -1884,20 +1866,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": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@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": [ @@ -1914,23 +1899,32 @@ "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#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)" + "@value": "Art 46(2-d)" } ], "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#A9-2-e", + "@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" @@ -1938,20 +1932,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": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@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_e/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": [ @@ -1968,23 +1965,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@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. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Art 49(1-a)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A49-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" @@ -1992,12 +1998,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": [ @@ -2008,7 +2017,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_6/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2025,32 +2034,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." - } - ], - "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": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 6(1-e)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#PublicInterest" }, { - "@id": "https://w3id.org/dpv#PublicInterest" + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A9-2-a", + "@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" @@ -2077,7 +2080,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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2094,23 +2097,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 6(1-c)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consent" + "@id": "https://w3id.org/dpv#LegalObligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A46-2-e", + "@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" @@ -2118,12 +2121,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": [ @@ -2134,7 +2140,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_6/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2151,29 +2157,23 @@ "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" - } - ], - "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": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "Art 6(1-d)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2181,15 +2181,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -2200,7 +2197,7 @@ ], "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_45/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2217,21 +2214,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@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 Adequacy Decision." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art 45(3)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" } ] } diff --git a/dpv-gdpr/modules/legal_basis.rdf b/dpv-gdpr/modules/legal_basis.rdf index c5545d120..2c1bc6916 100644 --- a/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-gdpr/modules/legal_basis.rdf @@ -7,6 +7,20 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + Art 9(2-d) + 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 + + @@ -24,28 +38,30 @@ Rigo Wenning - + - - - Art 49(1-d) - 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 + + Art.6(1-a) regular consent + consent 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'. + + 2019-04-10 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - + - - Art 6(1-c) - compliance with a legal obligation - + + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 2021-09-08 accepted @@ -53,42 +69,41 @@ Bud Bruegger - + - - Art 49(1-b) - 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(3-a) + 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 Georg P Krog - + - - Art 46(2-e) - 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 + + Art 6(1-d) + protection of the vital interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 6(1-b) - performance of a contract - + + Art 9(2-g) + substantial public interest, on the basis of Union or Member State law + 2019-04-05 2021-09-08 accepted @@ -96,28 +111,40 @@ Bud Bruegger - + + + + + Art 9(2-h) + 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 49(1-f) - 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. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + Art 45(3) + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + Transfer from EU to a third country. Third country has Adequacy Decision. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 9(2-a) - explicit consent with special categories of data - + + Art 9(2-c) + protection of the vital interests + 2019-04-05 2021-09-08 accepted @@ -125,69 +152,92 @@ Bud Bruegger - + + + Legal_Basis Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Art 9(2-j) - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - + + Art 9(2-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + 2019-04-05 - 2021-09-08 accepted Eva Schlehahn Bud Bruegger - - - - - Art 46(3-b) - 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 6(1-f) - legitimate interests - + + Art 9(2-b) + employment and social security and social protection law + 2019-04-05 - 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - Art 45(3) - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Transfer from EU to a third country. Third country has Adequacy Decision. - + + Art 49(1-b) + 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 9(2-i) - public interest in public health - + Art 9(2-j) + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2019-04-05 2021-09-08 accepted @@ -195,18 +245,17 @@ Bud Bruegger - + - - Art 49(1-e) - 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 + + Art 9(2-e) + data manifestly made public by the data subject + + 2019-04-05 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger @@ -224,34 +273,21 @@ Georg P Krog - + - - Art 9(2-h) - 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 6(1-e) + public interest or official authority + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - - - - - - Art 49(1-a) - 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 - Georg P Krog - - @@ -267,55 +303,55 @@ Georg P Krog - + - Art 46(2-f) - 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 - 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-g) + 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 - + - - Art 9(2-g) - substantial public interest, on the basis of Union or Member State law - - 2019-04-05 + + Art 49(1-e) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - Art 46(3-a) - 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 46(2-a) + 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 9(2-d) - 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-i) + public interest in public health + 2019-04-05 2021-09-08 accepted @@ -323,80 +359,28 @@ Bud Bruegger - + - Art 49(1-g) - 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 46(2-e) + 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 9(2-b) - employment and social security and social protection law - - 2019-04-05 - accepted - Eva Schlehahn - Bud Bruegger - - - - - Legal_Basis Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - Art 49(1-c) - 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(2-f) + 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 + 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 @@ -418,64 +402,78 @@ Georg P Krog - + + + + + + Art 49(1-d) + 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.6(1-a) regular consent - consent 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'. - - 2019-04-10 + Art 49(1-a) + 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 - Eva Schlehahn - Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning + Georg P Krog - + - - Art 6(1-d) - protection of the vital interests - - 2019-04-05 + + Art 46(3-b) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - Art 46(2-a) - 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. - + + Art 49(1-f) + 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. + 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 6(1-e) - public interest or official authority - - 2019-04-05 + + + Art 49(1-c) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog @@ -493,39 +491,41 @@ Georg P Krog - + - - Art 9(2-e) - data manifestly made public by the data subject - + + Art 6(1-c) + compliance with a legal obligation + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - + + Art 6(1-f) + legitimate interests + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 9(2-c) - protection of the vital interests - + + Art 6(1-b) + performance of a contract + 2019-04-05 2021-09-08 accepted diff --git a/dpv-gdpr/modules/rights.jsonld b/dpv-gdpr/modules/rights.jsonld index e9225bb0b..8b98fe836 100644 --- a/dpv-gdpr/modules/rights.jsonld +++ b/dpv-gdpr/modules/rights.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", "@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_19/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": [ @@ -41,13 +41,13 @@ "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": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A7-3 Right to Withdraw Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -57,7 +57,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-gdpr#A77", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -81,7 +81,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_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -98,13 +98,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "A77 Right to Complaint" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -114,7 +114,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-gdpr#A17", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -138,7 +138,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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -155,13 +155,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "A17 Right to Erasure" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -171,7 +171,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-gdpr#A13", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -195,7 +195,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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -212,13 +212,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@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": "A20 Right to Data Portability" + "@value": "A13 Right to be Informed" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -228,7 +228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-gdpr#A18", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -252,7 +252,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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -269,13 +269,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A18 Right to Restrict Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -285,7 +285,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-gdpr#A22", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -309,7 +309,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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -326,13 +326,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@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": "A77 Right to Complaint" + "@value": "A22 Right to object to automated decision making" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -342,7 +342,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-gdpr#A16", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -366,7 +366,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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -383,13 +383,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": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A16 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -399,7 +399,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-gdpr#A20", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -423,7 +423,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_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -440,13 +440,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 data portability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A20 Right to Data Portability" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -570,7 +570,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-gdpr#A19", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -594,7 +594,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_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -611,13 +611,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@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": "A17 Right to Erasure" + "@value": "A19 Right to Rectification" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -627,7 +627,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" @@ -651,7 +651,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": [ @@ -668,13 +668,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": [ diff --git a/dpv-gdpr/modules/rights.rdf b/dpv-gdpr/modules/rights.rdf index 00f63159f..e1cdf3245 100644 --- a/dpv-gdpr/modules/rights.rdf +++ b/dpv-gdpr/modules/rights.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#" > - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -21,13 +21,13 @@ Harshvardhan J. Pandit - + - A14 Right to be Informed - information to be provided where personal data is collected from other sources - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves @@ -35,13 +35,13 @@ Harshvardhan J. Pandit - + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -49,13 +49,13 @@ Harshvardhan J. Pandit - + - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + A17 Right to Erasure + Right to erasure ('Right to be forgotten') + 2020-11-04 accepted Beatriz Esteves @@ -63,13 +63,13 @@ Harshvardhan J. Pandit - + - A7-3 Right to Withdraw Consent - Right to withdraw consent - + A18 Right to Restrict Processing + Right to restriction of processing + 2020-11-04 accepted Beatriz Esteves @@ -77,29 +77,13 @@ Harshvardhan J. Pandit - - - Rights Concepts - - - - - - - - - - - - - - + - A18 Right to Restrict Processing - Right to restriction of processing - + A20 Right to Data Portability + Right to data portability + 2020-11-04 accepted Beatriz Esteves @@ -107,13 +91,13 @@ Harshvardhan J. Pandit - + - A16 Right to Rectification - Right to rectification - + 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 @@ -121,13 +105,13 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -149,13 +133,13 @@ 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 @@ -163,13 +147,29 @@ Harshvardhan J. Pandit - + + + Rights Concepts + + + + + + + + + + + + + + - A17 Right to Erasure - Right to erasure ('Right to be forgotten') - + 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 @@ -177,13 +177,13 @@ 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 - + A16 Right to Rectification + Right to rectification + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-legal/dpv-legal.html b/dpv-legal/dpv-legal.html index e541c0b01..6bead4ac7 100644 --- a/dpv-legal/dpv-legal.html +++ b/dpv-legal/dpv-legal.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/dpv-legal/dpv-legal.jsonld b/dpv-legal/dpv-legal.jsonld index c35317950..658159118 100644 --- a/dpv-legal/dpv-legal.jsonld +++ b/dpv-legal/dpv-legal.jsonld @@ -1,9 +1,9 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-legal#TV", "@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": [ { @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31,7 +31,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Tuvalu" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -41,38 +41,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@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": "SZ" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWZ" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "748" + "@value": "798" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "748" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-legal#BN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -91,7 +88,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -103,7 +100,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Palau" + "@value": "Brunei Darussalam" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -113,35 +110,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@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": "PW" + "@value": "BN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "BRN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "96" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -160,7 +157,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -169,40 +166,56 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, + "@language": "en", + "@value": "AustraliaandNewZealand" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ] + }, + { + "@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#EU27" - }, + "@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#EU" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Afghanistan" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + "@language": "en", + "@value": "accepted" } ], - "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": "Afghanistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -212,35 +225,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#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AT" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUT" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "40" + "@value": "4" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "40" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-legal#IM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -259,7 +272,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -271,79 +284,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Isle of Man" } ], "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#DPA-SE", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Swedish Authority for Privacy Protection" - } - ], - "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": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], - "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.imy.se/" + "@value": "IM" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@value": "IMN" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "833" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -362,7 +341,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -374,7 +353,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iowa" + "@value": "WesternAsia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -384,15 +363,15 @@ ], "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#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-legal#CI", "@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": [ { @@ -405,14 +384,10 @@ "@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": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#" + "@language": "en", + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -421,39 +396,54 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "Côte d’Ivoire" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@language": "en", - "@value": "ISO-alpha3" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@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#hasRange": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "CI" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "CIV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "384" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "384" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PR", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", "@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": [ { @@ -466,10 +456,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8081df10280c4eccb75c7e983a46fb7e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -481,51 +476,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "California Privacy Rights Act (CPRA)" } ], - "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#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "PR" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "PRI" + "@id": "https://w3id.org/dpv#Law" } + ] + }, + { + "@id": "_:N8081df10280c4eccb75c7e983a46fb7e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "630" + "@id": "_:N631005af200943109697748a8534e6a3" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N631005af200943109697748a8534e6a3", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "630" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-legal#DM", "@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": [ { @@ -541,7 +536,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -553,7 +548,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Morocco" + "@value": "Dominica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -563,35 +558,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "212" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-legal#US-MT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -610,7 +608,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -622,119 +620,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oceania" + "@value": "Montana" } ], "https://w3id.org/dpv#isInstanceOf": [ { "@id": "https://w3id.org/dpv#Region" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Luxembourg" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], - "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" - } - ], - "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#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LUX" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "442" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "442" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", "@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": [ { @@ -749,13 +653,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ncc5ca589de0e40658f2d03bc718bf0b6" + "@id": "_:N932a2de1fd89432f80b039481d34121d" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -767,15 +671,15 @@ "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%3A32003D0821" + "@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#GG" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -785,30 +689,30 @@ ] }, { - "@id": "_:Ncc5ca589de0e40658f2d03bc718bf0b6", + "@id": "_:N932a2de1fd89432f80b039481d34121d", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4b9517bc3c5341a98a6ed62a408950b0" + "@id": "_:Nf468ff09863847888490dacea6f7b64e" } ] }, { - "@id": "_:N4b9517bc3c5341a98a6ed62a408950b0", + "@id": "_:Nf468ff09863847888490dacea6f7b64e", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-legal#EEA30", "@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": [ { @@ -821,132 +725,279 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Norfolk Island" + "@id": "_:N9809f55cb2144967a04a6ce39b2302a8" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "European Economic Area (EEA-30)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "accepted" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@value": "NF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "NFK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@value": "574" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, { - "@value": "574" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB", - "@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#SE" + }, { - "@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#RO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@language": "en", - "@value": "Barbados" + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasCountry": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@language": "en", - "@value": "Barbados" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } + ] + }, + { + "@id": "_:N9809f55cb2144967a04a6ce39b2302a8", + "@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#Country" + "@id": "_:Nd1bedfd384544f24853df0a2f89e01b7" + } + ] + }, + { + "@id": "_:Nd1bedfd384544f24853df0a2f89e01b7", + "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#DPA-SE", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "@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#Americas" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "BB" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "BRB" + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "52" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "52" + "@id": "https://w3id.org/dpv/dpv-legal#SE" + } + ], + "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#UG", + "@id": "https://w3id.org/dpv/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -965,7 +1016,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -977,7 +1028,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "Algeria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -987,10 +1038,7 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#Africa" @@ -998,27 +1046,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "12" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN", + "@id": "https://w3id.org/dpv/dpv-legal#US-MS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1037,7 +1085,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1049,7 +1097,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Mississippi" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1064,10 +1112,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-legal#US-ND", "@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": [ { @@ -1083,7 +1131,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1095,51 +1143,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Namibia" + "@value": "North 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#SubSaharanAfrica" - }, - { - "@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": "NA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NAM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "516" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "516" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-legal#US-NY", "@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": [ { @@ -1155,7 +1177,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1167,40 +1189,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antarctica" + "@value": "New York" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@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" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "10" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GN", + "@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": [ { @@ -1216,7 +1223,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1228,51 +1235,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" + "@value": "Melanesia" } ], "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#WesternAfrica" - }, - { - "@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#Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO", + "@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": [ { @@ -1288,7 +1269,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1300,7 +1281,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colorado" + "@value": "New Hampshire" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1315,10 +1296,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#ER", "@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": [ { @@ -1334,7 +1315,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1346,68 +1327,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Eritrea" } ], "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#Asia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", - "@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#EasternAfrica" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "ER" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "ERI" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "232" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-legal#CW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1426,7 +1387,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1438,7 +1399,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Curaçao" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1448,38 +1409,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#Micronesia" + "@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": "NR" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "531" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-legal#SM", "@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": [ { @@ -1495,7 +1459,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1507,7 +1471,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "San Marino" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1517,38 +1481,64 @@ ], "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#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "SM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "SMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "674" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ", + "@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#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#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1564,7 +1554,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1576,7 +1566,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Brazil" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1586,107 +1576,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#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KZ" + "@value": "BR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KAZ" + "@value": "BRA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "398" + "@value": "76" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "398" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Azerbaijan" - } - ], - "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": "Azerbaijan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@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/dpv-legal#iso_alpha3": [ - { - "@value": "AZE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "31" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "31" + "@value": "76" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -1702,7 +1626,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1715,15 +1639,15 @@ { "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, { "@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#EEA30" }, @@ -1734,12 +1658,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Denmark" + "@value": "Czechia" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1754,7 +1678,7 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" @@ -1762,27 +1686,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DK" + "@value": "CZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DNK" + "@value": "CZE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "208" + "@value": "203" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "208" + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1798,15 +1722,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne94c9818ed014068af010663fa9e0d1c" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1815,48 +1734,36 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "National Supervisory Authority for Personal Data Processing" + } + ], "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%3A32000D0518" + "@value": "http://www.dataprotection.ro/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } - ] - }, - { - "@id": "_:Ne94c9818ed014068af010663fa9e0d1c", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N6dd3503d8799431b93718c07a706bdc9" - } - ] - }, - { - "@id": "_:N6dd3503d8799431b93718c07a706bdc9", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", + "@id": "https://w3id.org/dpv/dpv-legal#MA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1875,7 +1782,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1887,36 +1794,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Morocco" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "MA" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "MAR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "504" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", "@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": [ { @@ -1927,12 +1846,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1944,17 +1870,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hesse" + "@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-DE-HE" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.bremen.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" } ], "https://w3id.org/dpv#hasLaw": [ { - "@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-BDSG" @@ -1965,17 +1901,12 @@ ], "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#LI", + "@id": "https://w3id.org/dpv/dpv-legal#BL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1994,7 +1925,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2006,7 +1937,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Saint Barthélemy" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2016,35 +1947,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "652" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2060,10 +1994,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8f3cd5c557d5450892fadc3ffb5b71ef" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2075,462 +2014,272 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comoros" + "@value": "General Data Protection Regulation (GDPR)" } ], - "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/reg/2016/679/oj" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" }, { - "@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" - } - ], - "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#SC", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Seychelles" - } - ], - "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": "Seychelles" - } - ], - "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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SC" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SYC" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "690" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "690" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Asia" - } - ], - "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": "Asia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", - "@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://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nb89c57567cee4c76a8fa5a4c453a840d" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "General Data Protection Regulation (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#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-PL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + "@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-DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" }, { "@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-BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#GR" }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@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-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#FI" }, { "@id": "https://w3id.org/dpv/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#LU" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2540,18 +2289,18 @@ ] }, { - "@id": "_:Nb89c57567cee4c76a8fa5a4c453a840d", + "@id": "_:N8f3cd5c557d5450892fadc3ffb5b71ef", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N46feeb8f72af46498f979d5a2e396358" + "@id": "_:Nc7b876781009495fb4ad811aa6761789" } ] }, { - "@id": "_:N46feeb8f72af46498f979d5a2e396358", + "@id": "_:Nc7b876781009495fb4ad811aa6761789", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -2560,7 +2309,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-legal#BE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2579,7 +2328,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2588,10 +2337,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EEA30" + }, + { + "@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": [ { "@language": "en", - "@value": "Ghana" + "@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": [ @@ -2601,38 +2380,35 @@ ], "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#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": "GH" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "56" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-legal#GF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2651,7 +2427,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2663,7 +2439,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" + "@value": "French Guiana" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2673,38 +2449,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#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "254" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#KN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2723,7 +2499,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2732,40 +2508,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], "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": "Saint Kitts and Nevis" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2775,35 +2521,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@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": "CZ" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "659" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-legal#KG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2822,7 +2571,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2834,7 +2583,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chad" + "@value": "Kyrgyzstan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2844,38 +2593,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "KG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "KGZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "417" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-legal#ID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2894,7 +2640,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2906,7 +2652,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Indonesia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2916,41 +2662,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#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "360" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#US-KS", "@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": [ { @@ -2959,21 +2702,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2983,45 +2719,24 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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#DE-MV" + "@value": "Kansas" } ], - "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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + "@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#GY", + "@id": "https://w3id.org/dpv/dpv-legal#BA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3040,7 +2755,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3052,7 +2767,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guyana" + "@value": "Bosnia and Herzegovina" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3062,38 +2777,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "70" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3112,7 +2824,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3124,45 +2836,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "NorthernAfrica" } ], "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#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SLB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "90" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "90" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-legal#US-PR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3181,7 +2870,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3193,51 +2882,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Puerto Rico" } ], "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#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "AIA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "660" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "660" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-legal#US-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": [ { @@ -3253,7 +2916,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3265,48 +2928,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Qatar" + "@value": "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#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", "@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": [ { @@ -3315,21 +2955,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - }, { "@language": "en", - "@value": "The Saxon data protection officer" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3339,48 +2972,27 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - }, { "@language": "en", - "@value": "The Saxon data protection officer" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@value": "New Jersey" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, + "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#US-NM", + "@id": "https://w3id.org/dpv/dpv-legal#Africa", "@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": [ { @@ -3396,7 +3008,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3408,22 +3020,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Africa" } ], "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#MU", + "@id": "https://w3id.org/dpv/dpv-legal#PH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3442,7 +3049,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3454,7 +3061,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Philippines" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3464,38 +3071,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#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "608" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-legal#US-HI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3514,7 +3118,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3526,51 +3130,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niger" + "@value": "Hawaii" } ], "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#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NER" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "562" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "562" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "@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": [ { @@ -3586,7 +3164,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3595,56 +3173,40 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Rhode Island" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JE", - "@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#EU27" + }, { - "@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#EU" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jersey" + "@value": "Greece" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Jersey" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3653,42 +3215,39 @@ } ], "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#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JE" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JEY" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "832" + "@value": "300" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "832" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", + "@id": "https://w3id.org/dpv/dpv-legal#CD", "@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": [ { @@ -3701,15 +3260,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na86250f67032476396f5964ea7225ffc" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3718,48 +3272,51 @@ "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@language": "en", + "@value": "Democratic Republic of the Congo" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@value": "CD" } - ] - }, - { - "@id": "_:Na86250f67032476396f5964ea7225ffc", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:Ndbf62acc3f2c4f8b8c20f74c7fffc682" + "@value": "COD" } - ] - }, - { - "@id": "_:Ndbf62acc3f2c4f8b8c20f74c7fffc682", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "180" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-legal#US-PA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3778,7 +3335,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3790,48 +3347,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Pennsylvania" } ], "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#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@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#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3850,7 +3381,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3859,10 +3390,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Italy" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3875,35 +3436,35 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AX" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "380" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3919,7 +3480,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3931,25 +3492,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Austrian Data Protection Authority" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://dsb.gv.at" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#AT" + } + ], + "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#NG", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3958,14 +3530,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + }, { "@language": "en", - "@value": "Nigeria" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3977,51 +3556,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@value": "Thuringia state commissioner for data protection and freedom of information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "NG" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.tlfdi.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "NGA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "566" + "@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-BDSG" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "566" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MD", + "@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": [ { @@ -4030,14 +3604,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + }, { "@language": "en", - "@value": "Republic of Moldova" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4049,45 +3630,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Moldova" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MD" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "MDA" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "498" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "498" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-legal#GD", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4103,15 +3676,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N922df800f75345228d8c9724b8495454" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4120,51 +3688,54 @@ "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" + "@language": "en", + "@value": "Grenada" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "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#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@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": "GD" } - ] - }, - { - "@id": "_:N922df800f75345228d8c9724b8495454", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:Nefede24dc569431aa9b2d868142348f8" + "@value": "GRD" } - ] - }, - { - "@id": "_:Nefede24dc569431aa9b2d868142348f8", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "308" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -4180,7 +3751,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4192,7 +3763,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@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" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4202,12 +3789,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#CX", + "@id": "https://w3id.org/dpv/dpv-legal#SO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4226,7 +3813,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4238,7 +3825,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Somalia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4248,35 +3835,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@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": "CX" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CXR" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "162" + "@value": "706" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "162" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4295,7 +3885,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4307,51 +3897,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Information Commissioner of the Republic of Slovenia" } ], - "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.ip-rs.si/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SI" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "KE" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "KEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "404" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "404" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-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": [ { @@ -4362,12 +3937,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4376,40 +3958,66 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, + "@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#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv#Law" + } + ] + }, + { + "@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#EU" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Aruba" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + "@language": "en", + "@value": "accepted" } ], - "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": "Aruba" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4419,38 +4027,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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": "GR" + "@value": "AW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "ABW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "533" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", "@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": [ { @@ -4466,7 +4077,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4478,33 +4089,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Bavaria" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" } ], "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-BY-BayDSG" } ], "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#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-legal#BI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4516,9 +4135,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -4526,11 +4142,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4542,43 +4154,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Burundi" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@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#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, + "@value": "BI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "BDI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "108" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4597,7 +4214,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4609,116 +4226,110 @@ "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": "Spanish Data Protection Agency (AEPD)" } ], - "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://www.aepd.es/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "IDN" + "@id": "https://w3id.org/dpv/dpv-legal#ES" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "360" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "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#LawConcepts", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", "@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-legal#DE-BE-BlnDSG" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, + "@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#EU-GDPR" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, + "@language": "en", + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@language": "en", + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ldi.nrw.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@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-SN-SächsDSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CF", + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", "@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": [ { @@ -4729,12 +4340,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + }, { "@language": "en", - "@value": "Central African Republic" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4746,51 +4364,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Central African Republic" - } - ], - "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#MiddleAfrica" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CF" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "CAF" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "140" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "140" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", "@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": [ { @@ -4806,7 +4413,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4818,45 +4425,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "EasternAfrica" } ], "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": "PS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@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#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-legal#PE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4875,7 +4459,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4887,7 +4471,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Peru" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4897,38 +4481,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "604" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", + "@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": [ { @@ -4937,110 +4524,69 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" - }, + "http://purl.org/dc/terms/temporal": [ { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@id": "_:Nab55440e58564f6395da1bc44df28321" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Argentina" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" - }, + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "accepted" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#Law" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AdequacyConcepts", + "@id": "_:Nab55440e58564f6395da1bc44df28321", "@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#Adequacy-EU-AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" - }, - { - "@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-NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" - }, + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" - }, + "@id": "_:N2a22d8fcd2b84a6e8dbcac3375b637d2" + } + ] + }, + { + "@id": "_:N2a22d8fcd2b84a6e8dbcac3375b637d2", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-07-05" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5054,19 +4600,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5076,45 +4615,24 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Berlin 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.datenschutz-berlin.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@value": "SouthernAsia" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" - }, + "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#Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-legal#DE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5133,7 +4651,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5142,10 +4660,43 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@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": [ @@ -5155,41 +4706,38 @@ ], "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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VC" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VCT" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "670" + "@value": "276" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "670" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5202,10 +4750,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ncc261969d0a248f0bff38be053c865a5" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5214,40 +4767,79 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, + "@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#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#JP" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + } + ] + }, + { + "@id": "_:Ncc261969d0a248f0bff38be053c865a5", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "_:N8323d65534d94607998811d01bba289d" + } + ] + }, + { + "@id": "_:N8323d65534d94607998811d01bba289d", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-01-23" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IR", + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Iran (Islamic Republic of)" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@language": "en", + "@value": "accepted" } ], - "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": "Iran (Islamic Republic of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5257,35 +4849,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SK" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SVK" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "703" + "@value": "364" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "703" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-legal#GE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5304,7 +4896,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5316,7 +4908,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Georgia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5326,38 +4918,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": "DO" + "@value": "GE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "GEO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "268" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-legal#SY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5376,7 +4965,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5388,7 +4977,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Syrian Arab Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5401,32 +4990,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MO" + "@value": "SY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAC" + "@value": "SYR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "446" + "@value": "760" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "446" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#Europe", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5445,7 +5034,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5457,25 +5046,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernAsia" + "@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#Asia" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-legal#MO", "@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": [ { @@ -5491,7 +5075,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5503,7 +5087,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "China, Macao Special Administrative Region" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5513,41 +5097,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#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "446" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#US-DC", "@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": [ { @@ -5563,7 +5144,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5575,7 +5156,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "District of Columbia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5585,12 +5166,12 @@ ], "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#FI", + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5609,7 +5190,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5618,81 +5199,28 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@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": "Finland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Caribbean" } ], "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": "FI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "FIN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "246" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "246" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", + "@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": [ { @@ -5705,48 +5233,65 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@id": "_:N0c8db05cf0124d099a6fead32359035e" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Faroe Islands" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "accepted" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" + "@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#HR" + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO" } ], - "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": "_:N0c8db05cf0124d099a6fead32359035e", + "@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": "_:N86e5356a36e44ad480052eb2db4c696a" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", + "@id": "_:N86e5356a36e44ad480052eb2db4c696a", + "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#OM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5765,7 +5310,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5777,33 +5322,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Oman" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@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": "OM" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "OMN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "512" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-legal#PG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5822,7 +5379,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5834,7 +5391,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Papua New Guinea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5844,38 +5401,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "598" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "175" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#CN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5894,7 +5448,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5903,40 +5457,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@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#EEA31" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@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" + "@value": "China" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5946,35 +5470,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@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": "ES" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "156" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "724" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#MW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5993,7 +5517,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6005,41 +5529,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Malawi" } ], - "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-TH-ThürDSG" + "@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-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "MW" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "MWI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "454" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-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": [ { @@ -6052,66 +5586,68 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "South Africa" + "@id": "_:N7cc4fbe9e2a44bccb31e925d3f1d5497" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "South Africa" + "@value": "accepted" } ], - "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%3A32002D0002" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ZA" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "ZAF" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:N7cc4fbe9e2a44bccb31e925d3f1d5497", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "710" + "@id": "_:Nc3229e2f6a654b65a3e2ec180ba86637" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nc3229e2f6a654b65a3e2ec180ba86637", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "710" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2002-01-04" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-legal#MM", "@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": [ { @@ -6127,7 +5663,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6139,7 +5675,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Myanmar" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6149,38 +5685,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#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GT" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GTM" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "320" + "@value": "104" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "320" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-legal#NE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6199,7 +5732,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6211,7 +5744,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Niger" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6221,35 +5754,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#SouthernEurope" + "@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": "GI" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "562" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6268,7 +5804,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6280,22 +5816,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Estonian Data Protection Inspectorate" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.aki.ee/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#EE" + } + ], + "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#KW", + "@id": "https://w3id.org/dpv/dpv-legal#SC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6314,7 +5861,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6326,7 +5873,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Seychelles" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6336,35 +5883,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": "KW" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KWT" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "414" + "@value": "690" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "414" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-legal#BM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6376,21 +5926,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - }, { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6402,40 +5945,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Bermuda" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], - "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-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "BM" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@value": "BMU" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@value": "60" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-legal#LA", "@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": [ { @@ -6451,7 +6002,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6463,7 +6014,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Lao People's Democratic Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6473,38 +6024,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "418" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "166" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-legal#WS", "@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": [ { @@ -6520,7 +6071,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6532,7 +6083,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zambia" + "@value": "Samoa" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6542,38 +6093,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZM" + "@value": "WS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZMB" + "@value": "WSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "894" + "@value": "882" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "894" + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-legal#MX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6585,21 +6133,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" - }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6611,37 +6152,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Mexico" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" }, { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@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.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "MX" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@value": "MEX" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@value": "484" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-legal#ET", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6660,7 +6212,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6672,7 +6224,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Ethiopia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6682,41 +6234,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#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "231" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "678" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN", + "@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": [ { @@ -6727,12 +6279,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + }, { "@language": "en", - "@value": "Minnesota" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6744,22 +6303,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + }, + { + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-legal#BZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6775,15 +6349,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N2c3daa72c01e486695b98aa893c258eb" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6792,51 +6361,54 @@ "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" + "@language": "en", + "@value": "Belize" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@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": "BZ" } - ] - }, - { - "@id": "_:N2c3daa72c01e486695b98aa893c258eb", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N05b7b77da0fe45afba68bfc3a9876566" + "@value": "BLZ" } - ] - }, - { - "@id": "_:N05b7b77da0fe45afba68bfc3a9876566", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "84" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@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": [ { @@ -6845,14 +6417,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" + }, { "@language": "en", - "@value": "France" + "@value": "Saarland Data Protection Act" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6861,81 +6440,89 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@language": "en", + "@value": "Saarland Data Protection Act" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "France" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" } ], - "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-SL" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv#Law" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@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#WesternEurope" - }, + "@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#Europe" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "FR" + "@language": "en", + "@value": "NorthernAmerica" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "FRA" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "250" + "@language": "en", + "@value": "NorthernAmerica" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "250" + "@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#LV", + "@id": "https://w3id.org/dpv/dpv-legal#GT", "@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": [ { @@ -6951,7 +6538,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6960,40 +6547,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@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#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" + "@value": "Guatemala" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7003,38 +6560,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "GT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "GTM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "320" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KI", + "@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": [ { @@ -7050,7 +6610,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7062,48 +6622,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kiribati" + "@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#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "KI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "KIR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "296" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "296" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7119,7 +6656,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Wisconsin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7131,7 +6668,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nevada" + "@value": "Wisconsin" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7146,7 +6683,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-legal#AG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -7165,7 +6702,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7177,7 +6714,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Antigua and Barbuda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7187,38 +6724,41 @@ ], "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#EasternAsia" + "@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": "MN" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "28" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "496" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -7234,7 +6774,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7246,51 +6786,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" + "@value": "Rhineland-Palatinate" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasLaw": [ { - "@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/dpv-legal#iso_alpha2": [ - { - "@value": "BL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BLM" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "652" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "652" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-legal#AU", "@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": [ { @@ -7306,7 +6831,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7318,7 +6843,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Haiti" + "@value": "Australia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7328,38 +6853,35 @@ ], "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#AustraliaandNewZealand" }, { - "@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": "HT" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HTI" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "332" + "@value": "36" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "332" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-legal#GB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7378,7 +6900,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7387,10 +6909,18 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Ethiopia" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7400,41 +6930,38 @@ ], "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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "826" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#BQ", "@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": [ { @@ -7450,7 +6977,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7462,22 +6989,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "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#Europe" + "@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#KR", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7496,7 +7049,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7505,10 +7058,40 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Republic of Korea" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@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#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], + "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" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7518,35 +7101,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#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "233" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-legal#FK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7565,7 +7148,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7577,7 +7160,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "Falkland Islands (Malvinas)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7587,35 +7170,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@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": "RS" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SRB" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "688" + "@value": "238" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "688" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-legal#EH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7634,7 +7220,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7646,7 +7232,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Western Sahara" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7656,41 +7242,38 @@ ], "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#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GS" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SGS" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "239" + "@value": "732" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "239" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#US-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": [ { @@ -7699,21 +7282,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "Delaware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7725,43 +7301,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" - }, + "@value": "Delaware" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@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.bremen.de/" + "@id": "https://w3id.org/dpv/dpv-legal#US" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OK", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], - "https://w3id.org/dpv#hasJurisdiction": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@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" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, + "@language": "en", + "@value": "Oklahoma" + } + ], + "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#prefLabel": [ + { + "@language": "en", + "@value": "Oklahoma" } ], "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#NC", + "@id": "https://w3id.org/dpv/dpv-legal#IL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7780,7 +7381,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7792,7 +7393,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Israel" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7802,38 +7403,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "376" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-legal#NO", "@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": [ { @@ -7849,7 +7450,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7861,7 +7462,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Argentina" + "@value": "Norway" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7871,38 +7472,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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AR" + "@value": "NO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARG" + "@value": "NOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "32" + "@value": "578" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "32" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-legal#MD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7921,7 +7519,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7933,7 +7531,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Republic of Moldova" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7943,38 +7541,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VU" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VUT" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "548" + "@value": "498" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "548" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#SD", "@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": [ { @@ -7990,7 +7588,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8002,71 +7600,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "SD" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "SDN" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "New Jersey" - } - ], - "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": "New Jersey" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" + "@value": "729" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", "@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": [ { @@ -8075,6 +7650,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8082,7 +7660,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" + }, + { + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8094,48 +7676,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tunisia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "TN" + "@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": "TUN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "788" + "@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": "788" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-legal#Americas", "@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": [ { @@ -8144,9 +7724,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -8154,11 +7731,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8168,45 +7741,19 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" - }, { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - } - ], - "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-BY-BayDSG" + "@value": "Americas" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-legal#BS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8218,9 +7765,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -8228,11 +7772,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8244,37 +7784,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "Bahamas" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "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": "BS" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + "@value": "BHS" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@value": "44" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8293,7 +7844,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8305,7 +7856,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@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#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8315,12 +7882,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-legal#TK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8339,7 +7906,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8351,7 +7918,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "India" + "@value": "Tokelau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8361,38 +7928,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "772" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK", + "@id": "https://w3id.org/dpv/dpv-legal#HK", "@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": [ { @@ -8408,7 +7975,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alaska" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8420,25 +7987,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alaska" + "@value": "China, Hong Kong Special Administrative Region" } ], "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#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "HK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "HKG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "344" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-legal#MQ", "@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": [ { @@ -8454,7 +8044,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8466,22 +8056,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Martinique" } ], "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#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": "MQ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@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#SD", + "@id": "https://w3id.org/dpv/dpv-legal#US-AK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8500,7 +8116,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8512,45 +8128,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sudan" + "@value": "Alaska" } ], "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#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SDN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "729" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "729" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-legal#UM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8569,7 +8162,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8581,7 +8174,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "United States Minor Outlying Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8591,38 +8184,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "UM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "UMI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "581" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "581" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8638,7 +8231,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Connecticut" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8647,73 +8240,25 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@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#EEA31" - } - ], "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": "Connecticut" } ], "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": "CY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "CYP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "196" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "196" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-legal#YT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8732,7 +8277,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8744,22 +8289,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Mayotte" } ], "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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "YT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MYT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "175" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-legal#ME", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8778,7 +8349,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8790,7 +8361,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Montenegro" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8800,35 +8371,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": "IL" + "@value": "ME" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "MNE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "499" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8847,7 +8418,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8859,7 +8430,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "Uzbekistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8869,38 +8440,35 @@ ], "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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "860" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-legal#SN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8919,7 +8487,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8931,7 +8499,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Martinique" + "@value": "Senegal" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8941,38 +8509,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "686" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#PA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8984,21 +8552,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" - }, { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Panama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9008,39 +8569,50 @@ } ], "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": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Panama" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.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-ST" + "@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#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@value": "PA" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "PAN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "591" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ML", + "@id": "https://w3id.org/dpv/dpv-legal#US-AS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9059,7 +8631,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mali" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9071,48 +8643,63 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mali" + "@value": "American Samoa" } ], "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#SubSaharanAfrica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TW", + "@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#Africa" - }, + "@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#WesternAfrica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "ML" + "@language": "en", + "@value": "Taiwan (Province of China)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "MLI" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "466" + "@language": "en", + "@value": "Taiwan (Province of China)" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "466" + "@id": "https://w3id.org/dpv#Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-legal#PY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9131,7 +8718,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9143,7 +8730,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Paraguay" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9153,35 +8740,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@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": "PM" + "@value": "PY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "PRY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "600" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9200,7 +8790,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9209,10 +8799,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Guiana" + "@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": [ @@ -9222,38 +8842,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#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": [ { - "@value": "GF" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "528" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-legal#NF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9272,7 +8889,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9284,7 +8901,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9294,38 +8911,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MM" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "574" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", "@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": [ { @@ -9341,7 +8958,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9353,48 +8970,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" + "@value": "LatinAmericaandtheCaribbean" } ], "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#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "COL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "170" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#GP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9413,7 +9004,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9425,41 +9016,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Guadeloupe" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + "@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#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + "@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": "GP" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "GLP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "312" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-legal#SZ", "@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": [ { @@ -9475,7 +9076,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9487,36 +9088,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Eswatini" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "SZ" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "SWZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "748" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@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": [ { @@ -9532,7 +9148,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9541,81 +9157,28 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EEA" - }, - { - "@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": "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": "Arizona" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "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#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#JO", "@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": [ { @@ -9629,13 +9192,9 @@ } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9645,53 +9204,50 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "Jordan" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.rlp.de/" + "@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#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#DPA-DE-RP" + "@value": "JO" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" - }, + "@value": "JOR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "400" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-legal#BV", "@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": [ { @@ -9707,7 +9263,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "West Virginia" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9719,22 +9275,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "West Virginia" + "@value": "Bouvet Island" } ], "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#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": "BV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BVT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "74" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9747,20 +9329,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" }, { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@value": "State representative for data protection in Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9771,34 +9353,34 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" }, { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ], "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9808,7 +9390,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-legal#PK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9827,7 +9409,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9839,41 +9421,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Pakistan" } ], - "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#SouthernAsia" + }, + { + "@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": "PK" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "PAK" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "586" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "586" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VU", + "@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": [ @@ -9884,7 +9478,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9896,22 +9490,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "Vanuatu" } ], "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#Melanesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "VU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "VUT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "548" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-legal#UG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9930,7 +9547,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9942,7 +9559,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China" + "@value": "Uganda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9952,38 +9569,41 @@ ], "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#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "UG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "UGA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "800" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", "@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": [ { @@ -9999,7 +9619,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10011,7 +9631,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "NorthernEurope" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TZ", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "United Republic of Tanzania" + } + ], + "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": "United Republic of Tanzania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10021,35 +9687,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "834" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10068,7 +9737,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10077,10 +9746,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@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#EEA30" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malawi" + "@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": [ @@ -10090,38 +9789,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "620" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-legal#KP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10140,7 +9836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10152,7 +9848,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Democratic People's Republic of Korea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10162,38 +9858,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CR" + "@value": "KP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CRI" + "@value": "PRK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "188" + "@value": "408" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "188" + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-legal#MV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10212,7 +9905,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10224,7 +9917,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "San Marino" + "@value": "Maldives" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10234,38 +9927,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@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": "SM" + "@value": "MV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SMR" + "@value": "MDV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "674" + "@value": "462" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "674" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-legal#NI", "@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": [ { @@ -10274,26 +9967,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N63de2231e6a1442eb9d9818bfe8e75fd" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" - }, - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10303,158 +9984,53 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - }, { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Nicaragua" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, - { - "@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-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" - }, - { - "@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-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, - { - "@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-HB" - }, + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@value": "NI" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "NIC" } - ] - }, - { - "@id": "_:N63de2231e6a1442eb9d9818bfe8e75fd", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:Ndceea6bb584245f1a5752f28ed4282c8" + "@value": "558" } - ] - }, - { - "@id": "_:Ndceea6bb584245f1a5752f28ed4282c8", - "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": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-legal#KM", "@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": [ { @@ -10470,7 +10046,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10482,25 +10058,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Florida" + "@value": "Comoros" } ], "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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "KM" + } + ], + "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#IQ", + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", "@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": [ { @@ -10516,7 +10118,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10528,48 +10130,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "MiddleAfrica" } ], "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": "IQ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@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#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -10585,7 +10164,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10597,7 +10176,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10607,35 +10186,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "694" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-legal#US-WY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10654,7 +10236,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10666,7 +10248,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kansas" + "@value": "Wyoming" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10681,7 +10263,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-legal#ZW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10700,7 +10282,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10712,7 +10294,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cuba" + "@value": "Zimbabwe" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10722,41 +10304,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CU" + "@value": "ZW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUB" + "@value": "ZWE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "192" + "@value": "716" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "192" + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#US-MO", "@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": [ { @@ -10765,21 +10347,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" - }, { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "Missouri" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10791,43 +10366,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@value": "Missouri" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, + "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#US-SD", + "@id": "https://w3id.org/dpv/dpv-legal#CF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10846,7 +10400,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10858,25 +10412,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Central African Republic" } ], "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#MiddleAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "CF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CAF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "140" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", "@type": [ - "https://w3id.org/dpv#Relation", - "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": [ { @@ -10887,16 +10467,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@value": "Julian Flake" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#" + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + }, + { + "@language": "en", + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10905,39 +10488,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@value": "The Hamburg Commissioner 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": "ISO-numeric" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-hamburg.de/" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -10953,7 +10546,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10965,7 +10558,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Bremen" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10975,12 +10584,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-legal#TH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10999,7 +10608,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11011,7 +10620,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Thailand" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11021,41 +10630,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#SoutheasternAsia" }, { - "@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": "TH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "THA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "764" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "764" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { @@ -11064,21 +10670,18 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, + "@id": "https://www.iso.org/iso-3166-country-codes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@id": "https://w3id.org/dpv/dpv-legal#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11087,46 +10690,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "The ISO-Numeric code for a given region" } ], - "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.lfd.niedersachsen.de/" + "@language": "en", + "@value": "ISO-numeric" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv#Location" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-legal#US-GU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11142,15 +10735,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nebb3449954e244e29d221316b12f7772" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11159,48 +10747,25 @@ "@value": "accepted" } ], - "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": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@language": "en", + "@value": "Guam" } ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - } - ] - }, - { - "@id": "_:Nebb3449954e244e29d221316b12f7772", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nc973bb3397dd4c6599ebe0f603dd7c35" - } - ] - }, - { - "@id": "_:Nc973bb3397dd4c6599ebe0f603dd7c35", - "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#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME", + "@id": "https://w3id.org/dpv/dpv-legal#BH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11219,7 +10784,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maine" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11231,22 +10796,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maine" + "@value": "Bahrain" } ], "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#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#FO", + "@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" @@ -11258,6 +10846,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11265,7 +10856,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Thuringian Data Protection Act (ThürDSG)" + }, + { + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11277,48 +10872,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Faroe Islands" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "FO" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "FRO" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "234" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "234" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", + "@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": [ { @@ -11334,7 +10921,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11346,33 +10933,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@value": "WesternEurope" } ], - "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#Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-legal#GN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11391,7 +10967,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11403,7 +10979,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Peru" + "@value": "Guinea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11413,38 +10989,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" }, { - "@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": "PE" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "324" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11463,7 +11039,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11475,38 +11051,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" + "@value": "National Commission for Data Protection" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://cnpd.public.lu" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" - }, + "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#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11519,18 +11090,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:N7b5aa83c81434814b46bc1559e7216a8" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11539,51 +11112,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + }, + { + "@language": "en", + "@value": "Bavarian State Office for Data Protection Supervision" + } + ], "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%3A32012D0484" + "@value": "https://www.lda.bayern.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - } - ] - }, - { - "@id": "_:N7b5aa83c81434814b46bc1559e7216a8", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@id": "_:N47370dbe022a4542a5ca15ccce015bdc" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } - ] - }, - { - "@id": "_:N47370dbe022a4542a5ca15ccce015bdc", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TR", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11592,6 +11163,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11599,7 +11173,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11609,50 +11187,42 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + }, { "@language": "en", - "@value": "Turkey" + "@value": "Hamburg Data Protection Act (HmbDSG)" } ], - "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#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TR" + "@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": "TUR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "792" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "792" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW", + "@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": [ { @@ -11668,7 +11238,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11680,7 +11250,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Nauru" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11690,41 +11260,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "520" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#MG", "@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": [ { @@ -11740,7 +11307,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11752,38 +11319,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Madagascar" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + "@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-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "MG" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "MDG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "450" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PH", + "@id": "https://w3id.org/dpv/dpv-legal#TM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11802,7 +11379,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11814,7 +11391,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philippines" + "@value": "Turkmenistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11824,35 +11401,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@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": "PH" + "@value": "TM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PHL" + "@value": "TKM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "608" + "@value": "795" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "608" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-legal#US-TX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11871,7 +11448,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11883,51 +11460,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@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#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": "FK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "FLK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "238" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "238" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-legal#IQ", "@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": [ { @@ -11943,7 +11494,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11955,7 +11506,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iceland" + "@value": "Iraq" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11965,35 +11516,35 @@ ], "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#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "368" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-legal#BG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12012,7 +11563,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12021,21 +11572,35 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Dutch Data Protection Authority" + "@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#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" } ], - "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://autoriteitpersoonsgegevens.nl" + "@language": "en", + "@value": "Bulgaria" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" } ], "https://w3id.org/dpv#hasLaw": [ @@ -12045,58 +11610,40 @@ ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI", - "@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" + "@id": "https://w3id.org/dpv#Country" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, { - "@language": "en", - "@value": "Hawaii" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "BG" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Hawaii" + "@value": "BGR" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "100" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12115,7 +11662,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12127,48 +11674,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" + "@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#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "CHE" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "756" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "756" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-legal#GY", "@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": [ { @@ -12184,7 +11724,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12196,7 +11736,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Holy See" + "@value": "Guyana" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12206,35 +11746,38 @@ ], "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#SouthernEurope" + "@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": "VA" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "328" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#HR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12253,7 +11796,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "MiddleAfrica" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12262,25 +11805,78 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@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#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MiddleAfrica" + "@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" } ], "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#SubSaharanAfrica" + "@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": "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#DPA-DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#QA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12292,21 +11888,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12316,48 +11905,50 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@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.datenschutz-hamburg.de/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@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#DE-BDSG" - }, + "@value": "QA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, + "@value": "QAT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "634" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "634" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-legal#GS", "@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": [ { @@ -12373,7 +11964,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12385,7 +11976,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greenland" + "@value": "South Georgia and the South Sandwich Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12395,7 +11986,10 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" @@ -12403,29 +11997,29 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "GS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "SGS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "239" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-legal#US-SC", "@type": [ - "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": [ @@ -12439,14 +12033,10 @@ "@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": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#" + "@language": "en", + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12455,36 +12045,25 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The UN-M49 code for a given region" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UN-M49" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Location" + "@value": "South Carolina" } ], - "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#PK", + "@id": "https://w3id.org/dpv/dpv-legal#SJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12503,7 +12082,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12515,7 +12094,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Svalbard and Jan Mayen Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12525,38 +12104,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#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PK" + "@value": "SJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PAK" + "@value": "SJM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "586" + "@value": "744" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "586" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-legal#US-MD", "@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": [ { @@ -12572,7 +12151,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12584,48 +12163,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Maryland" } ], "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#SoutheasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LAO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "418" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "418" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@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": [ { @@ -12641,7 +12197,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Anguilla" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12650,40 +12206,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@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": "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" + "@value": "Anguilla" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12693,35 +12219,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#SouthernEurope" + "@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": "PT" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "660" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-legal#UA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12740,7 +12269,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12752,7 +12281,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Ukraine" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12762,38 +12291,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "WF" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "804" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TW", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12809,7 +12338,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12821,20 +12350,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@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" + } + ], + "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" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-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": [ { @@ -12850,7 +12395,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12862,48 +12407,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" - } - ], - "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#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@value": "Commission for Personal Data Protection" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BV" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cpdp.bg/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "BVT" + "@id": "https://w3id.org/dpv/dpv-legal#BG" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "74" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "74" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12922,7 +12452,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12934,51 +12464,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montserrat" + "@value": "SubSaharanAfrica" } ], "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#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MSR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "500" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "500" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-legal#US-AR", "@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": [ { @@ -12994,7 +12498,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13006,48 +12510,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Arkansas" } ], "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#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BHS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "44" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "44" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SN", + "@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" @@ -13063,10 +12541,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N845b611564af4416946dceaef35a4298" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13075,54 +12558,51 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Senegal" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SN" + "@id": "https://w3id.org/dpv/dpv-legal#GG" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "SEN" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:N845b611564af4416946dceaef35a4298", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "686" + "@id": "_:N1d0fadbadff6467d90c9babbd70b2c05" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N1d0fadbadff6467d90c9babbd70b2c05", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "686" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#NA", "@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": [ { @@ -13131,21 +12611,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" - }, { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13155,48 +12628,53 @@ } ], "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": "Thuringia state commissioner for data protection and freedom of information" + "@value": "Namibia" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, + "@value": "NA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, + "@value": "NAM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "516" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-legal#LR", "@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": [ { @@ -13212,7 +12690,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13224,36 +12702,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Liberia" } ], - "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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "LR" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "LBR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "430" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", "@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": [ { @@ -13266,63 +12759,65 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Cameroon" + "@id": "_:Nb212e17520514960a0a38737c6604c01" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for New Zealand" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Cameroon" + "@value": "accepted" } ], - "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/ALL/?uri=CELEX%3A32013D0065" } ], - "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#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CM" + "@id": "https://w3id.org/dpv/dpv-legal#NZ" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "CMR" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:Nb212e17520514960a0a38737c6604c01", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "120" + "@id": "_:N95d8ea1465af4abd9f8ed4de70a30e04" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N95d8ea1465af4abd9f8ed4de70a30e04", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "120" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13341,7 +12836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13350,10 +12845,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, + { + "@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#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" + "@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": [ @@ -13363,35 +12888,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#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AE" + "@value": "LV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "LVA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "428" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "784" + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13410,7 +12935,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13422,148 +12947,90 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "SouthAmerica" } ], - "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" - } - ], - "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#LatinAmericaandtheCaribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", "@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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@language": "en", - "@value": "Guam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + }, { - "@language": "en", - "@value": "Guam" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, { - "@value": "GU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" + }, { - "@value": "GUM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + }, { - "@value": "316" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" + }, { - "@value": "316" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", - "@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#DE-BE-BbgDSG" + }, { - "@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-CA-CPRA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, { - "@language": "en", - "@value": "Micronesia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + }, { - "@language": "en", - "@value": "Micronesia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13582,7 +13049,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Oceania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13594,48 +13061,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Oceania" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@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#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "UA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "UKR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "804" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "804" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -13651,14 +13090,19 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nabaa9d1116084bcfb6fc174da65fbb3e" + } + ], "http://purl.org/dc/terms/title": [ { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@language": "en", + "@value": "Federal Data Protection Act (BDSG)" }, { - "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13670,316 +13114,153 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, { - "@id": "https://w3id.org/dpv#Law" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SX", - "@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#DPA-DE-ST" + }, { - "@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-SH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, { - "@language": "en", - "@value": "Sint Maarten (Dutch part)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, { - "@language": "en", - "@value": "Sint Maarten (Dutch part)" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "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" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SX" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SXM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "534" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "534" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "European Union (EU)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BJ", + "@id": "_:Nabaa9d1116084bcfb6fc174da65fbb3e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N8a71e16abc354743a464fb3f79c3ef5c" + } + ] + }, + { + "@id": "_:N8a71e16abc354743a464fb3f79c3ef5c", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13998,7 +13279,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14010,7 +13291,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benin" + "@value": "Andorra" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14020,38 +13301,35 @@ ], "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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "AD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "AND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "20" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-legal#NP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14070,7 +13348,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14082,7 +13360,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Nepal" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14092,38 +13370,35 @@ ], "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#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KN" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "524" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#US-IL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14142,7 +13417,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14154,23 +13429,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Illinois" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14180,12 +13439,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#US-MS", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14204,7 +13463,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mississippi" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14216,7 +13475,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mississippi" + "@value": "SouthernEurope" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14226,15 +13485,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#AW", + "@id": "https://w3id.org/dpv/dpv-legal#LI", "@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": [ { @@ -14250,7 +13509,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14262,7 +13521,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Aruba" + "@value": "Liechtenstein" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14272,84 +13531,35 @@ ], "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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AW" + "@value": "LI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ABW" + "@value": "LIE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "533" + "@value": "438" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "533" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "North Dakota" - } - ], - "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": "North Dakota" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-legal#GU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14368,7 +13578,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14380,7 +13590,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Guam" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14390,41 +13600,38 @@ ], "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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "600" + "@value": "316" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "600" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-legal#EU", "@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": [ { @@ -14440,7 +13647,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14449,175 +13656,189 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@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#EE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR", - "@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#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#LU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, { - "@id": "_:N426d63e8e3b6429984e701afe6f34580" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for Argentina" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@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#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - } - ] - }, - { - "@id": "_:N426d63e8e3b6429984e701afe6f34580", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, { - "@id": "_:N61771b356bbb444581059c730448ccb1" - } - ] - }, - { - "@id": "_:N61771b356bbb444581059c730448ccb1", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", - "@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#DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, { - "@language": "en", - "@value": "Berlin" - } - ], - "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#ES" + }, { - "@language": "en", - "@value": "Berlin" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#CY" }, { - "@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-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasCountry": [ { - "@id": "https://w3id.org/dpv#Region" + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-legal#GW", "@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": [ { @@ -14633,7 +13854,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14645,7 +13866,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Guinea-Bissau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14655,38 +13876,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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UY" + "@value": "GW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "URY" + "@value": "GNB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "858" + "@value": "624" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "858" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-legal#ZM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14705,7 +13926,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14717,7 +13938,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Zambia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14727,35 +13948,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@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#EasternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "894" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-legal#US-KY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14774,7 +13998,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Kentucky" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14786,48 +14010,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Kentucky" } ], "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#SoutheasternAsia" - } - ], - "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#MC", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -14836,6 +14037,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -14843,7 +14047,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14855,45 +14063,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], - "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#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MC" + "@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": "MCO" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "492" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "492" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#RE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14912,7 +14112,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14921,40 +14121,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@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#EEA" - } - ], "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": "Réunion" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14964,38 +14134,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": "HU" + "@value": "RE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "REU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "638" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", + "@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": [ { @@ -15011,7 +14184,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15023,36 +14196,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Angola" } ], - "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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "AO" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "AGO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "24" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-legal#US-LA", "@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": [ { @@ -15068,7 +14256,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15080,51 +14268,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Louisiana" } ], "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#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "VI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "VIR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "850" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "850" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@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": [ { @@ -15140,7 +14302,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15149,40 +14311,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@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#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Italy" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "New Caledonia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15192,38 +14324,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@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": "IT" + "@value": "NC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "NCL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "540" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-legal#EG", "@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": [ { @@ -15239,7 +14371,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15251,7 +14383,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Egypt" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15261,38 +14393,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BD" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGD" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "50" + "@value": "818" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "50" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-legal#EU27", "@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": [ { @@ -15305,10 +14437,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne1f18ea899a340ce879b7e8daaa431c3" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15317,94 +14454,205 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "French Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@value": "PF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, { - "@value": "PYF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, { - "@value": "258" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, { - "@value": "258" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", - "@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#PT" + }, { - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@language": "en", - "@value": "EasternAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasCountry": [ { - "@language": "en", - "@value": "EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#Region" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } + ] + }, + { + "@id": "_:Ne1f18ea899a340ce879b7e8daaa431c3", + "@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#SubSaharanAfrica" + "@id": "_:N640aba5759874900985d289ee7890c4a" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GM", + "@id": "_:N640aba5759874900985d289ee7890c4a", + "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#MC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15423,7 +14671,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15435,7 +14683,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gambia" + "@value": "Monaco" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15445,38 +14693,35 @@ ], "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#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": "GM" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "492" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-legal#HT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15495,7 +14740,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15507,7 +14752,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Haiti" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15523,35 +14768,35 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NI" + "@value": "HT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NIC" + "@value": "HTI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "558" + "@value": "332" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "558" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15562,12 +14807,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + }, { "@language": "en", - "@value": "Norway" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15578,46 +14830,38 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Norway" - } - ], - "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": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@language": "en", + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "NO" + "@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/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "NOR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "578" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "578" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -15636,7 +14880,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15648,51 +14892,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" - } - ], - "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#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@value": "Belgian Data Protection Authority" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SL" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.dataprotectionauthority.be/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "SLE" + "@id": "https://w3id.org/dpv/dpv-legal#BE" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "694" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "694" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-legal#RW", "@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": [ { @@ -15708,7 +14937,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15720,7 +14949,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "Rwanda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15730,35 +14959,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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": "TO" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "646" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-legal#GA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15777,7 +15009,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15789,7 +15021,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Gabon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15799,38 +15031,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SV" + "@value": "GA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLV" + "@value": "GAB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "222" + "@value": "266" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "222" + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-legal#VE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15849,7 +15081,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15861,7 +15093,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Venezuela (Bolivarian Republic of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15871,41 +15103,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@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#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "VE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "VEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "862" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-legal#KE", "@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": [ { @@ -15921,7 +15153,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15933,33 +15165,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Kenya" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@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#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "KE" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "KEN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "404" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-legal#EC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15978,7 +15225,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15990,17 +15237,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Europe" + "@value": "Ecuador" } ], "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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "EC" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ECU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "218" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16012,9 +15290,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -16022,11 +15297,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16038,43 +15309,38 @@ "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" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Brandenburg" } ], - "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-DE-BB" } ], "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-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#DataProtectionAuthority" + "@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#LK", + "@id": "https://w3id.org/dpv/dpv-legal#RS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16093,7 +15359,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16105,7 +15371,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Serbia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16115,35 +15381,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#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LK" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LKA" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "144" + "@value": "688" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "144" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16157,12 +15423,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + }, { "@language": "en", - "@value": "Niue" + "@value": "Brandenburg Data Protection Act (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16173,49 +15446,41 @@ ], "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#Polynesia" + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "en", + "@value": "Brandenburg Data Protection Act (BbgDSG)" } ], - "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://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.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-BB" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "570" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], - "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#US-UT", + "@id": "https://w3id.org/dpv/dpv-legal#BT", "@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": [ { @@ -16231,7 +15496,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Utah" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16243,22 +15508,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Utah" + "@value": "Bhutan" } ], "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#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BTN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "64" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-legal#BO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16274,15 +15562,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nbcef8af9d1e14817977039316f85b7eb" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16294,48 +15577,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Bolivia (Plurinational State of)" } ], - "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#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "BO" } - ] - }, - { - "@id": "_:Nbcef8af9d1e14817977039316f85b7eb", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N2016180b89104f368b13e53032d5f2c2" + "@value": "BOL" } - ] - }, - { - "@id": "_:N2016180b89104f368b13e53032d5f2c2", - "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": "68" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-AL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16354,7 +15637,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16366,7 +15649,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arizona" + "@value": "Alabama" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16381,10 +15664,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@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": [ { @@ -16400,7 +15683,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16412,41 +15695,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.gov.sk/" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#SK" } ], - "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#TG", + "@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": [ { @@ -16457,12 +15735,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16472,53 +15757,48 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + }, { "@language": "en", - "@value": "Togo" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" } ], - "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.datenschutz-mv.de/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "TG" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TGO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "768" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "768" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LB", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16534,7 +15814,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Vermont" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16546,71 +15826,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Vermont" } ], "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": "LB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "422" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "422" - } - ] - }, - { - "@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#EU" - }, - { - "@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#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-legal#US-NV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16629,7 +15860,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16641,7 +15872,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Nevada" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16656,7 +15887,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16675,7 +15906,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16684,25 +15915,78 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New York" + "@value": "Austria" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + } + ], + "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#WesternEurope" + } + ], + "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#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16721,7 +16005,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16733,21 +16017,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "The Federal 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.dataprotectionauthority.be/" + "@value": "http://www.bfdi.bund.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -16759,10 +16046,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-legal#DO", "@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": [ { @@ -16778,7 +16065,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16787,40 +16074,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Romania" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Dominican Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16830,35 +16087,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@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": "RO" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "214" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-legal#US-ME", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16877,7 +16137,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16889,7 +16149,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Maine" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16899,12 +16159,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-legal#LC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16923,7 +16183,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16935,175 +16195,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "Saint Lucia" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + "@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-SH-LDSG" + "@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#Region" + "@value": "LC" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "LCA" } - ] - }, - { - "@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-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@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-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - }, + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, + "@value": "662" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", "@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": [ { @@ -17119,7 +16255,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Micronesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17128,81 +16264,28 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - }, - { - "@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#EEA" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bulgaria" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@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#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@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#Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", "@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": [ { @@ -17218,7 +16301,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17230,48 +16313,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "Saxony" } ], - "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-SN" } ], - "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-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "GEO" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "268" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "268" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BT", + "@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": [ { @@ -17287,7 +16363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17299,48 +16375,82 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Oregon" } ], "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" + "@id": "https://w3id.org/dpv/dpv-legal#US" } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BT" + ] + }, + { + "@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" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "BTN" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "64" + "@language": "en", + "@value": "Data State Inspectorate" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "64" + "@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": "http://www.dvi.gov.lv/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#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#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MY", + "@id": "https://w3id.org/dpv/dpv-legal#HM", "@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": [ { @@ -17356,7 +16466,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17368,7 +16478,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Heard Island and McDonald Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17378,38 +16488,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MY" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MYS" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "458" + "@value": "334" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "458" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", "@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": [ { @@ -17425,7 +16535,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17437,45 +16547,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saudi Arabia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@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" + "@value": "State Data Protection Inspectorate" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SA" + "@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": "SAU" + "@id": "https://w3id.org/dpv/dpv-legal#LT" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "682" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "682" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-legal#US-RI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17494,7 +16592,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "Rhode Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17506,7 +16604,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Virginia" + "@value": "Rhode Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17521,7 +16619,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-legal#VC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17540,7 +16638,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17552,7 +16650,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "Saint Vincent and the Grenadines" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17562,41 +16660,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SH" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SHN" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "654" + "@value": "670" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "654" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", + "@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": [ { @@ -17605,21 +16703,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" - }, { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17631,37 +16722,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Turkey" + } + ], + "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#WesternAsia" } ], - "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://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@value": "TR" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@value": "TUR" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@value": "792" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-legal#US-GA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17680,7 +16779,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17692,51 +16791,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Georgia" } ], "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#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "CV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "CPV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "132" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "132" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -17745,21 +16818,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" - }, { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17771,46 +16837,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" - }, - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Barbados" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + "@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-BDSG" + "@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": "BB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BRB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "52" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-legal#LS", "@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": [ { @@ -17826,7 +16897,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17838,7 +16909,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Lesotho" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17851,7 +16922,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" @@ -17859,27 +16930,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "LS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "LSO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "426" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-legal#CH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17898,7 +16969,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17910,7 +16981,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Switzerland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17920,1404 +16991,1105 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "CH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "CHE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "756" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", "@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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@language": "en", - "@value": "North-Rhine Westphalia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, { - "@language": "en", - "@value": "North-Rhine Westphalia" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#NR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#VE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL", - "@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#MK" + }, { - "@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#LB" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@language": "en", - "@value": "Poland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#CF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TZ" + }, { - "@language": "en", - "@value": "Poland" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#MN" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#UA" + }, { - "@value": "PL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, { - "@value": "POL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, { - "@value": "616" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + }, { - "@value": "616" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE", - "@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#FJ" + }, { - "@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#CV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DZ" + }, { - "@language": "en", - "@value": "Delaware" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@language": "en", - "@value": "Delaware" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE", - "@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#IM" + }, { - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SJ" + }, { - "@language": "en", - "@value": "Nebraska" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" + }, { - "@language": "en", - "@value": "Nebraska" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#GD" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-legal#CN" + }, { - "@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#BI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, { - "@language": "en", - "@value": "Hellenic Data Protection Authority" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, { - "@language": "en", - "@value": "Hellenic Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-KS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, { - "@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#NF" + }, { - "@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#SubSaharanAfrica" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, { - "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + }, { - "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" - } - ], - "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#US-WA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BA" + }, { - "@value": "SJ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, { - "@value": "SJM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + }, { - "@value": "744" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BT" + }, { - "@value": "744" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", - "@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-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#Melanesia" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#ID" }, { - "@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" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#GN" }, { - "@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" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, { - "@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#EasternAsia" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" + }, { - "@id": "https://w3id.org/dpv#Law" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SR", - "@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#AM" + }, { - "@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#MZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@language": "en", - "@value": "Suriname" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MY" + }, { - "@language": "en", - "@value": "Suriname" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#YE" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US-DE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "SR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#JP" + }, { - "@value": "SUR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, { - "@value": "740" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SN" + }, { - "@value": "740" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AD", - "@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#CH" + }, { - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#IN" + }, { - "@language": "en", - "@value": "Andorra" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AX" + }, { - "@language": "en", - "@value": "Andorra" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, { - "@value": "AD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, { - "@value": "AND" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, { - "@value": "20" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, { - "@value": "20" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JP", - "@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-WI" + }, { - "@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#WesternAsia" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, { - "@language": "en", - "@value": "Japan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, { - "@language": "en", - "@value": "Japan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#OM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@value": "JP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, { - "@value": "JPN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, { - "@value": "392" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, { - "@value": "392" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL", - "@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#UG" + }, { - "@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#EasternEurope" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TM" + }, { - "@language": "en", - "@value": "Illinois" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, { - "@language": "en", - "@value": "Illinois" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#KW" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "@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-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#TW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#BY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-LA" + }, { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", - "@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#AQ" + }, { - "@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#PF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ] - }, - { - "@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": [ + }, { - "@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-TX" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + }, { - "@language": "en", - "@value": "Michigan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { - "@language": "en", - "@value": "Michigan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#KN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BH", - "@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#ME" + }, { - "@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#GE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, { - "@language": "en", - "@value": "Bahrain" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, { - "@language": "en", - "@value": "Bahrain" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#KR" + }, { - "@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#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LY" + }, { - "@value": "BH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, { - "@value": "BHR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@value": "48" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" + }, { - "@value": "48" - } - ] - }, - { - "@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#Sark" + }, { - "@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#NC" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#CA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AE" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "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#AustraliaandNewZealand" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", - "@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#VG" + }, { - "@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#GQ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, { - "@id": "_:Nc5a9f78c90b34d8aa7936bb1a265fc4a" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#IQ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@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#IO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#PK" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" - } - ] - }, - { - "@id": "_:Nc5a9f78c90b34d8aa7936bb1a265fc4a", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, { - "@id": "_:Ne98bea41771942179345702da9d68b76" - } - ] - }, - { - "@id": "_:Ne98bea41771942179345702da9d68b76", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-legal#UZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TM", - "@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#BF" + }, { - "@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-BB" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@language": "en", - "@value": "Turkmenistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#QA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, { - "@language": "en", - "@value": "Turkmenistan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + }, { - "@value": "TM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, { - "@value": "TKM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, { - "@value": "795" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MX" + }, { - "@value": "795" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VN", - "@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#LU" + }, { - "@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#KH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AI" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, { - "@value": "VN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, { - "@value": "VNM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@value": "704" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@value": "704" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ZW", - "@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#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#IL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SV" + }, { - "@language": "en", - "@value": "Zimbabwe" - } - ], - "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#US-VT" + }, { - "@language": "en", - "@value": "Zimbabwe" - } - ], - "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#BR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, { - "@value": "ZW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@value": "ZWE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, { - "@value": "716" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-FL" + }, { - "@value": "716" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KP", - "@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#BQ" + }, { - "@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#NZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, { - "@value": "KP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, { - "@value": "PRK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, { - "@value": "408" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + }, { - "@value": "408" - } - ] - }, - { - "@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#EC" + }, { - "@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#CX" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MV" + }, { - "@language": "en", - "@value": "Austrian Data Protection Authority" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RU" + }, { - "@language": "en", - "@value": "Austrian Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#VN" + }, { - "@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#US-ND" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TJ", + "@id": "https://w3id.org/dpv/dpv-legal#US", "@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": [ { @@ -19333,7 +18105,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19345,7 +18117,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "United States of America" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19355,35 +18127,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TJ" + "@value": "US" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TJK" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "762" + "@value": "840" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "762" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-legal#TO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19402,7 +18174,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19414,7 +18186,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Tonga" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19424,35 +18196,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MP" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNP" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "580" + "@value": "776" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "580" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19471,7 +18243,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19480,78 +18252,170 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EEA30" - }, + "@language": "en", + "@value": "Baden-Württemberg" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@language": "en", - "@value": "Belgium" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AuthoritiesConcepts", + "@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#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, { - "@value": "BE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, { - "@value": "BEL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, { - "@value": "56" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, { - "@value": "56" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + }, + { + "@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-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19570,7 +18434,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19579,78 +18443,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Lower-Saxony" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" } ], "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#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" + }, { - "@value": "SVN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "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#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19666,63 +18493,68 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Marshall Islands" + "@id": "_:Ne865b77a31604af68e76abf61b97388f" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Switzerland" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "accepted" } ], - "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%3A32000D0518" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#CH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MH" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "MHL" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:Ne865b77a31604af68e76abf61b97388f", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "584" + "@id": "_:N5c8538157f654a7ea5cd5932b404b926" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N5c8538157f654a7ea5cd5932b404b926", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "584" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT", + "@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": [ { @@ -19738,7 +18570,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19750,22 +18582,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montana" + "@value": "Croatian Personal Data Protection Agency" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.azop.hr/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#HR" + } + ], + "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#US-OK", + "@id": "https://w3id.org/dpv/dpv-legal#BD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19784,7 +18627,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19796,22 +18639,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Bangladesh" } ], "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#SouthernAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "BD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BGD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "50" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19830,7 +18696,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19842,48 +18708,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Somalia" - } - ], - "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#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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": "SO" + "@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": "SOM" + "@id": "https://w3id.org/dpv/dpv-legal#PT" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "706" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "706" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-legal#MF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19902,7 +18753,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19914,7 +18765,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Saint Martin (French Part)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19924,35 +18775,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#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": "HK" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HKG" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "344" + "@value": "663" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "344" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-legal#KH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19964,66 +18818,67 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" - }, { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Cambodia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "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://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" + "@value": "KH" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + "@value": "KHM" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@value": "116" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-NM", "@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": [ { @@ -20039,7 +18894,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20051,7 +18906,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New Mexico" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20061,15 +18916,15 @@ ], "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#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", "@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": [ { @@ -20078,9 +18933,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -20088,11 +18940,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20104,32 +18952,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" - } - ], - "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": "EasternAsia" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@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#Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-legal#Asia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20145,15 +18983,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na1600b5c82fd43be9dba2f34ce64dd83" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "Asia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20162,228 +18995,126 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@language": "en", + "@value": "Asia" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv#Region" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NC", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@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/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "North Carolina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@language": "en", + "@value": "North Carolina" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "_:Na1600b5c82fd43be9dba2f34ce64dd83", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:N9bd2c41044ac43c1afb79b8244f38c98" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "_:N86a9c19624b34d3f98d4dc4fbde487bd" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "_:N9bd2c41044ac43c1afb79b8244f38c98", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" + "@language": "en", + "@value": "Hellenic Data Protection Authority" } - ] - }, - { - "@id": "_:N86a9c19624b34d3f98d4dc4fbde487bd", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Hellenic Data Protection Authority" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dpa.gr" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + } + ], + "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#HN", + "@id": "https://w3id.org/dpv/dpv-legal#AL", "@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": [ { @@ -20399,7 +19130,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20411,7 +19142,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Honduras" + "@value": "Albania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20421,41 +19152,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HN" + "@value": "AL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HND" + "@value": "ALB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "340" + "@value": "8" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "340" + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20471,7 +19199,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20483,36 +19211,157 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Mecklenburg-Western-Pomerania" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "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#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CK", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Cook Islands" + } + ], + "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": "Cook Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@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": "CK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "COK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "184" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "184" + } + ] + }, + { + "@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-CH" + }, + { + "@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-AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" + }, + { + "@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-JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-legal#IS", "@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": [ { @@ -20521,21 +19370,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" - }, { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20547,37 +19389,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "Iceland" + } + ], + "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": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], - "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.transparenz.bremen.de/metainformationen/bremisches-ausfuehrungsgesetz-zur-eu-datenschutz-grundverordnung-bremdsgvoag-vom-8-mai-2018-116884?template=20_gp_ifg_meta_detail_d" + "@value": "IS" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@value": "ISL" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@value": "352" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-legal#US-IN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20593,15 +19443,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ndd3078c667f94ab88e9adb123bb72f65" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20610,48 +19455,25 @@ "@value": "accepted" } ], - "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" - } - ], - "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#CA" + "@language": "en", + "@value": "Indiana" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@id": "https://w3id.org/dpv#Region" } - ] - }, - { - "@id": "_:Ndd3078c667f94ab88e9adb123bb72f65", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N172b4b1d23974b4583fea030349cec8d" - } - ] - }, - { - "@id": "_:N172b4b1d23974b4583fea030349cec8d", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-legal#AM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20670,7 +19492,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20682,17 +19504,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "Armenia" } ], "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#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#MR", + "@id": "https://w3id.org/dpv/dpv-legal#SS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20711,7 +19561,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20723,7 +19573,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritania" + "@value": "South Sudan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20733,41 +19583,41 @@ ], "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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MR" + "@value": "SS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MRT" + "@value": "SSD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "478" + "@value": "728" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "478" + "@value": "728" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", "@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": [ { @@ -20780,15 +19630,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ncb309f5aa3e14cd1b9b8f8e8ad498d34" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20797,48 +19642,82 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Office of the Information and Data Protection Commissioner" + } + ], "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://idpc.org.mt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#MT" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "_:Ncb309f5aa3e14cd1b9b8f8e8ad498d34", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/created": [ { - "@id": "_:Nf97d8c8dd4c94fb4b593ea203c2f40dd" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "_:Nf97d8c8dd4c94fb4b593ea203c2f40dd", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "CentralAmerica" + } + ], + "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": "CentralAmerica" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@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-NH", + "@id": "https://w3id.org/dpv/dpv-legal#YE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20857,7 +19736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20869,22 +19748,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "Yemen" } ], "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#WesternAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "YE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "YEM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "887" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20903,7 +19805,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20915,26 +19817,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Personal Data Protection Office" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "https://uodo.gov.pl/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#PL" } ], "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": [ @@ -20944,10 +19843,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#OM", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20956,6 +19855,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -20963,7 +19865,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Bavarian Data Protection Act (BayDSG)" + }, + { + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20973,47 +19879,42 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + }, { "@language": "en", - "@value": "Oman" + "@value": "Bavarian Data Protection Act (BayDSG)" } ], - "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.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "OM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "OMN" + "@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": "512" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "512" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-legal#CC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21032,7 +19933,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21044,7 +19945,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nepal" + "@value": "Cocos (Keeling) Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21054,38 +19955,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NP" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NPL" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "524" + "@value": "166" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "524" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-legal#GL", "@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": [ { @@ -21101,7 +20002,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21113,68 +20014,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vermont" + "@value": "Greenland" } ], "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#CentralAsia", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, { - "@language": "en", - "@value": "CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "GL" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "CentralAsia" + "@value": "GRL" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "304" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-legal#JM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21193,7 +20071,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21205,7 +20083,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Jamaica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21215,38 +20093,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#AustraliaandNewZealand" + "@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": "HM" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HMD" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "334" + "@value": "388" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "334" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-legal#CO", "@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": [ { @@ -21262,7 +20143,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21274,7 +20155,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Colombia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21284,38 +20165,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#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "170" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-legal#FJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21334,7 +20215,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21346,22 +20227,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indiana" + "@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#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "FJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "FJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "242" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-legal#TJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21380,7 +20284,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21392,7 +20296,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Congo" + "@value": "Tajikistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21402,41 +20306,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CG" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COG" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "178" + "@value": "762" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "178" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-legal#CG", "@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": [ { @@ -21452,7 +20353,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21464,7 +20365,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "Congo" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21474,35 +20375,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@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#MiddleAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "178" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-legal#TF", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21521,7 +20425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21533,22 +20437,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "French Southern Territories" } ], "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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@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-DC", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21567,7 +20497,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21579,7 +20509,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "District of Columbia" + "@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#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#isInstanceOf": [ @@ -21589,15 +20535,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#NZ", + "@id": "https://w3id.org/dpv/dpv-legal#SB", "@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": [ { @@ -21613,7 +20559,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21625,7 +20571,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Solomon Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21638,32 +20584,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NZ" + "@value": "SB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "SLB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "90" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "90" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@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" @@ -21677,12 +20623,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + }, { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21694,22 +20647,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21728,7 +20696,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21737,96 +20705,81 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Commission for Personal Data Protection" - } - ], - "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.cpdp.bg/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#EU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#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": "Spain" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@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": "Comissão Nacional de Protecção de Dados" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@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.cnpd.pt" + "@value": "ES" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@value": "ESP" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "724" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -21842,7 +20795,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21851,10 +20804,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EEA30" + }, + { + "@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": [ { "@language": "en", - "@value": "Madagascar" + "@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": [ @@ -21864,38 +20847,35 @@ ], "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#EasternEurope" }, { - "@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": "MG" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDG" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "450" + "@value": "703" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "450" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21914,7 +20894,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21926,18 +20906,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "https://www.uoou.cz/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } ], "https://w3id.org/dpv#hasLaw": [ @@ -21952,7 +20932,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-legal#FI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21971,7 +20951,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21980,10 +20960,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU28" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Samoa" + "@value": "Finland" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21993,38 +21003,38 @@ ], "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#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "WS" + "@value": "FI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "WSM" + "@value": "FIN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "882" + "@value": "246" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "882" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", + "@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://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -22033,14 +21043,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" + }, { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Berlin Data Protection Act (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22050,38 +21067,42 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" + }, { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Berlin Data Protection Act (BlnDSG)" } ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, + "@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#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv#Region" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", "@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": [ { @@ -22097,7 +21118,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22109,48 +21130,36 @@ "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": "Office of the Data Protection Ombudsman" } ], - "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": "https://tietosuoja.fi/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "FSM" + "@id": "https://w3id.org/dpv/dpv-legal#FI" } ], - "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#US", + "@id": "https://w3id.org/dpv/dpv-legal#KZ", "@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": [ { @@ -22166,7 +21175,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22178,7 +21187,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States of America" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22188,38 +21197,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "398" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", "@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": [ { @@ -22235,7 +21244,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22247,48 +21256,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jordan" + "@value": "SouthernAfrica" } ], "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": "JO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "JOR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "400" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "400" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BF", + "@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": [ { @@ -22304,7 +21290,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22316,7 +21302,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "French Polynesia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22326,41 +21312,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "PF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "PYF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "258" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-legal#AZ", "@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": [ { @@ -22376,7 +21359,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22388,7 +21371,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Azerbaijan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22398,41 +21381,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#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": "EC" + "@value": "AZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "AZE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "31" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI", + "@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": [ { @@ -22448,7 +21428,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22460,7 +21440,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "United States Virgin Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22470,41 +21450,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "VI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "VIR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "850" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#US-UM", "@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": [ { @@ -22520,7 +21500,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22532,7 +21512,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "United States Minor Outlying Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22542,1079 +21522,1776 @@ ], "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#LocationConcepts", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "@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-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MZ" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, + "@value": "IE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, + "@value": "IRL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, + "@value": "372" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BL" - }, + "@value": "372" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#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#TD" - }, + "@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#NorthernAfrica" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, + "@language": "en", + "@value": "Slovenia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UA" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, + "@language": "en", + "@value": "Slovenia" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VU" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SH" - }, + "@value": "SI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, + "@value": "SVN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, + "@value": "705" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@value": "705" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "@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#SN" - }, + "@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#CC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, + "@language": "en", + "@value": "California" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" - }, + "@language": "en", + "@value": "California" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@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#BA" - }, + "@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-GU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LA" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CG" - }, + "@value": "AR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ARG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@value": "32" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, + "@value": "32" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MN", + "@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-HB" - }, + "@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#UZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, + "@language": "en", + "@value": "Minnesota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@language": "en", + "@value": "Minnesota" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@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#SI" - }, + "@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#NI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, + "@language": "en", + "@value": "Botswana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, + "@language": "en", + "@value": "Botswana" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, + "@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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MY" - }, + "@value": "BW" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CV" - }, + "@value": "BWA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AF" - }, + "@value": "72" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" - }, + "@value": "72" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO", + "@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#BG" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#YE" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "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#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AX" - }, + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@value": "234" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@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#VN" - }, + "@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#MK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LY" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, + "@value": "AS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" - }, + "@value": "ASM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, + "@value": "16" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CW" - }, + "@value": "16" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU", + "@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#RO" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "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#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, + "@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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PM" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, + "@value": "MU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@value": "MUS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, + "@value": "480" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CR" - }, + "@value": "480" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@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-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#CI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, + "@language": "en", + "@value": "Malta" + } + ], + "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GA" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@language": "en", + "@value": "Malta" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PY" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MU" - }, + "@value": "MT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" - }, + "@value": "MLT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, + "@value": "470" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, + "@value": "470" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH", + "@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#AZ" - }, + "@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-AL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, + "@language": "en", + "@value": "Ghana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LI" - }, + "@language": "en", + "@value": "Ghana" + } + ], + "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#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VE" - }, + "@value": "GH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "GHA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, + "@value": "288" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@value": "288" + } + ] + }, + { + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VA" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NO" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TW" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JE", + "@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-NI" - }, + "@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#SD" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CN" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@value": "JE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" - }, + "@value": "JEY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@value": "832" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" - }, + "@value": "832" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SR", + "@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-ND" - }, + "@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#GR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" - }, + "@language": "en", + "@value": "Suriname" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, + "@language": "en", + "@value": "Suriname" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, + "@value": "SR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KM" - }, + "@value": "SUR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" - }, + "@value": "740" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@value": "740" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@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#DE-SN" - }, + "@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#DK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GY" - }, + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GF" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CD" - }, + "@value": "IO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PH" - }, + "@value": "IOT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" - }, + "@value": "86" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, + "@value": "86" + } + ] + }, + { + "@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" + ], + "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#ML" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" - }, + "@id": "_:Nd1435c06e78a415aa1907338f7976f13" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, + "@language": "en", + "@value": "EU Adequacy Decision for Uruguay" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KG" - }, + "@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#KZ" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#UY" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + } + ] + }, + { + "@id": "_:Nd1435c06e78a415aa1907338f7976f13", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IS" - }, + "@id": "_:N4445322c0ec943988c27019a9b7d5baa" + } + ] + }, + { + "@id": "_:N4445322c0ec943988c27019a9b7d5baa", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-08-22" + } + ] + }, + { + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#OM" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" - }, + "@value": "DJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, + "@value": "DJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" - }, + "@value": "262" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, + "@value": "262" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@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#ER" - }, + "@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-MT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "@language": "en", + "@value": "Massachusetts" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SB" - }, + "@language": "en", + "@value": "Massachusetts" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KR", + "@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#ZW" - }, + "@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#FM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, + "@language": "en", + "@value": "Republic of Korea" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PR" - }, + "@language": "en", + "@value": "Republic of Korea" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MN" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" - }, + "@value": "KR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, + "@value": "KOR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, + "@value": "410" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" - }, + "@value": "410" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@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#RE" - }, + "@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#IQ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EG" - }, + "@value": "WF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@value": "WLF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, + "@value": "876" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, + "@value": "876" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@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-TN" - }, + "@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#AD" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + } + ], + "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/dpv-legal#US-AR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VC" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@value": "DK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, + "@value": "DNK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, + "@value": "208" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@value": "208" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@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#SubSaharanAfrica" - }, + "@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#BM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, + "@language": "en", + "@value": "Antarctica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, + "@language": "en", + "@value": "Antarctica" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" - }, + "@value": "AQ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" - }, + "@value": "ATA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MD" - }, + "@value": "10" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA" - }, + "@value": "10" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GI", + "@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#TG" - }, + "@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#SX" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KH" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN" - }, + "@value": "GI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" - }, + "@value": "GIB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, + "@value": "292" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MR" - }, + "@value": "292" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", + "@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#CY" - }, + "@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#Oceania" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nccdc3bbfa7114833a9320bcc299b70ec" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "EU Adequacy Decision for United Kingdom" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, + "@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" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KN" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#GB" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + } + ] + }, + { + "@id": "_:Nccdc3bbfa7114833a9320bcc299b70ec", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, + "@id": "_:N22562d7db993485bbfda8def23500388" + } + ] + }, + { + "@id": "_:N22562d7db993485bbfda8def23500388", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-06-28" + } + ] + }, + { + "@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#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#PS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, + "@language": "en", + "@value": "Utah" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, + "@language": "en", + "@value": "Utah" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GI" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23633,7 +23310,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23645,7 +23322,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ohio" + "@value": "SoutheasternAsia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23655,15 +23332,15 @@ ], "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#PG", + "@id": "https://w3id.org/dpv/dpv-legal#SH", "@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": [ { @@ -23679,7 +23356,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23691,7 +23368,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Saint Helena" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23701,35 +23378,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@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#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "654" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-legal#LB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23748,7 +23428,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23760,7 +23440,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Lebanon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23770,35 +23450,35 @@ ], "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#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "422" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GA", + "@id": "https://w3id.org/dpv/dpv-legal#US-WA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -23817,7 +23497,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gabon" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23829,48 +23509,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gabon" + "@value": "Washington" } ], "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#MiddleAfrica" - }, - { - "@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#BA", + "@id": "https://w3id.org/dpv/dpv-legal#PW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23889,7 +23543,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23901,7 +23555,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Palau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23911,35 +23565,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "585" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -23953,12 +23607,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "The Bavarian State Commissioner for Data Protection" + }, + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23968,14 +23629,24 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + }, { "@language": "en", - "@value": "Saxony" + "@value": "The Bavarian State Commissioner for Data Protection" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], "https://w3id.org/dpv#hasLaw": [ @@ -23983,25 +23654,20 @@ "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" } ], "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#GD", + "@id": "https://w3id.org/dpv/dpv-legal#TL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24020,7 +23686,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24032,7 +23698,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Grenada" + "@value": "Timor-Leste" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24042,41 +23708,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#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GD" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRD" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "308" + "@value": "626" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "308" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", "@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": [ { @@ -24092,7 +23755,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24104,22 +23767,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kentucky" + "@value": "Data Protection Commission" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.garanteprivacy.it/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#IT" + } + ], + "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#LR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -24138,7 +23812,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24150,48 +23824,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liberia" + "@value": "North-Rhine Westphalia" } ], - "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-NW" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@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": "LR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBR" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "430" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "430" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-legal#PR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24210,7 +23874,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24222,7 +23886,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Réunion" + "@value": "Puerto Rico" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24232,38 +23896,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "PR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "PRI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "630" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "630" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24282,7 +23946,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24294,7 +23958,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "ChannelIslands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24304,15 +23968,15 @@ ], "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#MT", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", "@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": [ { @@ -24323,12 +23987,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + }, { "@language": "en", - "@value": "Malta" + "@value": "The State Commissioner for Data Protection Lower Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24337,78 +24008,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malta" - } - ], - "https://w3id.org/dpv#hasAuthority": [ + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], - "https://w3id.org/dpv#hasLaw": [ + "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://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#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "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": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "470" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "470" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-legal#US-MI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24427,7 +24066,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24439,48 +24078,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Michigan" } ], "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#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "GW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "GNB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "624" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "624" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24499,7 +24112,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24508,71 +24121,78 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Georgia" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@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#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Region" + "@language": "en", + "@value": "Sweden" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Country" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "U.S. Virgin Islands" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "SE" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "SWE" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "752" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KH", + "@id": "https://w3id.org/dpv/dpv-legal#ST", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24591,7 +24211,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24603,7 +24223,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Sao Tome and Principe" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24613,35 +24233,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#SoutheasternAsia" + "@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": "KH" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KHM" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "116" + "@value": "678" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "116" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -24660,7 +24283,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24672,48 +24295,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turks and Caicos Islands" - } - ], - "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" + "@value": "Data Protection Commission (DPC)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "TC" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ie" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "TCA" + "@id": "https://w3id.org/dpv/dpv-legal#IE" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "796" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "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#UZ", + "@id": "https://w3id.org/dpv/dpv-legal#TC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24732,7 +24340,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24744,7 +24352,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Turks and Caicos Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24754,35 +24362,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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": "UZ" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "796" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-legal#EEA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -24801,7 +24412,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24810,51 +24421,186 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + } + ], + "https://w3id.org/dpv#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, { - "@value": "VE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@value": "VEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@value": "862" + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "862" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-legal#LY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24873,7 +24619,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24885,7 +24631,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Angola" + "@value": "Libya" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -24898,38 +24644,35 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@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": "AO" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "434" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@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": [ { @@ -24942,66 +24685,68 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Djibouti" + "@id": "_:N325363e93c3f45e0b242d42309ad83c2" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Israel" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Djibouti" + "@value": "accepted" } ], - "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%3A32011D0061" } ], - "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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "DJ" + "@id": "https://w3id.org/dpv/dpv-legal#IL" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "DJI" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:N325363e93c3f45e0b242d42309ad83c2", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "262" + "@id": "_:Nbceca258f19446348a502e1a9c2ec481" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nbceca258f19446348a502e1a9c2ec481", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "262" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-legal#AE", "@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": [ { @@ -25017,7 +24762,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25029,7 +24774,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "United Arab Emirates" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -25039,41 +24784,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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TZ" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TZA" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "834" + "@value": "784" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "834" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@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": [ { @@ -25089,7 +24831,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25098,84 +24840,28 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@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#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - } - ], "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#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@value": "CentralAsia" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "DE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "DEU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "276" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "276" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25188,10 +24874,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "AustraliaandNewZealand" + "@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#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25200,25 +24890,36 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The ISO-Alpha2 code for a given region" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "ISO-alpha2" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Region" + "@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": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-legal#PM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -25234,15 +24935,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N5afc6b57b3d948d2977273b4a6d46cf2" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25254,51 +24950,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Saint Pierre and Miquelon" } ], - "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#NorthernAmerica" + }, + { + "@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#Law" + "@value": "PM" } - ] - }, - { - "@id": "_:N5afc6b57b3d948d2977273b4a6d46cf2", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N1928a375aa124adaaba0131d1485ba61" + "@value": "SPM" } - ] - }, - { - "@id": "_:N1928a375aa124adaaba0131d1485ba61", - "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-01" + "@value": "666" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-legal#ML", "@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": [ { @@ -25314,7 +25007,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25326,22 +25019,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@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#Americas" + "@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#CA", + "@id": "https://w3id.org/dpv/dpv-legal#CU", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -25360,7 +25079,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25372,7 +25091,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "Cuba" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -25382,38 +25101,41 @@ ], "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#NorthernAmerica" + "@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": "CA" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "192" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-legal#VA", "@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": [ { @@ -25424,19 +25146,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25447,41 +25162,49 @@ ], "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)" + "@language": "en", + "@value": "Holy See" + } + ], + "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": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@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.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "VA" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + "@value": "VAT" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@value": "336" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", "@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": [ { @@ -25494,10 +25217,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N84a77611f56d455b8873c14f0d0c3c70" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Missouri" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25506,25 +25234,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Missouri" + "@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#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#JE" + }, + { + "@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": "_:N84a77611f56d455b8873c14f0d0c3c70", + "@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": "_:N564c834649c54d80bc9b9fc59266d890" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BO", + "@id": "_:N564c834649c54d80bc9b9fc59266d890", + "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#DE-MV-DSG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -25536,14 +25287,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@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": "Bolivia (Plurinational State of)" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25555,51 +25313,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" - } - ], - "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#LatinAmericaandtheCaribbean" + "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@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" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BO" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "BOL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "68" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "68" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI", + "@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": [ { @@ -25612,63 +25359,65 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Burundi" + "@id": "_:N6d4fa9e2701b46c09436300ae565aa33" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Isle of Man" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Burundi" + "@value": "accepted" } ], - "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": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "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#Africa" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BI" + "@id": "https://w3id.org/dpv/dpv-legal#IM" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "BDI" + "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" } + ] + }, + { + "@id": "_:N6d4fa9e2701b46c09436300ae565aa33", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "108" + "@id": "_:N303d6b7e844945d6a5e53327822c6dbd" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N303d6b7e844945d6a5e53327822c6dbd", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "108" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2004-04-30" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-legal#Sark", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25687,7 +25436,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25699,7 +25448,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Sark" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -25709,15 +25458,21 @@ ], "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#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-legal#MZ", "@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": [ { @@ -25733,7 +25488,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25745,7 +25500,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Mozambique" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -25755,38 +25510,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#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": "KY" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYM" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "136" + "@value": "508" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "136" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-legal#IN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -25802,15 +25557,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N5d7c97dfb61a439d9ad094fff9d1bbbd" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25819,50 +25569,50 @@ "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" + "@language": "en", + "@value": "India" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@value": "IN" } - ] - }, - { - "@id": "_:N5d7c97dfb61a439d9ad094fff9d1bbbd", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:N877b93f23b464b49b0b70f3c1d95b0e8" + "@value": "IND" } - ] - }, - { - "@id": "_:N877b93f23b464b49b0b70f3c1d95b0e8", - "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": "356" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "@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": [ @@ -25876,10 +25626,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "California" + "@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#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25888,33 +25642,36 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "California" + "@value": "The ISO-Alpha3 code for a given region" } ], - "https://w3id.org/dpv#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" - }, + "@language": "en", + "@value": "ISO-alpha3" + } + ], + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" + "@id": "https://w3id.org/dpv#Location" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Region" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-legal#BF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25933,7 +25690,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25945,7 +25702,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -25955,35 +25712,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SY" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SYR" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "760" + "@value": "854" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "760" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#MR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26002,76 +25762,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" - } - ], - "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": "Bremen" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@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#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", - "@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" - }, - { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Saarland Data Protection Act" - }, - { - "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26082,41 +25773,52 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@language": "en", + "@value": "Mauritania" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@language": "en", - "@value": "Saarland Data Protection Act" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], - "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": "MR" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + "@value": "MRT" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@value": "478" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-legal#LK", "@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": [ { @@ -26132,7 +25834,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26144,7 +25846,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Sri Lanka" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26154,41 +25856,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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "144" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-legal#US-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": [ { @@ -26204,7 +25903,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26216,7 +25915,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sark" + "@value": "Colorado" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26226,18 +25925,12 @@ ], "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#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-legal#NG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26256,7 +25949,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26268,7 +25961,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "Nigeria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26278,38 +25971,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "566" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", + "@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": [ { @@ -26318,21 +26014,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26341,77 +26030,40 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@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-SL-SDSG" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EG", - "@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#EEA30" + }, { - "@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#EEA31" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Egypt" + "@value": "Hungary" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Egypt" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26421,35 +26073,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@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": "HU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EGY" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "818" + "@value": "348" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "818" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-legal#US-ID", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -26468,7 +26120,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Idaho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26480,48 +26132,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@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#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "AS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ASM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "16" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "16" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-legal#PS", "@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": [ { @@ -26537,7 +26166,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26549,7 +26178,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "State of Palestine" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26559,35 +26188,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TV" + "@value": "PS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUV" + "@value": "PSE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "798" + "@value": "275" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "798" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DZ", + "@id": "https://w3id.org/dpv/dpv-legal#SG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26606,7 +26235,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Algeria" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26618,7 +26247,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algeria" + "@value": "Singapore" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -26628,35 +26257,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@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": "DZ" + "@value": "SG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DZA" + "@value": "SGP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "12" + "@value": "702" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "12" + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#HN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26668,21 +26297,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" - }, { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26692,60 +26314,58 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" - }, { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Honduras" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" + "@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-NW" + "@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#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@value": "HN" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "HND" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/abstract": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "DPV-LEGAL is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." + "@value": "340" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Harshvardhan J. Pandit" - }, + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "Julian Flake" + "@value": "340" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@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-04-02" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -26753,55 +26373,63 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." + "@value": "Åland Islands" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@language": "en", + "@value": "accepted" } ], - "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-04-02" + "@language": "en", + "@value": "Åland Islands" } ], - "http://purl.org/dc/terms/source": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv#Country" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "dpv-legal" + "@value": "AX" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "https://w3id.org/dpv/dpv-legal" + "@value": "ALA" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "248" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "0.6" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-legal#VG", "@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": [ { @@ -26817,7 +26445,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26826,186 +26454,192 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "British Virgin Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@value": "VG" } ], - "https://w3id.org/dpv#hasCountry": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@value": "VGB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@value": "92" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@value": "92" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MS", + "@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#SE" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "@language": "en", + "@value": "Montserrat" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@language": "en", + "@value": "Montserrat" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@value": "MS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@value": "MSR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@value": "500" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@value": "500" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NZ", + "@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#LU" - }, + "@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#SI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@language": "en", + "@value": "New Zealand" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@language": "en", + "@value": "New Zealand" + } + ], + "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#BG" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@value": "NZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@value": "NZL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@value": "554" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-legal#FM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27024,7 +26658,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27036,7 +26670,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brazil" + "@value": "Micronesia (Federated States of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27046,38 +26680,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BR" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRA" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "76" + "@value": "583" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "76" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-legal#KW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -27096,7 +26727,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27108,7 +26739,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Libya" + "@value": "Kuwait" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27118,35 +26749,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LY" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LBY" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "434" + "@value": "414" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "434" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-legal#US-NE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27165,7 +26796,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27177,7 +26808,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Armenia" + "@value": "Nebraska" + } + ], + "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#CX", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Christmas Island" + } + ], + "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": "Christmas Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27187,38 +26864,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "CX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "CXR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "162" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", "@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": [ { @@ -27234,7 +26911,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27246,18 +26923,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "http://www.naih.hu/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], "https://w3id.org/dpv#hasLaw": [ @@ -27272,7 +26949,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-legal#KI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -27291,7 +26968,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27303,33 +26980,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Kiribati" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "KI" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "KIR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "296" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30", + "@id": "https://w3id.org/dpv/dpv-legal#TT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27345,15 +27034,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne6acc1cef265474887e73c5fefea39ad" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27362,208 +27046,222 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@language": "en", + "@value": "Trinidad and Tobago" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@value": "TT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@value": "TTO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@value": "780" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "780" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@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#SE" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv#hasCountry": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@language": "en", + "@value": "France" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@language": "en", + "@value": "France" + } + ], + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@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#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@value": "FR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@value": "FRA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@value": "250" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@value": "250" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@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#CZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "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#EE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CY" + "@value": "MN" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@value": "MNG" } - ] - }, - { - "@id": "_:Ne6acc1cef265474887e73c5fefea39ad", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:Ne74476703aac412da8fb421270440913" + "@value": "496" } - ] - }, - { - "@id": "_:Ne74476703aac412da8fb421270440913", - "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": "496" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", "@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": [ { @@ -27579,7 +27277,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Berlin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27591,23 +27289,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Berlin" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + "@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-BE-BlnDSG" }, { - "@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-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27622,7 +27320,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-legal#TN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27634,9 +27332,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -27644,11 +27339,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" - }, - { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27659,38 +27350,46 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@language": "en", + "@value": "Tunisia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@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.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + "@value": "TN" } ], - "https://w3id.org/dpv#hasAuthority": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + "@value": "TUN" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@value": "788" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#Law" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-legal#ZA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27709,7 +27408,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Carolina" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27721,25 +27420,125 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Carolina" + "@value": "South Africa" } ], "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#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "ZA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ZAF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "710" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", "@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-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + }, + { + "@language": "en", + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + } + ], + "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": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + }, + { + "@language": "en", + "@value": "The Hessian 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.datenschutz.hessen.de/" + } + ], + "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-HE-HDISG" + }, + { + "@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-TH", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27755,7 +27554,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27767,48 +27566,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Panama" + "@value": "Thuringia" } ], - "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-TH" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" }, { - "@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" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "PAN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "591" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "591" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-legal#GM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27827,7 +27616,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27839,7 +27628,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maldives" + "@value": "Gambia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27849,38 +27638,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#SouthernAsia" + "@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": "MV" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDV" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "462" + "@value": "270" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "462" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", "@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": [ { @@ -27896,7 +27688,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27908,48 +27700,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@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#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#PN", + "@id": "https://w3id.org/dpv/dpv-legal#GG", "@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": [ { @@ -27965,7 +27734,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27977,7 +27746,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Guernsey" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -27987,35 +27756,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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#ChannelIslands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PN" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PCN" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "612" + "@value": "831" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "612" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RU", + "@id": "https://w3id.org/dpv/dpv-legal#BY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28034,7 +27806,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28046,7 +27818,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Belarus" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28064,27 +27836,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "112" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -28097,20 +27869,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + "@value": "The Saxon data protection officer" }, { "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28121,23 +27893,23 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + "@language": "en", + "@value": "The Saxon data protection officer" }, { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + "@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.datenschutz.hessen.de/" + "@value": "https://www.saechsdsb.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ], "https://w3id.org/dpv#hasLaw": [ @@ -28145,10 +27917,10 @@ "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28158,7 +27930,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "@id": "https://w3id.org/dpv/dpv-legal#US-OH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28177,7 +27949,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Africa" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28189,17 +27961,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Africa" + "@value": "Ohio" } ], "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#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-legal#SV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28218,45 +27995,129 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "El Salvador" + } + ], + "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": "El Salvador" + } + ], + "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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "SV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "SLV" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "222" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "222" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VN", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Viet Nam" + } + ], + "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": "Viet Nam" } ], - "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": "Data Protection Commission (DPC)" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "VN" } ], - "https://w3id.org/dpv#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@value": "VNM" } ], - "https://w3id.org/dpv#hasLaw": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "704" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GP", + "@id": "https://w3id.org/dpv/dpv-legal#MH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28275,7 +28136,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28287,7 +28148,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Marshall Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28297,38 +28158,35 @@ ], "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#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": "GP" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GLP" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "312" + "@value": "584" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "312" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28347,7 +28205,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "EasternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28359,51 +28217,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eritrea" + "@value": "EasternEurope" } ], "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#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "ER" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ERI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "232" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "232" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-legal#US-FL", "@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": [ { @@ -28419,7 +28251,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28431,7 +28263,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maryland" + "@value": "Florida" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28446,7 +28278,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-legal#CR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -28465,7 +28297,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28477,7 +28309,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Yemen" + "@value": "Costa Rica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28487,38 +28319,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#WesternAsia" + "@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": "YE" + "@value": "CR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "YEM" + "@value": "CRI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "887" + "@value": "188" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "887" + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-legal#US-IA", "@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": [ { @@ -28534,7 +28369,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Iowa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28546,7 +28381,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oregon" + "@value": "Iowa" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -28561,7 +28396,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-legal#JP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28580,7 +28415,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28592,25 +28427,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Japan" } ], "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#LatinAmericaandtheCaribbean" + "@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": "JP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "JPN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "392" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-legal#US-WV", "@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": [ { @@ -28623,15 +28481,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N131b8e56108d4b788b4aa72d844f413e" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "West Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28640,51 +28493,28 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@language": "en", + "@value": "West Virginia" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#A45-3" + "@id": "https://w3id.org/dpv#Region" } - ] - }, - { - "@id": "_:N131b8e56108d4b788b4aa72d844f413e", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nc25b9820918f4b26bd56423be8a6875d" - } - ] - }, - { - "@id": "_:Nc25b9820918f4b26bd56423be8a6875d", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28695,12 +28525,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28712,51 +28549,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Indian Ocean Territory" - } - ], - "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#Africa" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "IO" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "IOT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "86" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "86" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-legal#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": [ { @@ -28772,7 +28604,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28781,10 +28613,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EEA31" + }, + { + "@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": "Mexico" + "@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": [ @@ -28794,41 +28656,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#EasternEurope" }, { - "@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": "MX" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MEX" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "484" + "@value": "616" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "484" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-legal#EU28", "@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": [ { @@ -28841,10 +28700,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N18de57503d674c22a393b33d9c36f7a5" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "European Union (EU-28)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28853,116 +28717,228 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@id": "https://w3id.org/dpv/dpv-legal#EU" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EE" - } - ], - "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#LV" + }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB", - "@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#BE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "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#FR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "GB" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } + ] + }, + { + "@id": "_:N18de57503d674c22a393b33d9c36f7a5", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "GBR" + "@id": "_:N21136b2b3d0848b3b81822cd7081c5ab" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@value": "826" + "@id": "_:N5b31caba72264a039ab1f2ecacc04621" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N5b31caba72264a039ab1f2ecacc04621", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "826" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA", + "@id": "_:N21136b2b3d0848b3b81822cd7081c5ab", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2013-07-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", "@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": [ { @@ -28978,7 +28954,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28988,27 +28968,53 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + }, { "@language": "en", - "@value": "Washington" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.rlp.de/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MK", + "@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": [ { @@ -29019,12 +29025,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + }, { "@language": "en", - "@value": "North Macedonia" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29035,49 +29048,41 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@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#SouthernEurope" + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MK" + "@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/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "MKD" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "807" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "807" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-legal#RU", "@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": [ { @@ -29093,7 +29098,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29105,7 +29110,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Russian Federation" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29115,41 +29120,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BQ" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BES" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "535" + "@value": "643" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "535" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-legal#PN", "@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": [ { @@ -29165,7 +29167,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29177,7 +29179,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Pitcairn" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29187,41 +29189,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#Polynesia" }, { - "@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": "JM" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "612" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#MY", "@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": [ { @@ -29237,7 +29236,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29246,40 +29245,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@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#EEA31" - } - ], "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": "Malaysia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29289,35 +29258,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@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": "SE" + "@value": "MY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "MYS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "458" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "752" + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-legal#BJ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -29336,7 +29305,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29348,7 +29317,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Benin" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29358,41 +29327,41 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "204" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VG", + "@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": [ { @@ -29403,12 +29372,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29418,50 +29394,45 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], - "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.datenschutz.saarland.de/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "VG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { - "@value": "VGB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + }, { - "@value": "92" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "92" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#NU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29480,7 +29451,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29492,25 +29463,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Niue" } ], "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#Asia" + "@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": "NU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "NIU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "570" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "@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": [ { @@ -29526,7 +29520,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29537,33 +29531,28 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EU" }, { "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" - } - ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + "@value": "Cyprus" } ], "https://w3id.org/dpv#hasLaw": [ @@ -29578,38 +29567,38 @@ ], "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": "NL" + "@value": "CY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "CYP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "196" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-legal#SA", "@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": [ { @@ -29622,14 +29611,10 @@ "@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": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#" + "@language": "en", + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29638,44 +29623,69 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" + "@value": "Saudi Arabia" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@language": "en", - "@value": "ISO-alpha2" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "SA" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "SAU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "682" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-legal", "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@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": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-02" } ], "http://purl.org/dc/terms/creator": [ @@ -29683,40 +29693,55 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Polynesia" + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-25" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "dpv-legal" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "https://w3id.org/dpv/dpv-legal#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", "@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": [ { @@ -29732,7 +29757,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29744,22 +29769,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv#Region" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnil.fr/" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#FR" + } + ], + "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#IE", + "@id": "https://w3id.org/dpv/dpv-legal#CL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29778,7 +29814,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ireland" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29787,40 +29823,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - }, - { - "@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#EEA31" - } - ], "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": "Chile" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29830,38 +29836,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#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IE" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRL" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "372" + "@value": "152" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "372" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-legal#KY", "@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": [ { @@ -29877,7 +29886,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29889,7 +29898,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Cayman Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29899,35 +29908,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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "KY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "CYM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "136" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "184" + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29946,7 +29958,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29958,18 +29970,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "Hamburg" + } + ], + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ], "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-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -29984,7 +30001,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-legal#CM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30003,7 +30020,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30015,22 +30032,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Idaho" + "@value": "Cameroon" } ], "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#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": "CM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CMR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "120" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#MK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30049,7 +30092,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30058,40 +30101,79 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@language": "en", + "@value": "North Macedonia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, + "@value": "MK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@value": "MKD" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "807" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "807" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TG", + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "Togo" } ], - "https://w3id.org/dpv#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + "@language": "en", + "@value": "accepted" } ], - "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": "Togo" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -30101,38 +30183,41 @@ ], "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#NorthernEurope" + "@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": "EE" + "@value": "TG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "TGO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "768" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "233" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#SX", "@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": [ { @@ -30148,7 +30233,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30160,41 +30245,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Sint Maarten (Dutch part)" } ], - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + "@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-BY-BayDSG" + "@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#Region" + "@value": "SX" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "SXM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "534" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-legal#US-SD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30213,7 +30305,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30225,7 +30317,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "South Dakota" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -30240,7 +30332,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-legal#TD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30259,7 +30351,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30271,7 +30363,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Botswana" + "@value": "Chad" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -30281,41 +30373,41 @@ ], "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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@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": "BW" + "@value": "TD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "TCD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "148" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27", + "@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": [ { @@ -30328,15 +30420,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N67d6eca70d8b4df993baef2ad8e6b1d9" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-27)" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30345,207 +30432,53 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@language": "en", + "@value": "Cabo Verde" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, + "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#SK" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@value": "CV" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv#SupraNationalUnion" + "@value": "CPV" } - ] - }, - { - "@id": "_:N67d6eca70d8b4df993baef2ad8e6b1d9", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "_:N44e4f0f1c93b484ab5f1d086201c73d9" + "@value": "132" } - ] - }, - { - "@id": "_:N44e4f0f1c93b484ab5f1d086201c73d9", - "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": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU28", + "@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": [ @@ -30559,15 +30492,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/source": [ { - "@id": "_:N7f7711fb31084f49a2bba3fa681cbe4c" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "European Union (EU-28)" + "@id": "https://w3id.org/dpv/dpv-legal#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30576,228 +30508,111 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@language": "en", + "@value": "The UN-M49 code for a given region" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@language": "en", + "@value": "UN-M49" } ], - "https://w3id.org/dpv#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@id": "https://w3id.org/dpv#Location" + } + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#UY", + "@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#CY" - }, + "@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#AT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, + "@language": "en", + "@value": "Uruguay" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@language": "en", + "@value": "Uruguay" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GB" + "@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#SupraNationalUnion" + "@value": "UY" } - ] - }, - { - "@id": "_:N7f7711fb31084f49a2bba3fa681cbe4c", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "_:Nffc3d64b43eb48b892c223e8b66bd64e" + "@value": "URY" } ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:Nae0158553a454415884d073dd3483fcd" - } - ] - }, - { - "@id": "_:Nffc3d64b43eb48b892c223e8b66bd64e", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "858" } - ] - }, - { - "@id": "_:Nae0158553a454415884d073dd3483fcd", - "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-01-31" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL", + "@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" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30806,6 +30621,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -30813,7 +30631,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "State Data Protection Act (LDSG)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30825,45 +30647,37 @@ "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" + "@value": "State Data Protection Act (LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" } ], - "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://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasAuthority": [ { - "@value": "TLS" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "626" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "626" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -30879,10 +30693,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N01543ba7422b427b8b0e5716d0f9d4db" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30894,48 +30713,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belize" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" + "@value": "California Consumer Privacy Act (CCPA)" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "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://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "BZ" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "BLZ" + "@id": "https://w3id.org/dpv#Law" } + ] + }, + { + "@id": "_:N01543ba7422b427b8b0e5716d0f9d4db", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "84" + "@id": "_:N5ec2baea67a34bb7bf0c8c0aa129330e" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N5ec2baea67a34bb7bf0c8c0aa129330e", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "84" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#EEA31", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30951,112 +30770,245 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N786027207bf242d78c4caed82d55205f" + } + ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "NorthernAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@language": "en", + "@value": "European Economic Area (EEA-31)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + } + ], + "https://w3id.org/dpv#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@language": "en", - "@value": "NorthernAfrica" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CL", - "@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#DK" + }, { - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@language": "en", - "@value": "Chile" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { - "@language": "en", - "@value": "Chile" - } - ], - "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#FR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "CL" + "@id": "https://w3id.org/dpv#SupraNationalUnion" } + ] + }, + { + "@id": "_:N786027207bf242d78c4caed82d55205f", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "CHL" + "@id": "_:N8455d50290514be5b60bb718ae7de6d3" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@value": "152" + "@id": "_:Nfc186995d03840d0893e9376aa49ef2b" } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nfc186995d03840d0893e9376aa49ef2b", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "152" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BY", + "@id": "_:N8455d50290514be5b60bb718ae7de6d3", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@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": [ { @@ -31072,7 +31024,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31084,7 +31036,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" + "@value": "Equatorial Guinea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31094,35 +31046,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "226" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "112" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31134,21 +31089,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - }, { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31157,71 +31105,13 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" }, { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - } - ], - "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" + "@id": "https://w3id.org/dpv/dpv-legal#EU27" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Law" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Lithuania" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU" }, @@ -31229,27 +31119,21 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU28" }, { - "@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#EEA" }, { - "@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": "Lithuania" + "@value": "Romania" } ], "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" } ], "https://w3id.org/dpv#hasLaw": [ @@ -31264,35 +31148,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@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": "LT" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "642" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AG", + "@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" @@ -31306,12 +31190,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31323,48 +31214,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antigua and Barbuda" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "AG" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.brandenburg.de/" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv#hasJurisdiction": [ { - "@value": "ATG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#hasLaw": [ { - "@value": "28" + "@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/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "28" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-legal#CA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31383,7 +31269,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31395,7 +31281,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Canada" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31405,41 +31291,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#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SS" + "@value": "CA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SSD" + "@value": "CAN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "728" + "@value": "124" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "728" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", "@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": [ { @@ -31455,7 +31338,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Texas" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31467,7 +31350,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Texas" + "@value": "WesternAfrica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31477,12 +31360,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31501,7 +31384,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31510,10 +31393,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@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#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@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" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31523,35 +31436,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IR" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRN" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "364" + "@value": "442" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "364" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-legal#MP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31570,7 +31483,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31582,7 +31495,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Northern Mariana Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31592,35 +31505,35 @@ ], "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#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "580" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-VI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31639,7 +31552,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31651,7 +31564,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "U.S. Virgin Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31661,12 +31574,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#BM", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -31685,7 +31598,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31697,7 +31610,94 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Danish Data Protection Agency" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@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#DK" + } + ], + "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#LT", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Lithuania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@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#EEA31" + } + ], + "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" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -31707,30 +31707,30 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BM" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BMU" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "60" + "@value": "440" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "60" + "@value": "440" } ] } diff --git a/dpv-legal/dpv-legal.n3 b/dpv-legal/dpv-legal.n3 index a5242d8a6..709bb7401 100644 --- a/dpv-legal/dpv-legal.n3 +++ b/dpv-legal/dpv-legal.n3 @@ -19,12 +19,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpv-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-legal:AdequacyConcepts a skos:Collection ; skos:member dpv-legal:Adequacy-EU-AD, diff --git a/dpv-legal/dpv-legal.rdf b/dpv-legal/dpv-legal.rdf index 79012a2af..332c7c785 100644 --- a/dpv-legal/dpv-legal.rdf +++ b/dpv-legal/dpv-legal.rdf @@ -12,7805 +12,7805 @@ xmlns:time="http://www.w3.org/2006/time#" xmlns:vann="http://purl.org/vocab/vann/" > - - Julian Flake - Harshvardhan J. Pandit - https://www.datenschutz-bayern.de/ - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - - - - 2022-03-30 - Der Bayerische Landesbeauftragte für den Datenschutz - The Bavarian State Commissioner for Data Protection - accepted - - - - - - - accepted - Uganda - 800 - - - - UG - - - 800 - - Harshvardhan J. Pandit - 2022-03-30 - UGA - Uganda - - - 706 - - - - accepted - Somalia - - - SO - Harshvardhan J. Pandit - - Somalia - 706 - SOM - 2022-03-30 - - - - - - Harshvardhan J. Pandit - Saxony-Anhalt - Saxony-Anhalt - - 2022-03-30 - accepted - - - - - - - Harshvardhan J. Pandit - 646 - - - 2022-03-30 - - - - accepted - 646 - Rwanda - Rwanda - RW - RWA - - - - accepted - - 144 - - - Harshvardhan J. Pandit - LK - Sri Lanka - Sri Lanka - 144 - 2022-03-30 - - - LKA - - - 2022-03-30 - CAN - accepted - - - Canada - - - Canada - CA - - 124 - Harshvardhan J. Pandit - 124 - - - - 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-04-02 - 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.6 - - - Harshvardhan J. Pandit - Senegal - - - SN - SEN - 2022-03-30 - 686 - - - - accepted - 686 - - Senegal - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 - - accepted - European Economic Area (EEA) - - - - - - + - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + - - - - - - - - - - - + + + + - - - - - - - - - - - - - + + + - - - - - - - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - + + + + + - - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + - - - - - - - - + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - + + + + + + - + + + - - - - - + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - Harshvardhan J. Pandit - Lao People's Democratic Republic - LAO - LA - - - 2022-03-30 - accepted - Lao People's Democratic Republic - 418 - 418 - - - - - - - Slovakia - SK - Harshvardhan J. Pandit - - - 703 - 703 - accepted - 2022-03-30 - Slovakia - SVK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - General Data Protection Regulation (GDPR) - 2022-03-30 - - http://data.europa.eu/eli/reg/2016/679/oj - accepted - Harshvardhan J. Pandit - General Data Protection Regulation (GDPR) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - - - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 - Julian Flake - Harshvardhan J. Pandit - 2022-03-30 - - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - accepted - - - - - - - 248 - ALA - accepted - Åland Islands - Åland Islands - - - Harshvardhan J. Pandit - - 248 - AX - 2022-03-30 - - - 728 - 2022-03-30 - South Sudan - - - - 728 - accepted - - - SSD - SS - Harshvardhan J. Pandit - - South Sudan - - - Harshvardhan J. Pandit - - - - - - accepted - EU Adequacy Decision for Isle of Man - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - 2022-03-30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - accepted - - - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + EU Adequacy Decision for Uruguay - 2022-03-30 - - - - Harshvardhan J. Pandit - EU Adequacy Decision for New Zealand - - - Harshvardhan J. Pandit - - - Massachusetts - 2022-03-30 - accepted - Massachusetts - - - - - - JOR - - - 400 - 2022-03-30 - - - JO - 400 - Jordan - Jordan - accepted - Harshvardhan J. Pandit - - - Harshvardhan J. Pandit - Hellenic Data Protection Authority - accepted - - - 2022-03-30 - - - http://dpa.gr - - Hellenic Data Protection Authority - - - - BZ - 84 - BLZ - - - 2022-03-30 - - - - accepted - Belize - Belize - 84 Harshvardhan J. Pandit - - - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - - - - 2022-03-30 - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - accepted - https://datenschutz.sachsen-anhalt.de/ - Julian Flake - Harshvardhan J. Pandit - - - - NZL - New Zealand - - 554 - - - New Zealand - - - Harshvardhan J. Pandit + + 2022-03-30 accepted - NZ - 554 - - - - - - - https://ada.lt - Harshvardhan J. Pandit - accepted - State Data Protection Inspectorate - State Data Protection Inspectorate - 2022-03-30 - + - - - - - - - 2022-03-30 - 170 - COL - accepted - Colombia - - 170 - CO - Colombia - Harshvardhan J. Pandit + + 2020-01-31 - - - + + + + + + + + + + + - - + + + - + - - + + - - - - - + + - - - - - - - + - - - - + - - - - - - - - - - + + + + - + + + + + + + - + + + + - + - + + + + accepted + Harshvardhan J. Pandit + European Union (EU-28) + + + + 2022-03-30 + + + + + Harshvardhan J. Pandit + 496 + Mongolia + MN + Mongolia + + + MNG + accepted + + 2022-03-30 + 496 + + + 2022-03-30 + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + accepted + + + + + California Privacy Rights Act (CPRA) + California Privacy Rights Act (CPRA) + + Harshvardhan J. Pandit + + + 604 + + + + PE - Harshvardhan J. Pandit - - 2022-03-30 + Peru accepted - - European Union (EU-28) - - - + 2022-03-30 - Myanmar - Myanmar - accepted - + 604 + Harshvardhan J. Pandit + Peru + PER + + + + + + + + + + + + + + + + + + + Pakistan + 586 + Pakistan + - MMR + 586 - 104 - Harshvardhan J. Pandit + accepted - MM - 104 + PK + Harshvardhan J. Pandit + PAK + 2022-03-30 - - - - - CRI - CR + + + + + + + MRT + 2022-03-30 + Harshvardhan J. Pandit + 478 + + + + Mauritania + Mauritania + accepted + 478 + MR + + + + + 2022-03-30 + 643 + + + Russian Federation + 643 + Russian Federation + accepted + + RU + RUS + Harshvardhan J. Pandit + + + Rhineland-Palatinate Harshvardhan J. Pandit - Costa Rica - Costa Rica - 188 2022-03-30 - 188 + Rhineland-Palatinate + + + + accepted + + + - + + - - - - - - - - - + - - - - - - - + + + + + + + + + + + + + - - - + + + + + + + - - - - - + + + + + + + - - + - + + + - - - - - + + - - - + + - - + + + 2022-03-30 + + + accepted + Harshvardhan J. Pandit + European Economic Area (EEA) + + + + + + France + 250 + + + accepted + + FR Harshvardhan J. Pandit + 2022-03-30 + France + FRA + 250 + + + - European Union (EU-27) - + + + + + + + + + 2022-03-30 + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) accepted + Harshvardhan J. Pandit + Julian Flake + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + 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 + + + + + + COK + + + CK + 184 + accepted + 2022-03-30 - + 184 + Harshvardhan J. Pandit + Cook Islands + Cook Islands + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - MG - 450 + + + + + 2022-03-30 + GLP + Guadeloupe + 312 + Guadeloupe + 312 + accepted + + GP Harshvardhan J. Pandit - MDG - Madagascar - 450 + + 2022-03-30 + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) + Julian Flake + Harshvardhan J. Pandit + + + + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + accepted - Madagascar - - - - + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + + - - EU Adequacy Decision for Uruguay + + http://data.europa.eu/eli/dec_impl/2019/419/oj + + + Harshvardhan J. Pandit + EU Adequacy Decision for Japan - - 2022-03-30 - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - Harshvardhan J. Pandit - - accepted + + - - - - - 516 + + 238 + 2022-03-30 + Falkland Islands (Malvinas) + FK + + + - Harshvardhan J. Pandit - - NAM - NA - Namibia - 2022-03-30 - Namibia - 516 - accepted - - - - - - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - accepted - - - 2022-03-30 - - https://www.datenschutz.rlp.de/ - + + 238 + Falkland Islands (Malvinas) + FLK Harshvardhan J. Pandit - - Harshvardhan J. Pandit - Office for Personal Data Protection - - accepted - + + + Romania + ROU + accepted + + Harshvardhan J. Pandit + + 2022-03-30 - Office for Personal Data Protection - https://www.uoou.cz/ - + RO + 642 + Romania + 642 + + + + + + + - - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + 191 - + + Croatia + accepted + 2022-03-30 + Harshvardhan J. Pandit + 191 + HR + Croatia + HRV + + + + + + + + + Harshvardhan J. Pandit 2022-03-30 - - European Economic Area (EEA-30) - - - Qatar - - + Guernsey + GGY + 831 + Guernsey + GG + + + + + accepted + + 831 + + + + + 234 + FO + Faroe Islands - 634 - 2022-03-30 - QAT + accepted - 634 - QA + Faroe Islands - Qatar + 2022-03-30 Harshvardhan J. Pandit + FRO + 234 - - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - - EU Adequacy Decision for Faroe Islands + 2022-03-30 - accepted + Harshvardhan J. Pandit + BHS + Bahamas + + + + + accepted + + 44 + Bahamas + 44 + BS + + + + + + + Honduras + HN + accepted + + Honduras + HND + 340 + 2022-03-30 Harshvardhan J. Pandit - - + 340 + + + + + + + + + + + + + + + + + + + + + + + - + 320 - Harshvardhan J. Pandit - + + accepted + + GT - accepted + + GTM 2022-03-30 - Guatemala + Harshvardhan J. Pandit 320 - GT - 320 + Guatemala Guatemala - GTM - - - 2022-03-30 + - Texas + - - Harshvardhan J. Pandit accepted - Texas + 2022-03-30 + Micronesia + Micronesia + Harshvardhan J. Pandit - - - + + Solomon Islands + 2022-03-30 - BMU - BM - 2022-03-30 - 60 + Solomon Islands + 90 + SB + + accepted - 60 - Bermuda + SLB + 90 Harshvardhan J. Pandit - Bermuda - - GNQ - - - - Equatorial Guinea - + + 2022-03-30 - Harshvardhan J. Pandit - 226 + accepted - Equatorial Guinea - 2022-03-30 - GQ - - 226 - - + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) Harshvardhan J. Pandit Julian Flake - - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - 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) + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf + + + + + + Harshvardhan J. Pandit + 268 + + + 268 + Georgia + GEO + accepted + + Georgia + GE 2022-03-30 + + + + + + 120 + CM + CMR accepted - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf - + + 2022-03-30 + Harshvardhan J. Pandit + Cameroon + Cameroon + 120 - - - - + + Lithuania + 440 + + + LT + accepted + + 2022-03-30 + Harshvardhan J. Pandit + LTU + 440 + + + Lithuania + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accepted - 558 - Nicaragua - Nicaragua - - - - 558 Harshvardhan J. Pandit - NI - NIC + + 2022-03-30 + + European Economic Area (EEA-31) - - - - + + https://www.gesetze-im-internet.de/bdsg_2018/ + + + + + + + + + + + + + + + + + + Julian Flake Harshvardhan J. Pandit - Minnesota - 2022-03-30 - accepted - - Minnesota - - - 744 - - Harshvardhan J. Pandit - - Svalbard and Jan Mayen Islands - - - Svalbard and Jan Mayen Islands - SJ + 2022-03-30 - SJM - 744 + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) accepted + + + + + + + + + + + + + + + + + + + - + + China, Hong Kong Special Administrative Region + accepted + HK + + + 2022-03-30 - 2022-03-30 - Sierra Leone - Sierra Leone - - - - accepted - 694 - SLE - SL Harshvardhan J. Pandit - 694 + China, Hong Kong Special Administrative Region + 344 + 344 + HKG - + 705 - SI + SVN - Harshvardhan J. Pandit - - 705 - Slovenia + Slovenia accepted + 2022-03-30 - Slovenia + Slovenia 705 + Harshvardhan J. Pandit + SI + - - + + 862 + VE + Venezuela (Bolivarian Republic of) + + + - - Harshvardhan J. Pandit - Alaska - Alaska + 862 + accepted + 2022-03-30 + Venezuela (Bolivarian Republic of) + VEN + Harshvardhan J. Pandit + + + + LatinAmericaandtheCaribbean + + + LatinAmericaandtheCaribbean accepted + Harshvardhan J. Pandit + 2022-03-30 - + + Julian Flake + Harshvardhan J. Pandit + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) - Solomon Islands + 2022-03-30 + + Hamburgisches Datenschutzgesetz (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + accepted + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + + + + Harshvardhan J. Pandit 2022-03-30 - Solomon Islands - 90 - SB - - - 90 - SLB + + + ES + Spain + + + 724 + Spain + 724 + ESP + accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Union (EU) + + + + + + + + + + + 428 + Latvia + + + LVA + accepted + + 2022-03-30 Harshvardhan J. Pandit + 428 + LV + Latvia + + + + + + + + + + + 2022-03-30 - + KY + + + 136 + Harshvardhan J. Pandit + + + + 136 + Cayman Islands + Cayman Islands + CYM accepted - - Harshvardhan J. Pandit - Turks and Caicos Islands + accepted - - - - 796 + + + http://dpa.gr + Hellenic Data Protection Authority 2022-03-30 - 796 - Turks and Caicos Islands - TC - - TCA + + Hellenic Data Protection Authority + Harshvardhan J. Pandit - - 660 + + KZ + + + Kazakhstan + + + Kazakhstan + 398 + accepted + + 398 2022-03-30 + KAZ + Harshvardhan J. Pandit + + accepted - Anguilla + + 2022-03-30 + + + Viet Nam + Harshvardhan J. Pandit + 704 + + + 704 + Viet Nam + VNM + VN + + + Harshvardhan J. Pandit + - + + + 660 + Anguilla + 660 + Anguilla + AIA AI + 2022-03-30 + accepted - AIA + + + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + Harshvardhan J. Pandit + Julian Flake + + + + + + + accepted + https://datenschutz.sachsen-anhalt.de/ + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + 2022-03-30 + + + + accepted + 2022-03-30 Harshvardhan J. Pandit - Anguilla - 660 + Kansas + + + Kansas - - Tonga - TO - + + Harshvardhan J. Pandit + ITA + IT + + + 380 - Tonga + + 380 + Italy accepted + + Italy 2022-03-30 + + + + + + + + + + + AS + 16 - 776 + American Samoa + + + accepted - 776 - TON + American Samoa Harshvardhan J. Pandit - - + ASM + 16 2022-03-30 - DZ - Algeria - Algeria - DZA - 12 + + + 580 + MP + MNP + + + + + Northern Mariana Islands + 580 + Northern Mariana Islands + accepted + 2022-03-30 Harshvardhan J. Pandit + + + Algeria + 2022-03-30 12 + DZA + 12 + DZ accepted + + Algeria + Harshvardhan J. Pandit - - + - - Harshvardhan J. Pandit - Oklahoma - Oklahoma - 2022-03-30 + KM accepted - - - 512 + 174 - - - - + COM + + + + 174 Harshvardhan J. Pandit - OM - Oman - OMN - accepted 2022-03-30 - Oman - 512 + Comoros + Comoros - - 262 - - - Harshvardhan J. Pandit - Djibouti - DJ - - - - accepted - 2022-03-30 - Djibouti - - DJI - 262 + + + 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-05-25 + 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.7 - - Harshvardhan J. Pandit - 340 + - HN + 876 2022-03-30 - 340 - - - - Honduras - HND - accepted - Honduras - - - Julian Flake + 876 Harshvardhan J. Pandit - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) + WLF + Wallis and Futuna Islands + + + Wallis and Futuna Islands + WF accepted + + + + - - + + + - - - + + + + + + + - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 + - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) + http://data.europa.eu/eli/reg/2016/679/oj + General Data Protection Regulation (GDPR) - 2022-03-30 - - https://www.gesetze-im-internet.de/bdsg_2018/ - - - - - + General Data Protection Regulation (GDPR) + accepted + Harshvardhan J. Pandit + + + + + + - - + + + + - - + + + + + + + + + + + - + + + + + - + + + + + + + + + + - - - + + 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 + 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 + 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 + Julian Flake Harshvardhan J. Pandit - - 70 - 70 - - - BIH - Bosnia and Herzegovina - Bosnia and Herzegovina + + + 2022-03-30 - BA - accepted - - - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 - Julian Flake - Harshvardhan J. Pandit accepted + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + + + + + - 2022-03-30 - - - + Berlin accepted - The Federal Commissioner for Data Protection and Freedom of Information - - + Harshvardhan J. Pandit + Berlin 2022-03-30 - + - The Federal Commissioner for Data Protection and Freedom of Information - - http://www.bfdi.bund.de/ - Harshvardhan J. Pandit + - + + 2022-03-30 + Harshvardhan J. Pandit + JOR + Jordan + + + 400 + JO + Jordan accepted - LB - 422 + 400 - - - 422 + + + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + accepted + Julian Flake Harshvardhan J. Pandit + + + 2022-03-30 - Lebanon - Lebanon - LBN + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + + + + https://www.lda.bayern.de/ + - + + Nebraska - Harshvardhan J. Pandit - SouthernEurope + Nebraska accepted + Harshvardhan J. Pandit + 2022-03-30 - - SouthernEurope - - - - 316 - Guam - GU + - Harshvardhan J. Pandit - GUM - + + + AZ + 2022-03-30 + Azerbaijan + 31 + Harshvardhan J. Pandit + Azerbaijan + 31 + AZE accepted - 316 - Guam - - accepted - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) + - Julian Flake + IRQ + accepted + + + Harshvardhan J. Pandit - + 368 + Iraq 2022-03-30 - - + 368 + IQ + Iraq - + + + + - - - Harshvardhan J. Pandit - https://idpc.org.mt + Mozambique accepted - Office of the Information and Data Protection Commissioner - Office of the Information and Data Protection Commissioner + 2022-03-30 - + Harshvardhan J. Pandit + Mozambique + 508 + MZ + MOZ + 508 - - - - PL - - - Poland - 2022-03-30 + accepted - 616 - Poland - 616 - Harshvardhan J. Pandit - POL + Julian Flake + + https://www.datenschutz.saarland.de/ + + - - - - - - - - - + 2022-03-30 + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - - - - 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 - https://www.datenschutz.bremen.de/ - Julian Flake - Harshvardhan J. Pandit - Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen - The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen - - 2022-03-30 - accepted - + + accepted - Harshvardhan J. Pandit - IND - accepted + Harshvardhan J. Pandit 2022-03-30 - India - 356 - 356 - IN - India + 50 + BGD + Bangladesh + Bangladesh + 50 + BD - - Comoros - - - - KM - + + BN + Brunei Darussalam + Brunei Darussalam + BRN - 2022-03-30 + + 96 accepted - 174 - 174 - COM + + + 96 + 2022-03-30 Harshvardhan J. Pandit - Comoros - - accepted - - - - National Commission on Informatics and Liberty (CNIL) - - - Harshvardhan J. Pandit - National Commission on Informatics and Liberty (CNIL) + + SGS 2022-03-30 - https://www.cnil.fr/ - - - - - 585 - + Harshvardhan J. Pandit - - PW - PLW - Palau - 2022-03-30 - 585 + South Georgia and the South Sandwich Islands + + + + GS + 239 + 239 accepted - Palau + + South Georgia and the South Sandwich Islands - + + + + + + 498 2022-03-30 + Republic of Moldova + Republic of Moldova + + - EU Adequacy Decision for Canada (commercial organisations) - - - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - + 498 accepted + + MD Harshvardhan J. Pandit + MDA - - 604 + + accepted Harshvardhan J. Pandit - - - - - 604 - Peru - PE - Peru 2022-03-30 - PER - accepted + Florida + + + Florida - - - - PM - + + + Harshvardhan J. Pandit + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + + + + accepted + + 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/ + 2022-03-30 + + + + + https://idpc.org.mt + + Harshvardhan J. Pandit - 666 + Office of the Information and Data Protection Commissioner + + + accepted + + Office of the Information and Data Protection Commissioner + 2022-03-30 + + + accepted - SPM - 666 - Saint Pierre and Miquelon + OMN + + + OM + Harshvardhan J. Pandit + 512 + + 2022-03-30 - Saint Pierre and Miquelon - accepted + 512 + Oman + Oman - - - 28 - AG + - Antigua and Barbuda - 2022-03-30 - + - Antigua and Barbuda - accepted - ATG - 28 Harshvardhan J. Pandit - - 2022-03-30 - BRB - - - + 74 + BV + BVT + Bouvet Island accepted - BB - - - Harshvardhan J. Pandit - Barbados - 52 - Barbados - 52 + 74 + Bouvet Island - - Harshvardhan J. Pandit - - 296 - 296 - - + 2022-03-30 - accepted - KI - Kiribati - KIR - - - Kiribati - - - Julian Flake + CUB Harshvardhan J. Pandit - - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - - - - 2022-03-30 - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - accepted - - https://www.datenschutz-hamburg.de/ + + + + 192 + 192 + Cuba + Cuba + accepted + + CU - - + + - WesternAfrica + + 690 - WesternAfrica - Harshvardhan J. Pandit + Seychelles + SYC + Seychelles accepted + 2022-03-30 + Harshvardhan J. Pandit + 690 + SC - - + + 92 + VG + + + + VGB + British Virgin Islands + 92 + British Virgin Islands - - - - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - - https://www.saechsdsb.de/ - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - Julian Flake - Harshvardhan J. Pandit - 2022-03-30 - accepted - - accepted - - + 2022-03-30 - Americas - - Americas Harshvardhan J. Pandit - - 729 - Sudan - SDN - Sudan - SD + + + accepted + 2022-03-30 + Caribbean + Harshvardhan J. Pandit - + Caribbean + + + + + + - 729 - 2022-03-30 - accepted - - - 56 - Harshvardhan J. Pandit - - - - + 788 - 2022-03-30 - accepted - BE - 56 - Belgium - Belgium - BEL - - - - - - - - - - - - 2022-03-30 + 788 accepted - - - Libya - 434 - Libya - Harshvardhan J. Pandit + TUN + Tunisia - 434 - LY - LBY + Tunisia + 2022-03-30 + Harshvardhan J. Pandit + TN - - - + + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + + + + Julian Flake Harshvardhan J. Pandit - - - - The ISO-Alpha2 code for a given region 2022-03-30 - - ISO-alpha2 - accepted - - - - - accepted - - Harshvardhan J. Pandit - LatinAmericaandtheCaribbean - 2022-03-30 - LatinAmericaandtheCaribbean + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + + https://www.datenschutzzentrum.de/ + accepted + - - Saint Kitts and Nevis - 659 + - Harshvardhan J. Pandit + CAN + accepted - KNA - KN - Saint Kitts and Nevis - + Canada + 124 + Harshvardhan J. Pandit + - - accepted 2022-03-30 - 659 + 124 + CA + Canada - - Pennsylvania - + + RW + Rwanda + + + + Rwanda + accepted + 646 + 2022-03-30 - - Pennsylvania - + 646 Harshvardhan J. Pandit + RWA - - Africa + - Harshvardhan J. Pandit + 626 + Timor-Leste + + + Timor-Leste accepted + 2022-03-30 - - Africa + TLS + 626 + Harshvardhan J. Pandit + TL - + + Washington 2022-03-30 - 798 - Tuvalu - 798 - - + Washington + + accepted - Tuvalu Harshvardhan J. Pandit - TV - - TUV - + + + + The Federal Commissioner for Data Protection and Freedom of Information + Harshvardhan J. Pandit - - - - 2022-03-30 - 710 - ZA - South Africa + + + http://www.bfdi.bund.de/ accepted - 710 - South Africa + The Federal Commissioner for Data Protection and Freedom of Information + 2022-03-30 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 + European Union (EU-27) Harshvardhan J. Pandit - - ZAF + + + accepted + + - - - Lower-Saxony + + Netherlands + + + 528 - Harshvardhan J. Pandit accepted - - Lower-Saxony + 2022-03-30 + NLD + NL + Harshvardhan J. Pandit + 528 + Netherlands - - - + + + + + + + - - accepted + - 2022-03-30 - - - - Guinea - Guinea - GN - 324 - - GIN - Harshvardhan J. Pandit - 324 - - - MNE - - - + + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia Harshvardhan J. Pandit - Montenegro - - + Julian Flake + + + + https://www.ldi.nrw.de/ accepted - 499 - 499 - ME + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen 2022-03-30 - Montenegro + - - 466 - 2022-03-30 - MLI - Mali - - - - Mali - + + SouthAmerica + accepted - - ML + Harshvardhan J. Pandit - 466 - accepted - - + 2022-03-30 - Kentucky - - - - Harshvardhan J. Pandit - Kentucky - accepted + SouthAmerica - - 740 - SR - accepted - - + + GF + 254 + + + 2022-03-30 + accepted + - Harshvardhan J. Pandit - 740 - Suriname - Suriname - 2022-03-30 - SUR + French Guiana + French Guiana + 254 + GUF - - - - + - 882 + Japan + + Harshvardhan J. Pandit - 882 - Samoa - WSM accepted - WS - Samoa + + JP 2022-03-30 + 392 + Japan + 392 + JPN - - accepted - Trinidad and Tobago - TT - 780 - Trinidad and Tobago - Harshvardhan J. Pandit - + + MW + Malawi + + + + Malawi + 454 + accepted + + Harshvardhan J. Pandit 2022-03-30 - - - - 780 - TTO + MWI + 454 - - BGR - - + + KI + + accepted + + 296 2022-03-30 - 100 - Bulgaria - Bulgaria - 100 - BG + KIR Harshvardhan J. Pandit - - - - - - - - - + 296 + Kiribati + Kiribati - - accepted - Hungary - HUN + + ID + 360 + Indonesia - Harshvardhan J. Pandit + + + 360 + accepted + Indonesia - 348 - Hungary - - - 348 - HU 2022-03-30 - - - - - - - - + Harshvardhan J. Pandit + IDN - + + + + Bosnia and Herzegovina + Bosnia and Herzegovina + + + 70 + 70 + accepted + 2022-03-30 Harshvardhan J. Pandit - 336 - + BIH + BA + + + WesternAsia - VA - VAT - - + accepted + + Harshvardhan J. Pandit 2022-03-30 - 336 - Holy See - Holy See + WesternAsia + - - JP + 2022-03-30 - Japan - Japan - - + + + + 148 + Chad + TD + Chad + TCD + accepted Harshvardhan J. Pandit - 392 - JPN - 392 - accepted + 148 - + + GAB + 266 + + + + 266 Harshvardhan J. Pandit - SouthernAfrica accepted + + GA + 2022-03-30 + Gabon + Gabon + + 2022-03-30 + Harshvardhan J. Pandit + - - SouthernAfrica + + + Ohio + Ohio + accepted - - - - 520 + + IE + + - Nauru + 372 + Ireland + IRL + accepted - NR - Harshvardhan J. Pandit - Nauru 2022-03-30 - 520 - accepted - NRU - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Harshvardhan J. Pandit + Ireland + 372 + + + + + + + + - - TK - accepted - - - TKL + + 638 + RE + REU + Réunion + + + - Harshvardhan J. Pandit + accepted - Tokelau - Tokelau - 772 - 772 2022-03-30 + 638 + Harshvardhan J. Pandit + Réunion - - - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen - - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 - accepted - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - - - Julian Flake + Harshvardhan J. Pandit - + + + + accepted + European Economic Area (EEA-30) - + 2022-03-30 - accepted - - - Nepal - NPL - + Harshvardhan J. Pandit + FJI + 242 + + + FJ - Harshvardhan J. Pandit - 524 - 524 - NP - Nepal + Fiji + Fiji + accepted + + 242 - - UY + + Harshvardhan J. Pandit + + 2022-03-30 - - - - URY + Cyprus + 196 + CYP accepted - 858 - Uruguay - Uruguay - Harshvardhan J. Pandit - 858 + CY + 196 + Cyprus + + + + + + + - - 2022-03-30 + + https://tietosuoja.fi/ - accepted - + + Office of the Data Protection Ombudsman + accepted - Austrian Data Protection Authority - Austrian Data Protection Authority - https://dsb.gv.at Harshvardhan J. Pandit - - - - COK + Office of the Data Protection Ombudsman 2022-03-30 - accepted - + + + - CK + + 258 + PYF - 184 - Harshvardhan J. Pandit - Cook Islands - Cook Islands - 184 - - - - - 752 - - - Sweden + 258 accepted + French Polynesia + Harshvardhan J. Pandit 2022-03-30 - - SWE - 752 + French Polynesia + PF + + + accepted Harshvardhan J. Pandit - Sweden - SE - - - - - - - - - - Latvia - LV - + Spanish Data Protection Agency (AEPD) + 2022-03-30 + https://www.aepd.es/ + + Spanish Data Protection Agency (AEPD) + + + + - Latvia - Harshvardhan J. Pandit - 428 - + + - 428 - LVA + SK + SVK + Slovakia accepted + + 703 2022-03-30 + Slovakia + Harshvardhan J. Pandit + 703 - + - + + - - - 192 - - 192 - - + Harshvardhan J. Pandit - CU - Cuba - Cuba - CUB - - - - 2022-03-30 + Andorra + + + AND + AD + + accepted + 20 + Andorra + + 20 + 2022-03-30 - - 704 + - VN + WesternEurope + + 2022-03-30 - Viet Nam accepted - - - 704 - Viet Nam - - VNM Harshvardhan J. Pandit + WesternEurope - + + + + + + + + + + - Harshvardhan J. Pandit - China, Macao Special Administrative Region + EU Adequacy Decision for Canada (commercial organisations) accepted - MAC - 446 + + + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + + Harshvardhan J. Pandit 2022-03-30 - - - 446 - MO - China, Macao Special Administrative Region - + - + + - - Brazil - BRA - BR - 76 - + Puerto Rico + Puerto Rico + Harshvardhan J. Pandit - Brazil - 2022-03-30 accepted - 76 - - - - - 2022-03-30 - 74 - Bouvet Island - BVT + PR + PRI + 630 + 630 + + + 426 + LS + + + + Lesotho + LSO + accepted + 2022-03-30 Harshvardhan J. Pandit - Bouvet Island - 74 - BV + Lesotho + 426 + + + + + + https://www.datenschutz-hamburg.de/ + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + The Hamburg Commissioner for Data Protection and Freedom of Information + 2022-03-30 + + + + + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + The Hamburg Commissioner for Data Protection and Freedom of Information + Harshvardhan J. Pandit + Julian Flake accepted - - - + + Harshvardhan J. Pandit + + + 2022-03-30 + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + California Consumer Privacy Act (CCPA) accepted + California Consumer Privacy Act (CCPA) + + + + Cocos (Keeling) Islands + + + CC + accepted + + 166 2022-03-30 - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - EU Adequacy Decision for Andorra Harshvardhan J. Pandit + CCK + + + 166 + Cocos (Keeling) Islands - - Danish Data Protection Agency - Danish Data Protection Agency - - Harshvardhan J. Pandit + 2022-03-30 - http://www.datatilsynet.dk/ + Harshvardhan J. Pandit + NorthernEurope + + + NorthernEurope accepted - - - - Republic of Korea - - - accepted - KOR - 2022-03-30 - Republic of Korea + - + TM + 795 + + Harshvardhan J. Pandit - 410 - KR - 410 - - - China, Hong Kong Special Administrative Region + Turkmenistan + accepted + 795 + 2022-03-30 + Turkmenistan + TKM + + + Harshvardhan J. Pandit - 344 2022-03-30 - - + SL + + + + 694 + SLE + Sierra Leone + Sierra Leone + 694 accepted - HK - China, Hong Kong Special Administrative Region - HKG - 344 - Harshvardhan J. Pandit + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + 218 + + + - + EC + Ecuador + accepted + 218 + + 2022-03-30 + Ecuador Harshvardhan J. Pandit + ECU + + + + + + + + + + 2022-03-30 + Kuwait + 414 + Kuwait + KWT + 414 accepted - European Economic Area (EEA-31) - + + KW + Harshvardhan J. Pandit - - - - Liechtenstein - 2022-03-30 - 438 + accepted - LI - + 2022-03-30 + Harshvardhan J. Pandit - - LIE - Liechtenstein - 438 + + AustraliaandNewZealand + AustraliaandNewZealand + - - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information + - Julian Flake - Harshvardhan J. Pandit - - - - - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - https://www.tlfdi.de/ - 2022-03-30 - accepted + 2022-03-30 + Harshvardhan J. Pandit + + California + + California + + - - - - GI + + Qatar accepted + + 634 + Harshvardhan J. Pandit + 2022-03-30 + + + + + Qatar + QA + QAT + 634 + + + + + ChannelIslands + + accepted + 2022-03-30 + Harshvardhan J. Pandit + ChannelIslands + + + + + + accepted + Schleswig-Holstein 2022-03-30 - GIB - Gibraltar - - Gibraltar + Schleswig-Holstein Harshvardhan J. Pandit - 292 - 292 + + + + - - Serbia - 688 - Serbia - + + - SRB - Harshvardhan J. Pandit + 208 + 208 + DK + accepted - RS + 2022-03-30 + Harshvardhan J. Pandit + Denmark + Denmark + DNK + + + + + + + + + + accepted 2022-03-30 - 688 + + + Wisconsin + Harshvardhan J. Pandit + + + Wisconsin - - - - + + Harshvardhan J. Pandit + Julian Flake + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true - 2022-03-30 accepted - JAM - JM - Jamaica - Jamaica - 388 - 388 - + 2022-03-30 + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Union (EU) + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + + + + accepted + 2022-03-30 - + accepted - 860 + EU Adequacy Decision for Guernsey + 2022-03-30 + + Harshvardhan J. Pandit + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + + + + - Harshvardhan J. Pandit - - UZB - - + 2022-03-30 - Uzbekistan - UZ - 860 - Uzbekistan + Harshvardhan J. Pandit + accepted + + + EU Adequacy Decision for Switzerland + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - 203 - 203 - - + - CZE - 2022-03-30 + 776 + TO + 776 + + accepted - Czechia - Czechia + TON + 2022-03-30 + Tonga + Tonga Harshvardhan J. Pandit - CZ - - - - - - - - - - 132 - - - 132 - CV + + GNB + GW - - 2022-03-30 + + Guinea-Bissau + Guinea-Bissau + 624 + + accepted - Cabo Verde - Cabo Verde - CPV + 624 Harshvardhan J. Pandit + 2022-03-30 - - - - Harshvardhan J. Pandit - Democratic People's Republic of Korea - + + + + + 533 + AW + ABW - 408 - PRK - 408 - 2022-03-30 - KP + Aruba + 533 + + Aruba + Harshvardhan J. Pandit accepted - Democratic People's Republic of Korea + 2022-03-30 - - - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - - - Harshvardhan J. Pandit + 2022-03-30 - - + Harshvardhan J. Pandit + + + Missouri + + + Missouri accepted - EU Adequacy Decision for United Kingdom - - - - - - - - - - - - - - - ARG + + LAO + 418 + + - 2022-03-30 accepted - AR - Argentina - 32 - 32 + 418 Harshvardhan J. Pandit - Argentina + LA + 2022-03-30 + Lao People's Democratic Republic + Lao People's Democratic Republic - - Mecklenburg-Western-Pomerania - + + - 2022-03-30 - Mecklenburg-Western-Pomerania - + accepted - + 2022-03-30 + + Minnesota + Minnesota Harshvardhan J. Pandit - - - - - - Yemen - 887 - YE - + + Harshvardhan J. Pandit + + + Christmas Island - 2022-03-30 - - + + 162 + CX + 162 accepted - 887 - Yemen - YEM - Harshvardhan J. Pandit + 2022-03-30 + CXR + Christmas Island - + + KP + 408 Harshvardhan J. Pandit - - + Democratic People's Republic of Korea - + - 795 - Turkmenistan - Turkmenistan - TKM - 2022-03-30 - 795 + + Democratic People's Republic of Korea + PRK + 408 accepted - TM - - - - - - - - Harshvardhan J. Pandit - British Indian Ocean Territory - IOT - IO - 86 - British Indian Ocean Territory - 86 2022-03-30 - accepted - - 2022-03-30 - accepted + - https://www.imy.se/ - - - - Swedish Authority for Privacy Protection Harshvardhan J. Pandit - Swedish Authority for Privacy Protection + + SouthernEurope + + SouthernEurope + accepted + 2022-03-30 - - 608 - - - - + + UKR + + 804 + + + accepted + Harshvardhan J. Pandit - Philippines - PH + Ukraine + 804 2022-03-30 - accepted - Philippines - 608 - PHL + Ukraine + UA - + + GIB + + + Gibraltar - - Harshvardhan J. Pandit - Arkansas - Arkansas - 2022-03-30 + 292 + GI accepted - + 292 + + 2022-03-30 + Harshvardhan J. Pandit + Gibraltar - accepted - - Office for Personal Data Protection of the Slovak Republic - - + 2022-03-30 http://www.dataprotection.gov.sk/ - Office for Personal Data Protection of the Slovak Republic - - Harshvardhan J. Pandit - 2022-03-30 - - - + - North-Rhine Westphalia + Harshvardhan J. Pandit - - 2022-03-30 + + Office for Personal Data Protection of the Slovak Republic accepted - - North-Rhine Westphalia - - - - - France - FR - + + Baden-Württemberg + Harshvardhan J. Pandit - - 250 - 250 - - - FRA - France 2022-03-30 + + + Baden-Württemberg accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + 2022-03-30 + NorthernAfrica - 191 - 2022-03-30 - - - Croatia - HR - HRV - 191 + NorthernAfrica + + accepted - Croatia Harshvardhan J. Pandit - - - - - - - - - - 246 - FI + + + Lower-Saxony + Lower-Saxony + + accepted Harshvardhan J. Pandit - - - - FIN 2022-03-30 - accepted - 246 - Finland - Finland - - - - - - - + + + - - MEX - 484 + + - - - 2022-03-30 - accepted - Mexico - MX - - Mexico - - Harshvardhan J. Pandit - 484 - - - - - Hesse Harshvardhan J. Pandit - Hesse - - 2022-03-30 + 304 + Greenland + Greenland + 304 accepted - - - - - - - ES - - - Spain - - - ESP - Spain + GRL + GL - Harshvardhan J. Pandit - 724 2022-03-30 - 724 - accepted - - - - - - - - - - Heard Island and McDonald Islands - HM - 334 - - 334 - Heard Island and McDonald Islands - - + + 10 - Harshvardhan J. Pandit - HMD + ATA accepted + 2022-03-30 + Antarctica + Harshvardhan J. Pandit + AQ + Antarctica + 10 - - French Guiana + + + + + NA + NAM + 516 accepted - - - + 2022-03-30 - French Guiana - 254 - GUF + + Harshvardhan J. Pandit + 516 + Namibia + Namibia + + + + + IND + + accepted - 254 + 2022-03-30 Harshvardhan J. Pandit - GF + 356 + India + India + 356 + IN + + + 2003-07-05 - - 2022-03-30 + Harshvardhan J. Pandit + + + Guam + + accepted Guam - Guam - - - Harshvardhan J. Pandit - - NU - 570 - - - 2022-03-30 + + AU accepted - Niue - - - Niue - NIU - Harshvardhan J. Pandit - 570 - - + AUS + 2022-03-30 Harshvardhan J. Pandit - 2022-03-30 - accepted - Micronesia - - Micronesia + Australia + 36 + + Australia + 36 - - + + Europe + Europe - accepted - Julian Flake Harshvardhan J. Pandit - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - + accepted 2022-03-30 + - + + 534 + + + + SX - + + SXM Harshvardhan J. Pandit - - - - 2022-03-30 - - accepted - ISO-alpha3 - The ISO-Alpha3 code for a given region + + Sint Maarten (Dutch part) + 2022-03-30 + Sint Maarten (Dutch part) + 534 - - Schleswig-Holstein + + 570 + Niue + NIU + 570 + Niue + + + NU Harshvardhan J. Pandit - Schleswig-Holstein accepted - + 2022-03-30 - - - - - - - Taiwan (Province of China) - 2022-03-30 - Taiwan (Province of China) - accepted + + 64 + Bhutan + BT + + - Harshvardhan J. Pandit + BTN + accepted - - - - - CW - 531 - Curaçao - Curaçao - - - + 64 2022-03-30 - accepted - 531 - CUW Harshvardhan J. Pandit - + Bhutan - - Timor-Leste - - - 2022-03-30 - Timor-Leste + accepted - TL - TLS - + + + + + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + 2022-03-30 - 626 + + + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + https://www.datenschutz.hessen.de/ Harshvardhan J. Pandit - - 626 + Julian Flake - + + + Alabama - + accepted Harshvardhan J. Pandit + Alabama 2022-03-30 - Michigan - accepted - Michigan - - EasternEurope + + + Julian Flake + Harshvardhan J. Pandit - - accepted - EasternEurope 2022-03-30 - - Harshvardhan J. Pandit - - + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + accepted - + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + + + + Harshvardhan J. Pandit + CHE + CH + Switzerland + 756 + Switzerland + + - AT + + accepted + + 756 2022-03-30 - AUT + + + EH - 40 Harshvardhan J. Pandit - Austria - - - 40 - Austria - - - - - - - - + 732 + Western Sahara + 2022-03-30 + + + 732 + + + ESH + accepted + Western Sahara - + + + + + 670 + 2022-03-30 + accepted Harshvardhan J. Pandit - Falkland Islands (Malvinas) - FK - - - - 238 - 238 + 670 + VC + Saint Vincent and the Grenadines + VCT + Saint Vincent and the Grenadines + + + 2022-03-30 + Comissão Nacional de Protecção de Dados + + + + https://www.cnpd.pt + accepted + Harshvardhan J. Pandit + + Comissão Nacional de Protecção de Dados + + + Croatian Personal Data Protection Agency + 2022-03-30 - FLK - Falkland Islands (Malvinas) + Croatian Personal Data Protection Agency + + + + http://www.azop.hr/ + accepted + Harshvardhan J. Pandit + - + + + Delaware + + Delaware - Harshvardhan J. Pandit - NER - - NE + accepted 2022-03-30 - Niger + Harshvardhan J. Pandit + + + - + 2022-03-30 + Eritrea + ER + ERI + 232 + Eritrea + + + 232 accepted - Niger - 562 - 562 + + Harshvardhan J. Pandit - + accepted - - - - 218 - Ecuador - - + Harshvardhan J. Pandit - 218 - EC - - Ecuador - ECU + + + EasternAsia 2022-03-30 + EasternAsia + - - + + accepted + + - Nigeria - - Nigeria - 566 - NG + + Ethiopia Harshvardhan J. Pandit - - NGA 2022-03-30 - accepted - 566 + 231 + ETH + 231 + ET + Ethiopia - - 214 - + - Harshvardhan J. Pandit - - + - DO + + 2022-03-30 - Dominican Republic - Dominican Republic - DOM + Antigua and Barbuda + AG + Harshvardhan J. Pandit + ATG + 28 + Antigua and Barbuda + 28 accepted - 214 - - The UN-M49 code for a given region - UN-M49 - 2022-03-30 - - + + + + + Mexico + MX + 484 + Mexico + - - - + 484 accepted + + MEX Harshvardhan J. Pandit - + 2022-03-30 - - + + 112 - Israel - - + + BY + Belarus accepted - Israel - 2022-03-30 - 376 - ISR - 376 + 2022-03-30 + BLR Harshvardhan J. Pandit - IL + + + Belarus + 112 - - BD - + + 288 + + + - 50 + + Ghana Harshvardhan J. Pandit - BGD - - - 50 2022-03-30 + GH + 288 + Ghana accepted - Bangladesh - Bangladesh + GHA - + + 104 + accepted + + + + MMR + Harshvardhan J. Pandit + MM + 2022-03-30 + 104 + + + Myanmar + Myanmar + + - 68 - 2022-03-30 - - - accepted - Bolivia (Plurinational State of) - 68 - Bolivia (Plurinational State of) - BOL - Harshvardhan J. Pandit - BO + 2022-03-30 + Harshvardhan J. Pandit + 562 + NE + Niger + Niger + NER + + + + 562 - - 152 + accepted - 152 - - - + 2022-03-30 - Chile - + Grenada - - CHL + Harshvardhan J. Pandit - CL - Chile + + + + GRD + 308 + 308 + Grenada + GD - - Washington + + 748 + + + + Eswatini - - Harshvardhan J. Pandit accepted - Washington + + Harshvardhan J. Pandit + 748 2022-03-30 - + Eswatini + SWZ + SZ - - 258 - - - PF - accepted - 258 - + + + + accepted Harshvardhan J. Pandit - French Polynesia - French Polynesia - PYF - + Julian Flake + + + + 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 + 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 + https://www.lda.brandenburg.de/ - - - + + 178 + + + Congo + 178 + accepted + CG Harshvardhan J. Pandit - BI - BDI - 108 - accepted - Burundi 2022-03-30 - 108 - Burundi + COG + Congo - + + + 2022-03-30 + Estonian Data Protection Inspectorate - Maryland - accepted - 2022-03-30 - - Maryland - + + http://www.aki.ee/ + Harshvardhan J. Pandit + accepted + Estonian Data Protection Inspectorate - - Russian Federation - RUS - RU - + + Argentina + 32 + accepted + + Harshvardhan J. Pandit - 643 - - - - accepted + + + + 32 + Argentina 2022-03-30 - Russian Federation - 643 + ARG + AR - - - + Harshvardhan J. Pandit - - MV - Maldives - Maldives + 300 2022-03-30 - - - 462 + + + GRC + + + GR + 300 + Greece + Greece accepted - 462 - MDV + + + + + + + + + - - - - CCK + + + + + accepted Harshvardhan J. Pandit - Cocos (Keeling) Islands + Julian Flake + https://www.saechsdsb.de/ + + + + + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + 2022-03-30 + + + accepted - + Harshvardhan J. Pandit + 798 + Tuvalu - 166 - CC + 2022-03-30 - accepted - 166 - Cocos (Keeling) Islands + TUV + 798 + TV + + + Tuvalu - - accepted + - - + - - Data State Inspectorate - http://www.dvi.gov.lv/ + + accepted + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection Harshvardhan J. Pandit - Data State Inspectorate + Julian Flake + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz 2022-03-30 + + + https://www.datenschutz-bayern.de/ + - - accepted - - Northern Mariana Islands + + 48 + BH - - Northern Mariana Islands + 48 + accepted + + Bahrain + + Harshvardhan J. Pandit 2022-03-30 + BHR + Bahrain - - 136 - Cayman Islands - KY - + + 2022-03-30 + Saint Helena + 654 + + + + SHN + 654 + Saint Helena + + SH accepted - - - - Cayman Islands - 2022-03-30 - CYM - 136 Harshvardhan J. Pandit - - 2022-03-30 - - - - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - https://www.datenschutzzentrum.de/ - - accepted - + + 132 - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - - Julian Flake + + CV + + + + Cabo Verde + 132 + accepted + + CPV + Cabo Verde + 2022-03-30 Harshvardhan J. Pandit - - 352 + + accepted + + + + 260 - ISL - - - 2022-03-30 - accepted - Iceland - IS - Iceland + 2022-03-30 + French Southern Territories Harshvardhan J. Pandit - 352 + 260 + TF + French Southern Territories + ATF - - accepted + - - Guinea-Bissau - 2022-03-30 - Guinea-Bissau - 624 - GW - 624 + + 324 + 324 + GIN + accepted + GN + Guinea + 2022-03-30 + Guinea Harshvardhan J. Pandit - GNB - - Mayotte + + Harshvardhan J. Pandit + + + Alaska - Harshvardhan J. Pandit - YT + Alaska accepted - 175 - 175 2022-03-30 - - - - MYT - Mayotte - - + + FM + 2022-03-30 Harshvardhan J. Pandit - THA - + Micronesia (Federated States of) + 583 + Micronesia (Federated States of) - - - Thailand - 2022-03-30 + + FSM + + + 583 accepted - TH - 764 - 764 - Thailand - + accepted - - National Commission for Data Protection - - - National Commission for Data Protection - - https://cnpd.public.lu - Harshvardhan J. Pandit + 2022-03-30 - - - - - + + + + 450 + Harshvardhan J. Pandit + Madagascar + + + Madagascar + MG + MDG + 450 - + + Montana - Harshvardhan J. Pandit - 148 - - TD - TCD - - - + Montana accepted 2022-03-30 - Chad - 148 - Chad + Harshvardhan J. Pandit + + - - 2022-03-30 - - - LTU + accepted - Lithuania - - Harshvardhan J. Pandit - Lithuania - - LT - 440 - 440 - - - - - - - - - - - + Julian Flake + + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) - GRC - Harshvardhan J. Pandit - 300 - - - 300 - GR + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf 2022-03-30 - accepted - Greece - - Greece - - - - - - - - + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + + - - ZWE - Harshvardhan J. Pandit - 716 - + + 352 + ISL - 716 - ZW - - - + accepted - 2022-03-30 - Zimbabwe - Zimbabwe - - + 352 Harshvardhan J. Pandit - - - AND 2022-03-30 + Iceland + Iceland - - 20 - accepted - Andorra - - Andorra - AD - 20 + + IS - + + + + + SEN accepted - - - 304 - + + Harshvardhan J. Pandit - GRL - Greenland - - 304 - Greenland - GL 2022-03-30 + Senegal + 686 + SN + Senegal + 686 - - Iran (Islamic Republic of) - 2022-03-30 - - - accepted - 364 - IRN - IR - 364 + + Gambia + GM + GMB + + + + 270 + accepted + 2022-03-30 + 270 + Gambia Harshvardhan J. Pandit - Iran (Islamic Republic of) - - Harshvardhan J. Pandit - AQ + + 674 + accepted - - - 10 - 10 - ATA 2022-03-30 - Antarctica - accepted - Antarctica - - Harshvardhan J. Pandit - 454 - - MWI + + - Malawi - 454 - 2022-03-30 - Malawi - - - - MW - accepted + San Marino + SMR + San Marino + 674 + SM - - Singapore - Singapore - + + Harshvardhan J. Pandit - SG - 2022-03-30 - SGP - - - 702 + + Mecklenburg-Western-Pomerania + accepted - 702 + Mecklenburg-Western-Pomerania + + + + - - 212 - DMA + + + Indiana + + Indiana - DM - Harshvardhan J. Pandit - - Dominica - 2022-03-30 - - - accepted - 212 - Dominica - - - 233 2022-03-30 - - - EE - accepted - Estonia - Estonia - EST - - Harshvardhan J. Pandit - 233 - - - - - - - - - - - + - 2022-03-30 + accepted - Wyoming - - Wyoming - + United States Minor Outlying Islands + 2022-03-30 + United States Minor Outlying Islands Harshvardhan J. Pandit + + - - 231 - Ethiopia - - - + + + + + Trinidad and Tobago + 780 + TT + Trinidad and Tobago + TTO - - Harshvardhan J. Pandit - ETH - Ethiopia - ET accepted + 2022-03-30 - 231 + Harshvardhan J. Pandit + 780 - - accepted - + + + + EasternEurope + accepted + EasternEurope 2022-03-30 - Asia - Harshvardhan J. Pandit - Asia + - + + 807 + + + 807 + accepted + + MKD Harshvardhan J. Pandit - Hamburg - - Hamburg + North Macedonia 2022-03-30 - accepted - - - - - + North Macedonia + MK - - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + + 768 + TGO + Togo + 768 + + + + Togo - 2022-03-30 - - California Consumer Privacy Act (CCPA) + accepted - - California Consumer Privacy Act (CCPA) + + 2022-03-30 Harshvardhan J. Pandit + TG - + + Burkina Faso + BF - Harshvardhan J. Pandit - BTN - BT - Bhutan + 854 + + + accepted - 2022-03-30 - - - Bhutan - 64 - 64 + Harshvardhan J. Pandit + 2022-03-30 + BFA + Burkina Faso + 854 - - + + 2022-03-30 Harshvardhan J. Pandit - - - Baden-Württemberg - 2022-03-30 - Baden-Württemberg + + + + New York + New York accepted - - - - + + + + + Dominican Republic + 214 + DO + 214 - Harshvardhan J. Pandit + DOM + Dominican Republic accepted - 2022-03-30 - - - SubSaharanAfrica - SubSaharanAfrica + + 2022-03-30 + Harshvardhan J. Pandit - + - Faroe Islands - - - Faroe Islands - accepted 2022-03-30 - FO - FRO - 234 - 234 + Harshvardhan J. Pandit - + + Oklahoma + Oklahoma + accepted - - Denmark + + + + 276 + DE + Germany - - Harshvardhan J. Pandit - - - 208 - DNK accepted + + Germany 2022-03-30 - 208 - Denmark - DK + DEU + Harshvardhan J. Pandit + 276 - - + + - - - + + + + - + + 60 + BMU + + - Harshvardhan J. Pandit - KH + Bermuda + accepted - 116 - - + BM + Bermuda + Harshvardhan J. Pandit 2022-03-30 - Cambodia - KHM - 116 - Cambodia - accepted + 60 - - 2022-03-30 - VC - Saint Vincent and the Grenadines - - - + + 51 accepted - + + 2022-03-30 + Armenia + + + ARM + Harshvardhan J. Pandit - 670 - - Saint Vincent and the Grenadines - VCT - 670 + AM + 51 + Armenia - - French Southern Territories - - - - ATF - + + accepted + + 2022-03-30 + + Austrian Data Protection Authority - + + + https://dsb.gv.at Harshvardhan J. Pandit - French Southern Territories - 260 - 2022-03-30 - accepted - 260 - TF + Austrian Data Protection Authority - - Switzerland + + ALA + accepted - - + Åland Islands + Harshvardhan J. Pandit - Switzerland + Åland Islands + 248 + AX 2022-03-30 - 756 - CH + + + 248 + + + + accepted - 756 - CHE + 2022-03-30 + Bavaria Harshvardhan J. Pandit + Bavaria + + + + + + + - - Nevada - + + Heard Island and McDonald Islands + + + HM + HMD + accepted + 334 + Harshvardhan J. Pandit - Nevada + 334 2022-03-30 - accepted - + Heard Island and McDonald Islands - - SH - - - - 654 - accepted + + https://www.cnil.fr/ Harshvardhan J. Pandit - SHN - - 654 - Saint Helena + National Commission on Informatics and Liberty (CNIL) + National Commission on Informatics and Liberty (CNIL) + accepted + + 2022-03-30 - Saint Helena + - - Saxony + + Connecticut + accepted - accepted - - Saxony 2022-03-30 - + Connecticut Harshvardhan J. Pandit - - - - + + - - RO - - + + CR + 188 + Costa Rica + Costa Rica - Romania - 642 - Romania - ROU - 2022-03-30 accepted - 642 - Harshvardhan J. Pandit - - - - - - - - + 2022-03-30 + + + + Harshvardhan J. Pandit + CRI + 188 + + + Harshvardhan J. Pandit + Turkey + 792 + Turkey + TUR + + + accepted + TR + 792 + + + + 2022-03-30 - - GGY - + + Harshvardhan J. Pandit + 524 + Nepal + + + Nepal + + NPL + NP + 524 2022-03-30 accepted - - - - 831 - GG - Guernsey - Guernsey - Harshvardhan J. Pandit - 831 - + + accepted Harshvardhan J. Pandit - Rhineland-Palatinate - 2022-03-30 - accepted + Michigan + - Rhineland-Palatinate - - - + Michigan - - Idaho - + - Idaho - - Harshvardhan J. Pandit accepted + + SE + Sweden 2022-03-30 + Harshvardhan J. Pandit + 752 + SWE + 752 + Sweden + + + + + + + + + + - - Gambia - - - - accepted - Gambia - + + - 270 + + accepted Harshvardhan J. Pandit - - GMB - 270 - GM 2022-03-30 + Saxony-Anhalt + Saxony-Anhalt + + + + + - - - - - British Virgin Islands - British Virgin Islands - VGB + + Marshall Islands + accepted + MH - VG + 584 + MHL + + + 584 + Marshall Islands Harshvardhan J. Pandit - 92 - 92 - accepted 2022-03-30 - + - Missouri accepted - Missouri + Harshvardhan J. Pandit 2022-03-30 - Harshvardhan J. Pandit + South Carolina + South Carolina - - - - 581 - + + + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) - Harshvardhan J. Pandit - - 581 - UM - United States Minor Outlying Islands - United States Minor Outlying Islands + 2022-03-30 - UMI + Julian Flake + Harshvardhan J. Pandit accepted + + - - MAR + + + + AO + Angola + - - 504 + + AGO + 24 + 24 accepted - - - Harshvardhan J. Pandit - 504 - Morocco - MA - Morocco 2022-03-30 + Harshvardhan J. Pandit + Angola - - 312 + - Harshvardhan J. Pandit - GLP - - Guadeloupe - GP - Guadeloupe - - - + Maine accepted 2022-03-30 - 312 - - - - - - - - Harshvardhan J. Pandit - Réunion - Réunion - 2022-03-30 - 638 - RE - accepted - REU - 638 + Maine + + - - El Salvador + + + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + + + - SLV - 222 - SV - + accepted + EU Adequacy Decision for United Kingdom Harshvardhan J. Pandit - - - 2022-03-30 - accepted - 222 - El Salvador - - 2022-03-30 - accepted - Vermont - - - - + + MiddleAfrica + Harshvardhan J. Pandit - Vermont - - - - Data Protection Commission accepted - - - - https://www.garanteprivacy.it/ - Data Protection Commission - Harshvardhan J. Pandit - 2022-03-30 - - - Harshvardhan J. Pandit - Florida - 2022-03-30 - accepted - Florida - + MiddleAfrica - - accepted - 2022-03-30 - + + Chile + + + + 152 + CHL + accepted + + 152 + 2022-03-30 + CL Harshvardhan J. Pandit - Europe - Europe + Chile - - Guyana - 328 + + Zambia + Harshvardhan J. Pandit + 894 + ZMB + + + + ZM - 328 - - - - Harshvardhan J. Pandit + Zambia + accepted - GY - GUY - Guyana + 894 2022-03-30 - accepted - - - ARE + Harshvardhan J. Pandit + United Arab Emirates + accepted + 2022-03-30 - + + - 784 + + AE United Arab Emirates - accepted 784 - AE - United Arab Emirates - Harshvardhan J. Pandit + 784 - - Julian Flake - Harshvardhan J. Pandit - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) + + EST accepted + 2022-03-30 - - - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf - + Estonia + 233 + Harshvardhan J. Pandit + 233 + EE + + + Estonia + + + + + + + + - + accepted + New Jersey 2022-03-30 - 818 - 818 - - - Egypt - - EG - - Harshvardhan J. Pandit - EGY - Egypt - - - California - - Harshvardhan J. Pandit - accepted - 2022-03-30 + + New Jersey - California - - - - 332 - Haiti - - - HTI - 332 + + Thuringia + 2022-03-30 Harshvardhan J. Pandit - HT + + + + + accepted + Thuringia + + + + + + + accepted - Haiti + 535 + - + + + Harshvardhan J. Pandit + 535 2022-03-30 - accepted + Bonaire, Sint Eustatius and Saba + BES + BQ + Bonaire, Sint Eustatius and Saba - + + + + The ISO-Alpha3 code for a given region + + Harshvardhan J. Pandit + accepted - - + + + ISO-alpha3 2022-03-30 - - - - https://www.cpdp.bg/ - Commission for Personal Data Protection - Commission for Personal Data Protection - - - + + 887 + Yemen + YE + + + Yemen + YEM + accepted + + + + Harshvardhan J. Pandit + 887 + 2022-03-30 - - 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 - + + Liechtenstein + Liechtenstein + LIE + 438 + LI + accepted + 2022-03-30 - - Julian Flake Harshvardhan J. Pandit - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf - 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 - - - - - + + + 438 - - - - - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - - + + SPM 2022-03-30 - accepted - - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - https://www.ldi.nrw.de/ - Julian Flake + + 666 Harshvardhan J. Pandit + + + PM + + + Saint Pierre and Miquelon + 666 + Saint Pierre and Miquelon - + + + + + + Harshvardhan J. Pandit - - - + 108 + BDI + 108 + BI + Burundi + Burundi + accepted + + 2022-03-30 + + + 2022-03-30 + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + + + + - 2022-03-30 - Sark + accepted - Sark - + Harshvardhan J. Pandit + Julian Flake + https://www.lfd.niedersachsen.de/ - - - + + 616 + accepted + + Harshvardhan J. Pandit - + - United Kingdom of Great Britain and Northern Ireland - GB - United Kingdom of Great Britain and Northern Ireland - accepted - 826 2022-03-30 - 826 - GBR + 616 + Poland + PL + POL + Poland + + + + + + - - Saudi Arabia - SAU - - - + - 682 + Harshvardhan J. Pandit - Saudi Arabia - + ME + 499 + Montenegro + + + MNE + 499 + Montenegro accepted + 2022-03-30 - 682 - SA - - - Oceania - - - Harshvardhan J. Pandit - Oceania + + 2022-03-30 + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + Julian Flake + Harshvardhan J. Pandit + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen accepted - - - - - BRN + + + + + + Personal Data Protection Office + 2022-03-30 + + + Personal Data Protection Office Harshvardhan J. Pandit - 96 - - Brunei Darussalam - 96 - Brunei Darussalam - 2022-03-30 - BN accepted + https://uodo.gov.pl/ + + - - accepted - - - - CG - 178 + - COG - Harshvardhan J. Pandit - Congo + accepted - 178 - Congo 2022-03-30 + + + Harshvardhan J. Pandit + 376 + IL + Israel + 376 + ISR + Israel - - - - - accepted - 426 - LS - 426 - Lesotho - Lesotho - 2022-03-30 + + + + + + 578 + accepted + NO + Norway + NOR + Norway + 2022-03-30 Harshvardhan J. Pandit - LSO + + + 578 - - 535 + - Harshvardhan J. Pandit - Bonaire, Sint Eustatius and Saba - - 535 - Bonaire, Sint Eustatius and Saba - 2022-03-30 - - - - BQ + EasternAfrica accepted - BES - - + 2022-03-30 - + EasternAfrica Harshvardhan J. Pandit + + + + 2022-03-30 + 40 + Austria + AUT + + + 40 - Berlin - Berlin + AT + Harshvardhan J. Pandit accepted - - + + Austria - - + + + + + + + - - Pakistan - 586 + + accepted + + + + + 226 + + GNQ + 2022-03-30 + Harshvardhan J. Pandit + Equatorial Guinea + Equatorial Guinea + 226 + GQ + + + + + + Harshvardhan J. Pandit - - 586 - PAK - - - PK - Pakistan 2022-03-30 + Benin + BJ + 204 + BEN accepted + + Benin + 204 - - - https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true - - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - 2022-03-30 - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + + Vanuatu + Vanuatu + + + VUT + VU + 548 accepted - Julian Flake + + 2022-03-30 Harshvardhan J. Pandit - + 548 - - Alabama + + PN - Harshvardhan J. Pandit - 2022-03-30 + 612 + + + Pitcairn + 612 accepted - - Alabama - - - - - - + 2022-03-30 - - - - - accepted - https://www.lfd.niedersachsen.de/ - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - Julian Flake + PCN Harshvardhan J. Pandit + Pitcairn - + + MDV Harshvardhan J. Pandit - ChannelIslands - + MV + accepted + + 2022-03-30 + + + Maldives + + Maldives + 462 + 462 + + - 2022-03-30 - ChannelIslands + + NF + + + 574 + NFK + Norfolk Island accepted - - - + + 2022-03-30 + Norfolk Island Harshvardhan J. Pandit - BHS + 574 + + + BG - - - - 2022-03-30 - 44 accepted - BS - Bahamas - 44 + + - Bahamas - - - accepted - Brandenburg - - - - Brandenburg - Harshvardhan J. Pandit - 2022-03-30 - + 100 + Harshvardhan J. Pandit + BGR + Bulgaria + 100 + Bulgaria - - + + + + + + + - - 268 - + + + + 598 - 268 + + 598 + Papua New Guinea 2022-03-30 - - accepted - Georgia - GE - Georgia - GEO - Harshvardhan J. Pandit + PG + Harshvardhan J. Pandit + Papua New Guinea + PNG - - - - accepted - ESH - 732 - Western Sahara - 732 + + + Utah - Harshvardhan J. Pandit - EH - - Western Sahara + accepted + Utah 2022-03-30 + Harshvardhan J. Pandit + - - Azerbaijan - 31 + + + + 826 + 826 + GB + United Kingdom of Great Britain and Northern Ireland - - Azerbaijan - - - Harshvardhan J. Pandit - AZ - AZE + GBR + United Kingdom of Great Britain and Northern Ireland accepted + Harshvardhan J. Pandit + 2022-03-30 - 31 + + - - - + accepted + New Mexico - 442 + Harshvardhan J. Pandit 2022-03-30 - LU - LUX - Luxembourg + + + New Mexico + + + accepted + 56 Harshvardhan J. Pandit - 442 - Luxembourg + + + BE + 2022-03-30 + 56 + Belgium + + + BEL + Belgium - + + + - - - + + + + - 2022-03-30 - - - - - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - Julian Flake Harshvardhan J. Pandit - https://www.datenschutz.hessen.de/ - accepted - - - accepted 2022-03-30 - Afghanistan - - - Afghanistan - 4 - - - Harshvardhan J. Pandit + Kenya + 404 + 404 + KEN + KE + accepted - 4 - AFG - AF + Kenya - - - - - + + 2020-01-31 + + + 348 + accepted + Harshvardhan J. Pandit - MRT - Mauritania - MR + Hungary 2022-03-30 - accepted - 478 - 478 - Mauritania - - - North Macedonia - + - 807 + Hungary + HU + 348 + HUN + + + + + + + + + + + + + + South Africa + 710 + accepted + ZA Harshvardhan J. Pandit - MKD - 807 - MK - North Macedonia + 710 2022-03-30 - accepted + ZAF + South Africa - + + SubSaharanAfrica - Data Protection Commission (DPC) + SubSaharanAfrica + accepted Harshvardhan J. Pandit - - http://www.dataprotection.ie 2022-03-30 - Data Protection Commission (DPC) - - accepted - + + - - Turkey + accepted - 792 - Turkey - - + 76 + 2022-03-30 + Harshvardhan J. Pandit + + + + + BRA + BR + Brazil + 76 + Brazil + + + 2022-03-30 + + Data Protection Commission + + + accepted Harshvardhan J. Pandit - TR - TUR - 792 - 2022-03-30 + https://www.garanteprivacy.it/ + + Data Protection Commission - - + - Harshvardhan J. Pandit - 533 - - AW - Aruba - 2022-03-30 - Aruba - ABW - - + + + + 858 + 2022-03-30 + UY + Harshvardhan J. Pandit + URY + Uruguay + 858 + Uruguay accepted - 533 - - - Togo - - - + + + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - TG - TGO + 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) + + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf Harshvardhan J. Pandit - 768 - 768 - accepted + Julian Flake 2022-03-30 - Togo + accepted + - - - Saint Barthélemy - + - Saint Barthélemy - + + HT - BL + + 332 accepted - 2022-03-30 - BLM - 652 - 652 + + Haiti Harshvardhan J. Pandit + Haiti + 2022-03-30 + HTI + 332 - - - Maine + + BO + + + - - Harshvardhan J. Pandit - Maine - 2022-03-30 accepted + + 2022-03-30 + Bolivia (Plurinational State of) + 68 + Bolivia (Plurinational State of) + Harshvardhan J. Pandit + 68 + BOL - - accepted - + + Georgia - - Belgian Data Protection Authority Harshvardhan J. Pandit - - Belgian Data Protection Authority - https://www.dataprotectionauthority.be/ 2022-03-30 - - + + + Georgia accepted - Louisiana + + + 772 2022-03-30 - Louisiana - + Harshvardhan J. Pandit + Tokelau + Tokelau + 772 - - Harshvardhan J. Pandit + + + TKL + TK + accepted + - + - - Harshvardhan J. Pandit - Ohio - Ohio accepted 2022-03-30 + Asia + Harshvardhan J. Pandit + Asia - - - - 2022-03-30 - ISO-numeric - The ISO-Numeric code for a given region - + + 203 + + + 203 - - accepted - + Harshvardhan J. Pandit - + 2022-03-30 + CZ + CZE + Czechia + Czechia + accepted + + + + + + + + + - - + + 663 - MiddleAfrica - 2022-03-30 - accepted - MiddleAfrica - - + + MAF + + MF + + + Harshvardhan J. Pandit - - - San Marino 2022-03-30 - - - San Marino + 663 + Saint Martin (French Part) + Saint Martin (French Part) accepted - 674 + + + Finland - 674 - Harshvardhan J. Pandit - SM + 246 + accepted - SMR - - 2022-03-30 - accepted - - West Virginia - - - West Virginia - Harshvardhan J. Pandit - - - - + FIN + 246 + Finland + + + FI - https://www.lda.bayern.de/ - Julian Flake + + + + + + + + + + Saint Kitts and Nevis Harshvardhan J. Pandit - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht + + + - 2022-03-30 - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - + 659 + KNA accepted - - - - BEN - Benin - - - - Harshvardhan J. Pandit - + 659 + Saint Kitts and Nevis + KN + 2022-03-30 + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - BJ - Benin - 204 + + + Harshvardhan J. Pandit + EU Adequacy Decision for Isle of Man + + 2022-03-30 - 204 accepted - - accepted + - North Dakota + + Puerto Rico - + accepted Harshvardhan J. Pandit + Puerto Rico 2022-03-30 - North Dakota - - + + + https://www.uoou.cz/ + Harshvardhan J. Pandit + Office for Personal Data Protection + accepted - SouthAmerica + 2022-03-30 - - Harshvardhan J. Pandit - SouthAmerica + Office for Personal Data Protection - - accepted - Norfolk Island - - - NF + - 574 + + accepted Harshvardhan J. Pandit - - 574 - NFK - Norfolk Island + Julian Flake + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + 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) + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + 2022-03-30 + - - 51 - - + + 540 + + + accepted - 51 - - + + Harshvardhan J. Pandit - Armenia - ARM - accepted 2022-03-30 - Armenia - AM + New Caledonia + NC + NCL + New Caledonia + 540 - - New Mexico - New Mexico - + + + + + SR + Suriname - 2022-03-30 + accepted - - + + 740 + 2022-03-30 + SUR Harshvardhan J. Pandit + 740 + Suriname - - accepted - Ireland + 2022-03-30 - - - IE - 372 - IRL - Ireland - - - - 372 - Harshvardhan J. Pandit + 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 + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + https://www.datenschutz.bremen.de/ + Harshvardhan J. Pandit + Julian Flake + 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 + + + 262 + accepted + + + + Harshvardhan J. Pandit - New Jersey - New Jersey 2022-03-30 + DJI + + + 262 + DJ + Djibouti + Djibouti + + + 2022-03-30 + National Supervisory Authority for Personal Data Processing + + http://www.dataprotection.ro/ + + + National Supervisory Authority for Personal Data Processing accepted + Harshvardhan J. Pandit + + - - + - 534 - + + NI - 534 - 2022-03-30 + + 558 + 558 accepted - SXM - SX + Nicaragua - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) + 2022-03-30 + Nicaragua Harshvardhan J. Pandit + NIC - + + - WesternEurope - Harshvardhan J. Pandit - WesternEurope - 2022-03-30 + Northern Mariana Islands + Northern Mariana Islands accepted - + 2022-03-30 + Harshvardhan J. Pandit - + + MLI - BFA - accepted - 2022-03-30 + Harshvardhan J. Pandit + Mali - - Burkina Faso - 854 - 854 + + Mali + 466 + accepted - BF - Burkina Faso - Harshvardhan J. Pandit + ML + 2022-03-30 + 466 - + + VIR + United States Virgin Islands + United States Virgin Islands + + + - + 850 + accepted + + 2022-03-30 Harshvardhan J. Pandit + VI + 850 + + + Swedish Authority for Privacy Protection 2022-03-30 + https://www.imy.se/ + Swedish Authority for Privacy Protection + + + + accepted - Puerto Rico - Puerto Rico - + Harshvardhan J. Pandit + - - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - + + + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + Harshvardhan J. Pandit + accepted - - Julian Flake - Harshvardhan J. Pandit + + + + EU Adequacy Decision for New Zealand 2022-03-30 - - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf - - - + accepted - + 2022-03-30 + Maryland + Harshvardhan J. Pandit + + + + Maryland + + - Saarland + + United Republic of Tanzania + + + + Harshvardhan J. Pandit - Saarland - + United Republic of Tanzania + 834 2022-03-30 - - - - + TZ + 834 + TZA + 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 - Julian Flake - Harshvardhan J. Pandit - 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 - - + + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + - 2022-03-30 - https://www.lda.brandenburg.de/ - accepted + + - - + accepted + Harshvardhan J. Pandit + Julian Flake + 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 + + https://www.datenschutz-mv.de/ - - CYP - 196 - - + + accepted Harshvardhan J. Pandit + 2022-03-30 + Kentucky + + + Kentucky + + + LC + Saint Lucia + + + + 662 + + + accepted + LCA 2022-03-30 - Cyprus - Cyprus - CY - 196 + Harshvardhan J. Pandit + 662 + Saint Lucia + + + Dutch Data Protection Authority + 2022-03-30 + https://autoriteitpersoonsgegevens.nl + Dutch Data Protection Authority + + + accepted - - - - - - + Harshvardhan J. Pandit + - - 266 - Gabon - 266 + + 212 + 2022-03-30 + + + Harshvardhan J. Pandit + Dominica + + + + 212 + Dominica + DMA + DM accepted + + + + accepted 2022-03-30 - Gabon - - + Harshvardhan J. Pandit + + WesternAfrica + WesternAfrica - GA - GAB + + + + + AF + Afghanistan + accepted + 4 + + + AFG + 2022-03-30 + 4 Harshvardhan J. Pandit + Afghanistan - - 2022-03-30 - United Republic of Tanzania - - - - accepted - TZ - United Republic of Tanzania - 834 + - 834 + accepted Harshvardhan J. Pandit - - TZA - - - Mauritius - 480 2022-03-30 - accepted - MUS - - - - 480 - MU + Arkansas + + + Arkansas + + + 116 + accepted + + Harshvardhan J. Pandit - Mauritius - - - - - + KH + 2022-03-30 + KHM + Cambodia + 116 + Cambodia - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - - - - accepted - + + El Salvador + + + + 222 + + El Salvador + SLV + accepted + Harshvardhan J. Pandit 2022-03-30 - EU Adequacy Decision for Jersey + SV + 222 - - 2022-03-30 - - - 48 - BHR - Bahrain - - 48 + + Harshvardhan J. Pandit + SO + SOM + 706 + + + - Harshvardhan J. Pandit - Bahrain - BH + 706 + Somalia + Somalia accepted + + 2022-03-30 - + Harshvardhan J. Pandit + Idaho - Australia - AU - 36 - Australia 2022-03-30 + + accepted - AUS - 36 - - - + Idaho - + + Harshvardhan J. Pandit + 2022-03-30 + 818 - 584 - 2022-03-30 - Marshall Islands - Marshall Islands + EG + + + 818 + Egypt + EGY accepted - MHL - - - MH - Harshvardhan J. Pandit - 584 + Egypt - + + 2022-03-30 + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + + https://www.datenschutz-berlin.de/ - 894 - ZM - 2022-03-30 - Zambia - - - + + + accepted - Zambia - ZMB - 894 - Harshvardhan J. Pandit + Julian Flake + - - SGS - - 239 - GS + + Tajikistan + Tajikistan + 762 - South Georgia and the South Sandwich Islands - Harshvardhan J. Pandit - 239 - - - - South Georgia and the South Sandwich Islands + TJK + TJ accepted - 2022-03-30 - - - 760 - - - SYR - - - Harshvardhan J. Pandit - Syrian Arab Republic - SY - accepted - 2022-03-30 - Syrian Arab Republic - 760 - - - accepted - - WesternAsia - - - Harshvardhan J. Pandit - WesternAsia 2022-03-30 + + Harshvardhan J. Pandit + 762 - - 2022-03-30 - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) + 492 accepted - Julian Flake + + MCO Harshvardhan J. Pandit - - - + 2022-03-30 + Monaco + MC + 492 + Monaco + + - + + - - Delaware + Melanesia + accepted Harshvardhan J. Pandit - Delaware 2022-03-30 - accepted + Melanesia - + + + accepted + Bremen Harshvardhan J. Pandit - - Tajikistan - 762 - - - TJ - 762 - Tajikistan + Bremen 2022-03-30 - accepted - TJK + + + + + - - 2022-03-30 - Germany - - - 276 - - Germany + - Harshvardhan J. Pandit - 276 - DEU - DE accepted - - - - - - - - - - - - 16 Harshvardhan J. Pandit - + Oceania + 2022-03-30 + + Oceania + + + JAM + 388 + + + - ASM - American Samoa + accepted - 2022-03-30 - American Samoa - - - AS - 16 + Jamaica + Jamaica + 2022-03-30 + Harshvardhan J. Pandit + JM + 388 - + + 2022-03-30 + http://www.datatilsynet.dk/ + Danish Data Protection Agency - 242 - Fiji - 242 - Fiji + + Danish Data Protection Agency accepted - - - FJ Harshvardhan J. Pandit - - FJI + - - - - KWT - 414 - 2022-03-30 - KW - accepted - Kuwait - + + MLT - - Kuwait - Harshvardhan J. Pandit - 414 - - - - Harshvardhan J. Pandit - NorthernAfrica - NorthernAfrica - accepted + 2022-03-30 - - - - - + 470 Harshvardhan J. Pandit - 380 - ITA - 380 - 2022-03-30 - Italy - accepted - Italy - - IT + 470 + Malta + MT + Malta - - - + + + + Hawaii + + + Harshvardhan J. Pandit accepted Hawaii 2022-03-30 - - Hawaii + + + + NG + 566 + NGA + Nigeria + + + + accepted + + 2022-03-30 + 566 Harshvardhan J. Pandit + Nigeria - - 2022-03-30 - - + + Harshvardhan J. Pandit accepted - 528 - NLD + + https://ada.lt + State Data Protection Inspectorate + + 2022-03-30 + + + State Data Protection Inspectorate + + + Holy See + Holy See - Harshvardhan J. Pandit - Netherlands + + accepted - Netherlands - NL - 528 - - - - - - - - - - - 620 2022-03-30 - Portugal - accepted + Harshvardhan J. Pandit + VAT + 336 - PT - 620 - Portugal - PRT + VA + 336 + + - + accepted Harshvardhan J. Pandit - - - - - - - - - - + Colorado + 2022-03-30 + - Kansas + Colorado + + + + + + + accepted + Africa + 2022-03-30 Harshvardhan J. Pandit - Kansas + + Africa + + + accepted + + MQ + + + Harshvardhan J. Pandit + 474 + + + + MTQ + Martinique + 2022-03-30 + Martinique + 474 + + accepted + Brandenburg + Harshvardhan J. Pandit + + 2022-03-30 + Brandenburg + + + + + - - Central African Republic - 140 + + Harshvardhan J. Pandit - Central African Republic + + 2022-03-30 - CAF - 140 - - - + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + accepted - Harshvardhan J. Pandit - - CF + EU Adequacy Decision for Argentina + - - 2022-03-30 - Kyrgyzstan - KGZ + + USA + United States of America + + Harshvardhan J. Pandit accepted - 417 - Kyrgyzstan - KG - - 417 - Harshvardhan J. Pandit - - - - - - 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 - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf - Julian Flake - Harshvardhan J. Pandit - - 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) - + United States of America + + 2022-03-30 - + 840 + 840 + US - - accepted - + - - https://tietosuoja.fi/ - Office of the Data Protection Ombudsman + Harshvardhan J. Pandit 2022-03-30 - Office of the Data Protection Ombudsman - - + IM + Isle of Man + 833 + + + Isle of Man + 833 + IMN + accepted + - + + 175 + + + + 175 - - - - 2022-03-30 accepted - ST - 678 - Sao Tome and Principe - 678 - Sao Tome and Principe - STP + 2022-03-30 Harshvardhan J. Pandit + Mayotte + MYT + YT + Mayotte - + accepted - Monaco - + + CentralAsia - Monaco - Harshvardhan J. Pandit - - 492 - - - MCO + 2022-03-30 - MC - 492 + CentralAsia + Harshvardhan J. Pandit + - - 662 + + Nauru + Nauru + 520 - Harshvardhan J. Pandit - 662 - LC - - - - 2022-03-30 + 520 + + + NRU accepted - Saint Lucia - LCA - Saint Lucia + 2022-03-30 + Harshvardhan J. Pandit + NR - - accepted - + Harshvardhan J. Pandit - - Bremen - Bremen - + + accepted 2022-03-30 - + + + North-Rhine Westphalia + North-Rhine Westphalia + - + - - + + + + + Harshvardhan J. Pandit - NorthernAmerica - NorthernAmerica + accepted 2022-03-30 - - + EU Adequacy Decision for Andorra + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + + + + accepted + + Harshvardhan J. Pandit + + Data State Inspectorate + 2022-03-30 + + http://www.dvi.gov.lv/ + Data State Inspectorate - + + Sri Lanka + LK accepted - Iraq - 368 - + - Iraq + + 144 + Harshvardhan J. Pandit + Sri Lanka + + LKA + 2022-03-30 + 144 + + + + + - Harshvardhan J. Pandit - IRQ + + accepted - IQ - 368 2022-03-30 + 86 + Harshvardhan J. Pandit + 86 + British Indian Ocean Territory + IO + British Indian Ocean Territory + IOT - - - + - Harshvardhan J. Pandit - Micronesia (Federated States of) - - FSM - Micronesia (Federated States of) - 2022-03-30 - FM - 583 + American Samoa + American Samoa accepted - 583 + 2022-03-30 + Harshvardhan J. Pandit + + - + + accepted + + - SoutheasternAsia - + 410 + + Republic of Korea 2022-03-30 - accepted - - SoutheasternAsia Harshvardhan J. Pandit + KR + Republic of Korea + KOR + 410 - - + + 702 - - Harshvardhan J. Pandit - South Dakota - South Dakota + + accepted + Singapore + 2022-03-30 - - + Singapore Harshvardhan J. Pandit + 702 + SG + SGP + + - 430 - - - - 2022-03-30 accepted - 430 - Liberia - LR - LBR - - Liberia + + + 2022-03-30 + Data Protection Commission (DPC) + + http://www.dataprotection.ie + Data Protection Commission (DPC) + Harshvardhan J. Pandit - - - Harshvardhan J. Pandit - - 591 - accepted - 591 - 2022-03-30 + Panama - Panama - PAN - - PA - - - - - - http://data.europa.eu/eli/dec_impl/2019/419/oj - EU Adequacy Decision for Japan - 2022-03-30 + 591 + PA accepted - + + 2022-03-30 Harshvardhan J. Pandit + PAN + Panama + 591 - - + + 180 + + + - United States of America - USA - 2022-03-30 - United States of America - 840 - - + + 180 + Democratic Republic of the Congo accepted - US - 840 - Harshvardhan J. Pandit + Democratic Republic of the Congo + CD - - - Harshvardhan J. Pandit - - - http://www.naih.hu/ 2022-03-30 - - Hungarian National Authority for Data Protection and Freedom of Information - accepted - - - Hungarian National Authority for Data Protection and Freedom of Information + COD + Harshvardhan J. Pandit - - Thuringia - accepted - + - Thuringia + New Hampshire Harshvardhan J. Pandit - + accepted + New Hampshire 2022-03-30 - - - - + + - - - Information Commissioner of the Republic of Slovenia + + + + 316 + Guam + accepted + + Guam Harshvardhan J. Pandit - https://www.ip-rs.si/ 2022-03-30 - - - accepted - Information Commissioner of the Republic of Slovenia + GUM + 316 + GU - - accepted - Eritrea - 2022-03-30 - - - + + 832 + + + - - 232 - 232 - ERI - Eritrea - ER - Harshvardhan J. Pandit - - - https://www.datenschutz-mv.de/ - accepted - - - - - - - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Julian Flake + + Jersey Harshvardhan J. Pandit 2022-03-30 + JEY + Jersey + 832 + JE - - 2022-03-30 - North Carolina - accepted - North Carolina + + - + Mississippi + Mississippi + accepted + 2022-03-30 Harshvardhan J. Pandit - - - - - - + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 + + + EU Adequacy Decision for Israel + Harshvardhan J. Pandit - BWA - Botswana - 72 - Botswana - 2022-03-30 - BW accepted - 72 + + + 2022-03-30 - - - - - Seychelles + - Harshvardhan J. Pandit - 690 + accepted - 690 2022-03-30 - SYC - SC - Seychelles - accepted - - - CIV - 384 - Côte d’Ivoire - CI - - - - + 716 - 2022-03-30 - accepted - 384 + + Harshvardhan J. Pandit - - Côte d’Ivoire + ZW + Zimbabwe + 716 + Zimbabwe + ZWE - + + accepted + + Uganda 2022-03-30 + + + + Harshvardhan J. Pandit + + + 800 + UGA + Uganda + UG + 800 + + - 578 - accepted - Norway + 744 + SJM + SJ - 578 - Norway + 744 + accepted + 2022-03-30 + Svalbard and Jan Mayen Islands Harshvardhan J. Pandit - NO - NOR + Svalbard and Jan Mayen Islands - - Tunisia - - + accepted + Julian Flake + Harshvardhan J. Pandit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + + + + 2022-03-30 + + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + - 2022-03-30 - TN - TUN + https://www.tlfdi.de/ + + + + + accepted - 788 - Tunisia + SDN + Sudan + Sudan + 2022-03-30 Harshvardhan J. Pandit - 788 + + + 729 + 729 + SD - - - + + 2019-01-23 - - - + + accepted + + UN-M49 + 2022-03-30 + + - + + The UN-M49 code for a given region + + Harshvardhan J. Pandit - United States Minor Outlying Islands - United States Minor Outlying Islands - 2022-03-30 - accepted - - Harshvardhan J. Pandit - Julian Flake - + - - + Belgian Data Protection Authority + accepted + Harshvardhan J. Pandit - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information + 2022-03-30 - accepted - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - https://www.datenschutz-berlin.de/ + https://www.dataprotectionauthority.be/ + Belgian Data Protection Authority - + - Harshvardhan J. Pandit accepted + Wyoming + Harshvardhan J. Pandit 2022-03-30 - - Georgia + Wyoming - Georgia + - - EasternAsia - accepted - + + Liberia + + Liberia + + + + 430 + accepted + 2022-03-30 - Harshvardhan J. Pandit - - EasternAsia + LBR + 430 + LR - - New Caledonia - - - NC - + + PT + Portugal + + + Portugal - Harshvardhan J. Pandit - New Caledonia - NCL - 2022-03-30 + 620 accepted - 540 - 540 - - - - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) + 2022-03-30 + 620 + Harshvardhan J. Pandit + PRT + + + + + + + + + + + ALB + + + 8 + AL accepted - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf - Julian Flake + + Albania Harshvardhan J. Pandit - - + 8 + 2022-03-30 + Albania - + - + - - accepted - + - Harshvardhan J. Pandit - Bavaria - + accepted + 2022-03-30 - Bavaria - - - - - + 504 + MAR + Harshvardhan J. Pandit + MA + Morocco + 504 + + + Morocco - - GH - Ghana - - - accepted - GHA + - - 2022-03-30 - 288 - Ghana - 288 - + + + + 384 + 384 + Côte d’Ivoire Harshvardhan J. Pandit - - - 470 - - - MT + accepted + Côte d’Ivoire + CI + CIV + 2022-03-30 + + + Vermont + accepted Harshvardhan J. Pandit - Malta - Malta - MLT - 470 2022-03-30 - accepted - - - - - - - - + + Vermont + - + + 446 + MO accepted + + China, Macao Special Administrative Region + + + 2022-03-30 - 2022-03-30 - - - Malaysia - - MYS - Malaysia - 458 - MY Harshvardhan J. Pandit - 458 + China, Macao Special Administrative Region + 446 + MAC - - GRD - - - + Harshvardhan J. Pandit - 308 - GD - Grenada - accepted - + TCA + 796 + 796 + - 2022-03-30 - 308 - Grenada - - - - - - - Harshvardhan J. Pandit - Democratic Republic of the Congo - 180 - 180 - 2022-03-30 + TC accepted - Democratic Republic of the Congo - CD - COD + + 2022-03-30 + Turks and Caicos Islands + Turks and Caicos Islands - - Melanesia - accepted + 2022-03-30 - - - - + Julian Flake Harshvardhan J. Pandit - Melanesia - - - - - State of Palestine - 275 + + accepted + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - 2022-03-30 + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + + + + + accepted - State of Palestine - PS - - PSE - 275 + 2022-03-30 Harshvardhan J. Pandit + Arizona + + Arizona + - - Rhode Island + + CHN - - Rhode Island - Harshvardhan J. Pandit + 156 accepted + + China + + 2022-03-30 - + CN + Harshvardhan J. Pandit + 156 + China - - - + Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 accepted + + + - - - EU Adequacy Decision for Israel 2022-03-30 + EU Adequacy Decision for Faroe Islands + + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - + - Nebraska - + + NorthernAmerica + accepted Harshvardhan J. Pandit 2022-03-30 - Nebraska - accepted + NorthernAmerica - - http://www.aki.ee/ - - accepted - - Estonian Data Protection Inspectorate + + PRY + Paraguay + + + + Paraguay + 600 + accepted + Harshvardhan J. Pandit - 2022-03-30 - Estonian Data Protection Inspectorate + PY + 600 - + + Colombia + 170 + 170 accepted - - Iowa - + - + + CO Harshvardhan J. Pandit - Iowa + COL + + + 2022-03-30 + Colombia - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - Harshvardhan J. Pandit - EU Adequacy Decision for Guernsey + + + 2022-03-30 + North Carolina + - - - accepted - - 2022-03-30 + North Carolina + Harshvardhan J. Pandit - - VUT + + + + + + BZ + 84 + Belize + Belize + + accepted + + + + + 84 2022-03-30 - Vanuatu - 548 - 548 + Harshvardhan J. Pandit + BLZ + + + Thailand + 764 + + + + + THA + Thailand + accepted - - - Vanuatu - VU + 2022-03-30 + 764 + Harshvardhan J. Pandit + TH + + + Syrian Arab Republic + 760 + SYR + Syrian Arab Republic + accepted + + SY + + Harshvardhan J. Pandit - - - Utah - - 2022-03-30 - accepted - Utah + 760 + + + + + Tennessee + accepted + Tennessee + 2022-03-30 Harshvardhan J. Pandit - - Harshvardhan J. Pandit - Kenya - + - - - + + Pennsylvania accepted - Kenya + Pennsylvania 2022-03-30 - 404 - 404 - KE - KEN - + Harshvardhan J. Pandit + + - - Ukraine - UA - Ukraine + + 688 + Serbia + RS + + + 688 - Harshvardhan J. Pandit + SRB + accepted + Serbia - - - 804 2022-03-30 - accepted - UKR - 804 - - - accepted - California Privacy Rights Act (CPRA) Harshvardhan J. Pandit + + + + + + 500 - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + accepted + + MSR + Montserrat 2022-03-30 - - - California Privacy Rights Act (CPRA) + Harshvardhan J. Pandit + Montserrat + 500 + MS - + + accepted + + SouthernAsia Harshvardhan J. Pandit - Pitcairn - accepted - Pitcairn - - + SouthernAsia 2022-03-30 - PN - 612 - PCN - 612 - + - - - National Supervisory Authority for Personal Data Processing - accepted - - http://www.dataprotection.ro/ - - - - Harshvardhan J. Pandit - National Supervisory Authority for Personal Data Processing + 2022-03-30 - - + Harshvardhan J. Pandit + - - Harshvardhan J. Pandit - 2022-03-30 - Arizona - Arizona + West Virginia accepted + West Virginia - - 120 - 2022-03-30 - CM - CMR - Cameroon - - - - accepted - 120 - Cameroon + + State of Palestine + PS + PSE + 275 + State of Palestine - Harshvardhan J. Pandit - - - + accepted + + - - Harshvardhan J. Pandit - VIR - VI - United States Virgin Islands - 850 - accepted - - - - 850 2022-03-30 - United States Virgin Islands + 275 - + + SoutheasternAsia - - Harshvardhan J. Pandit - Indiana + SoutheasternAsia accepted 2022-03-30 + + Harshvardhan J. Pandit - Indiana - - + - - - - 2022-03-30 + + LUX accepted - Jersey - 832 - JEY - Jersey - JE - 832 Harshvardhan J. Pandit + 2022-03-30 + 442 + LU + Luxembourg + Luxembourg + + + 442 + + + + + + + + - - + - 2022-03-30 + + Iowa accepted - Virginia + Harshvardhan J. Pandit + Iowa + 2022-03-30 - Virginia + + + + + + + Polynesia + Polynesia + accepted + 2022-03-30 Harshvardhan J. Pandit - - + + + Sark + + + + Sark + accepted Harshvardhan J. Pandit - South Carolina 2022-03-30 - accepted - South Carolina - - - Comissão Nacional de Protecção de Dados - accepted + + 2022-03-30 + Commission for Personal Data Protection + accepted + Harshvardhan J. Pandit + Commission for Personal Data Protection + https://www.cpdp.bg/ - https://www.cnpd.pt - Comissão Nacional de Protecção de Dados + + + + + Harshvardhan J. Pandit - + + Oregon + + Oregon + accepted 2022-03-30 - + + Hesse + + accepted + Hesse Harshvardhan J. Pandit 2022-03-30 - accepted - - CentralAmerica - CentralAmerica + + + + - - PG - accepted - + + + Saxony + + accepted 2022-03-30 - 598 - 598 - - - - Papua New Guinea - PNG Harshvardhan J. Pandit - Papua New Guinea + + Saxony + + + + - - Venezuela (Bolivarian Republic of) - + + Lebanon - VEN - - - + + 422 + LBN accepted - 2022-03-30 - VE - 862 - 862 - Harshvardhan J. Pandit - Venezuela (Bolivarian Republic of) + + + Lebanon + Harshvardhan J. Pandit + 422 + 2022-03-30 + LB - - + + + EU Adequacy Decision for Jersey accepted + 2022-03-30 + Harshvardhan J. Pandit + + - - - EU Adequacy Decision for Argentina - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - 2022-03-30 - Harshvardhan J. Pandit + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - accepted - Polynesia - Polynesia - - - + + + + ISO-alpha2 + + Harshvardhan J. Pandit + accepted + + The ISO-Alpha2 code for a given region 2022-03-30 + - - + + Sao Tome and Principe + 678 + + + + STP - Harshvardhan J. Pandit - 833 + 678 + + Sao Tome and Principe accepted - 833 - - - Isle of Man 2022-03-30 - IMN - Isle of Man - IM - - - - - - - Harshvardhan J. Pandit - + ST + + + CentralAmerica + accepted + CentralAmerica + Harshvardhan J. Pandit + 2022-03-30 - U.S. Virgin Islands - U.S. Virgin Islands - - - 2022-03-30 - accepted - AGO - AO + - - 24 - Angola - + + Central African Republic + CF + Central African Republic + accepted + + 2022-03-30 + CAF Harshvardhan J. Pandit - Angola - 24 + 140 + 140 - - Connecticut - Connecticut - 2022-03-30 - accepted + + 2018-05-25 + + - + Hamburg + + Hamburg + accepted + 2022-03-30 Harshvardhan J. Pandit + + + + - - Paraguay - 600 + + 434 + + + LBY + Libya - - - + 434 Harshvardhan J. Pandit - Paraguay + accepted - 600 - PY + LY 2022-03-30 - PRY - accepted + Libya - - Illinois - + + + + - 2022-03-30 - accepted - - - Harshvardhan J. Pandit - Illinois - - - - - - 2022-03-30 - 360 + 728 + 728 + SS + South Sudan + SSD accepted - Indonesia - 360 - Indonesia - IDN - ID - Harshvardhan J. Pandit - - - accepted - - - - - Harshvardhan J. Pandit - New Hampshire - New Hampshire 2022-03-30 + South Sudan + Harshvardhan J. Pandit - - 2022-03-30 - + - Oregon + + 417 accepted - - Oregon - + + Kyrgyzstan + + + KG Harshvardhan J. Pandit + KGZ + 2022-03-30 + 417 + Kyrgyzstan - - + + Saint Barthélemy + Saint Barthélemy + 652 + + + - 2022-03-30 - 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 - - + + 652 + BL accepted - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Julian Flake + + 2022-03-30 Harshvardhan J. Pandit - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - + BLM - + + + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Colorado + + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Harshvardhan J. Pandit + Julian Flake + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen 2022-03-30 accepted - - - Harshvardhan J. Pandit - Colorado + - - + + CW + Curaçao + + + - Mongolia - 2022-03-30 - - - MNG + + Curaçao accepted - MN - Mongolia - 496 + 531 Harshvardhan J. Pandit - 496 + 2022-03-30 + CUW + 531 - - + + 2022-03-30 - Republic of Moldova - 498 + Harshvardhan J. Pandit - MDA - - - - Republic of Moldova - 498 - 2022-03-30 - MD + + + District of Columbia + District of Columbia accepted - - Harshvardhan J. Pandit - 663 - MAF - + + Texas - Saint Martin (French Part) - 663 + + Texas accepted - - - 2022-03-30 - MF - Saint Martin (French Part) - + + Harshvardhan J. Pandit + - - 8 - 8 - - - + - ALB - Albania - Harshvardhan J. Pandit - AL accepted - Albania 2022-03-30 + Harshvardhan J. Pandit + + South Dakota + + South Dakota - - Spanish Data Protection Agency (AEPD) - 2022-03-30 - Spanish Data Protection Agency (AEPD) - accepted - + + - https://www.aepd.es/ - - + + SouthernAfrica + + SouthernAfrica + accepted + 2022-03-30 Harshvardhan J. Pandit - - - https://uodo.gov.pl/ - Personal Data Protection Office - Harshvardhan J. Pandit - Personal Data Protection Office + - 2022-03-30 - - accepted - - - - - - - + Harshvardhan J. Pandit + + 2022-03-30 - New York + Massachusetts + Massachusetts + + - Harshvardhan J. Pandit - New York + National Commission for Data Protection accepted + + + https://cnpd.public.lu + National Commission for Data Protection 2022-03-30 + - - EU Adequacy Decision for Switzerland - - + + GY + + + + GUY - - 2022-03-30 + + Guyana + Guyana accepted + + 2022-03-30 + 328 + 328 Harshvardhan J. Pandit - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - 2022-03-30 - 162 - accepted - Christmas Island - CXR - - + + Iran (Islamic Republic of) + Iran (Islamic Republic of) + 364 + accepted - CX - Christmas Island + + + IRN + 364 + 2022-03-30 + IR Harshvardhan J. Pandit - 162 - - CN - CHN + - - - 2022-03-30 accepted - China - 156 - 156 - - China + 2022-03-30 Harshvardhan J. Pandit + Saarland + + Saarland + + + + + - - Julian Flake - Harshvardhan J. Pandit - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - + + https://www.ip-rs.si/ + - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) + + Information Commissioner of the Republic of Slovenia accepted - + Harshvardhan J. Pandit + Information Commissioner of the Republic of Slovenia 2022-03-30 - - + + - + + North Dakota - EasternAfrica accepted 2022-03-30 - - EasternAfrica - Harshvardhan J. Pandit + + North Dakota + - - Saarland Data Protection Act - Saarländisches Datenschutzgesetz + - Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen - - Saarländisches Datenschutzgesetz - Saarland Data Protection Act accepted - - - - 2020-01-31 - - + 2022-03-30 + New Zealand + 554 + Harshvardhan J. Pandit + + + NZ + 554 + New Zealand + NZL + + accepted + 2022-03-30 + + + Rhode Island + Harshvardhan J. Pandit + - District of Columbia + Rhode Island + + - - District of Columbia + + + accepted + + United States Minor Outlying Islands + 581 + United States Minor Outlying Islands + UMI Harshvardhan J. Pandit + UM + 2022-03-30 + 581 - - - + + 682 + 682 + Saudi Arabia + + + SAU + accepted + SA + + Saudi Arabia + + + 2022-03-30 + Harshvardhan J. Pandit - + + + + + Harshvardhan J. Pandit accepted - + + + The ISO-Numeric code for a given region + + + 2022-03-30 + ISO-numeric + + - + accepted Harshvardhan J. Pandit - Montana 2022-03-30 - Montana + Illinois + + + Illinois - - 2022-03-30 - accepted - MOZ - Mozambique + - 508 - 508 + MUS + 480 + accepted - MZ - Mozambique - Harshvardhan J. Pandit - - - - - - - - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Julian Flake + Mauritius + 480 Harshvardhan J. Pandit - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - https://www.datenschutz.saarland.de/ - + Mauritius + MU 2022-03-30 - - accepted - - accepted - + + Samoa + + - - http://www.azop.hr/ - Croatian Personal Data Protection Agency - + WS + Samoa + WSM + accepted + + 882 Harshvardhan J. Pandit - Croatian Personal Data Protection Agency 2022-03-30 + 882 - - PR - - PRI + - Harshvardhan J. Pandit - 630 - - - + PHL + 608 + + + Philippines + 608 accepted - Puerto Rico + + Philippines 2022-03-30 - 630 - Puerto Rico + Harshvardhan J. Pandit + PH - + + Harshvardhan J. Pandit - accepted 2022-03-30 - AustraliaandNewZealand - AustraliaandNewZealand - - Harshvardhan J. Pandit - - - - + + Louisiana + Louisiana + accepted - + + UZ + Uzbekistan - Harshvardhan J. Pandit - Kazakhstan + 860 + Harshvardhan J. Pandit accepted - 398 - 2022-03-30 - 398 - Kazakhstan - KZ - KAZ + UZB + 2022-03-30 + 860 + Uzbekistan - + + + + + + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + + 2022-03-30 - - - 112 + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Julian Flake + Harshvardhan J. Pandit accepted - BY - - BLR - Belarus - Belarus - + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + + + + + - 112 + + accepted + http://www.naih.hu/ + Harshvardhan J. Pandit + Hungarian National Authority for Data Protection and Freedom of Information + 2022-03-30 + Hungarian National Authority for Data Protection and Freedom of Information + + - + + + + + + 2012-08-22 + + + Taiwan (Province of China) - - Harshvardhan J. Pandit - Tennessee accepted + Taiwan (Province of China) + 2022-03-30 - - Tennessee - - - - - CentralAsia - 2022-03-30 - - CentralAsia - accepted - Harshvardhan J. Pandit - + - Harshvardhan J. Pandit - NorthernEurope - NorthernEurope - accepted + Americas 2022-03-30 + Harshvardhan J. Pandit + Americas - - 500 + + 52 + + + + BRB - Harshvardhan J. Pandit + 52 + Barbados + accepted - Montserrat - MSR - Montserrat - 500 2022-03-30 - - - - MS - accepted + Harshvardhan J. Pandit + Barbados + BB - - + + + + + + 2014-04-12 + + + Nevada - Mississippi + accepted + Harshvardhan J. Pandit 2022-03-30 - Mississippi - Harshvardhan J. Pandit + Nevada - - 2004-04-30 + + + - - + - Harshvardhan J. Pandit - Caribbean - Caribbean - accepted - 2022-03-30 - - - - 474 + 458 + + + MYS accepted - - - 2022-03-30 - - - - 474 - MQ - Martinique - MTQ Harshvardhan J. Pandit - Martinique + 458 + 2022-03-30 + MY + Malaysia + Malaysia - - accepted - + + + + + BW + BWA - 2022-03-30 - Northern Mariana Islands - - - 580 - MNP - 580 + + accepted + 72 + Botswana - MP - Northern Mariana Islands + Botswana + 72 + 2022-03-30 Harshvardhan J. Pandit - - + + + - + + 2013-07-01 + + + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + Julian Flake + Harshvardhan J. Pandit + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) 2022-03-30 - 876 - WF - - - 876 - Wallis and Futuna Islands + + + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 accepted - Wallis and Futuna Islands - WLF - Harshvardhan J. Pandit - + - - - - - + - Eswatini - SWZ - Harshvardhan J. Pandit - SZ - 748 - Eswatini - accepted - 748 - 2022-03-30 - - accepted - - - - https://autoriteitpersoonsgegevens.nl - Dutch Data Protection Authority - Harshvardhan J. Pandit - Dutch Data Protection Authority - + Virginia + 2022-03-30 + + Virginia - - - + + 2020-01-01 - - + + 2008-05-26 + + + accepted - American Samoa + Harshvardhan J. Pandit 2022-03-30 + U.S. Virgin Islands - American Samoa + U.S. Virgin Islands - Harshvardhan J. Pandit - + - + - - + + - + - - - - 2020-02-01 + - + + PLW + + - - Harshvardhan J. Pandit - Wisconsin - Wisconsin + 585 accepted + 2022-03-30 - + Palau + Harshvardhan J. Pandit + Palau + 585 + PW - - + + - + + - - - - 2018-05-25 - - - 2012-08-22 - - - 2003-11-21 - - - - - Harshvardhan J. Pandit - SouthernAsia - 2022-03-30 - accepted - - SouthernAsia - - - 2000-08-25 + + 2020-02-01 - - + + - - 2019-01-23 + + 2019-11-20 - - 2008-05-26 + + 2012-12-20 - + 2021-06-28 - - 2011-02-01 - - - 2019-11-20 + + 2020-02-01 - + - + + + + 2000-08-25 + + + 2004-04-30 - - + + - + 2010-10-21 - - 2020-02-01 + + 2011-02-01 - - 2013-07-01 + + 2010-03-09 - + 2023-01-01 - - 2020-01-01 - - - 2012-12-20 - - - 2010-03-09 - - + 2002-01-04 - - 2014-04-12 - - - 2003-07-05 - - - 2020-01-31 + + 2003-11-21 diff --git a/dpv-legal/dpv-legal.ttl b/dpv-legal/dpv-legal.ttl index a5242d8a6..709bb7401 100644 --- a/dpv-legal/dpv-legal.ttl +++ b/dpv-legal/dpv-legal.ttl @@ -19,12 +19,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpv-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-legal:AdequacyConcepts a skos:Collection ; skos:member dpv-legal:Adequacy-EU-AD, diff --git a/dpv-legal/index.html b/dpv-legal/index.html index e541c0b01..6bead4ac7 100644 --- a/dpv-legal/index.html +++ b/dpv-legal/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/dpv-legal/modules/authorities.jsonld b/dpv-legal/modules/authorities.jsonld index 0679eb22a..fc80b5fb5 100644 --- a/dpv-legal/modules/authorities.jsonld +++ b/dpv-legal/modules/authorities.jsonld @@ -1,14 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", + "@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" @@ -20,6 +12,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -27,7 +22,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -39,21 +38,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@value": "https://www.datenschutz-mv.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@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" } @@ -65,7 +74,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-legal#AT", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -84,7 +101,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -96,21 +113,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "The Federal 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.imy.se/" + "@value": "http://www.bfdi.bund.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -122,7 +142,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", + "@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" @@ -144,11 +164,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The Bavarian State Commissioner for Data Protection" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -160,22 +180,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The Bavarian State Commissioner for Data Protection" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.bremen.de/" + "@value": "https://www.datenschutz-bayern.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], "https://w3id.org/dpv#hasLaw": [ @@ -183,7 +203,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -196,7 +216,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -208,9 +228,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -218,11 +235,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -234,31 +247,21 @@ "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" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Data Protection Commission" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" + "@value": "https://www.garanteprivacy.it/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#IT" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -270,10 +273,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" } ] }, @@ -286,7 +289,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -308,11 +311,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" + "@value": "The State Commissioner for Data Protection Lower Saxony" }, { "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -324,22 +327,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" + "@value": "The State Commissioner for Data Protection Lower Saxony" }, { "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" + "@value": "https://www.lfd.niedersachsen.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ], "https://w3id.org/dpv#hasLaw": [ @@ -347,7 +350,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -360,31 +363,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#LT", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -403,7 +398,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -415,18 +410,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Data Protection Commission (DPC)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "http://www.dataprotection.ie" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-legal#IE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -441,173 +436,121 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO", - "https://w3id.org/dpv#hasAuthority": [ + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK", - "https://w3id.org/dpv#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", - "https://w3id.org/dpv#hasAuthority": [ + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + "@language": "en", + "@value": "Data State Inspectorate" } - ] - }, - { - "@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": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" - }, + "@language": "en", + "@value": "Data State Inspectorate" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dvi.gov.lv/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LV" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, + "@id": "https://w3id.org/dpv#DataProtectionAuthority" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE", + "@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-BE" - }, + "@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-non-public" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" - }, + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SE" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG", - "https://w3id.org/dpv#hasAuthority": [ + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -626,7 +569,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -638,18 +581,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "State Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@value": "https://ada.lt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#LT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -664,31 +607,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", + "@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" @@ -700,6 +627,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -707,7 +637,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "State representative for data protection in Saxony-Anhalt" + }, + { + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -719,21 +653,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "State representative for data protection in Saxony-Anhalt" + }, + { + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -745,31 +689,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -788,11 +716,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -804,36 +728,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "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" + "@value": "http://www.dataprotection.ro/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#RO" } ], "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" } @@ -845,26 +754,100 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB", + "@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-AT" - }, + "@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-BE" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + "@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#DPA-DE" - }, + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@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" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.bremen.de/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + } + ], + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@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#EU-GDPR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" }, @@ -976,244 +959,173 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", - "https://w3id.org/dpv#hasAuthority": [ + "@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-DE-RP" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", - "https://w3id.org/dpv#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ" - } - ] - }, - { - "@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": [ + }, { - "@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" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, { - "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" }, { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, { - "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" }, { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", - "@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-SL" + }, { - "@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-SN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, { - "@language": "en", - "@value": "National Commission for Data Protection" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + }, { - "@language": "en", - "@value": "National Commission for Data Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + }, { - "@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#DPA-ES" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + }, { - "@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" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + }, { - "@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-HR" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + }, { - "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" }, { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + }, { - "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" }, { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" - } - ], - "https://w3id.org/dpv#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - } - ], - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" } - ], - "https://w3id.org/dpv#isInstanceOf": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT", + "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#BE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1225,9 +1137,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1235,115 +1144,45 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Croatian Personal Data Protection Agency" } ], "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 State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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#DE-MV" - } - ], - "https://w3id.org/dpv#hasLaw": [ - { - "@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#DataProtectionAuthority" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - }, + "@language": "en", + "@value": "Croatian Personal Data Protection Agency" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.azop.hr/" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#HR" + } + ], + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1362,7 +1201,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1374,18 +1213,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "https://www.cnpd.pt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-legal#PT" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1400,31 +1239,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1446,11 +1261,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1462,22 +1277,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@value": "https://www.datenschutz-hamburg.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1485,7 +1300,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1498,7 +1313,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#HU", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1510,9 +1341,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1520,11 +1348,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1536,31 +1360,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Hellenic Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" + "@value": "http://dpa.gr" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@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#DE-SN-SächsDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -1572,7 +1386,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#GR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-GR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1584,9 +1422,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1594,11 +1429,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1610,31 +1441,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Austrian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" + "@value": "https://dsb.gv.at" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#AT" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -1646,15 +1467,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1666,9 +1487,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1676,11 +1494,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1692,31 +1506,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "https://idpc.org.mt" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#MT" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -1728,7 +1532,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT", + "@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" @@ -1740,6 +1544,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1747,7 +1554,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1759,21 +1570,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@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://ada.lt" + "@value": "https://www.tlfdi.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#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" } @@ -1785,7 +1606,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1804,7 +1625,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1816,18 +1637,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "National Commission for Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" + "@value": "https://cnpd.public.lu" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#LU" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1842,7 +1663,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-AT", + "@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" @@ -1854,6 +1675,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1861,7 +1685,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1873,21 +1701,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" + "@value": "https://www.lda.bayern.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -1898,6 +1736,14 @@ } ] }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", "https://w3id.org/dpv#hasAuthority": [ @@ -1907,7 +1753,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1926,7 +1772,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1938,18 +1784,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Personal Data Protection Office" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@value": "https://uodo.gov.pl/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#PL" } ], "https://w3id.org/dpv#hasLaw": [ @@ -1964,39 +1810,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GR", - "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-GR" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2015,7 +1840,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2027,18 +1852,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "https://www.ip-rs.si/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#SI" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2053,7 +1878,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2072,7 +1897,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2084,18 +1909,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" + "@value": "http://www.naih.hu/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#HU" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2110,15 +1935,66 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-legal#FR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "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" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2130,9 +2006,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2140,11 +2013,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2156,31 +2025,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@value": "https://www.aepd.es/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#ES" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -2191,22 +2050,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE", "@type": [ @@ -2282,7 +2125,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH", + "@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" @@ -2304,11 +2147,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2320,22 +2163,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" + "@value": "https://www.ldi.nrw.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2343,7 +2186,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -2356,7 +2199,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + } + ] + }, + { + "@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" @@ -2368,6 +2227,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2375,7 +2237,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2387,33 +2253,59 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@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": "http://www.dataprotection.ie" + "@value": "https://www.saechsdsb.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ], "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#DataProtectionAuthority" + "@id": "https://w3id.org/dpv#DataProtectionAuthority" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2425,9 +2317,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2435,11 +2324,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2451,31 +2336,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Dutch Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" + "@value": "https://autoriteitpersoonsgegevens.nl" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#NL" } ], "https://w3id.org/dpv#hasLaw": [ - { - "@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#EU-GDPR" } @@ -2487,31 +2362,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2530,7 +2381,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2542,18 +2393,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Commission for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-legal#BG" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2568,15 +2419,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-legal#ES", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-CZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2595,7 +2454,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2607,18 +2466,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Office for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" + "@value": "https://www.uoou.cz/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#CZ" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2633,7 +2492,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#SK", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK" + } + ] + }, + { + "@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" @@ -2655,11 +2522,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2671,22 +2538,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@value": "https://www.datenschutz-berlin.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2694,7 +2561,7 @@ "@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#DE-BE-BlnDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -2707,7 +2574,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-legal#PL", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-PL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2726,7 +2617,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2738,21 +2633,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@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#IT" + "@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" } @@ -2764,15 +2674,79 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2791,7 +2765,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2803,18 +2777,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": [ @@ -2829,15 +2803,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-SE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE", + "@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" @@ -2849,14 +2815,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@language": "en", + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2868,24 +2841,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" } ], "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -2897,7 +2877,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2916,7 +2896,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2928,18 +2908,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@value": "http://www.aki.ee/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#EE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -2954,15 +2934,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-legal#IE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-legal#SI", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2981,7 +2969,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2993,18 +2981,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "https://www.cnil.fr/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#FR" } ], "https://w3id.org/dpv#hasLaw": [ @@ -3019,34 +3007,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-ES" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-SL" } ] }, @@ -3059,26 +3039,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#MT", "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" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-MT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-BE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3097,7 +3074,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3109,18 +3086,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Belgian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "https://www.dataprotectionauthority.be/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#BE" } ], "https://w3id.org/dpv#hasLaw": [ @@ -3135,39 +3112,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-EE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "https://w3id.org/dpv#hasAuthority": [ { - "@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-BG", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3179,6 +3148,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3186,7 +3158,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3198,21 +3174,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@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.cpdp.bg/" + "@value": "https://www.lda.brandenburg.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" } ], "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" + }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } @@ -3224,7 +3210,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU", + "https://w3id.org/dpv#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-LU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3243,7 +3261,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3255,18 +3273,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Danish Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "http://www.datatilsynet.dk/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#DK" } ], "https://w3id.org/dpv#hasLaw": [ @@ -3281,7 +3299,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-PT", + "@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" @@ -3293,6 +3311,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3300,7 +3321,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" + }, + { + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3312,21 +3337,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" + }, + { + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "https://www.datenschutzzentrum.de/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-legal#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" } @@ -3338,34 +3373,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG", - "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" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", "https://w3id.org/dpv#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-legal#DPA-DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-legal#DPA-SK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3384,7 +3400,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3396,18 +3412,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "http://www.dataprotection.gov.sk/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#SK" } ], "https://w3id.org/dpv#hasLaw": [ @@ -3420,21 +3436,5 @@ "@id": "https://w3id.org/dpv#DataProtectionAuthority" } ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-FR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV", - "https://w3id.org/dpv#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DPA-LV" - } - ] } ] \ No newline at end of file diff --git a/dpv-legal/modules/authorities.rdf b/dpv-legal/modules/authorities.rdf index cdf6c7cd6..248db53a9 100644 --- a/dpv-legal/modules/authorities.rdf +++ b/dpv-legal/modules/authorities.rdf @@ -7,364 +7,330 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - Swedish Authority for Privacy Protection - Swedish Authority for Privacy Protection - - - https://www.imy.se/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - + - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht - https://www.datenschutz-bayern.de/ + https://www.lda.bayern.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - National Commission on Informatics and Liberty (CNIL) - National Commission on Informatics and Liberty (CNIL) - - - https://www.cnil.fr/ - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Spanish Data Protection Agency (AEPD) - Spanish Data Protection Agency (AEPD) - - - https://www.aepd.es/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.saechsdsb.de/ + https://www.datenschutz.hessen.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - Hellenic Data Protection Authority - Hellenic Data Protection Authority - + Belgian Data Protection Authority + Belgian Data Protection Authority + - http://dpa.gr + https://www.dataprotectionauthority.be/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Austrian Data Protection Authority - Austrian Data Protection Authority - + Hungarian National Authority for Data Protection and Freedom of Information + Hungarian National Authority for Data Protection and Freedom of Information + - https://dsb.gv.at + http://www.naih.hu/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + - + - https://www.datenschutzzentrum.de/ + https://www.lfd.niedersachsen.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - Estonian Data Protection Inspectorate - Estonian Data Protection Inspectorate - + National Commission on Informatics and Liberty (CNIL) + National Commission on Informatics and Liberty (CNIL) + - http://www.aki.ee/ + https://www.cnil.fr/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Office of the Information and Data Protection Commissioner - Office of the Information and Data Protection Commissioner - + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + + + - https://idpc.org.mt + https://www.saechsdsb.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - Office for Personal Data Protection - Office for Personal Data Protection - + Spanish Data Protection Agency (AEPD) + Spanish Data Protection Agency (AEPD) + - https://www.uoou.cz/ + https://www.aepd.es/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + - + - https://www.lfd.niedersachsen.de/ + https://www.datenschutz-bayern.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - - - + National Commission for Data Protection + National Commission for Data Protection + - https://www.datenschutz-berlin.de/ + https://cnpd.public.lu 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.datenschutz.saarland.de/ + https://www.datenschutz-hamburg.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - - + Dutch Data Protection Authority + Dutch Data Protection Authority + - https://datenschutz.sachsen-anhalt.de/ + https://autoriteitpersoonsgegevens.nl 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - + - National Supervisory Authority for Personal Data Processing - National Supervisory Authority for Personal Data Processing - + Data State Inspectorate + Data State Inspectorate + - http://www.dataprotection.ro/ + http://www.dvi.gov.lv/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + - + - https://www.datenschutz.hessen.de/ + https://www.datenschutzzentrum.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - State Data Protection Inspectorate - State Data Protection Inspectorate - + Data Protection Commission + Data Protection Commission + - https://ada.lt + https://www.garanteprivacy.it/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + - + - https://www.datenschutz-mv.de/ + https://www.tlfdi.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Data Protection Commission - Data Protection Commission - + Austrian Data Protection Authority + Austrian Data Protection Authority + - https://www.garanteprivacy.it/ + https://dsb.gv.at 2022-03-30 accepted Harshvardhan J. Pandit + + + @@ -383,47 +349,58 @@ accepted Harshvardhan J. Pandit - - - - + - Office of the Data Protection Ombudsman - Office of the Data Protection Ombudsman - + Swedish Authority for Privacy Protection + Swedish Authority for Privacy Protection + - https://tietosuoja.fi/ + https://www.imy.se/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Commission for Personal Data Protection - Commission for Personal Data Protection - + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + + + - https://www.cpdp.bg/ + https://www.datenschutz-berlin.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - Office for Personal Data Protection of the Slovak Republic - Office for Personal Data Protection of the Slovak Republic - - - http://www.dataprotection.gov.sk/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + @@ -443,28 +420,37 @@ Julian Flake Harshvardhan J. Pandit - + - The Federal Commissioner for Data Protection and Freedom of Information - The Federal Commissioner for Data Protection and Freedom of Information - - + Personal Data Protection Office + Personal Data Protection Office + - http://www.bfdi.bund.de/ + https://uodo.gov.pl/ 2022-03-30 accepted Harshvardhan J. Pandit - - - + + + + + Hellenic Data Protection Authority + Hellenic Data Protection Authority + + + http://dpa.gr + 2022-03-30 + accepted + Harshvardhan J. Pandit - + + + - - + @@ -482,20 +468,53 @@ + + + + + + + + + + + + + + + + + + + + + - + - Danish Data Protection Agency - Danish Data Protection Agency - + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + + + - http://www.datatilsynet.dk/ + https://datenschutz.sachsen-anhalt.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit + + + + + + + @@ -514,340 +533,296 @@ Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Hungarian National Authority for Data Protection and Freedom of Information - Hungarian National Authority for Data Protection and Freedom of Information - + Comissão Nacional de Protecção de Dados + Comissão Nacional de Protecção de Dados + - http://www.naih.hu/ + https://www.cnpd.pt 2022-03-30 accepted Harshvardhan J. Pandit - + - Information Commissioner of the Republic of Slovenia - Information Commissioner of the Republic of Slovenia - + Estonian Data Protection Inspectorate + Estonian Data Protection Inspectorate + - https://www.ip-rs.si/ + http://www.aki.ee/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - - - + Croatian Personal Data Protection Agency + Croatian Personal Data Protection Agency + - https://www.datenschutz-hamburg.de/ + http://www.azop.hr/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + - + - https://www.ldi.nrw.de/ + https://www.datenschutz.saarland.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Croatian Personal Data Protection Agency - Croatian Personal Data Protection Agency - + Commission for Personal Data Protection + Commission for Personal Data Protection + - http://www.azop.hr/ + https://www.cpdp.bg/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + + + + + Office for Personal Data Protection of the Slovak Republic + Office for Personal Data Protection of the Slovak Republic + + + http://www.dataprotection.gov.sk/ + 2022-03-30 + accepted + Harshvardhan J. Pandit - - + + + + + Data Protection Commission (DPC) + Data Protection Commission (DPC) + + + http://www.dataprotection.ie + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - - - + State Data Protection Inspectorate + State Data Protection Inspectorate + - https://www.lda.bayern.de/ + https://ada.lt 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Dutch Data Protection Authority - Dutch Data Protection Authority - + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + - https://autoriteitpersoonsgegevens.nl + https://tietosuoja.fi/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Comissão Nacional de Protecção de Dados - Comissão Nacional de Protecção de Dados - + Office for Personal Data Protection + Office for Personal Data Protection + - https://www.cnpd.pt + https://www.uoou.cz/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Belgian Data Protection Authority - Belgian Data Protection Authority - + Office of the Information and Data Protection Commissioner + Office of the Information and Data Protection Commissioner + - https://www.dataprotectionauthority.be/ + https://idpc.org.mt 2022-03-30 accepted Harshvardhan J. Pandit - + - National Commission for Data Protection - National Commission for Data Protection - + The Federal Commissioner for Data Protection and Freedom of Information + The Federal Commissioner for Data Protection and Freedom of Information + + - https://cnpd.public.lu + http://www.bfdi.bund.de/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + - + - Data State Inspectorate - Data State Inspectorate - + Danish Data Protection Agency + Danish Data Protection Agency + - http://www.dvi.gov.lv/ + http://www.datatilsynet.dk/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + + - + - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + - + - https://www.tlfdi.de/ + https://www.datenschutz-mv.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - + - Personal Data Protection Office - Personal Data Protection Office - + Information Commissioner of the Republic of Slovenia + Information Commissioner of the Republic of Slovenia + - https://uodo.gov.pl/ + https://www.ip-rs.si/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + - + - Data Protection Commission (DPC) - Data Protection Commission (DPC) - + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + + + - http://www.dataprotection.ie + https://www.ldi.nrw.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - + - - + + - + + + + + + + + + National Supervisory Authority for Personal Data Processing + National Supervisory Authority for Personal Data Processing + + + http://www.dataprotection.ro/ + 2022-03-30 + accepted + Harshvardhan J. Pandit + - - - - - - - - + + - - - - - + + - - - + + - - + + - - + + - - + + + + + + + + @@ -855,58 +830,83 @@ - - + + - - + + - - + + - - + + - - - - - - - - + + - + + + + + + + + + + - - + + + + + + + + - - + + - - + + - - + + + - - + + - + + + + + + + + + + + + + + + + diff --git a/dpv-legal/modules/eu_adequacy.jsonld b/dpv-legal/modules/eu_adequacy.jsonld index ab1ed2189..becde4ff5 100644 --- a/dpv-legal/modules/eu_adequacy.jsonld +++ b/dpv-legal/modules/eu_adequacy.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP", + "@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" @@ -18,13 +18,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nebb3449954e244e29d221316b12f7772" + "@id": "_:Ne865b77a31604af68e76abf61b97388f" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -36,7 +36,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -44,7 +44,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-legal#CH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -54,27 +54,27 @@ ] }, { - "@id": "_:Nebb3449954e244e29d221316b12f7772", + "@id": "_:Ne865b77a31604af68e76abf61b97388f", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nc973bb3397dd4c6599ebe0f603dd7c35" + "@id": "_:N5c8538157f654a7ea5cd5932b404b926" } ] }, { - "@id": "_:Nc973bb3397dd4c6599ebe0f603dd7c35", + "@id": "_:N5c8538157f654a7ea5cd5932b404b926", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", + "@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" @@ -92,13 +92,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Na86250f67032476396f5964ea7225ffc" + "@id": "_:N6d4fa9e2701b46c09436300ae565aa33" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "EU Adequacy Decision for Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -110,7 +110,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -118,7 +118,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-legal#IM" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -128,27 +128,27 @@ ] }, { - "@id": "_:Na86250f67032476396f5964ea7225ffc", + "@id": "_:N6d4fa9e2701b46c09436300ae565aa33", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ndbf62acc3f2c4f8b8c20f74c7fffc682" + "@id": "_:N303d6b7e844945d6a5e53327822c6dbd" } ] }, { - "@id": "_:Ndbf62acc3f2c4f8b8c20f74c7fffc682", + "@id": "_:N303d6b7e844945d6a5e53327822c6dbd", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "2004-04-30" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", + "@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" @@ -166,13 +166,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N922df800f75345228d8c9724b8495454" + "@id": "_:Nab55440e58564f6395da1bc44df28321" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "EU Adequacy Decision for Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -184,7 +184,7 @@ "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%3A32010D0625?" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -192,7 +192,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-legal#AR" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -202,27 +202,27 @@ ] }, { - "@id": "_:N922df800f75345228d8c9724b8495454", + "@id": "_:Nab55440e58564f6395da1bc44df28321", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nefede24dc569431aa9b2d868142348f8" + "@id": "_:N2a22d8fcd2b84a6e8dbcac3375b637d2" } ] }, { - "@id": "_:Nefede24dc569431aa9b2d868142348f8", + "@id": "_:N2a22d8fcd2b84a6e8dbcac3375b637d2", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "2003-07-05" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY", + "@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" @@ -240,13 +240,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N7b5aa83c81434814b46bc1559e7216a8" + "@id": "_:Ncc261969d0a248f0bff38be053c865a5" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -258,7 +258,7 @@ "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%3A32012D0484" + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -266,7 +266,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#JP" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -276,27 +276,27 @@ ] }, { - "@id": "_:N7b5aa83c81434814b46bc1559e7216a8", + "@id": "_:Ncc261969d0a248f0bff38be053c865a5", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N47370dbe022a4542a5ca15ccce015bdc" + "@id": "_:N8323d65534d94607998811d01bba289d" } ] }, { - "@id": "_:N47370dbe022a4542a5ca15ccce015bdc", + "@id": "_:N8323d65534d94607998811d01bba289d", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -314,13 +314,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ncc5ca589de0e40658f2d03bc718bf0b6" + "@id": "_:N932a2de1fd89432f80b039481d34121d" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -332,7 +332,7 @@ "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%3A32003D0821" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -340,7 +340,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-legal#AD" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -350,27 +350,27 @@ ] }, { - "@id": "_:Ncc5ca589de0e40658f2d03bc718bf0b6", + "@id": "_:N932a2de1fd89432f80b039481d34121d", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4b9517bc3c5341a98a6ed62a408950b0" + "@id": "_:Nf468ff09863847888490dacea6f7b64e" } ] }, { - "@id": "_:N4b9517bc3c5341a98a6ed62a408950b0", + "@id": "_:Nf468ff09863847888490dacea6f7b64e", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -388,13 +388,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N426d63e8e3b6429984e701afe6f34580" + "@id": "_:N845b611564af4416946dceaef35a4298" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Argentina" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -406,7 +406,7 @@ "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%3A32003D0490" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -414,7 +414,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-legal#GG" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -424,27 +424,27 @@ ] }, { - "@id": "_:N426d63e8e3b6429984e701afe6f34580", + "@id": "_:N845b611564af4416946dceaef35a4298", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N61771b356bbb444581059c730448ccb1" + "@id": "_:N1d0fadbadff6467d90c9babbd70b2c05" } ] }, { - "@id": "_:N61771b356bbb444581059c730448ccb1", + "@id": "_:N1d0fadbadff6467d90c9babbd70b2c05", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL", + "@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" @@ -462,13 +462,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N5d7c97dfb61a439d9ad094fff9d1bbbd" + "@id": "_:Nd1435c06e78a415aa1907338f7976f13" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -480,7 +480,7 @@ "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%3A32011D0061" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -488,7 +488,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#UY" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -498,74 +498,27 @@ ] }, { - "@id": "_:N5d7c97dfb61a439d9ad094fff9d1bbbd", + "@id": "_:Nd1435c06e78a415aa1907338f7976f13", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N877b93f23b464b49b0b70f3c1d95b0e8" + "@id": "_:N4445322c0ec943988c27019a9b7d5baa" } ] }, { - "@id": "_:N877b93f23b464b49b0b70f3c1d95b0e8", + "@id": "_:N4445322c0ec943988c27019a9b7d5baa", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" - } - ] - }, - { - "@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-AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", + "@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" @@ -583,13 +536,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N2c3daa72c01e486695b98aa893c258eb" + "@id": "_:N325363e93c3f45e0b242d42309ad83c2" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -601,7 +554,7 @@ "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%3A32011D0061" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -609,7 +562,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-legal#IL" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -619,27 +572,27 @@ ] }, { - "@id": "_:N2c3daa72c01e486695b98aa893c258eb", + "@id": "_:N325363e93c3f45e0b242d42309ad83c2", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N05b7b77da0fe45afba68bfc3a9876566" + "@id": "_:Nbceca258f19446348a502e1a9c2ec481" } ] }, { - "@id": "_:N05b7b77da0fe45afba68bfc3a9876566", + "@id": "_:Nbceca258f19446348a502e1a9c2ec481", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -657,13 +610,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N131b8e56108d4b788b4aa72d844f413e" + "@id": "_:Nb212e17520514960a0a38737c6604c01" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -675,7 +628,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@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" + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -683,7 +636,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-legal#NZ" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -693,27 +646,27 @@ ] }, { - "@id": "_:N131b8e56108d4b788b4aa72d844f413e", + "@id": "_:Nb212e17520514960a0a38737c6604c01", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nc25b9820918f4b26bd56423be8a6875d" + "@id": "_:N95d8ea1465af4abd9f8ed4de70a30e04" } ] }, { - "@id": "_:Nc25b9820918f4b26bd56423be8a6875d", + "@id": "_:N95d8ea1465af4abd9f8ed4de70a30e04", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH", + "@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" @@ -731,13 +684,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ne94c9818ed014068af010663fa9e0d1c" + "@id": "_:N0c8db05cf0124d099a6fead32359035e" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -749,7 +702,7 @@ "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%3A32000D0518" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -757,7 +710,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-legal#FO" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -767,22 +720,22 @@ ] }, { - "@id": "_:Ne94c9818ed014068af010663fa9e0d1c", + "@id": "_:N0c8db05cf0124d099a6fead32359035e", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N6dd3503d8799431b93718c07a706bdc9" + "@id": "_:N86e5356a36e44ad480052eb2db4c696a" } ] }, { - "@id": "_:N6dd3503d8799431b93718c07a706bdc9", + "@id": "_:N86e5356a36e44ad480052eb2db4c696a", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "2010-03-09" } ] }, @@ -805,7 +758,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ndd3078c667f94ab88e9adb123bb72f65" + "@id": "_:N7cc4fbe9e2a44bccb31e925d3f1d5497" } ], "http://purl.org/dc/terms/title": [ @@ -841,18 +794,18 @@ ] }, { - "@id": "_:Ndd3078c667f94ab88e9adb123bb72f65", + "@id": "_:N7cc4fbe9e2a44bccb31e925d3f1d5497", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N172b4b1d23974b4583fea030349cec8d" + "@id": "_:Nc3229e2f6a654b65a3e2ec180ba86637" } ] }, { - "@id": "_:N172b4b1d23974b4583fea030349cec8d", + "@id": "_:Nc3229e2f6a654b65a3e2ec180ba86637", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -861,7 +814,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM", + "@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-AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-UY" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-GB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -879,13 +879,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ncb309f5aa3e14cd1b9b8f8e8ad498d34" + "@id": "_:Nccdc3bbfa7114833a9320bcc299b70ec" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -897,7 +897,7 @@ "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://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -905,7 +905,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-legal#GB" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -915,27 +915,27 @@ ] }, { - "@id": "_:Ncb309f5aa3e14cd1b9b8f8e8ad498d34", + "@id": "_:Nccdc3bbfa7114833a9320bcc299b70ec", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nf97d8c8dd4c94fb4b593ea203c2f40dd" + "@id": "_:N22562d7db993485bbfda8def23500388" } ] }, { - "@id": "_:Nf97d8c8dd4c94fb4b593ea203c2f40dd", + "@id": "_:N22562d7db993485bbfda8def23500388", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-legal#Adequacy-EU-JE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -953,13 +953,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nc5a9f78c90b34d8aa7936bb1a265fc4a" + "@id": "_:N84a77611f56d455b8873c14f0d0c3c70" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -971,7 +971,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" } ], "https://w3id.org/dpv#hasJurisdiction": [ @@ -979,7 +979,7 @@ "@id": "https://w3id.org/dpv/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#JE" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -989,22 +989,22 @@ ] }, { - "@id": "_:Nc5a9f78c90b34d8aa7936bb1a265fc4a", + "@id": "_:N84a77611f56d455b8873c14f0d0c3c70", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ne98bea41771942179345702da9d68b76" + "@id": "_:N564c834649c54d80bc9b9fc59266d890" } ] }, { - "@id": "_:Ne98bea41771942179345702da9d68b76", + "@id": "_:N564c834649c54d80bc9b9fc59266d890", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2008-05-26" } ] } diff --git a/dpv-legal/modules/eu_adequacy.rdf b/dpv-legal/modules/eu_adequacy.rdf index 2ccfbdc2f..b2af71f90 100644 --- a/dpv-legal/modules/eu_adequacy.rdf +++ b/dpv-legal/modules/eu_adequacy.rdf @@ -8,35 +8,6 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - - - - - EU Adequacy Decision for New Zealand - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - EU Adequacy Decision for Jersey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - 2010-03-09 - @@ -45,70 +16,70 @@ https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + - EU Adequacy Decision for Uruguay - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + EU Adequacy Decision for Switzerland + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Japan - http://data.europa.eu/eli/dec_impl/2019/419/oj + EU Adequacy Decision for Guernsey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Faroe Islands - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + EU Adequacy Decision for Israel + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Israel - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 + EU Adequacy Decision for Uruguay + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - + + + + + @@ -118,40 +89,39 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - + 2022-03-30 accepted Harshvardhan J. Pandit - - 2011-02-01 + + 2012-12-20 - + - EU Adequacy Decision for Guernsey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + EU Adequacy Decision for Argentina + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2012-08-22 - - - 2003-07-05 - - - - + + + + + EU Adequacy Decision for Faroe Islands + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -177,18 +147,54 @@ https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + EU Adequacy Decision for Japan + http://data.europa.eu/eli/dec_impl/2019/419/oj + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + - + - + - + + + + 2004-04-30 + + + + + + EU Adequacy Decision for Jersey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + 2003-07-05 @@ -198,90 +204,84 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Argentina - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + EU Adequacy Decision for New Zealand + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2000-08-25 - - + 2019-01-23 - + - + - - 2012-12-20 + + + - - 2003-11-21 + + + - - - - - EU Adequacy Decision for Switzerland - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + 2021-06-28 - + - + - - 2008-05-26 - - + - + - + - + + + + 2000-08-25 + + + 2010-10-21 - + - + - - 2002-01-04 + + 2012-08-22 - - 2021-06-28 + + 2003-11-21 - - 2010-10-21 + + 2011-02-01 - + - + - - 2004-04-30 + + 2008-05-26 + + + 2010-03-09 + + + 2002-01-04 diff --git a/dpv-legal/modules/eu_eea.jsonld b/dpv-legal/modules/eu_eea.jsonld index b01b43305..46a3da0e9 100644 --- a/dpv-legal/modules/eu_eea.jsonld +++ b/dpv-legal/modules/eu_eea.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -23,7 +23,168 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-legal#FR", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -39,10 +200,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne1f18ea899a340ce879b7e8daaa431c3" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -51,6 +217,11 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU" + } + ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" @@ -132,12 +303,6 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" } ], "https://w3id.org/dpv#hasCountry": [ @@ -230,7 +395,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "_:Ne1f18ea899a340ce879b7e8daaa431c3", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N640aba5759874900985d289ee7890c4a" + } + ] + }, + { + "@id": "_:N640aba5759874900985d289ee7890c4a", + "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#DE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -253,7 +438,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#MT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -276,7 +461,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -299,7 +484,41 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-legal#ES", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -315,10 +534,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N9809f55cb2144967a04a6ce39b2302a8" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU)" + "@value": "European Economic Area (EEA-30)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -327,6 +551,11 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA" + } + ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" @@ -408,12 +637,6 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "https://w3id.org/dpv#hasCountry": [ @@ -506,53 +729,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@id": "_:N9809f55cb2144967a04a6ce39b2302a8", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@id": "_:Nd1bedfd384544f24853df0a2f89e01b7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@id": "_:Nd1bedfd384544f24853df0a2f89e01b7", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA30", + "@id": "https://w3id.org/dpv/dpv-legal#EEA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -568,15 +765,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne6acc1cef265474887e73c5fefea39ad" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -585,11 +777,6 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" @@ -671,6 +858,12 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EEA31" } ], "https://w3id.org/dpv#hasCountry": [ @@ -763,27 +956,7 @@ ] }, { - "@id": "_:Ne6acc1cef265474887e73c5fefea39ad", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Ne74476703aac412da8fb421270440913" - } - ] - }, - { - "@id": "_:Ne74476703aac412da8fb421270440913", - "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#EE", + "@id": "https://w3id.org/dpv/dpv-legal#HU", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -806,7 +979,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -829,7 +1002,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -852,7 +1025,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -875,7 +1048,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU27", + "@id": "https://w3id.org/dpv/dpv-legal#EEA31", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -893,13 +1066,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N67d6eca70d8b4df993baef2ad8e6b1d9" + "@id": "_:N786027207bf242d78c4caed82d55205f" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-27)" + "@value": "European Economic Area (EEA-31)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -910,13 +1083,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -1000,6 +1176,9 @@ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -1086,68 +1265,36 @@ ] }, { - "@id": "_:N67d6eca70d8b4df993baef2ad8e6b1d9", + "@id": "_:N786027207bf242d78c4caed82d55205f", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N44e4f0f1c93b484ab5f1d086201c73d9" + "@id": "_:N8455d50290514be5b60bb718ae7de6d3" } - ] - }, - { - "@id": "_:N44e4f0f1c93b484ab5f1d086201c73d9", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2006/time#hasEnd": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@id": "_:Nfc186995d03840d0893e9376aa49ef2b" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@id": "_:N8455d50290514be5b60bb718ae7de6d3", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, + "@id": "_:Nfc186995d03840d0893e9376aa49ef2b", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, @@ -1170,7 +1317,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N7f7711fb31084f49a2bba3fa681cbe4c" + "@id": "_:N18de57503d674c22a393b33d9c36f7a5" } ], "http://purl.org/dc/terms/title": [ @@ -1369,23 +1516,23 @@ ] }, { - "@id": "_:N7f7711fb31084f49a2bba3fa681cbe4c", + "@id": "_:N18de57503d674c22a393b33d9c36f7a5", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nffc3d64b43eb48b892c223e8b66bd64e" + "@id": "_:N21136b2b3d0848b3b81822cd7081c5ab" } ], "http://www.w3.org/2006/time#hasEnd": [ { - "@id": "_:Nae0158553a454415884d073dd3483fcd" + "@id": "_:N5b31caba72264a039ab1f2ecacc04621" } ] }, { - "@id": "_:Nffc3d64b43eb48b892c223e8b66bd64e", + "@id": "_:N21136b2b3d0848b3b81822cd7081c5ab", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -1394,7 +1541,7 @@ ] }, { - "@id": "_:Nae0158553a454415884d073dd3483fcd", + "@id": "_:N5b31caba72264a039ab1f2ecacc04621", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -1403,7 +1550,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1426,7 +1573,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1449,11 +1596,8 @@ ] }, { - "@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#FI", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" }, @@ -1475,7 +1619,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1498,7 +1642,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1521,7 +1665,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@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#EEA" + }, + { + "@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#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1544,7 +1714,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1567,7 +1737,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1590,7 +1760,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-legal#EU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1606,15 +1776,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na1600b5c82fd43be9dba2f34ce64dd83" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1623,18 +1788,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -1712,15 +1869,18 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU28" } ], "https://w3id.org/dpv#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-legal#CY" }, @@ -1807,156 +1967,7 @@ ] }, { - "@id": "_:Na1600b5c82fd43be9dba2f34ce64dd83", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N9bd2c41044ac43c1afb79b8244f38c98" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:N86a9c19624b34d3f98d4dc4fbde487bd" - } - ] - }, - { - "@id": "_:N9bd2c41044ac43c1afb79b8244f38c98", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" - } - ] - }, - { - "@id": "_:N86a9c19624b34d3f98d4dc4fbde487bd", - "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#RO", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -1979,18 +1990,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GB", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-legal#LT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" @@ -2013,7 +2013,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#EEA" diff --git a/dpv-legal/modules/eu_eea.rdf b/dpv-legal/modules/eu_eea.rdf index 012b4da2a..970d8628d 100644 --- a/dpv-legal/modules/eu_eea.rdf +++ b/dpv-legal/modules/eu_eea.rdf @@ -7,6 +7,17 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > + + 2020-02-01 + + + + + + + + + @@ -72,12 +83,20 @@ accepted Harshvardhan J. Pandit - + + + + + + + + + - European Union (EU-27) - + European Economic Area (EEA-30) + @@ -132,17 +151,19 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + - European Economic Area (EEA) + European Economic Area (EEA-31) + + @@ -170,6 +191,7 @@ + @@ -196,19 +218,22 @@ - - + 2022-03-30 accepted Harshvardhan J. Pandit - + + 2020-01-31 + + - European Economic Area (EEA-30) - + European Union (EU-28) + + @@ -236,6 +261,7 @@ + @@ -262,27 +288,18 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + - European Economic Area (EEA-31) - + European Union (EU-27) + - @@ -310,7 +327,6 @@ - @@ -337,19 +353,25 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + - European Union (EU-28) - + European Economic Area (EEA) - @@ -377,7 +399,6 @@ - @@ -404,12 +425,18 @@ - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + @@ -417,7 +444,7 @@ - + @@ -425,7 +452,7 @@ - + @@ -433,7 +460,7 @@ - + @@ -441,7 +468,7 @@ - + @@ -449,7 +476,7 @@ - + @@ -457,7 +484,7 @@ - + @@ -465,7 +492,7 @@ - + @@ -473,7 +500,7 @@ - + @@ -481,7 +508,7 @@ - + @@ -489,7 +516,7 @@ - + @@ -497,7 +524,16 @@ - + + + + + + + + + + @@ -505,11 +541,7 @@ - - - - - + @@ -517,7 +549,7 @@ - + @@ -525,11 +557,10 @@ - - - + + 2020-02-01 - + @@ -537,7 +568,7 @@ - + @@ -545,7 +576,7 @@ - + @@ -553,7 +584,7 @@ - + @@ -561,15 +592,15 @@ - - - + - - - + + + + + @@ -577,7 +608,7 @@ - + @@ -585,21 +616,7 @@ - - - - - - - - - - - - - - - + @@ -607,7 +624,7 @@ - + @@ -615,7 +632,7 @@ - + @@ -623,19 +640,11 @@ - + - + - - - - - - - - - + @@ -643,27 +652,18 @@ - - 2020-02-01 - - - 2013-07-01 - - - - - - - - 2020-02-01 + + 2014-04-12 - + 2020-01-31 - - 2014-04-12 + + + + - - 2020-01-31 + + 2013-07-01 diff --git a/dpv-legal/modules/laws.jsonld b/dpv-legal/modules/laws.jsonld index 6eeced440..6ee8f0dd2 100644 --- a/dpv-legal/modules/laws.jsonld +++ b/dpv-legal/modules/laws.jsonld @@ -1,22 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -24,7 +8,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG", + "@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" @@ -46,11 +30,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@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" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -62,22 +46,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@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" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@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" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -87,7 +71,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@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-HE", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -109,7 +129,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@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#IE", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "https://w3id.org/dpv#hasLaw": [ + { + "@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#EU-GDPR" + } + ] + }, + { + "@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" @@ -131,11 +187,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -147,22 +203,22 @@ "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": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -171,34 +227,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#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" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-legal#HR", "https://w3id.org/dpv#hasLaw": [ @@ -208,21 +236,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#SI", "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -230,21 +252,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", + "@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" @@ -257,18 +276,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:Nb89c57567cee4c76a8fa5a4c453a840d" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + }, + { + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -280,144 +301,85 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + }, + { + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "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" + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, + "@id": "https://w3id.org/dpv#Law" + } + ] + }, + { + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, + "@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#BG" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" + "@language": "en", + "@value": "Saarland Data Protection Act" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" + "@language": "en", + "@value": "Saarland Data Protection Act" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, - { - "@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-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -427,27 +389,7 @@ ] }, { - "@id": "_:Nb89c57567cee4c76a8fa5a4c453a840d", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N46feeb8f72af46498f979d5a2e396358" - } - ] - }, - { - "@id": "_:N46feeb8f72af46498f979d5a2e396358", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG", + "@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" @@ -469,11 +411,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -485,22 +427,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -510,21 +452,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EE", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", "https://w3id.org/dpv#hasLaw": [ { "@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#DE-TH-ThürDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -532,13 +466,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@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#EU-GDPR" @@ -546,15 +480,21 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" + }, { "@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-HB-BremDSGVOAG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -576,11 +516,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -592,22 +532,22 @@ "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": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@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://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" + "@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#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -617,95 +557,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#MT", "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@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#LU", + "@id": "https://w3id.org/dpv/dpv-legal#DE", "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#GR", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", "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" } ] }, { - "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - } - ], - "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": "Berlin Data Protection Act (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" }, { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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#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#EU-GDPR" } ] }, @@ -728,7 +622,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nbcef8af9d1e14817977039316f85b7eb" + "@id": "_:N8081df10280c4eccb75c7e983a46fb7e" } ], "http://purl.org/dc/terms/title": [ @@ -767,18 +661,18 @@ ] }, { - "@id": "_:Nbcef8af9d1e14817977039316f85b7eb", + "@id": "_:N8081df10280c4eccb75c7e983a46fb7e", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N2016180b89104f368b13e53032d5f2c2" + "@id": "_:N631005af200943109697748a8534e6a3" } ] }, { - "@id": "_:N2016180b89104f368b13e53032d5f2c2", + "@id": "_:N631005af200943109697748a8534e6a3", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -787,21 +681,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "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#DE-SH-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -809,122 +695,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", - "https://w3id.org/dpv#hasLaw": [ - { - "@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#EU-GDPR" - } - ] - }, - { - "@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#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SI", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" - }, - { - "@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-BE-BbgDSG", + "@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" @@ -946,11 +717,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -962,22 +733,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -987,21 +758,47 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-legal#LT", "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#SE", + "https://w3id.org/dpv#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES", + "https://w3id.org/dpv#hasLaw": [ { "@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#FR", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@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" @@ -1023,11 +820,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1039,22 +836,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "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://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1064,7 +861,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@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" @@ -1076,21 +903,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N01543ba7422b427b8b0e5716d0f9d4db" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1102,22 +927,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1127,7 +948,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PL", + "@id": "_:N01543ba7422b427b8b0e5716d0f9d4db", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N5ec2baea67a34bb7bf0c8c0aa129330e" + } + ] + }, + { + "@id": "_:N5ec2baea67a34bb7bf0c8c0aa129330e", + "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#LV", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1135,7 +976,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1143,159 +984,91 @@ ] }, { - "@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": [ - { - "@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#NL", + "https://w3id.org/dpv#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } - ], - "http://purl.org/dc/terms/temporal": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR", + "https://w3id.org/dpv#hasLaw": [ { - "@id": "_:N63de2231e6a1442eb9d9818bfe8e75fd" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LawConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - } - ], - "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#DE-BE-BbgDSG" }, { - "@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#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH-HmbDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Law" - } - ] - }, - { - "@id": "_:N63de2231e6a1442eb9d9818bfe8e75fd", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Ndceea6bb584245f1a5752f28ed4282c8" - } - ] - }, - { - "@id": "_:Ndceea6bb584245f1a5752f28ed4282c8", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MT", - "https://w3id.org/dpv#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PT", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CCPA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI-NDSG", + "@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" @@ -1317,11 +1090,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1333,22 +1106,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "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.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1358,7 +1131,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", + "@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" @@ -1380,11 +1153,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1396,22 +1169,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "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://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1421,70 +1194,29 @@ ] }, { - "@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" - ], - "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#RO", + "https://w3id.org/dpv#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } - ], - "http://purl.org/dc/terms/title": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "https://w3id.org/dpv#hasLaw": [ { - "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - } - ], - "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": "Bavarian Data Protection Act (BayDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG" }, { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - } - ], - "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#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Law" + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#FI", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1492,7 +1224,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1511,14 +1243,19 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nabaa9d1116084bcfb6fc174da65fbb3e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1530,54 +1267,114 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@id": "https://w3id.org/dpv#Law" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", - "https://w3id.org/dpv#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@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-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "_:Nabaa9d1116084bcfb6fc174da65fbb3e", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N8a71e16abc354743a464fb3f79c3ef5c" + } + ] + }, + { + "@id": "_:N8a71e16abc354743a464fb3f79c3ef5c", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@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#RO", + "@id": "https://w3id.org/dpv/dpv-legal#DK", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1585,7 +1382,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1593,7 +1390,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH-ThürDSG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1615,11 +1412,11 @@ "http://purl.org/dc/terms/title": [ { "@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": "Thuringian Data Protection Act (ThürDSG)" }, { "@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" + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1631,22 +1428,22 @@ "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": "Thuringian Data Protection Act (ThürDSG)" }, { "@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" + "@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-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1656,7 +1453,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1664,59 +1461,70 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", - "https://w3id.org/dpv#hasLaw": [ + "@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://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LV", - "https://w3id.org/dpv#hasLaw": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DK", - "https://w3id.org/dpv#hasLaw": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", - "https://w3id.org/dpv#hasLaw": [ + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@language": "en", + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SH-LDSG" - }, + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", - "https://w3id.org/dpv#hasLaw": [ + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + "@language": "en", + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" - }, + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + } + ], + "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://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB-BremDSGVOAG", + "@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" @@ -1738,11 +1546,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1754,22 +1562,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@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" + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1779,7 +1587,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1787,13 +1595,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", "https://w3id.org/dpv#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE-HDISG" + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL-SDSG" }, { "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" @@ -1801,7 +1609,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-LSA-DSG", + "@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" @@ -1823,11 +1631,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1839,22 +1647,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "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-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1864,15 +1672,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FI", - "https://w3id.org/dpv#hasLaw": [ - { - "@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-HH-HmbDSG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1894,11 +1694,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1910,22 +1710,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "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://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1935,18 +1735,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", - "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#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1964,13 +1753,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N5afc6b57b3d948d2977273b4a6d46cf2" + "@id": "_:N8f3cd5c557d5450892fadc3ffb5b71ef" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1982,18 +1771,144 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "General Data Protection Regulation (GDPR)" } ], "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" + "@value": "http://data.europa.eu/eli/reg/2016/679/oj" } ], "https://w3id.org/dpv#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, + { + "@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-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2003,22 +1918,107 @@ ] }, { - "@id": "_:N5afc6b57b3d948d2977273b4a6d46cf2", + "@id": "_:N8f3cd5c557d5450892fadc3ffb5b71ef", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N1928a375aa124adaaba0131d1485ba61" + "@id": "_:Nc7b876781009495fb4ad811aa6761789" } ] }, { - "@id": "_:N1928a375aa124adaaba0131d1485ba61", + "@id": "_:Nc7b876781009495fb4ad811aa6761789", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-01" + "@value": "2018-05-25" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW-LDSG", + "@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" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + } + ], + "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": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + } + ], + "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" + } + ], + "https://w3id.org/dpv#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Law" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT", + "https://w3id.org/dpv#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EU-GDPR" } ] } diff --git a/dpv-legal/modules/laws.rdf b/dpv-legal/modules/laws.rdf index 8190b952e..0e3543c0c 100644 --- a/dpv-legal/modules/laws.rdf +++ b/dpv-legal/modules/laws.rdf @@ -8,129 +8,90 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + + + + + + - General Data Protection Regulation (GDPR) - General Data Protection Regulation (GDPR) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) - http://data.europa.eu/eli/reg/2016/679/oj - + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) - 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) - Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + California Privacy Rights Act (CPRA) + California Privacy Rights Act (CPRA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - - + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) - - - - - - - - - - - - - - - https://www.gesetze-im-internet.de/bdsg_2018/ - + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - + - California Privacy Rights Act (CPRA) - California Privacy Rights Act (CPRA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + + 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 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit @@ -148,86 +109,131 @@ Julian Flake Harshvardhan J. Pandit - + - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + + + + + + + + - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - - 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 - 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 - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + + + + + + + + https://www.gesetze-im-internet.de/bdsg_2018/ + 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + + + - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + 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) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + 2023-01-01 + + - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) + General Data Protection Regulation (GDPR) + General Data Protection Regulation (GDPR) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + + + + + + http://data.europa.eu/eli/reg/2016/679/oj + 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - - @@ -243,110 +249,66 @@ Julian Flake Harshvardhan J. Pandit - - - - - - - - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - + - + - + - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - - 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 + California Consumer Privacy Act (CCPA) + California Consumer Privacy Act (CCPA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - 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 + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - + + 2019-11-20 - + - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + @@ -363,9 +325,22 @@ Julian Flake Harshvardhan J. Pandit - - - + + + + + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + 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 + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + @@ -383,198 +358,223 @@ Julian Flake Harshvardhan J. Pandit - + + + + + - California Consumer Privacy Act (CCPA) - California Consumer Privacy Act (CCPA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - + + + + + - + + + - + - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - + + + + + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit - + - + - + - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf + 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 + 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 + + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - + - - + - + + + - + - - - - - - + - - - + - + - + - + - + - - 2019-11-20 - - + - + - + - - - - - + - + - + - + + + - + - - 2023-01-01 + + - + - - - + + - - 2020-01-01 + + + + - + + + - + + + + + - + - + + + - + - + - + - + + - + + 2020-01-01 + + - - 2018-05-25 + + + - + - + - - - + + - + - + - + + + 2018-05-25 + diff --git a/dpv-legal/modules/locations.jsonld b/dpv-legal/modules/locations.jsonld index e71e1299c..f7441fa35 100644 --- a/dpv-legal/modules/locations.jsonld +++ b/dpv-legal/modules/locations.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-legal#TV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31,7 +31,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Tuvalu" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -41,38 +41,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SZ" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWZ" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "748" + "@value": "798" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "748" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-legal#BN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -91,7 +88,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -103,7 +100,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Palau" + "@value": "Brunei Darussalam" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -113,35 +110,35 @@ ], "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#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "BN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "BRN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "96" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -160,7 +157,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -172,7 +169,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austria" + "@value": "AustraliaandNewZealand" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@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#AF", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Afghanistan" + } + ], + "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": "Afghanistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -182,35 +225,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AT" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUT" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "40" + "@value": "4" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "40" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-legal#IM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -229,7 +272,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -241,22 +284,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Isle of Man" } ], "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#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "IM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "IMN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "833" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -275,7 +341,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -287,7 +353,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iowa" + "@value": "WesternAsia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -297,12 +363,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#PR", + "@id": "https://w3id.org/dpv/dpv-legal#CI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -321,7 +387,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -333,7 +399,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Côte d’Ivoire" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -343,38 +409,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#Caribbean" + "@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": "PR" + "@value": "CI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRI" + "@value": "CIV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "630" + "@value": "384" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "630" + "@value": "384" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-legal#DM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -393,7 +459,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -405,7 +471,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Morocco" + "@value": "Dominica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -415,35 +481,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "212" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-legal#US-MT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -462,7 +531,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -474,17 +543,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oceania" + "@value": "Montana" } ], "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#LU", + "@id": "https://w3id.org/dpv/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -503,7 +577,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -515,7 +589,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Algeria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -525,35 +599,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": "DZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LUX" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "442" + "@value": "12" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "442" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-legal#US-MS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -572,7 +646,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -584,45 +658,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Mississippi" } ], "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#AustraliaandNewZealand" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NFK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "574" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "574" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-legal#US-ND", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -641,7 +692,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -653,48 +704,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Barbados" + "@value": "North 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#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": "BB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BRB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "52" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "52" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-legal#US-NY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -713,7 +738,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -725,48 +750,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "New York" } ], "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#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "@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#SubSaharanAfrica" - }, + "@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#EasternAfrica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "UG" + "@language": "en", + "@value": "Melanesia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "UGA" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "800" + "@language": "en", + "@value": "Melanesia" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "800" + "@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-TN", + "@id": "https://w3id.org/dpv/dpv-legal#US-NH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -785,7 +830,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -797,7 +842,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tennessee" + "@value": "New Hampshire" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -812,7 +857,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-legal#ER", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -831,7 +876,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -843,7 +888,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Namibia" + "@value": "Eritrea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -859,32 +904,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NA" + "@value": "ER" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NAM" + "@value": "ERI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "516" + "@value": "232" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "516" + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-legal#CW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -903,7 +948,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -915,7 +960,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Curaçao" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -923,29 +968,40 @@ "@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": "AQ" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATA" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "10" + "@value": "531" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "10" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-legal#SM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -964,7 +1020,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -976,7 +1032,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" + "@value": "San Marino" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -986,38 +1042,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GN" + "@value": "SM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GIN" + "@value": "SMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "324" + "@value": "674" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "324" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO", + "@id": "https://w3id.org/dpv/dpv-legal#BR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1036,7 +1089,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1048,68 +1101,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colorado" + "@value": "Brazil" } ], "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#EasternAsia", - "@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#Americas" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@language": "en", - "@value": "EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "BR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "EasternAsia" + "@value": "BRA" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "76" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@value": "76" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "@id": "https://w3id.org/dpv/dpv-legal#CZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1128,7 +1161,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Melanesia" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1140,22 +1173,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Melanesia" + "@value": "Czechia" } ], "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#Oceania" + "@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#NR", + "@id": "https://w3id.org/dpv/dpv-legal#MA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1174,7 +1230,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1186,7 +1242,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Morocco" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1196,35 +1252,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "MA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "MAR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "504" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-legal#BL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1243,7 +1299,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1255,7 +1311,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "Saint Barthélemy" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1265,35 +1321,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#SoutheasternAsia" + "@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": "TH" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "652" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-legal#BE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1312,7 +1371,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1324,7 +1383,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Belgium" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1334,35 +1393,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#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KZ" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KAZ" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "398" + "@value": "56" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "398" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-legal#GF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1381,7 +1440,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1393,7 +1452,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "French Guiana" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1403,35 +1462,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#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AZ" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AZE" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "31" + "@value": "254" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "31" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-legal#KN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1450,7 +1512,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1462,7 +1524,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Denmark" + "@value": "Saint Kitts and Nevis" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1472,35 +1534,38 @@ ], "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#NorthernEurope" + "@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": "DK" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DNK" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "208" + "@value": "659" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "208" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-legal#KG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1519,7 +1584,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1531,22 +1596,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hesse" + "@value": "Kyrgyzstan" } ], "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#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + } + ], + "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#LI", + "@id": "https://w3id.org/dpv/dpv-legal#ID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1565,7 +1653,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1577,7 +1665,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Indonesia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1587,35 +1675,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "360" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-legal#US-KS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1634,7 +1722,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1646,48 +1734,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comoros" + "@value": "Kansas" } ], "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#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "KM" - } - ], - "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#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-legal#BA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1706,7 +1768,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1718,7 +1780,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Bosnia and Herzegovina" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1728,38 +1790,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#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SC" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SYC" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "690" + "@value": "70" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "690" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1778,7 +1837,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1790,17 +1849,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Asia" + "@value": "NorthernAfrica" } ], "https://w3id.org/dpv#isInstanceOf": [ { "@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#GH", + "@id": "https://w3id.org/dpv/dpv-legal#US-PR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1819,7 +1883,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1831,48 +1895,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ghana" + "@value": "Puerto Rico" } ], "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#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-VA", + "@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#SubSaharanAfrica" - }, + "@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#WesternAfrica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "GH" + "@language": "en", + "@value": "Virginia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "GHA" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "288" + "@language": "en", + "@value": "Virginia" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "288" + "@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#GG", + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1891,7 +1975,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1903,48 +1987,63 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" + "@value": "New Jersey" } ], "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#Europe" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "@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#NorthernEurope" - }, + "@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" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "GG" + "@language": "en", + "@value": "Africa" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "GGY" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "831" + "@language": "en", + "@value": "Africa" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "831" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-legal#PH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1963,7 +2062,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1975,7 +2074,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Czechia" + "@value": "Philippines" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -1985,35 +2084,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "608" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-legal#US-HI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2032,7 +2131,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2044,48 +2143,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chad" + "@value": "Hawaii" } ], "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#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TCD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "148" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "148" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-legal#GR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2104,7 +2177,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2116,7 +2189,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Greece" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2126,38 +2199,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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "300" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-legal#CD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2176,7 +2246,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2188,7 +2258,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guyana" + "@value": "Democratic Republic of the Congo" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2198,38 +2268,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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@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": "GY" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "180" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-legal#US-PA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2248,7 +2318,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2260,45 +2330,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Pennsylvania" } ], "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#Melanesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SLB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "90" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "90" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-legal#IT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2317,7 +2364,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2329,7 +2376,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Italy" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2339,38 +2386,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AI" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AIA" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "660" + "@value": "380" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "660" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-legal#GD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2389,7 +2433,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2401,7 +2445,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Qatar" + "@value": "Grenada" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2411,35 +2455,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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "QA" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "QAT" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "634" + "@value": "308" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "634" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2458,7 +2505,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2470,7 +2517,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Saarland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2480,12 +2527,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#MU", + "@id": "https://w3id.org/dpv/dpv-legal#SO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2504,7 +2551,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2516,7 +2563,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Somalia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2537,27 +2584,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "706" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-legal#AW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2576,7 +2623,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2588,7 +2635,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niger" + "@value": "Aruba" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2598,38 +2645,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NE" + "@value": "AW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NER" + "@value": "ABW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "562" + "@value": "533" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "562" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2648,7 +2695,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2660,7 +2707,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Bavaria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2670,12 +2717,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#JE", + "@id": "https://w3id.org/dpv/dpv-legal#BI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2694,7 +2741,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2706,7 +2753,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jersey" + "@value": "Burundi" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2716,38 +2763,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#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JE" + "@value": "BI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JEY" + "@value": "BDI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "832" + "@value": "108" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "832" + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2766,7 +2813,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2778,48 +2825,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "EasternAfrica" } ], "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#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@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#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-legal#PE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2838,7 +2859,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2850,7 +2871,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Peru" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2860,35 +2881,38 @@ ], "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#NorthernEurope" + "@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": "AX" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "604" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2907,7 +2931,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2919,7 +2943,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arkansas" + "@value": "SouthernAsia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2929,12 +2953,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#NG", + "@id": "https://w3id.org/dpv/dpv-legal#DE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2953,7 +2977,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2965,7 +2989,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Germany" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -2975,38 +2999,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "276" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MD", + "@id": "https://w3id.org/dpv/dpv-legal#IR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3025,7 +3046,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3037,7 +3058,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Iran (Islamic Republic of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3047,35 +3068,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MD" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDA" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "498" + "@value": "364" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "498" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-legal#GE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3094,7 +3115,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3106,22 +3127,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@value": "Georgia" } ], "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#WesternAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "GE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "GEO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "268" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CX", + "@id": "https://w3id.org/dpv/dpv-legal#SY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3140,7 +3184,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3152,7 +3196,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Syrian Arab Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3162,35 +3206,35 @@ ], "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#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CX" + "@value": "SY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CXR" + "@value": "SYR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "162" + "@value": "760" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "162" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-legal#Europe", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3209,7 +3253,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3221,48 +3265,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Europe" } ], "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#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "KE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "KEN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "404" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "404" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-legal#MO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3281,7 +3294,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3293,7 +3306,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greece" + "@value": "China, Macao Special Administrative Region" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3303,35 +3316,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "446" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-legal#US-DC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3350,7 +3363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3362,45 +3375,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indonesia" + "@value": "District of Columbia" } ], "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#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@value": "ID" + "@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": "IDN" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "360" + "@language": "en", + "@value": "Caribbean" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "360" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Caribbean" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@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#CF", + "@id": "https://w3id.org/dpv/dpv-legal#OM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3419,7 +3455,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3431,7 +3467,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "Oman" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3441,38 +3477,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CF" + "@value": "OM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CAF" + "@value": "OMN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "140" + "@value": "512" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "140" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-legal#PG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3491,7 +3524,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3503,7 +3536,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Papua New Guinea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3513,35 +3546,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#Melanesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PS" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PSE" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "275" + "@value": "598" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "275" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-legal#CN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3560,7 +3593,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3572,7 +3605,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "China" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3585,32 +3618,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "156" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-legal#MW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3629,7 +3662,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3641,7 +3674,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Malawi" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3651,38 +3684,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#Caribbean" + "@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": "VC" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VCT" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "670" + "@value": "454" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "670" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-legal#MM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3701,7 +3734,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3713,7 +3746,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Myanmar" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3723,35 +3756,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SK" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SVK" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "703" + "@value": "104" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "703" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-legal#NE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3770,7 +3803,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3782,7 +3815,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Niger" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3792,38 +3825,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#Caribbean" + "@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": "DO" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "562" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-legal#SC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3842,7 +3875,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3854,7 +3887,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Seychelles" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3864,35 +3897,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#EasternAsia" + "@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": "MO" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAC" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "446" + "@value": "690" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "446" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#BM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3911,7 +3947,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3923,22 +3959,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Bermuda" } ], "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#Asia" + "@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": "BM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BMU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "60" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-legal#LA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3957,7 +4016,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3969,7 +4028,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Lao People's Democratic Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -3979,38 +4038,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#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "418" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#WS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4029,7 +4085,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4041,33 +4097,56 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Samoa" } ], "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#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#FI", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "WS" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "WSM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "882" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "882" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MX", + "@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" } @@ -4075,7 +4154,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4087,7 +4166,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Finland" + "@value": "Mexico" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4097,35 +4176,38 @@ ], "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#NorthernEurope" + "@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": "FI" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "484" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-legal#ET", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4144,7 +4226,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4156,7 +4238,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Ethiopia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4177,27 +4259,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "231" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "175" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-legal#BZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4216,7 +4298,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4228,7 +4310,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spain" + "@value": "Belize" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4238,35 +4320,38 @@ ], "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#SouthernEurope" + "@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": "ES" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "84" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "724" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4285,7 +4370,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4297,7 +4382,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia" + "@value": "NorthernAmerica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4307,12 +4392,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-legal#GT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4331,7 +4416,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4343,7 +4428,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Africa" + "@value": "Guatemala" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4353,38 +4438,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZA" + "@value": "GT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZAF" + "@value": "GTM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "710" + "@value": "320" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "710" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-legal#US-MP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4403,7 +4488,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4415,48 +4500,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guatemala" + "@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#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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@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#CentralAmerica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "GT" + "@language": "en", + "@value": "Wisconsin" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "GTM" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "320" + "@language": "en", + "@value": "Wisconsin" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "320" + "@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#GI", + "@id": "https://w3id.org/dpv/dpv-legal#AG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4475,7 +4580,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4487,7 +4592,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Antigua and Barbuda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4497,35 +4602,38 @@ ], "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#SouthernEurope" + "@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": "GI" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "28" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4544,7 +4652,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4556,7 +4664,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Rhineland-Palatinate" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4566,12 +4674,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-legal#AU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4590,7 +4698,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4602,7 +4710,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Australia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4612,35 +4720,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#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KW" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KWT" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "414" + "@value": "36" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "414" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-legal#GB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4659,7 +4767,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4671,7 +4779,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4681,35 +4789,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#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "826" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "166" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-legal#BQ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4728,7 +4836,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4740,7 +4848,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zambia" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4750,38 +4858,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ZM" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ZMB" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "894" + "@value": "535" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "894" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-legal#EE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4800,7 +4908,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4812,7 +4920,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Estonia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4822,84 +4930,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "233" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "678" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Minnesota" - } - ], - "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": "Minnesota" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-legal#FK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4918,7 +4977,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4930,7 +4989,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "France" + "@value": "Falkland Islands (Malvinas)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -4940,35 +4999,38 @@ ], "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#WesternEurope" + "@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": "FR" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "238" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-legal#EH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4987,7 +5049,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4999,7 +5061,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Latvia" + "@value": "Western Sahara" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5009,35 +5071,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#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "732" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-legal#US-DE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5056,7 +5118,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Delaware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5068,45 +5130,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Delaware" } ], "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#Micronesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "KI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "KIR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "296" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "296" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-legal#US-OK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5125,7 +5164,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Oklahoma" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5137,7 +5176,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nevada" + "@value": "Oklahoma" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5152,7 +5191,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-legal#IL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5171,7 +5210,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5183,7 +5222,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Israel" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5196,32 +5235,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MN" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "376" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "496" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-legal#NO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5240,7 +5279,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5252,7 +5291,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Norway" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5262,38 +5301,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BL" + "@value": "NO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLM" + "@value": "NOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "652" + "@value": "578" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "652" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-legal#MD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5312,7 +5348,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5324,7 +5360,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Haiti" + "@value": "Republic of Moldova" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5334,38 +5370,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HT" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HTI" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "332" + "@value": "498" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "332" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-legal#SD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5384,7 +5417,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5396,7 +5429,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Sudan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5409,35 +5442,32 @@ "@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#NorthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "SD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "SDN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "729" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#Americas", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5456,7 +5486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5468,22 +5498,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternEurope" + "@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#Europe" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-legal#BS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5502,7 +5527,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5514,7 +5539,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Bahamas" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5524,35 +5549,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#EasternAsia" + "@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": "KR" + "@value": "BS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "BHS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "44" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5571,7 +5599,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5583,45 +5611,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "Hesse" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "RS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SRB" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "688" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "688" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-legal#TK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5640,7 +5645,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5652,7 +5657,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Tokelau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5662,38 +5667,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GS" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SGS" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "239" + "@value": "772" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "239" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-legal#HK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5712,7 +5714,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5724,7 +5726,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "China, Hong Kong Special Administrative Region" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5734,35 +5736,35 @@ ], "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#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "344" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-legal#MQ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5781,7 +5783,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5793,7 +5795,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Argentina" + "@value": "Martinique" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5806,35 +5808,35 @@ "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AR" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARG" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "32" + "@value": "474" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "32" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-legal#US-AK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5853,7 +5855,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5865,45 +5867,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Alaska" } ], "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#Melanesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "VU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "VUT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "548" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "548" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#UM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5922,7 +5901,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5934,22 +5913,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "United States Minor Outlying Islands" } ], "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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "581" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-legal#US-CT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5968,7 +5970,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Connecticut" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5980,7 +5982,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Connecticut" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -5995,7 +5997,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TN", + "@id": "https://w3id.org/dpv/dpv-legal#YT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6014,7 +6016,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6026,7 +6028,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Mayotte" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6039,32 +6041,35 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@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": "TN" + "@value": "YT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "MYT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "175" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#ME", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6083,7 +6088,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6095,22 +6100,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Montenegro" } ], "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#Africa" + "@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": "ME" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MNE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "499" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6129,7 +6157,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6141,7 +6169,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "India" + "@value": "Uzbekistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6154,32 +6182,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "860" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK", + "@id": "https://w3id.org/dpv/dpv-legal#SN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6198,7 +6226,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alaska" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6210,68 +6238,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alaska" + "@value": "Senegal" } ], "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" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "SN" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "SEN" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "United States Minor Outlying Islands" - } - ], - "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": "United States Minor Outlying Islands" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" + "@value": "686" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-legal#PA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6290,7 +6298,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Panama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6302,7 +6310,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sudan" + "@value": "Panama" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6312,35 +6320,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "PA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "PAN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "591" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-legal#US-AS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6359,7 +6370,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6371,45 +6382,63 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "American Samoa" } ], "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#Europe" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#TW", + "@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#SouthernEurope" + "@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": "ME" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "MNE" + "@language": "en", + "@value": "Taiwan (Province of China)" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "499" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "499" + "@language": "en", + "@value": "Taiwan (Province of China)" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-legal#PY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6428,7 +6457,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6440,7 +6469,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Paraguay" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6450,35 +6479,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#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "PY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "PRY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "600" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "196" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-legal#NL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6497,7 +6529,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6509,22 +6541,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Netherlands" } ], "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": "NL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "NLD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "528" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-legal#NF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6543,7 +6598,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6555,7 +6610,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6565,35 +6620,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#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "574" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6612,7 +6667,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6624,48 +6679,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "LatinAmericaandtheCaribbean" } ], "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#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "DM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "DMA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "212" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-legal#GP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6684,7 +6713,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6696,7 +6725,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Martinique" + "@value": "Guadeloupe" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6717,27 +6746,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "312" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ML", + "@id": "https://w3id.org/dpv/dpv-legal#SZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6756,7 +6785,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mali" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6768,7 +6797,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mali" + "@value": "Eswatini" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6784,32 +6813,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ML" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MLI" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "466" + "@value": "748" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "466" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6828,7 +6857,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6840,56 +6869,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Arizona" } ], "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" + "@id": "https://w3id.org/dpv/dpv-legal#US" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JO", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "PM" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SPM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "666" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "666" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#GF", - "@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/creator": [ { "@value": "Harshvardhan J. Pandit" } @@ -6897,7 +6903,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6909,7 +6915,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Jordan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6919,38 +6925,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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "JO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "JOR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "400" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-legal#BV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6969,7 +6972,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6981,7 +6984,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Bouvet Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -6991,35 +6994,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#SoutheasternAsia" + "@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": "MM" + "@value": "BV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "BVT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "74" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-legal#PK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7038,7 +7044,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7050,7 +7056,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" + "@value": "Pakistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7060,38 +7066,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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "PK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "PAK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "586" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "170" + "@value": "586" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-legal#VU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7110,7 +7113,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7122,22 +7125,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Vanuatu" } ], "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#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "VU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "VUT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "548" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#UG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7156,7 +7182,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7168,7 +7194,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatia" + "@value": "Uganda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7178,35 +7204,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#SouthernEurope" + "@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": "HR" + "@value": "UG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HRV" + "@value": "UGA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "191" + "@value": "800" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "191" + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7225,7 +7254,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "West Virginia" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7237,7 +7266,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "West Virginia" + "@value": "NorthernEurope" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7247,12 +7276,12 @@ ], "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#US-GU", + "@id": "https://w3id.org/dpv/dpv-legal#TZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7271,7 +7300,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7283,22 +7312,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "United Republic of Tanzania" } ], "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#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "TZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "TZA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "834" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-legal#PT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7317,7 +7372,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7329,7 +7384,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China" + "@value": "Portugal" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7339,35 +7394,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#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "620" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-legal#KP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7386,7 +7441,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7398,7 +7453,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Democratic People's Republic of Korea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7411,32 +7466,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "KP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "PRK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "408" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-legal#MV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7455,7 +7510,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7467,7 +7522,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malawi" + "@value": "Maldives" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7477,38 +7532,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#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "MV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "MDV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "462" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-legal#NI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7527,7 +7579,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7539,7 +7591,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Nicaragua" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7560,27 +7612,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CR" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CRI" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "188" + "@value": "558" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "188" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-legal#KM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7599,7 +7651,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7611,7 +7663,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "San Marino" + "@value": "Comoros" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7621,35 +7673,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#SouthernEurope" + "@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": "SM" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SMR" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "674" + "@value": "174" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "674" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7668,7 +7723,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7680,7 +7735,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Florida" + "@value": "MiddleAfrica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7690,12 +7745,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-legal#SL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7714,7 +7769,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7726,7 +7781,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7736,35 +7791,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#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IQ" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRQ" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "368" + "@value": "694" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "368" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-legal#US-WY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7783,7 +7841,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7795,7 +7853,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Wyoming" + } + ], + "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": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Zimbabwe" + } + ], + "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": "Zimbabwe" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7805,35 +7909,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "ZW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "ZWE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "716" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-legal#US-MO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7852,7 +7959,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "Missouri" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7864,7 +7971,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kansas" + "@value": "Missouri" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7879,7 +7986,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-legal#CF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7898,7 +8005,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7910,7 +8017,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cuba" + "@value": "Central African Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -7920,84 +8027,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#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@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": "CU" + "@value": "CF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUB" + "@value": "CAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "192" + "@value": "140" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "192" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD", - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "South Dakota" - } - ], - "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": "South Dakota" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ - { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8016,7 +8077,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8028,7 +8089,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Bremen" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8038,12 +8099,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-legal#TH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8062,7 +8123,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8074,7 +8135,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Thailand" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8084,38 +8145,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@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": "GQ" + "@value": "TH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "THA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "764" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "764" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME", + "@id": "https://w3id.org/dpv/dpv-legal#US-GU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8134,7 +8192,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maine" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8146,7 +8204,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maine" + "@value": "Guam" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8161,7 +8219,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-legal#BH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8180,7 +8238,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8192,7 +8250,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Bahrain" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8202,35 +8260,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FO" + "@value": "BH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FRO" + "@value": "BHR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "234" + "@value": "48" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "234" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8249,7 +8307,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8261,48 +8319,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Peru" + "@value": "WesternEurope" } ], "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#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "PER" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "604" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "604" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-legal#GN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8321,7 +8353,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8333,22 +8365,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" + "@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#DE" + "@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": "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#TR", + "@id": "https://w3id.org/dpv/dpv-legal#NR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8367,7 +8425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8379,7 +8437,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkey" + "@value": "Nauru" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8389,35 +8447,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": "TR" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TUR" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "792" + "@value": "520" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "792" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-legal#MG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8436,7 +8494,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8448,7 +8506,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Madagascar" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8458,38 +8516,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#Caribbean" + "@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": "CW" + "@value": "MG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "MDG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "450" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-legal#TM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8508,7 +8566,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8520,22 +8578,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Turkmenistan" } ], "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#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "TM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@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#PH", + "@id": "https://w3id.org/dpv/dpv-legal#US-TX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8554,7 +8635,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8566,45 +8647,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philippines" + "@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#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "PHL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "608" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "608" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-legal#IQ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8623,7 +8681,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8635,7 +8693,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Iraq" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8645,38 +8703,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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FK" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FLK" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "238" + "@value": "368" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "238" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-legal#BG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8695,7 +8750,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8707,7 +8762,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iceland" + "@value": "Bulgaria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8720,32 +8775,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "BG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "BGR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "100" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8764,7 +8819,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8776,7 +8831,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Saxony-Anhalt" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8786,12 +8841,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#CH", + "@id": "https://w3id.org/dpv/dpv-legal#GY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8810,7 +8865,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8822,7 +8877,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Guyana" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8832,35 +8887,38 @@ ], "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#WesternEurope" + "@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": "CH" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHE" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "756" + "@value": "328" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "756" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-legal#HR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8879,7 +8937,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8891,7 +8949,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Holy See" + "@value": "Croatia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -8909,27 +8967,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "HR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "HRV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "191" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "191" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#QA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8948,7 +9006,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "MiddleAfrica" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8960,22 +9018,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MiddleAfrica" + "@value": "Qatar" } ], "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#SubSaharanAfrica" + "@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": "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#GL", + "@id": "https://w3id.org/dpv/dpv-legal#GS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8994,7 +9075,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9006,7 +9087,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greenland" + "@value": "South Georgia and the South Sandwich Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9019,32 +9100,35 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@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": "GL" + "@value": "GS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "SGS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "239" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-legal#US-SC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9063,7 +9147,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9075,45 +9159,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pakistan" + "@value": "South Carolina" } ], "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": "PK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "PAK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "586" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "586" + "@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" @@ -9132,7 +9193,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9144,7 +9205,7 @@ "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": [ @@ -9154,35 +9215,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#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "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#PT", + "@id": "https://w3id.org/dpv/dpv-legal#US-MD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9201,7 +9262,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9213,7 +9274,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Portugal" + "@value": "Maryland" + } + ], + "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#AI", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Anguilla" + } + ], + "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": "Anguilla" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9223,35 +9330,38 @@ ], "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#SouthernEurope" + "@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": "PT" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "660" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-legal#UA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9270,7 +9380,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9282,7 +9392,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Ukraine" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9292,35 +9402,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": "WF" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "804" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9339,7 +9449,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9351,17 +9461,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "SubSaharanAfrica" } ], "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#BV", + "@id": "https://w3id.org/dpv/dpv-legal#US-AR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9380,7 +9495,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9392,48 +9507,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Arkansas" } ], "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#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "BV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BVT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "74" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "74" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-legal#NA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9452,7 +9541,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9464,7 +9553,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Namibia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9474,38 +9563,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#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MS" + "@value": "NA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MSR" + "@value": "NAM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "500" + "@value": "516" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "500" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-legal#LR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9524,7 +9613,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9536,7 +9625,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Liberia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9546,38 +9635,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#Caribbean" + "@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": "BS" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BHS" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "44" + "@value": "430" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "44" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-legal#LV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9596,7 +9685,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9608,7 +9697,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Senegal" + "@value": "Latvia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9618,38 +9707,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SN" + "@value": "LV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SEN" + "@value": "LVA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "686" + "@value": "428" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "686" + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9668,7 +9754,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9680,48 +9766,63 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cameroon" + "@value": "SouthAmerica" } ], "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#LatinAmericaandtheCaribbean" + } + ] + }, + { + "@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#MiddleAfrica" - }, + "@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#SubSaharanAfrica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "CM" + "@language": "en", + "@value": "Oceania" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "CMR" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "120" + "@language": "en", + "@value": "Oceania" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "120" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-legal#AD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9740,7 +9841,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9752,7 +9853,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Andorra" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9762,35 +9863,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": "AE" + "@value": "AD" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "AND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "20" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "784" + "@value": "20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-legal#NP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9809,7 +9910,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9821,7 +9922,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "Nepal" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9831,35 +9932,35 @@ ], "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#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GU" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GUM" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "316" + "@value": "524" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "316" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-legal#US-IL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9878,7 +9979,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9890,7 +9991,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Illinois" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9900,12 +10001,12 @@ ], "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#UA", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9924,7 +10025,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9936,7 +10037,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "SouthernEurope" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ + { + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LI", + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Liechtenstein" + } + ], + "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": "Liechtenstein" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -9949,32 +10096,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "LI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "LIE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "438" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-legal#GU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9993,7 +10140,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10005,7 +10152,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Guam" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10015,38 +10162,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SX" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SXM" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "534" + "@value": "316" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "534" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-legal#GW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10065,7 +10209,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10077,7 +10221,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benin" + "@value": "Guinea-Bissau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10098,27 +10242,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "GW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "GNB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "624" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-legal#ZM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10137,7 +10281,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10149,7 +10293,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Zambia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10159,38 +10303,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#Caribbean" + "@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": "KN" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "894" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-legal#US-KY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10209,7 +10353,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Kentucky" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10221,7 +10365,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Kentucky" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10231,12 +10375,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#US-MS", + "@id": "https://w3id.org/dpv/dpv-legal#RE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10255,7 +10399,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mississippi" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10267,22 +10411,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mississippi" + "@value": "Réunion" } ], "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#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "RE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "REU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "638" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-legal#AO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10301,7 +10471,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10313,7 +10483,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Aruba" + "@value": "Angola" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10323,38 +10493,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#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@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": "AW" + "@value": "AO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ABW" + "@value": "AGO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "533" + "@value": "24" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "533" + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-legal#US-LA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10373,7 +10543,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10385,7 +10555,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Louisiana" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10400,7 +10570,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-legal#NC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10419,7 +10589,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10431,7 +10601,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Paraguay" + "@value": "New Caledonia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10441,38 +10611,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "NC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "NCL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "600" + "@value": "540" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "600" + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-legal#EG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10491,7 +10658,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10503,22 +10670,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin" + "@value": "Egypt" } ], "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#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "EG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "EGY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "818" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-legal#MC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10537,7 +10727,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10549,7 +10739,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Monaco" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10559,38 +10749,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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "UY" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "URY" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "858" + "@value": "492" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "858" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-legal#HT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10609,7 +10796,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10621,7 +10808,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Haiti" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10631,35 +10818,38 @@ ], "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#Micronesia" + "@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": "UM" + "@value": "HT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "HTI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "332" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-legal#RW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10678,7 +10868,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10690,7 +10880,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Rwanda" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10700,35 +10890,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#SoutheasternAsia" + "@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": "SG" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SGP" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "702" + "@value": "646" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "702" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-legal#GA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10747,7 +10940,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10759,7 +10952,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "Gabon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10769,35 +10962,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#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "GA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "GAB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "266" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-legal#VE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10816,7 +11012,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10828,7 +11024,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungary" + "@value": "Venezuela (Bolivarian Republic of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10838,35 +11034,38 @@ ], "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#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "VE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "VEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "862" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-legal#KE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10885,7 +11084,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10897,7 +11096,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Kenya" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -10907,38 +11106,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#Caribbean" + "@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": "VI" + "@value": "KE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "KEN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "404" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10957,7 +11156,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10969,50 +11168,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Italy" + "@value": "Brandenburg" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RS", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "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/dpv-legal#BD", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-03-30" @@ -11026,7 +11202,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11038,7 +11214,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Serbia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11048,35 +11224,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#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BD" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGD" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "50" + "@value": "688" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "50" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-legal#EC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11095,7 +11271,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11107,7 +11283,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Ecuador" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11117,35 +11293,38 @@ ], "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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PF" + "@value": "EC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PYF" + "@value": "ECU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "258" + "@value": "218" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "258" + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#BT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11164,7 +11343,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11176,22 +11355,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Bhutan" } ], "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#SubSaharanAfrica" + "@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": "BT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BTN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "64" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-legal#BO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11210,7 +11412,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11222,7 +11424,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gambia" + "@value": "Bolivia (Plurinational State of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11232,38 +11434,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "68" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-legal#US-AL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11282,7 +11484,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11294,48 +11496,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Alabama" } ], "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-VT", + "@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#LatinAmericaandtheCaribbean" - }, + "@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#CentralAmerica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "NI" + "@language": "en", + "@value": "Vermont" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "NIC" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "558" + "@language": "en", + "@value": "Vermont" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "558" + "@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#NO", + "@id": "https://w3id.org/dpv/dpv-legal#US-NV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11354,7 +11576,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11366,45 +11588,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norway" + "@value": "Nevada" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NOR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "578" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "578" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-legal#AT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11423,7 +11622,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11435,7 +11634,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Austria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11445,38 +11644,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SL" + "@value": "AT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SLE" + "@value": "AUT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "694" + "@value": "40" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "694" + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-legal#DO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11495,7 +11691,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11507,7 +11703,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "Dominican Republic" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11517,35 +11713,38 @@ ], "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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "214" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-legal#US-ME", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11564,7 +11763,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11576,48 +11775,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "El Salvador" + "@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#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": "SV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SLV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "222" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "222" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-legal#LC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11636,7 +11809,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11648,7 +11821,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Saint Lucia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -11658,38 +11831,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "LC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "LCA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "662" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11708,7 +11881,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Micronesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11720,17 +11893,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Europe" + "@value": "Micronesia" } ], "https://w3id.org/dpv#isInstanceOf": [ { "@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#LK", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11749,7 +11927,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11761,45 +11939,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Saxony" } ], "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": "LK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LKA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "144" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "144" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-legal#US-OR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11818,7 +11973,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11830,45 +11985,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niue" + "@value": "Oregon" } ], "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#Polynesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "NU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "NIU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "570" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "570" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-legal#HM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11887,7 +12019,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11899,68 +12031,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arizona" + "@value": "Heard Island and McDonald Islands" } ], "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-UT", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, { - "@language": "en", - "@value": "Utah" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "HM" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Utah" + "@value": "HMD" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "334" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-legal#US-RI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11979,7 +12088,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Rhode Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11991,7 +12100,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Rhode Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12001,12 +12110,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#TG", + "@id": "https://w3id.org/dpv/dpv-legal#VC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12025,7 +12134,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12037,7 +12146,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Togo" + "@value": "Saint Vincent and the Grenadines" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12047,38 +12156,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "670" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-legal#TR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12097,7 +12206,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12109,7 +12218,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Turkey" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12127,27 +12236,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LB" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LBN" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "422" + "@value": "792" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "422" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-legal#US-GA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12166,7 +12275,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12178,7 +12287,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Georgia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12193,7 +12302,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-legal#BB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12212,7 +12321,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12224,91 +12333,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New York" + "@value": "Barbados" } ], "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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } - ] - }, - { - "@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": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "BB" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Romania" - } - ], - "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": "Romania" - } - ], - "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": "RO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "ROU" + "@value": "BRB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "52" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-legal#LS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12327,7 +12393,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12339,68 +12405,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Lesotho" } ], "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#Europe" - } - ] - }, - { - "@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://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#Africa" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "Schleswig-Holstein" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "LS" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "LSO" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "426" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-legal#CH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12419,7 +12465,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12431,7 +12477,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Switzerland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -12444,1772 +12490,1099 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "CH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "CHE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "756" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-legal#LocationConcepts", "@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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-legal#AF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AK" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "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#DZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#AS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AS" + }, { - "@value": "GE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@value": "GEO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AD" + }, { - "@value": "268" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AO" + }, { - "@value": "268" - } - ] - }, - { - "@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#AI" + }, { - "@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#AQ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#AG" + }, { - "@language": "en", - "@value": "Bhutan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#AR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" + }, { - "@language": "en", - "@value": "Bhutan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-AR" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#AM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AW" + }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#AU" + }, { - "@value": "BT" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, { - "@value": "BTN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AT" + }, { - "@value": "64" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#AZ" + }, { - "@value": "64" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MY", - "@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-BW" + }, { - "@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#BS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BH" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#BD" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BB" + }, { - "@language": "en", - "@value": "Malaysia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" + }, { - "@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#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#BZ" + }, { - "@value": "MY" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#BJ" + }, { - "@value": "MYS" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" + }, { - "@value": "458" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BM" + }, { - "@value": "458" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SA", - "@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#BT" + }, { - "@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#BO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BQ" + }, { - "@language": "en", - "@value": "Saudi Arabia" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#BW" + }, { - "@language": "en", - "@value": "Saudi Arabia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#BV" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" + }, { - "@value": "SA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#IO" + }, { - "@value": "SAU" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#VG" + }, { - "@value": "682" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#BN" + }, { - "@value": "682" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-VA", - "@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#BG" + }, { - "@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#BF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#BI" + }, { - "@language": "en", - "@value": "Virginia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#CV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CA" + }, { - "@language": "en", - "@value": "Virginia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#KH" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@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#CA" + }, { - "@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#Caribbean" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#KY" + }, { - "@language": "en", - "@value": "Saint Helena" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#CF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, { - "@language": "en", - "@value": "Saint Helena" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TD" + }, { - "@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#CL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CN" + }, { - "@value": "SH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#HK" + }, { - "@value": "SHN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#MO" + }, { - "@value": "654" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#CX" + }, { - "@value": "654" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CV", - "@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#CC" + }, { - "@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#CO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CO" + }, { - "@language": "en", - "@value": "Cabo Verde" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#KM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#CG" + }, { - "@language": "en", - "@value": "Cabo Verde" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-CT" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#CK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#CU" + }, { - "@value": "CV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#CW" + }, { - "@value": "CPV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#CY" + }, { - "@value": "132" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#CZ" + }, { - "@value": "132" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#RW", - "@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#CI" + }, { - "@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-DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#KP" + }, { - "@language": "en", - "@value": "Rwanda" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#CD" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DK" + }, { - "@language": "en", - "@value": "Rwanda" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-DC" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DJ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DO" }, { "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + }, { - "@value": "RW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, { - "@value": "RWA" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, { - "@value": "646" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#EC" + }, { - "@value": "646" - } - ] - }, - { - "@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#EG" + }, { - "@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#SV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GQ" + }, { - "@language": "en", - "@value": "Afghanistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ER" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#EE" + }, { - "@language": "en", - "@value": "Afghanistan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SZ" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#ET" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#FK" + }, { - "@value": "AF" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#FO" + }, { - "@value": "AFG" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#FJ" + }, { - "@value": "4" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#FI" + }, { - "@value": "4" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", - "@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-FL" + }, { - "@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#FR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GF" + }, { - "@language": "en", - "@value": "North-Rhine Westphalia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TF" + }, { - "@language": "en", - "@value": "North-Rhine Westphalia" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#GA" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#GM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#PL", - "@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#GE" + }, { - "@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-GA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE" + }, { - "@language": "en", - "@value": "Poland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#GH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#GI" + }, { - "@language": "en", - "@value": "Poland" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#GR" + }, { - "@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#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#GP" + }, { - "@value": "PL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#GU" + }, { - "@value": "POL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-GU" + }, { - "@value": "616" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#GT" + }, { - "@value": "616" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE", - "@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#GG" + }, { - "@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#GN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#GW" + }, { - "@language": "en", - "@value": "Delaware" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#GY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#HT" + }, { - "@language": "en", - "@value": "Delaware" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-HI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE", - "@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#HM" + }, { - "@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-HE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#VA" + }, { - "@language": "en", - "@value": "Nebraska" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#HN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#HU" + }, { - "@language": "en", - "@value": "Nebraska" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#IS" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ID" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@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#US-IL" + }, { - "@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#IN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IN" + }, { - "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#ID" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-IA" + }, { - "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#IR" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#IQ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#IM" + }, { - "@value": "SJ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#IL" + }, { - "@value": "SJM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#IT" + }, { - "@value": "744" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#JM" + }, { - "@value": "744" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SR", - "@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#JP" + }, { - "@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#JE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#JO" + }, { - "@language": "en", - "@value": "Suriname" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#KZ" + }, { - "@language": "en", - "@value": "Suriname" - } - ], - "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#KE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#KI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#KG" + }, { - "@value": "SR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#LA" + }, { - "@value": "SUR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@value": "740" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#LV" + }, { - "@value": "740" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AD", - "@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#LB" + }, { - "@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#LS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#LR" + }, { - "@language": "en", - "@value": "Andorra" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#LI" + }, { - "@language": "en", - "@value": "Andorra" - } - ], - "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#US-LA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#LU" + }, { - "@value": "AD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MG" + }, { - "@value": "AND" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-ME" + }, { - "@value": "20" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#MW" + }, { - "@value": "20" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#JP", - "@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#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#MV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#ML" + }, { - "@language": "en", - "@value": "Japan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#MH" + }, { - "@language": "en", - "@value": "Japan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#MQ" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US-MA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#MR" + }, { - "@value": "JP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#MU" + }, { - "@value": "JPN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#YT" + }, { - "@value": "392" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" + }, { - "@value": "392" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL", - "@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#Melanesia" + }, { - "@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#MX" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MI" + }, { - "@language": "en", - "@value": "Illinois" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#FM" + }, { - "@language": "en", - "@value": "Illinois" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "@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-MS" + }, { - "@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-MO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MC" + }, { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#MN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-MT" + }, { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#ME" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + }, { "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", - "@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#NO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#BL" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ] - }, - { - "@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#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#LC" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#MF" + }, { - "@language": "en", - "@value": "Michigan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#PM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#VC" + }, { - "@language": "en", - "@value": "Michigan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#WS" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BH", - "@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#ST" + }, { - "@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#Sark" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SA" + }, { - "@language": "en", - "@value": "Bahrain" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-ST" + }, { - "@language": "en", - "@value": "Bahrain" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH" + }, { - "@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#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#SC" + }, { - "@value": "BH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SL" + }, { - "@value": "BHR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SG" + }, { - "@value": "48" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SX" + }, { - "@value": "48" - } - ] - }, - { - "@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#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#SI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SB" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZA" + }, { - "@language": "en", - "@value": "Connecticut" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + }, { - "@id": "https://w3id.org/dpv#Region" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-SD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#TM", - "@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#GS" + }, { - "@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#SS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, { - "@language": "en", - "@value": "Turkmenistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, { - "@language": "en", - "@value": "Turkmenistan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "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#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#PS" + }, { - "@value": "TM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@value": "TKM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#SD" + }, { - "@value": "795" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#SR" + }, { - "@value": "795" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VN", - "@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#SJ" + }, { - "@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#SE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#CH" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#SY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TW" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TJ" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-TN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US-TX" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#TH" + }, { - "@value": "VN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH" + }, { - "@value": "VNM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#TL" + }, { - "@value": "704" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#TG" + }, { - "@value": "704" - } - ] - }, - { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-legal#TK" + }, { - "@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#TO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#TT" + }, { - "@language": "en", - "@value": "Zimbabwe" - } - ], - "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#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#TR" + }, { - "@language": "en", - "@value": "Zimbabwe" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TM" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#TC" + }, { - "@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#US-VI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#UG" + }, { - "@value": "ZW" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#UA" + }, { - "@value": "ZWE" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#AE" + }, { - "@value": "716" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#GB" + }, { - "@value": "716" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#KP", - "@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#TZ" + }, { - "@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#UM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UM" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#VI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#UY" + }, { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#UZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#VU" + }, { - "@value": "KP" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#VE" + }, { - "@value": "PRK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-VT" + }, { - "@value": "408" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#VN" + }, { - "@value": "408" - } - ] - }, - { - "@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#US-VA" + }, { - "@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#WF" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WA" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#EH" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "https://w3id.org/dpv#isInstanceOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WI" + }, { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-legal#US-WY" + }, { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-legal#YE" + }, { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#ZM" + }, { - "@value": "762" + "@id": "https://w3id.org/dpv/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AX" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-legal#US", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14228,7 +13601,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14240,7 +13613,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "United States of America" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14250,35 +13623,35 @@ ], "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#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MP" + "@value": "US" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MNP" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "580" + "@value": "840" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "580" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-legal#TO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14297,7 +13670,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14309,7 +13682,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgium" + "@value": "Tonga" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14319,35 +13692,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BE" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BEL" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "56" + "@value": "776" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "56" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14366,7 +13739,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14378,45 +13751,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Baden-Württemberg" } ], "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#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "SI" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "SVN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "705" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "705" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14435,7 +13785,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14447,45 +13797,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Lower-Saxony" } ], "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#Micronesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "MH" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "MHL" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "584" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "584" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT", + "@id": "https://w3id.org/dpv/dpv-legal#BD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14504,7 +13831,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14516,68 +13843,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montana" + "@value": "Bangladesh" } ], "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-OK", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@language": "en", - "@value": "Oklahoma" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "BD" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Oklahoma" + "@value": "BGD" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "50" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-legal#MF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14596,7 +13900,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14608,7 +13912,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Somalia" + "@value": "Saint Martin (French Part)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14618,38 +13922,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SO" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SOM" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "706" + "@value": "663" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "706" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-legal#KH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14668,7 +13972,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14680,7 +13984,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Cambodia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14693,32 +13997,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": "HK" + "@value": "KH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "HKG" + "@value": "KHM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "344" + "@value": "116" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "344" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-NM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14737,7 +14041,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14749,7 +14053,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "New Mexico" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14759,12 +14063,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#HN", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14783,7 +14087,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14795,48 +14099,63 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Honduras" + "@value": "EasternAsia" } ], "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#Asia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@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#LatinAmericaandtheCaribbean" - }, + "@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#CentralAmerica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "HN" + "@language": "en", + "@value": "Asia" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "HND" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "340" + "@language": "en", + "@value": "Asia" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "340" + "@id": "https://w3id.org/dpv#Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-legal#US-NC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14855,7 +14174,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14867,17 +14186,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "North Carolina" } ], "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#MR", + "@id": "https://w3id.org/dpv/dpv-legal#AL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14896,7 +14220,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14908,7 +14232,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Albania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14918,38 +14242,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MR" + "@value": "AL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MRT" + "@value": "ALB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "478" + "@value": "8" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "478" + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH", + "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14968,7 +14289,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14980,7 +14301,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "Mecklenburg-Western-Pomerania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -14990,12 +14311,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#OM", + "@id": "https://w3id.org/dpv/dpv-legal#CK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15014,7 +14335,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Cook Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15026,7 +14347,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oman" + "@value": "Cook Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15036,35 +14357,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": "OM" + "@value": "CK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "OMN" + "@value": "COK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "512" + "@value": "184" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "512" + "@value": "184" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-legal#IS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15083,7 +14404,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15095,7 +14416,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nepal" + "@value": "Iceland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15105,35 +14426,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#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NP" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NPL" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "524" + "@value": "352" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "524" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-legal#SS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15152,7 +14473,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15164,68 +14485,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vermont" + "@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#CentralAsia", - "@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#Africa" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "SS" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "CentralAsia" + "@value": "SSD" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "728" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@value": "728" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-legal#US-IN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15244,7 +14545,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15256,45 +14557,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Indiana" } ], "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#AustraliaandNewZealand" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "HM" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "HMD" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "334" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "334" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-legal#AM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15313,7 +14591,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15325,7 +14603,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Armenia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15333,40 +14611,37 @@ "@id": "https://w3id.org/dpv#Country" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@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": "MZ" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "51" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15385,7 +14660,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15397,7 +14672,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indiana" + "@value": "CentralAmerica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15407,12 +14682,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#CG", + "@id": "https://w3id.org/dpv/dpv-legal#YE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15431,7 +14706,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15443,7 +14718,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Congo" + "@value": "Yemen" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15453,38 +14728,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CG" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COG" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "178" + "@value": "887" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "178" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-legal#CC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15503,7 +14775,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15515,7 +14787,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "Cocos (Keeling) Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15528,32 +14800,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "166" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-legal#GL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15572,7 +14844,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15584,22 +14856,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Greenland" } ], "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#NorthernAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "GL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@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#US-DC", + "@id": "https://w3id.org/dpv/dpv-legal#JM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15618,7 +14913,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15630,22 +14925,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Jamaica" } ], "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#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/dpv-legal#NZ", + "@id": "https://w3id.org/dpv/dpv-legal#CO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15664,7 +14985,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15676,7 +14997,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Colombia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15686,35 +15007,38 @@ ], "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#AustraliaandNewZealand" + "@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": "NZ" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "170" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-legal#FJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15733,7 +15057,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15745,22 +15069,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@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#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "FJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "FJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "242" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-legal#TJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15779,7 +15126,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15791,7 +15138,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Tajikistan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15801,38 +15148,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": "MG" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDG" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "450" + "@value": "762" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "450" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-legal#CG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15851,7 +15195,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15863,7 +15207,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Samoa" + "@value": "Congo" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15873,35 +15217,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "WS" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "WSM" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "882" + "@value": "178" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "882" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-legal#TF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15920,7 +15267,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15932,7 +15279,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "French Southern Territories" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -15942,35 +15289,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@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#EasternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "FM" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "FSM" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "583" + "@value": "260" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "583" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-legal#DE-SH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15989,7 +15339,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16001,7 +15351,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Schleswig-Holstein" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16016,7 +15366,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-legal#SB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16035,7 +15385,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16047,7 +15397,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States of America" + "@value": "Solomon Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16057,35 +15407,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "SB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "SLB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "90" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "90" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-legal#ES", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16104,7 +15454,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16116,7 +15466,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jordan" + "@value": "Spain" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16126,35 +15476,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": "JO" + "@value": "ES" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "ESP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "724" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "400" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-legal#SK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16173,7 +15523,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16185,7 +15535,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Slovakia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16195,38 +15545,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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "703" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-legal#FI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16245,7 +15592,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16257,7 +15604,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Finland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16267,38 +15614,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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "FI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "FIN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "246" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-legal#KZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16317,7 +15661,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16329,7 +15673,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16339,38 +15683,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#CentralAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "398" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16389,7 +15730,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16401,7 +15742,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "SouthernAfrica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -16411,1079 +15752,1802 @@ ], "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#LocationConcepts", + "@id": "https://w3id.org/dpv/dpv-legal#PF", "@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-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AK" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#VG" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BN" - }, + "@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#BG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#BF" - }, + "@language": "en", + "@value": "French Polynesia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@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#CV" - }, + "@language": "en", + "@value": "French Polynesia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CA" - }, + "@value": "PF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "@value": "PYF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KY" - }, + "@value": "258" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CF" - }, + "@value": "258" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AZ", + "@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#CentralAmerica" - }, + "@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#CentralAsia" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TD" - }, + "@language": "en", + "@value": "Azerbaijan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CL" - }, + "@language": "en", + "@value": "Azerbaijan" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CN" - }, + "@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#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CX" - }, + "@value": "AZ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CC" - }, + "@value": "AZE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CO" - }, + "@value": "31" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CO" - }, + "@value": "31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#VI", + "@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#KM" - }, + "@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#CG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-CT" - }, + "@language": "en", + "@value": "United States Virgin Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CR" - }, + "@language": "en", + "@value": "United States Virgin Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CW" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CZ" - }, + "@value": "VI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CI" - }, + "@value": "VIR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-DE" - }, + "@value": "850" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KP" - }, + "@value": "850" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-UM", + "@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#CD" - }, + "@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#DK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-DC" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DJ" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DM" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@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#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#EasternAsia" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EG" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SV" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GQ" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EE" - }, + "@value": "IE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SZ" - }, + "@value": "IRL" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ET" - }, + "@value": "372" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@value": "372" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#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#FK" - }, + "@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#FO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FJ" - }, + "@language": "en", + "@value": "Slovenia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-FL" - }, + "@language": "en", + "@value": "Slovenia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GF" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TF" - }, + "@value": "SI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GA" - }, + "@value": "SVN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GM" - }, + "@value": "705" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GE" - }, + "@value": "705" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "@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-GA" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GH" - }, + "@language": "en", + "@value": "California" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GR" - }, + "@language": "en", + "@value": "California" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GL" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GD" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AR", + "@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#GU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-GU" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "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#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GG" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GN" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#GY" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#HT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HH" - }, + "@value": "AR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-HI" - }, + "@value": "ARG" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HM" - }, + "@value": "32" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HE" - }, + "@value": "32" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MN", + "@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#VA" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#HU" - }, + "@language": "en", + "@value": "Minnesota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID" - }, + "@language": "en", + "@value": "Minnesota" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IL" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@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-IN" - }, + "@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#ID" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-IA" - }, + "@language": "en", + "@value": "Botswana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IQ" - }, + "@language": "en", + "@value": "Botswana" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IE" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#IT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JM" - }, + "@value": "BW" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JP" - }, + "@value": "BWA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JE" - }, + "@value": "72" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#JO" - }, + "@value": "72" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#FO", + "@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-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#KZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KI" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KW" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KG" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LV" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LB" - }, + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LS" - }, + "@value": "234" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@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#LY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LI" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NI" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-ME" - }, + "@value": "AS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MW" - }, + "@value": "ASM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MY" - }, + "@value": "16" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MV" - }, + "@value": "16" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MU", + "@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#ML" - }, + "@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#MT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MH" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MQ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD" - }, + "@language": "en", + "@value": "Mauritius" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MA" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#YT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV" - }, + "@value": "MU" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" - }, + "@value": "MUS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MX" - }, + "@value": "480" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MI" - }, + "@value": "480" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@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-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#FM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, + "@language": "en", + "@value": "Malta" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MS" - }, + "@language": "en", + "@value": "Malta" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MC" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MT" - }, + "@value": "MT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ME" - }, + "@value": "MLT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MS" - }, + "@value": "470" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MA" - }, + "@value": "470" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GH", + "@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#MZ" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NA" - }, + "@language": "en", + "@value": "Ghana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NE" - }, + "@language": "en", + "@value": "Ghana" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NP" - }, + "@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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-NV" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NH" - }, + "@value": "GH" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NJ" - }, + "@value": "GHA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NM" - }, + "@value": "288" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NY" - }, + "@value": "288" + } + ] + }, + { + "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NZ" - }, + "@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#NI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NE" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NU" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NF" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-NC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#JE", + "@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-ND" - }, + "@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#MK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-NW" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MP" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-MP" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, + "@value": "JE" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH" - }, + "@value": "JEY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-OK" - }, + "@value": "832" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#OM" - }, + "@value": "832" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SR", + "@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#PK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PW" - }, + "@language": "en", + "@value": "Suriname" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PG" - }, + "@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#PY" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#PE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PH" - }, + "@value": "SR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PN" - }, + "@value": "SUR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PL" - }, + "@value": "740" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, + "@value": "740" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@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#PT" - }, + "@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#PR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR" - }, + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#QA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KR" - }, + "@language": "en", + "@value": "British Indian Ocean Territory" + } + ], + "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#DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-RI" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#RO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RU" - }, + "@value": "IO" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RW" - }, + "@value": "IOT" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RE" - }, + "@value": "86" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SL" - }, + "@value": "86" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@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#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#SH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#KN" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MF" - }, + "@language": "en", + "@value": "Djibouti" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PM" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VC" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WS" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ST" - }, + "@value": "DJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Sark" - }, + "@value": "DJI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SA" - }, + "@value": "262" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN" - }, + "@value": "262" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-MA", + "@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-ST" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SN" - }, + "@language": "en", + "@value": "Massachusetts" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#RS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SC" - }, + "@language": "en", + "@value": "Massachusetts" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SL" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#KR", + "@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#SX" - }, + "@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#SK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SI" - }, + "@language": "en", + "@value": "Republic of Korea" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SB" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SO" - }, + "@language": "en", + "@value": "Republic of Korea" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZA" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-SC" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-SD" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GS" - }, + "@value": "KR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SS" - }, + "@value": "KOR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, + "@value": "410" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, + "@value": "410" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WF", + "@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#SouthernAfrica" - }, + "@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#SouthernAsia" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ES" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LK" - }, + "@language": "en", + "@value": "Wallis and Futuna Islands" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#PS" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SD" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SR" - }, + "@value": "WF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SJ" - }, + "@value": "WLF" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SE" - }, + "@value": "876" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CH" - }, + "@value": "876" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DK", + "@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#SY" - }, + "@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#TW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TJ" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX" - }, + "@language": "en", + "@value": "Denmark" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TH" - }, + "@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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TG" - }, + "@value": "DK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TK" - }, + "@value": "DNK" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TO" - }, + "@value": "208" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TT" - }, + "@value": "208" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AQ", + "@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#TN" - }, + "@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#TR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TM" - }, + "@language": "en", + "@value": "Antarctica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#TV" - }, + "@language": "en", + "@value": "Antarctica" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UG" - }, + "@value": "AQ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UA" - }, + "@value": "ATA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AE" - }, + "@value": "10" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#GB" - }, + "@value": "10" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#GI", + "@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#TZ" - }, + "@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#UM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UM" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#UY" - }, + "@id": "https://w3id.org/dpv#Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-UT" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#UZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VU" - }, + "@value": "GI" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VE" - }, + "@value": "GIB" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-VT" - }, + "@value": "292" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#VN" - }, + "@value": "292" + } + ] + }, + { + "@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#US-VA" - }, + "@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#WF" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA" - }, + "@language": "en", + "@value": "Utah" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EH" - }, + "@language": "en", + "@value": "Utah" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, + "@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#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "@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#WesternEurope" - }, + "@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://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US-WY" - }, + "@language": "en", + "@value": "SoutheasternAsia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-legal#YE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZM" - }, + "@language": "en", + "@value": "SoutheasternAsia" + } + ], + "https://w3id.org/dpv#isInstanceOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ZW" - }, + "@id": "https://w3id.org/dpv#Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AX" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-legal#SH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17502,34 +17566,60 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Saint Helena" + } + ], + "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": "Saint Helena" + } + ], + "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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "SH" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Ohio" + "@value": "SHN" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "654" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PG", + "@id": "https://w3id.org/dpv/dpv-legal#LB", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17548,7 +17638,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17560,7 +17650,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Lebanon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17570,35 +17660,35 @@ ], "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#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "422" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-legal#US-WA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17617,7 +17707,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17629,45 +17719,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Washington" } ], "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#Europe" - }, - { - "@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": [ - { - "@value": "IMN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "833" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "833" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GA", + "@id": "https://w3id.org/dpv/dpv-legal#PW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17686,7 +17753,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gabon" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17698,7 +17765,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gabon" + "@value": "Palau" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17708,38 +17775,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@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": "GA" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GAB" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "266" + "@value": "585" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "266" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-legal#TL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17758,7 +17822,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17770,7 +17834,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Timor-Leste" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17780,35 +17844,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "626" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-legal#DE-NW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17827,7 +17891,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17839,7 +17903,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saxony" + "@value": "North-Rhine Westphalia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17854,7 +17918,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GD", + "@id": "https://w3id.org/dpv/dpv-legal#PR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17873,7 +17937,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17885,7 +17949,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Grenada" + "@value": "Puerto Rico" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17906,27 +17970,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GD" + "@value": "PR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GRD" + "@value": "PRI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "308" + "@value": "630" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "308" + "@value": "630" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-KY", + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17945,7 +18009,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kentucky" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17957,7 +18021,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kentucky" + "@value": "ChannelIslands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -17967,12 +18031,12 @@ ], "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#LR", + "@id": "https://w3id.org/dpv/dpv-legal#US-MI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17991,7 +18055,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18003,48 +18067,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liberia" + "@value": "Michigan" } ], "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#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "LR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "LBR" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "430" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "430" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-legal#SE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18063,7 +18101,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18075,7 +18113,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Réunion" + "@value": "Sweden" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18085,38 +18123,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#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "SE" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "SWE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "752" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-legal#ST", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18135,7 +18170,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18147,22 +18182,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Sao Tome and Principe" } ], "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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "ST" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "STP" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "678" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-legal#TC", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18181,7 +18242,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malta" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18193,7 +18254,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malta" + "@value": "Turks and Caicos Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18203,35 +18264,38 @@ ], "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#SouthernEurope" + "@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": "MT" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MLT" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "470" + "@value": "796" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "470" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-legal#LY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18250,7 +18314,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18262,7 +18326,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Libya" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18275,35 +18339,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "434" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "624" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-legal#AE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18322,7 +18383,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18334,22 +18395,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "United Arab Emirates" } ], "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#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": [ + { + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18368,7 +18452,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18380,7 +18464,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "CentralAsia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18390,12 +18474,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#KH", + "@id": "https://w3id.org/dpv/dpv-legal#PM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18414,7 +18498,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18426,7 +18510,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Saint Pierre and Miquelon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18436,35 +18520,35 @@ ], "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#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "KH" + "@value": "PM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "KHM" + "@value": "SPM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "116" + "@value": "666" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "116" + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-legal#ML", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18483,7 +18567,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18495,7 +18579,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Mali" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18505,38 +18589,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#Caribbean" + "@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": "TC" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TCA" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "796" + "@value": "466" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "796" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#UZ", + "@id": "https://w3id.org/dpv/dpv-legal#CU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18555,7 +18639,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18567,7 +18651,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Cuba" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18577,35 +18661,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#CentralAsia" + "@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": "UZ" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "192" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-legal#VA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18624,7 +18711,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18636,7 +18723,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Holy See" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18646,38 +18733,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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VE" + "@value": "VA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VEN" + "@value": "VAT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "862" + "@value": "336" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "862" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-legal#Sark", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18696,7 +18780,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18708,48 +18792,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Angola" + "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@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": "AO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "AGO" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "24" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "24" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-legal#MZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18768,7 +18832,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18780,7 +18844,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Mozambique" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18801,27 +18865,27 @@ ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DJ" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DJI" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "262" + "@value": "508" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "262" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-legal#IN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18840,7 +18904,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18852,7 +18916,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "India" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18862,38 +18926,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#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TZ" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TZA" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "834" + "@value": "356" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "834" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#BF", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18912,7 +18973,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18924,7 +18985,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Germany" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -18934,35 +18995,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#WesternEurope" + "@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": "DE" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "854" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-legal#MR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18981,7 +19045,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18993,68 +19057,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Mauritania" } ], "https://w3id.org/dpv#isInstanceOf": [ { - "@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#LatinAmericaandtheCaribbean", - "@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://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@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/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "MR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "MRT" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "478" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-legal#LK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19073,7 +19117,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19085,7 +19129,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "Sri Lanka" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19095,35 +19139,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#SouthernAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CA" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "144" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MO", + "@id": "https://w3id.org/dpv/dpv-legal#US-CO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19142,7 +19186,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Missouri" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19154,7 +19198,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Missouri" + "@value": "Colorado" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19169,7 +19213,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BO", + "@id": "https://w3id.org/dpv/dpv-legal#NG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19188,7 +19232,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19200,7 +19244,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "Nigeria" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19210,38 +19254,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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BO" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BOL" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "68" + "@value": "566" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "68" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-legal#HU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19260,7 +19304,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19272,7 +19316,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burundi" + "@value": "Hungary" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19282,38 +19326,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#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "348" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-legal#US-ID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19332,7 +19373,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Idaho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19344,7 +19385,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Idaho" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19359,7 +19400,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-legal#PS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19378,7 +19419,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19390,7 +19431,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "State of Palestine" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19400,38 +19441,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": "KY" + "@value": "PS" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CYM" + "@value": "PSE" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "136" + "@value": "275" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "136" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-legal#SG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19450,7 +19488,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19462,22 +19500,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California" + "@value": "Singapore" } ], "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#SoutheasternAsia" + } + ], + "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#SY", + "@id": "https://w3id.org/dpv/dpv-legal#HN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19496,7 +19557,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19508,7 +19569,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Honduras" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19518,35 +19579,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#CentralAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SY" + "@value": "HN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SYR" + "@value": "HND" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "760" + "@value": "340" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "760" + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#AX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19565,7 +19629,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19577,22 +19641,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen" + "@value": "Åland Islands" } ], "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#NorthernEurope" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "AX" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "ALA" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "248" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-legal#VG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19611,7 +19698,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19623,7 +19710,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "British Virgin Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19633,38 +19720,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "92" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-legal#MS", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19683,7 +19770,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19695,28 +19782,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sark" + "@value": "Montserrat" } ], "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#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "MS" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "MSR" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "500" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-legal#NZ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19735,7 +19842,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19747,7 +19854,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "New Zealand" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19757,35 +19864,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "554" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-legal#FM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19804,7 +19911,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19816,7 +19923,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Egypt" + "@value": "Micronesia (Federated States of)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19826,35 +19933,35 @@ ], "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#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EG" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EGY" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "818" + "@value": "583" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "818" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-legal#KW", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19873,7 +19980,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19885,7 +19992,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Kuwait" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -19895,35 +20002,35 @@ ], "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#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "414" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "16" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-legal#US-NE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19942,7 +20049,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19954,45 +20061,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tuvalu" + "@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#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "TV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "TUV" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "798" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "798" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DZ", + "@id": "https://w3id.org/dpv/dpv-legal#CX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20011,7 +20095,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Algeria" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20023,7 +20107,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algeria" + "@value": "Christmas Island" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20033,35 +20117,35 @@ ], "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#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "DZ" + "@value": "CX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "DZA" + "@value": "CXR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "12" + "@value": "162" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "12" + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-legal#KI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20080,7 +20164,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20092,7 +20176,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brazil" + "@value": "Kiribati" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20102,38 +20186,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BR" + "@value": "KI" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BRA" + "@value": "KIR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "76" + "@value": "296" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "76" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-legal#TT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20152,7 +20233,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20164,7 +20245,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Libya" + "@value": "Trinidad and Tobago" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20174,35 +20255,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LY" + "@value": "TT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LBY" + "@value": "TTO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "434" + "@value": "780" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "434" + "@value": "780" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-legal#FR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20221,7 +20305,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20233,7 +20317,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Armenia" + "@value": "France" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20243,35 +20327,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#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "FR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "FRA" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "250" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-legal#MN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20290,7 +20374,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Mongolia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20302,68 +20386,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Mongolia" } ], "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#US-SC", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@language": "en", - "@value": "South Carolina" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "MN" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "South Carolina" + "@value": "MNG" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "496" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "496" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-legal#DE-BE", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20382,60 +20443,34 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" - } - ], - "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": "Panama" - } - ], - "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#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@value": "Berlin" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "PA" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "PAN" + "@language": "en", + "@value": "Berlin" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "591" + "@id": "https://w3id.org/dpv#Region" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "591" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-legal#TN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20454,7 +20489,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20466,7 +20501,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maldives" + "@value": "Tunisia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20476,35 +20511,35 @@ ], "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#NorthernAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MV" + "@value": "TN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MDV" + "@value": "TUN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "462" + "@value": "788" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "462" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-legal#ZA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20523,7 +20558,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20535,7 +20570,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@value": "South Africa" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20545,35 +20580,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@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": "AU" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "710" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-legal#DE-TH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20592,7 +20630,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20604,45 +20642,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Thuringia" } ], "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#Polynesia" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ - { - "@value": "PN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "PCN" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "612" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "612" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#RU", + "@id": "https://w3id.org/dpv/dpv-legal#GM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20661,7 +20676,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20673,7 +20688,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Gambia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20683,35 +20698,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#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "270" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20730,7 +20748,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Africa" + "@value": "Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20742,17 +20760,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Africa" + "@value": "Polynesia" } ], "https://w3id.org/dpv#isInstanceOf": [ { "@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#GP", + "@id": "https://w3id.org/dpv/dpv-legal#GG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20771,7 +20794,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20783,7 +20806,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Guernsey" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20793,38 +20816,38 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "GP" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GLP" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "312" + "@value": "831" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "312" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-legal#BY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20843,7 +20866,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20855,7 +20878,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Belarus" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20865,38 +20888,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#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "ER" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ERI" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "232" + "@value": "112" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "232" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-legal#US-OH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20915,7 +20935,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20927,7 +20947,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maryland" + "@value": "Ohio" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20942,7 +20962,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-legal#SV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20961,7 +20981,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "El Salvador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20973,7 +20993,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Yemen" + "@value": "El Salvador" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -20983,35 +21003,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#CentralAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "YE" + "@value": "SV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "YEM" + "@value": "SLV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "887" + "@value": "222" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "887" + "@value": "222" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-legal#VN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21030,7 +21053,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21042,68 +21065,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oregon" + "@value": "Viet Nam" } ], "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#Caribbean", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@language": "en", - "@value": "Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "VN" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Caribbean" + "@value": "VNM" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "704" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-legal#MH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21122,7 +21122,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21134,7 +21134,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Marshall Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21144,38 +21144,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "584" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "86" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21194,7 +21191,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "EasternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21206,48 +21203,68 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mexico" + "@value": "EasternEurope" } ], "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#Europe" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US-FL", + "@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#LatinAmericaandtheCaribbean" - }, + "@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#CentralAmerica" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "MX" + "@language": "en", + "@value": "Florida" } ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "MEX" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "484" + "@language": "en", + "@value": "Florida" } ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ + "https://w3id.org/dpv#isInstanceOf": [ { - "@value": "484" + "@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#GB", + "@id": "https://w3id.org/dpv/dpv-legal#CR", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21266,7 +21283,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21278,7 +21295,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Costa Rica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21288,35 +21305,38 @@ ], "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#NorthernEurope" + "@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": "GB" + "@value": "CR" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "GBR" + "@value": "CRI" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "826" + "@value": "188" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "826" + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-legal#US-IA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21335,7 +21355,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "Iowa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21347,7 +21367,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Washington" + "@value": "Iowa" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21362,7 +21382,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MK", + "@id": "https://w3id.org/dpv/dpv-legal#JP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21381,7 +21401,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21393,7 +21413,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Japan" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21403,35 +21423,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@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" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MK" + "@value": "JP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MKD" + "@value": "JPN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "807" + "@value": "392" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "807" + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-legal#US-WV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21450,7 +21470,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "West Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21462,48 +21482,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@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#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": "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#JM", + "@id": "https://w3id.org/dpv/dpv-legal#PL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21522,7 +21516,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21534,7 +21528,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Poland" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21544,38 +21538,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "616" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-legal#RU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21594,7 +21585,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21606,7 +21597,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sweden" + "@value": "Russian Federation" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21619,32 +21610,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SE" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "643" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "752" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-legal#PN", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21663,7 +21654,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21675,7 +21666,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Pitcairn" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21685,38 +21676,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#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "612" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-legal#MY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21735,7 +21723,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21747,7 +21735,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Malaysia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21757,38 +21745,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#SoutheasternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "MY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "MYS" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "458" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#BJ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21807,7 +21792,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21819,22 +21804,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Benin" } ], "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#Asia" + "@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": "BJ" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "BEN" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "204" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-legal#NU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21853,7 +21864,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21865,7 +21876,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Niue" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -21875,35 +21886,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "NU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "NIU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "570" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-legal#CY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21922,7 +21933,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21934,68 +21945,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Cyprus" } ], "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#Oceania" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#US-PA", - "@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://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, { - "@language": "en", - "@value": "Pennsylvania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "CY" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Pennsylvania" + "@value": "CYP" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "196" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-legal#SA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22014,7 +22002,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ireland" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22026,7 +22014,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ireland" + "@value": "Saudi Arabia" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22036,35 +22024,35 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IE" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRL" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "372" + "@value": "682" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "372" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-legal#CL", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22083,7 +22071,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22095,7 +22083,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Chile" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22105,35 +22093,38 @@ ], "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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "152" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "184" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-legal#KY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22152,7 +22143,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22164,22 +22155,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "Cayman Islands" } ], "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#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": "KY" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "CYM" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "136" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-legal#DE-HH", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22198,7 +22215,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22210,7 +22227,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Idaho" + "@value": "Hamburg" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22220,12 +22237,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#EE", + "@id": "https://w3id.org/dpv/dpv-legal#CM", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22244,7 +22261,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22256,7 +22273,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonia" + "@value": "Cameroon" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22266,35 +22283,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#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EE" + "@value": "CM" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "CMR" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "120" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "233" + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-legal#MK", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22313,7 +22333,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22325,68 +22345,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavaria" + "@value": "North Macedonia" } ], "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#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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@language": "en", - "@value": "Wisconsin" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "MK" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Wisconsin" + "@value": "MKD" } ], - "https://w3id.org/dpv#isInstanceOf": [ + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv#Region" + "@value": "807" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "807" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-legal#TG", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22405,7 +22402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Togo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22417,7 +22414,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Botswana" + "@value": "Togo" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22433,32 +22430,32 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BW" + "@value": "TG" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "TGO" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "768" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-legal#SX", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22477,7 +22474,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22489,7 +22486,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Sint Maarten (Dutch part)" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22499,35 +22496,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#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "TL" + "@value": "SX" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "TLS" + "@value": "SXM" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "626" + "@value": "534" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "626" + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-legal#US-SD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22546,7 +22546,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22558,48 +22558,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belize" + "@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#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": "BZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ - { - "@value": "BLZ" - } - ], - "https://w3id.org/dpv/dpv-legal#iso_numeric": [ - { - "@value": "84" - } - ], - "https://w3id.org/dpv/dpv-legal#un_m49": [ - { - "@value": "84" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#TD", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22618,7 +22592,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22630,22 +22604,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Chad" } ], "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#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ + { + "@value": "TD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ + { + "@value": "TCD" + } + ], + "https://w3id.org/dpv/dpv-legal#iso_numeric": [ + { + "@value": "148" + } + ], + "https://w3id.org/dpv/dpv-legal#un_m49": [ + { + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-legal#CV", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22664,7 +22664,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chile" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22676,7 +22676,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chile" + "@value": "Cabo Verde" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22686,38 +22686,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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "132" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-legal#UY", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22736,7 +22736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22748,7 +22748,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" + "@value": "Uruguay" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22758,35 +22758,38 @@ ], "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#SouthAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "858" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "112" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-legal#GQ", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22805,7 +22808,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22817,7 +22820,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Equatorial Guinea" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22827,35 +22830,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#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "LT" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "226" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-legal#RO", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22874,7 +22880,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22886,7 +22892,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Romania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22896,38 +22902,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#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "AG" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ATG" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "28" + "@value": "642" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "28" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-legal#CA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22946,7 +22949,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22958,7 +22961,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Canada" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -22968,38 +22971,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#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "SS" + "@value": "CA" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "SSD" + "@value": "CAN" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "728" + "@value": "124" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "728" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US-TX", + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23018,7 +23018,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Texas" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23030,7 +23030,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Texas" + "@value": "WesternAfrica" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23040,12 +23040,12 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-legal#LU", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23064,7 +23064,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23076,7 +23076,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Luxembourg" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23086,35 +23086,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#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "IR" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "IRN" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "364" + "@value": "442" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "364" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-legal#MP", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23133,7 +23133,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23145,7 +23145,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Northern Mariana Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23155,35 +23155,35 @@ ], "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#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "580" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#US-VI", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23202,7 +23202,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23214,7 +23214,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "U.S. Virgin Islands" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23224,12 +23224,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#BM", + "@id": "https://w3id.org/dpv/dpv-legal#LT", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23248,7 +23248,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Lithuania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23260,7 +23260,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Lithuania" } ], "https://w3id.org/dpv#isInstanceOf": [ @@ -23270,30 +23270,30 @@ ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha2": [ { - "@value": "BM" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-legal#iso_alpha3": [ { - "@value": "BMU" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-legal#iso_numeric": [ { - "@value": "60" + "@value": "440" } ], "https://w3id.org/dpv/dpv-legal#un_m49": [ { - "@value": "60" + "@value": "440" } ] } diff --git a/dpv-legal/modules/locations.rdf b/dpv-legal/modules/locations.rdf index 3c29c7e50..9a24f3e7e 100644 --- a/dpv-legal/modules/locations.rdf +++ b/dpv-legal/modules/locations.rdf @@ -7,106 +7,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - Uganda - Uganda - UG - UGA - 800 - 800 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Somalia - Somalia - SO - SOM - 706 - 706 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Rwanda - Rwanda - RW - RWA - 646 - 646 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Sri Lanka - Sri Lanka - LK - LKA - 144 - 144 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Canada - Canada - CA - CAN - 124 - 124 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Senegal - Senegal - SN - SEN - 686 - 686 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - @@ -463,211 +363,244 @@ - + - Lao People's Democratic Republic - Lao People's Democratic Republic - LA - LAO - 418 - 418 + Mongolia + Mongolia + MN + MNG + 496 + 496 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Åland Islands - Åland Islands - AX - ALA - 248 - 248 - - + Peru + Peru + PE + PER + 604 + 604 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Sudan - South Sudan - SS - SSD - 728 - 728 + Pakistan + Pakistan + PK + PAK + 586 + 586 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Mauritania + Mauritania + MR + MRT + 478 + 478 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Massachusetts - Massachusetts - + + Russian Federation + Russian Federation + RU + RUS + 643 + 643 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Jordan - Jordan - JO - JOR - 400 - 400 - - + + Rhineland-Palatinate + Rhineland-Palatinate + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belize - Belize - BZ - BLZ - 84 - 84 - - - + France + France + FR + FRA + 250 + 250 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Zealand - New Zealand - NZ - NZL - 554 - 554 + Cook Islands + Cook Islands + CK + COK + 184 + 184 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Colombia - Colombia - CO - COL - 170 - 170 + Guadeloupe + Guadeloupe + GP + GLP + 312 + 312 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Myanmar - Myanmar - MM - MMR - 104 - 104 - - + Falkland Islands (Malvinas) + Falkland Islands (Malvinas) + FK + FLK + 238 + 238 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Costa Rica - Costa Rica - CR - CRI - 188 - 188 - - - + Romania + Romania + RO + ROU + 642 + 642 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Madagascar - Madagascar - MG - MDG - 450 - 450 - - - + Guernsey + Guernsey + GG + GGY + 831 + 831 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Namibia - Namibia - NA - NAM - 516 - 516 - - - + Faroe Islands + Faroe Islands + FO + FRO + 234 + 234 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Qatar - Qatar - QA - QAT - 634 - 634 - - + Bahamas + Bahamas + BS + BHS + 44 + 44 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Honduras + Honduras + HN + HND + 340 + 340 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -689,167 +622,187 @@ accepted Harshvardhan J. Pandit - + - Texas - Texas - + Micronesia + Micronesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bermuda - Bermuda - BM - BMU - 60 - 60 - - + Solomon Islands + Solomon Islands + SB + SLB + 90 + 90 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Equatorial Guinea - Equatorial Guinea - GQ - GNQ - 226 - 226 - - - + Georgia + Georgia + GE + GEO + 268 + 268 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nicaragua - Nicaragua - NI - NIC - 558 - 558 - - - + Cameroon + Cameroon + CM + CMR + 120 + 120 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Minnesota - Minnesota - + + Croatia + Croatia + HR + HRV + 191 + 191 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Svalbard and Jan Mayen Islands - Svalbard and Jan Mayen Islands - SJ - SJM - 744 - 744 - - + China, Hong Kong Special Administrative Region + China, Hong Kong Special Administrative Region + HK + HKG + 344 + 344 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Sierra Leone - Sierra Leone - SL - SLE - 694 - 694 - - - + + LatinAmericaandtheCaribbean + LatinAmericaandtheCaribbean + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovenia - Slovenia - SI - SVN - 705 - 705 - - + Venezuela (Bolivarian Republic of) + Venezuela (Bolivarian Republic of) + VE + VEN + 862 + 862 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Alaska - Alaska - + + Spain + Spain + ES + ESP + 724 + 724 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Solomon Islands - Solomon Islands - SB - SLB - 90 - 90 - - + Cayman Islands + Cayman Islands + KY + CYM + 136 + 136 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Turks and Caicos Islands - Turks and Caicos Islands - TC - TCA - 796 - 796 - - - + Latvia + Latvia + LV + LVA + 428 + 428 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Kazakhstan + Kazakhstan + KZ + KAZ + 398 + 398 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -871,380 +824,370 @@ accepted Harshvardhan J. Pandit - + - Tonga - Tonga - TO - TON - 776 - 776 - - + Viet Nam + Viet Nam + VN + VNM + 704 + 704 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Algeria - Algeria - DZ - DZA - 12 - 12 - - + + Kansas + Kansas + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Oklahoma - Oklahoma - + + Italy + Italy + IT + ITA + 380 + 380 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Oman - Oman - OM - OMN - 512 - 512 - - + American Samoa + American Samoa + AS + ASM + 16 + 16 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Djibouti - Djibouti - DJ - DJI - 262 - 262 - - - + Northern Mariana Islands + Northern Mariana Islands + MP + MNP + 580 + 580 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Honduras - Honduras - HN - HND - 340 - 340 - - - + Algeria + Algeria + DZ + DZA + 12 + 12 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bosnia and Herzegovina - Bosnia and Herzegovina - BA - BIH - 70 - 70 - - + Comoros + Comoros + KM + COM + 174 + 174 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lebanon - Lebanon - LB - LBN - 422 - 422 - - + Wallis and Futuna Islands + Wallis and Futuna Islands + WF + WLF + 876 + 876 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - SouthernEurope - SouthernEurope - + Berlin + Berlin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guam - Guam - GU - GUM - 316 - 316 - - + Jordan + Jordan + JO + JOR + 400 + 400 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Comoros - Comoros - KM - COM - 174 - 174 - - - + + Nebraska + Nebraska + 2022-03-30 accepted Harshvardhan J. Pandit - + - India - India - IN - IND - 356 - 356 + Azerbaijan + Azerbaijan + AZ + AZE + 31 + 31 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Peru - Peru - PE - PER - 604 - 604 - - - + Iraq + Iraq + IQ + IRQ + 368 + 368 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Palau - Palau - PW - PLW - 585 - 585 - - + Mozambique + Mozambique + MZ + MOZ + 508 + 508 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Pierre and Miquelon - Saint Pierre and Miquelon - PM - SPM - 666 - 666 - - + Bangladesh + Bangladesh + BD + BGD + 50 + 50 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Antigua and Barbuda - Antigua and Barbuda - AG - ATG - 28 - 28 - - - + Brunei Darussalam + Brunei Darussalam + BN + BRN + 96 + 96 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Barbados - Barbados - BB - BRB - 52 - 52 + South Georgia and the South Sandwich Islands + South Georgia and the South Sandwich Islands + GS + SGS + 239 + 239 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kiribati - Kiribati - KI - KIR - 296 - 296 - - + Republic of Moldova + Republic of Moldova + MD + MDA + 498 + 498 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - WesternAfrica - WesternAfrica - + Florida + Florida + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Americas - Americas + + Oman + Oman + OM + OMN + 512 + 512 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sudan - Sudan - SD - SDN - 729 - 729 - - + Bouvet Island + Bouvet Island + BV + BVT + 74 + 74 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belgium - Belgium - BE - BEL - 56 - 56 - - + Cuba + Cuba + CU + CUB + 192 + 192 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Libya - Libya - LY - LBY - 434 - 434 + Seychelles + Seychelles + SC + SYC + 690 + 690 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - LatinAmericaandtheCaribbean - LatinAmericaandtheCaribbean - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Kitts and Nevis - Saint Kitts and Nevis - KN - KNA - 659 - 659 + British Virgin Islands + British Virgin Islands + VG + VGB + 92 + 92 @@ -1252,131 +1195,130 @@ accepted Harshvardhan J. Pandit - + - Pennsylvania - Pennsylvania - + Caribbean + Caribbean + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Africa - Africa + + Tunisia + Tunisia + TN + TUN + 788 + 788 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tuvalu - Tuvalu - TV - TUV - 798 - 798 - - + Canada + Canada + CA + CAN + 124 + 124 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Africa - South Africa - ZA - ZAF - 710 - 710 - - - + Rwanda + Rwanda + RW + RWA + 646 + 646 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guinea - Guinea - GN - GIN - 324 - 324 - - - + Timor-Leste + Timor-Leste + TL + TLS + 626 + 626 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Montenegro - Montenegro - ME - MNE - 499 - 499 - - + + Washington + Washington + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Kentucky - Kentucky - + + Netherlands + Netherlands + NL + NLD + 528 + 528 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Mali - Mali - ML - MLI - 466 - 466 - - - + + SouthAmerica + SouthAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Suriname - Suriname - SR - SUR - 740 - 740 + French Guiana + French Guiana + GF + GUF + 254 + 254 @@ -1384,221 +1326,278 @@ accepted Harshvardhan J. Pandit - + - Samoa - Samoa - WS - WSM - 882 - 882 - - + Japan + Japan + JP + JPN + 392 + 392 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Trinidad and Tobago - Trinidad and Tobago - TT - TTO - 780 - 780 - - - + Malawi + Malawi + MW + MWI + 454 + 454 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bulgaria - Bulgaria - BG - BGR - 100 - 100 - - + Kiribati + Kiribati + KI + KIR + 296 + 296 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hungary - Hungary - HU - HUN - 348 - 348 - - + Indonesia + Indonesia + ID + IDN + 360 + 360 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Holy See - Holy See - VA - VAT - 336 - 336 + Bosnia and Herzegovina + Bosnia and Herzegovina + BA + BIH + 70 + 70 2022-03-30 accepted Harshvardhan J. Pandit - + - - Japan - Japan - JP - JPN - 392 - 392 + + WesternAsia + WesternAsia - 2022-03-30 accepted Harshvardhan J. Pandit - + - - SouthernAfrica - SouthernAfrica + + Chad + Chad + TD + TCD + 148 + 148 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nauru - Nauru - NR - NRU - 520 - 520 - - + Gabon + Gabon + GA + GAB + 266 + 266 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Tokelau - Tokelau - TK - TKL - 772 - 772 - - + + Ohio + Ohio + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nepal - Nepal - NP - NPL - 524 - 524 - - + Ireland + Ireland + IE + IRL + 372 + 372 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uruguay - Uruguay - UY - URY - 858 - 858 - - - + Réunion + Réunion + RE + REU + 638 + 638 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cook Islands - Cook Islands - CK - COK - 184 - 184 + Fiji + Fiji + FJ + FJI + 242 + 242 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Cyprus + Cyprus + CY + CYP + 196 + 196 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + French Polynesia + French Polynesia + PF + PYF + 258 + 258 2022-03-30 accepted Harshvardhan J. Pandit - + - Latvia - Latvia - LV - LVA - 428 - 428 + Andorra + Andorra + AD + AND + 20 + 20 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + WesternEurope + WesternEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Cuba - Cuba - CU - CUB - 192 - 192 + Lesotho + Lesotho + LS + LSO + 426 + 426 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Puerto Rico + Puerto Rico + PR + PRI + 630 + 630 @@ -1606,65 +1605,76 @@ accepted Harshvardhan J. Pandit - + - Viet Nam - Viet Nam - VN - VNM - 704 - 704 - - + Cocos (Keeling) Islands + Cocos (Keeling) Islands + CC + CCK + 166 + 166 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + NorthernEurope + NorthernEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - China, Macao Special Administrative Region - China, Macao Special Administrative Region - MO - MAC - 446 - 446 + Turkmenistan + Turkmenistan + TM + TKM + 795 + 795 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Brazil - Brazil - BR - BRA - 76 - 76 - - - + Sierra Leone + Sierra Leone + SL + SLE + 694 + 694 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bouvet Island - Bouvet Island - BV - BVT - 74 - 74 + Ecuador + Ecuador + EC + ECU + 218 + 218 @@ -1672,145 +1682,119 @@ accepted Harshvardhan J. Pandit - + - Republic of Korea - Republic of Korea - KR - KOR - 410 - 410 + Kuwait + Kuwait + KW + KWT + 414 + 414 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - China, Hong Kong Special Administrative Region - China, Hong Kong Special Administrative Region - HK - HKG - 344 - 344 - - + + AustraliaandNewZealand + AustraliaandNewZealand + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Liechtenstein - Liechtenstein - LI - LIE - 438 - 438 - - + + California + California + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gibraltar - Gibraltar - GI - GIB - 292 - 292 - - + Qatar + Qatar + QA + QAT + 634 + 634 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Serbia - Serbia - RS - SRB - 688 - 688 - - + + ChannelIslands + ChannelIslands + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Jamaica - Jamaica - JM - JAM - 388 - 388 - - - + + Schleswig-Holstein + Schleswig-Holstein + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uzbekistan - Uzbekistan - UZ - UZB - 860 - 860 - - + Denmark + Denmark + DK + DNK + 208 + 208 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Czechia - Czechia - CZ - CZE - 203 - 203 - - + + Wisconsin + Wisconsin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cabo Verde - Cabo Verde - CV - CPV - 132 - 132 + Guinea-Bissau + Guinea-Bissau + GW + GNB + 624 + 624 @@ -1818,1294 +1802,1274 @@ accepted Harshvardhan J. Pandit - + - Democratic People's Republic of Korea - Democratic People's Republic of Korea - KP - PRK - 408 - 408 - - + Tonga + Tonga + TO + TON + 776 + 776 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Argentina - Argentina - AR - ARG - 32 - 32 + Aruba + Aruba + AW + ABW + 533 + 533 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - - Yemen - Yemen - YE - YEM - 887 - 887 - - + + Missouri + Missouri + 2022-03-30 accepted Harshvardhan J. Pandit - + - Turkmenistan - Turkmenistan - TM - TKM - 795 - 795 + Lao People's Democratic Republic + Lao People's Democratic Republic + LA + LAO + 418 + 418 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - British Indian Ocean Territory - British Indian Ocean Territory - IO - IOT - 86 - 86 - - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Philippines - Philippines - PH - PHL - 608 - 608 - - + Lithuania + Lithuania + LT + LTU + 440 + 440 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Arkansas - Arkansas - + + Christmas Island + Christmas Island + CX + CXR + 162 + 162 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North-Rhine Westphalia - North-Rhine Westphalia - + Minnesota + Minnesota + 2022-03-30 accepted Harshvardhan J. Pandit - + - France - France - FR - FRA - 250 - 250 + Democratic People's Republic of Korea + Democratic People's Republic of Korea + KP + PRK + 408 + 408 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + SouthernEurope + SouthernEurope - 2022-03-30 accepted Harshvardhan J. Pandit - + - Finland - Finland - FI - FIN - 246 - 246 + Ukraine + Ukraine + UA + UKR + 804 + 804 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mexico - Mexico - MX - MEX - 484 - 484 - - - + Gibraltar + Gibraltar + GI + GIB + 292 + 292 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hesse - Hesse + Baden-Württemberg + Baden-Württemberg 2022-03-30 accepted Harshvardhan J. Pandit - + - - Spain - Spain - ES - ESP - 724 - 724 - - + + NorthernAfrica + NorthernAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Heard Island and McDonald Islands - Heard Island and McDonald Islands - HM - HMD - 334 - 334 - - + + Lower-Saxony + Lower-Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Guiana - French Guiana - GF - GUF - 254 - 254 + Greenland + Greenland + GL + GRL + 304 + 304 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Guam - Guam - + + Antarctica + Antarctica + AQ + ATA + 10 + 10 2022-03-30 accepted Harshvardhan J. Pandit - + - Niue - Niue - NU - NIU - 570 - 570 - - + Namibia + Namibia + NA + NAM + 516 + 516 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Micronesia - Micronesia - + + India + India + IN + IND + 356 + 356 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Taiwan (Province of China) - Taiwan (Province of China) + + Guam + Guam + 2022-03-30 accepted Harshvardhan J. Pandit - + - Curaçao - Curaçao - CW - CUW - 531 - 531 - - - + Australia + Australia + AU + AUS + 36 + 36 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Timor-Leste - Timor-Leste - TL - TLS - 626 - 626 - - + + Europe + Europe 2022-03-30 accepted Harshvardhan J. Pandit - + - - Michigan - Michigan - + + Sint Maarten (Dutch part) + Sint Maarten (Dutch part) + SX + SXM + 534 + 534 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - EasternEurope - EasternEurope - + + Niue + Niue + NU + NIU + 570 + 570 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Austria - Austria - AT - AUT - 40 - 40 - - + Bhutan + Bhutan + BT + BTN + 64 + 64 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Falkland Islands (Malvinas) - Falkland Islands (Malvinas) - FK - FLK - 238 - 238 - - - + + Alabama + Alabama + 2022-03-30 accepted Harshvardhan J. Pandit - + - Niger - Niger - NE - NER - 562 - 562 - - - + Switzerland + Switzerland + CH + CHE + 756 + 756 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ecuador - Ecuador - EC - ECU - 218 - 218 - - - + Western Sahara + Western Sahara + EH + ESH + 732 + 732 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nigeria - Nigeria - NG - NGA - 566 - 566 - - - + Saint Vincent and the Grenadines + Saint Vincent and the Grenadines + VC + VCT + 670 + 670 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lower-Saxony - Lower-Saxony - + Delaware + Delaware + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominican Republic - Dominican Republic - DO - DOM - 214 - 214 - - - + Eritrea + Eritrea + ER + ERI + 232 + 232 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Israel - Israel - IL - ISR - 376 - 376 + + EasternAsia + EasternAsia - 2022-03-30 accepted Harshvardhan J. Pandit - + - Bangladesh - Bangladesh - BD - BGD - 50 - 50 - - + Ethiopia + Ethiopia + ET + ETH + 231 + 231 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bolivia (Plurinational State of) - Bolivia (Plurinational State of) - BO - BOL - 68 - 68 + Antigua and Barbuda + Antigua and Barbuda + AG + ATG + 28 + 28 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Chile - Chile - CL - CHL - 152 - 152 + Mexico + Mexico + MX + MEX + 484 + 484 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Washington - Washington - + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Polynesia - French Polynesia - PF - PYF - 258 - 258 - - + Belarus + Belarus + BY + BLR + 112 + 112 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Burundi - Burundi - BI - BDI - 108 - 108 + Ghana + Ghana + GH + GHA + 288 + 288 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - - Maryland - Maryland - + + + Myanmar + Myanmar + MM + MMR + 104 + 104 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Russian Federation - Russian Federation - RU - RUS - 643 - 643 - - + Grenada + Grenada + GD + GRD + 308 + 308 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Maldives - Maldives - MV - MDV - 462 - 462 - - + Niger + Niger + NE + NER + 562 + 562 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cocos (Keeling) Islands - Cocos (Keeling) Islands - CC - CCK - 166 - 166 - - + Eswatini + Eswatini + SZ + SWZ + 748 + 748 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Northern Mariana Islands - Northern Mariana Islands - + + Congo + Congo + CG + COG + 178 + 178 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cayman Islands - Cayman Islands - KY - CYM - 136 - 136 + Argentina + Argentina + AR + ARG + 32 + 32 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iceland - Iceland - IS - ISL - 352 - 352 + Greece + Greece + GR + GRC + 300 + 300 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guinea-Bissau - Guinea-Bissau - GW - GNB - 624 - 624 - - - + Tuvalu + Tuvalu + TV + TUV + 798 + 798 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mayotte - Mayotte - YT - MYT - 175 - 175 - - - + Bahrain + Bahrain + BH + BHR + 48 + 48 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Thailand - Thailand - TH - THA - 764 - 764 - - + Saint Helena + Saint Helena + SH + SHN + 654 + 654 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chad - Chad - TD - TCD - 148 - 148 + Cabo Verde + Cabo Verde + CV + CPV + 132 + 132 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lithuania - Lithuania - LT - LTU - 440 - 440 - - + French Southern Territories + French Southern Territories + TF + ATF + 260 + 260 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zimbabwe - Zimbabwe - ZW - ZWE - 716 - 716 + Guinea + Guinea + GN + GIN + 324 + 324 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Andorra - Andorra - AD - AND - 20 - 20 - - + + Alaska + Alaska + 2022-03-30 accepted Harshvardhan J. Pandit - + - Greenland - Greenland - GL - GRL - 304 - 304 - - + Micronesia (Federated States of) + Micronesia (Federated States of) + FM + FSM + 583 + 583 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iran (Islamic Republic of) - Iran (Islamic Republic of) - IR - IRN - 364 - 364 - - + Madagascar + Madagascar + MG + MDG + 450 + 450 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Antarctica - Antarctica - AQ - ATA - 10 - 10 + + Montana + Montana + 2022-03-30 accepted Harshvardhan J. Pandit - + - Croatia - Croatia - HR - HRV - 191 - 191 + Iceland + Iceland + IS + ISL + 352 + 352 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Malawi - Malawi - MW - MWI - 454 - 454 + Senegal + Senegal + SN + SEN + 686 + 686 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Singapore - Singapore - SG - SGP - 702 - 702 - - + Gambia + Gambia + GM + GMB + 270 + 270 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominica - Dominica - DM - DMA - 212 - 212 - - - + San Marino + San Marino + SM + SMR + 674 + 674 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Estonia - Estonia - EE - EST - 233 - 233 - - + + Mecklenburg-Western-Pomerania + Mecklenburg-Western-Pomerania + 2022-03-30 accepted Harshvardhan J. Pandit - + - Wyoming - Wyoming + Indiana + Indiana 2022-03-30 accepted Harshvardhan J. Pandit - + - - Ethiopia - Ethiopia - ET - ETH - 231 - 231 - - - + + United States Minor Outlying Islands + United States Minor Outlying Islands + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Asia - Asia + + Trinidad and Tobago + Trinidad and Tobago + TT + TTO + 780 + 780 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Bhutan - Bhutan - BT - BTN - 64 - 64 - - + + EasternEurope + EasternEurope + 2022-03-30 accepted Harshvardhan J. Pandit - + - - SubSaharanAfrica - SubSaharanAfrica - + + North Macedonia + North Macedonia + MK + MKD + 807 + 807 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Faroe Islands - Faroe Islands - FO - FRO - 234 - 234 - - + Togo + Togo + TG + TGO + 768 + 768 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cambodia - Cambodia - KH - KHM - 116 - 116 - - + Burkina Faso + Burkina Faso + BF + BFA + 854 + 854 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Saint Vincent and the Grenadines - Saint Vincent and the Grenadines - VC - VCT - 670 - 670 - - - + + New York + New York + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Southern Territories - French Southern Territories - TF - ATF - 260 - 260 - - - + Dominican Republic + Dominican Republic + DO + DOM + 214 + 214 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Switzerland - Switzerland - CH - CHE - 756 - 756 - - + Bermuda + Bermuda + BM + BMU + 60 + 60 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nevada - Nevada + Oklahoma + Oklahoma 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Helena - Saint Helena - SH - SHN - 654 - 654 - - - + Armenia + Armenia + AM + ARM + 51 + 51 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guernsey - Guernsey - GG - GGY - 831 - 831 + Åland Islands + Åland Islands + AX + ALA + 248 + 248 - 2022-03-30 accepted Harshvardhan J. Pandit - + - Rhineland-Palatinate - Rhineland-Palatinate + Bavaria + Bavaria 2022-03-30 accepted Harshvardhan J. Pandit - + - - Idaho - Idaho - + + Heard Island and McDonald Islands + Heard Island and McDonald Islands + HM + HMD + 334 + 334 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Gambia - Gambia - GM - GMB - 270 - 270 - - - + + Connecticut + Connecticut + 2022-03-30 accepted Harshvardhan J. Pandit - + - British Virgin Islands - British Virgin Islands - VG - VGB - 92 - 92 + Costa Rica + Costa Rica + CR + CRI + 188 + 188 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Missouri - Missouri - + + Turkey + Turkey + TR + TUR + 792 + 792 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Minor Outlying Islands - United States Minor Outlying Islands - UM - UMI - 581 - 581 - - + Nepal + Nepal + NP + NPL + 524 + 524 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Morocco - Morocco - MA - MAR - 504 - 504 - - + + Michigan + Michigan + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Guadeloupe - Guadeloupe - GP - GLP - 312 - 312 - - - + + Saxony-Anhalt + Saxony-Anhalt + 2022-03-30 accepted Harshvardhan J. Pandit - + - Réunion - Réunion - RE - REU - 638 - 638 - - - + Marshall Islands + Marshall Islands + MH + MHL + 584 + 584 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + South Carolina + South Carolina + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - El Salvador - El Salvador - SV - SLV - 222 - 222 - - - + Angola + Angola + AO + AGO + 24 + 24 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Vermont - Vermont + Maine + Maine 2022-03-30 accepted Harshvardhan J. Pandit - + - Florida - Florida - + MiddleAfrica + MiddleAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Europe - Europe + + Chile + Chile + CL + CHL + 152 + 152 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guyana - Guyana - GY - GUY - 328 - 328 - - - + Zambia + Zambia + ZM + ZMB + 894 + 894 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3126,43 +3090,27 @@ accepted Harshvardhan J. Pandit - - - - - Egypt - Egypt - EG - EGY - 818 - 818 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - California - California + New Jersey + New Jersey 2022-03-30 accepted Harshvardhan J. Pandit - + - Haiti - Haiti - HT - HTI - 332 - 332 + Bonaire, Sint Eustatius and Saba + Bonaire, Sint Eustatius and Saba + BQ + BES + 535 + 535 @@ -3170,688 +3118,751 @@ accepted Harshvardhan J. Pandit - + - - Sweden - Sweden - SE - SWE - 752 - 752 - - + + Thuringia + Thuringia + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Sark - Sark - - - + + Yemen + Yemen + YE + YEM + 887 + 887 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Kingdom of Great Britain and Northern Ireland - United Kingdom of Great Britain and Northern Ireland - GB - GBR - 826 - 826 + Liechtenstein + Liechtenstein + LI + LIE + 438 + 438 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saudi Arabia - Saudi Arabia - SA - SAU - 682 - 682 - - + Saint Pierre and Miquelon + Saint Pierre and Miquelon + PM + SPM + 666 + 666 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Oceania - Oceania + + Burundi + Burundi + BI + BDI + 108 + 108 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Brunei Darussalam - Brunei Darussalam - BN - BRN - 96 - 96 - - + Poland + Poland + PL + POL + 616 + 616 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Congo - Congo - CG - COG - 178 - 178 - - - + Montenegro + Montenegro + ME + MNE + 499 + 499 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lesotho - Lesotho - LS - LSO - 426 - 426 - - - + Germany + Germany + DE + DEU + 276 + 276 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bonaire, Sint Eustatius and Saba - Bonaire, Sint Eustatius and Saba - BQ - BES - 535 - 535 - - - + Israel + Israel + IL + ISR + 376 + 376 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Berlin - Berlin - + + Norway + Norway + NO + NOR + 578 + 578 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Pakistan - Pakistan - PK - PAK - 586 - 586 - - + + EasternAfrica + EasternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Alabama - Alabama - + + Austria + Austria + AT + AUT + 40 + 40 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - ChannelIslands - ChannelIslands - + + Equatorial Guinea + Equatorial Guinea + GQ + GNQ + 226 + 226 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahamas - Bahamas - BS - BHS - 44 - 44 - - - + Benin + Benin + BJ + BEN + 204 + 204 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Brandenburg - Brandenburg - + + Vanuatu + Vanuatu + VU + VUT + 548 + 548 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Georgia - Georgia - GE - GEO - 268 - 268 - - + Pitcairn + Pitcairn + PN + PCN + 612 + 612 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Western Sahara - Western Sahara - EH - ESH - 732 - 732 - - + Maldives + Maldives + MV + MDV + 462 + 462 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Azerbaijan - Azerbaijan - AZ - AZE - 31 - 31 - - + Norfolk Island + Norfolk Island + NF + NFK + 574 + 574 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Luxembourg - Luxembourg - LU - LUX - 442 - 442 + Slovakia + Slovakia + SK + SVK + 703 + 703 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Afghanistan - Afghanistan - AF - AFG - 4 - 4 - - + Bulgaria + Bulgaria + BG + BGR + 100 + 100 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mauritania - Mauritania - MR - MRT - 478 - 478 - - - + Papua New Guinea + Papua New Guinea + PG + PNG + 598 + 598 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - North Macedonia - North Macedonia - MK - MKD - 807 - 807 - - + + Utah + Utah + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Turkey - Turkey - TR - TUR - 792 - 792 - - + + New Mexico + New Mexico + 2022-03-30 accepted Harshvardhan J. Pandit - + - Aruba - Aruba - AW - ABW - 533 - 533 - - - + Belgium + Belgium + BE + BEL + 56 + 56 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Togo - Togo - TG - TGO - 768 - 768 + Kenya + Kenya + KE + KEN + 404 + 404 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Barthélemy - Saint Barthélemy - BL - BLM - 652 - 652 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Maine - Maine - + South Africa + South Africa + ZA + ZAF + 710 + 710 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Louisiana - Louisiana - + SubSaharanAfrica + SubSaharanAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Ohio - Ohio - + + Brazil + Brazil + BR + BRA + 76 + 76 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - MiddleAfrica - MiddleAfrica - + + Uruguay + Uruguay + UY + URY + 858 + 858 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - San Marino - San Marino - SM - SMR - 674 - 674 - - + Haiti + Haiti + HT + HTI + 332 + 332 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Saxony-Anhalt - Saxony-Anhalt - + + Bolivia (Plurinational State of) + Bolivia (Plurinational State of) + BO + BOL + 68 + 68 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - West Virginia - West Virginia + Georgia + Georgia 2022-03-30 accepted Harshvardhan J. Pandit - + - Benin - Benin - BJ - BEN - 204 - 204 - - - + Tokelau + Tokelau + TK + TKL + 772 + 772 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Dakota - North Dakota - + Asia + Asia 2022-03-30 accepted Harshvardhan J. Pandit - + - - SouthAmerica - SouthAmerica + + Czechia + Czechia + CZ + CZE + 203 + 203 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Saint Martin (French Part) + Saint Martin (French Part) + MF + MAF + 663 + 663 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Norfolk Island - Norfolk Island - NF - NFK - 574 - 574 - - + Finland + Finland + FI + FIN + 246 + 246 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Armenia - Armenia - AM - ARM - 51 - 51 - - + Saint Kitts and Nevis + Saint Kitts and Nevis + KN + KNA + 659 + 659 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Mexico - New Mexico + Puerto Rico + Puerto Rico 2022-03-30 accepted Harshvardhan J. Pandit - + - Ireland - Ireland - IE - IRL - 372 - 372 + Estonia + Estonia + EE + EST + 233 + 233 2022-03-30 accepted Harshvardhan J. Pandit - + - - New Jersey - New Jersey - + + New Caledonia + New Caledonia + NC + NCL + 540 + 540 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) - SX - SXM - 534 - 534 + Suriname + Suriname + SR + SUR + 740 + 740 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Burkina Faso - Burkina Faso - BF - BFA - 854 - 854 + Djibouti + Djibouti + DJ + DJI + 262 + 262 - + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Nicaragua + Nicaragua + NI + NIC + 558 + 558 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Puerto Rico - Puerto Rico + Northern Mariana Islands + Northern Mariana Islands 2022-03-30 accepted Harshvardhan J. Pandit - + - - WesternEurope - WesternEurope - + + Mali + Mali + ML + MLI + 466 + 466 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Saarland - Saarland - + + United States Virgin Islands + United States Virgin Islands + VI + VIR + 850 + 850 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cyprus - Cyprus - CY - CYP - 196 - 196 - - + Sweden + Sweden + SE + SWE + 752 + 752 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Gabon - Gabon - GA - GAB - 266 - 266 - - - + + Maryland + Maryland + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3873,171 +3884,162 @@ accepted Harshvardhan J. Pandit - + - - Mauritius - Mauritius - MU - MUS - 480 - 480 - - - + + Kentucky + Kentucky + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahrain - Bahrain - BH - BHR - 48 - 48 - - + Saint Lucia + Saint Lucia + LC + LCA + 662 + 662 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Australia - Australia - AU - AUS - 36 - 36 - - + Dominica + Dominica + DM + DMA + 212 + 212 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Marshall Islands - Marshall Islands - MH - MHL - 584 - 584 - - + + WesternAfrica + WesternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zambia - Zambia - ZM - ZMB - 894 - 894 - - - + Afghanistan + Afghanistan + AF + AFG + 4 + 4 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - South Georgia and the South Sandwich Islands - South Georgia and the South Sandwich Islands - GS - SGS - 239 - 239 - - - + + Arkansas + Arkansas + 2022-03-30 accepted Harshvardhan J. Pandit - + - Denmark - Denmark - DK - DNK - 208 - 208 - - + Cambodia + Cambodia + KH + KHM + 116 + 116 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Poland - Poland - PL - POL - 616 - 616 - - + El Salvador + El Salvador + SV + SLV + 222 + 222 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Syrian Arab Republic - Syrian Arab Republic - SY - SYR - 760 - 760 - - + Somalia + Somalia + SO + SOM + 706 + 706 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - WesternAsia - WesternAsia - + Idaho + Idaho + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Delaware - Delaware - + + Egypt + Egypt + EG + EGY + 818 + 818 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4058,107 +4060,113 @@ accepted Harshvardhan J. Pandit - + - Germany - Germany - DE - DEU - 276 - 276 + Monaco + Monaco + MC + MCO + 492 + 492 2022-03-30 accepted Harshvardhan J. Pandit - + - - American Samoa - American Samoa - AS - ASM - 16 - 16 + + Melanesia + Melanesia - 2022-03-30 accepted Harshvardhan J. Pandit - + - Fiji - Fiji - FJ - FJI - 242 - 242 - - + Hungary + Hungary + HU + HUN + 348 + 348 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kuwait - Kuwait - KW - KWT - 414 - 414 - - + United Kingdom of Great Britain and Northern Ireland + United Kingdom of Great Britain and Northern Ireland + GB + GBR + 826 + 826 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + Bremen + Bremen + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Greece - Greece - GR - GRC - 300 - 300 - - + Jamaica + Jamaica + JM + JAM + 388 + 388 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - NorthernAfrica - NorthernAfrica - + Oceania + Oceania 2022-03-30 accepted Harshvardhan J. Pandit - + - Italy - Italy - IT - ITA - 380 - 380 + Malta + Malta + MT + MLT + 470 + 470 2022-03-30 @@ -4176,221 +4184,236 @@ accepted Harshvardhan J. Pandit - + - Netherlands - Netherlands - NL - NLD - 528 - 528 - - + Nigeria + Nigeria + NG + NGA + 566 + 566 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Romania - Romania - RO - ROU - 642 - 642 + Holy See + Holy See + VA + VAT + 336 + 336 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kansas - Kansas + Colorado + Colorado 2022-03-30 accepted Harshvardhan J. Pandit - + - - Central African Republic - Central African Republic - CF - CAF - 140 - 140 - - - + + Africa + Africa 2022-03-30 accepted Harshvardhan J. Pandit - + - Kyrgyzstan - Kyrgyzstan - KG - KGZ - 417 - 417 - - + Martinique + Martinique + MQ + MTQ + 474 + 474 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + Brandenburg + Brandenburg + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Sao Tome and Principe - Sao Tome and Principe - ST - STP - 678 - 678 - - - + United States of America + United States of America + US + USA + 840 + 840 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Monaco - Monaco - MC - MCO - 492 - 492 + Isle of Man + Isle of Man + IM + IMN + 833 + 833 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Lucia - Saint Lucia - LC - LCA - 662 - 662 - - - + Mayotte + Mayotte + YT + MYT + 175 + 175 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bremen - Bremen - + CentralAsia + CentralAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - - NorthernAmerica - NorthernAmerica - + + Nauru + Nauru + NR + NRU + 520 + 520 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iraq - Iraq - IQ - IRQ - 368 - 368 + Sri Lanka + Sri Lanka + LK + LKA + 144 + 144 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Micronesia (Federated States of) - Micronesia (Federated States of) - FM - FSM - 583 - 583 - - + British Indian Ocean Territory + British Indian Ocean Territory + IO + IOT + 86 + 86 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - SoutheasternAsia - SoutheasternAsia - + American Samoa + American Samoa + 2022-03-30 accepted Harshvardhan J. Pandit - + - - South Dakota - South Dakota - + + Republic of Korea + Republic of Korea + KR + KOR + 410 + 410 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liberia - Liberia - LR - LBR - 430 - 430 - - - + Singapore + Singapore + SG + SGP + 702 + 702 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4412,115 +4435,88 @@ accepted Harshvardhan J. Pandit - + - United States of America - United States of America - US - USA - 840 - 840 - - + Democratic Republic of the Congo + Democratic Republic of the Congo + CD + COD + 180 + 180 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saxony - Saxony - + New Hampshire + New Hampshire + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovakia - Slovakia - SK - SVK - 703 - 703 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Thuringia - Thuringia - + Guam + Guam + GU + GUM + 316 + 316 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eritrea - Eritrea - ER - ERI - 232 - 232 - - - + Jersey + Jersey + JE + JEY + 832 + 832 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Carolina - North Carolina + Mississippi + Mississippi 2022-03-30 accepted Harshvardhan J. Pandit - - - - - Botswana - Botswana - BW - BWA - 72 - 72 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - Seychelles - Seychelles - SC - SYC - 690 - 690 + Zimbabwe + Zimbabwe + ZW + ZWE + 716 + 716 @@ -4528,136 +4524,141 @@ accepted Harshvardhan J. Pandit - + - Côte d’Ivoire - Côte d’Ivoire - CI - CIV - 384 - 384 + Uganda + Uganda + UG + UGA + 800 + 800 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Norway - Norway - NO - NOR - 578 - 578 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tunisia - Tunisia - TN - TUN - 788 - 788 - - + Svalbard and Jan Mayen Islands + Svalbard and Jan Mayen Islands + SJ + SJM + 744 + 744 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - United States Minor Outlying Islands - United States Minor Outlying Islands - + + Sudan + Sudan + SD + SDN + 729 + 729 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Georgia - Georgia + Wyoming + Wyoming 2022-03-30 accepted Harshvardhan J. Pandit - + - - EasternAsia - EasternAsia - + + Liberia + Liberia + LR + LBR + 430 + 430 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Caledonia - New Caledonia - NC - NCL - 540 - 540 - - + Portugal + Portugal + PT + PRT + 620 + 620 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Baden-Württemberg - Baden-Württemberg - + + Albania + Albania + AL + ALB + 8 + 8 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Bavaria - Bavaria - + + Morocco + Morocco + MA + MAR + 504 + 504 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ghana - Ghana - GH - GHA - 288 - 288 + Côte d’Ivoire + Côte d’Ivoire + CI + CIV + 384 + 384 @@ -4665,48 +4666,43 @@ accepted Harshvardhan J. Pandit - + - - Malta - Malta - MT - MLT - 470 - 470 - - + + Vermont + Vermont + 2022-03-30 accepted Harshvardhan J. Pandit - + - Malaysia - Malaysia - MY - MYS - 458 - 458 + China, Macao Special Administrative Region + China, Macao Special Administrative Region + MO + MAC + 446 + 446 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Grenada - Grenada - GD - GRD - 308 - 308 + Turks and Caicos Islands + Turks and Caicos Islands + TC + TCA + 796 + 796 @@ -4714,619 +4710,660 @@ accepted Harshvardhan J. Pandit - + + + + + Arizona + Arizona + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Democratic Republic of the Congo - Democratic Republic of the Congo - CD - COD - 180 - 180 - - - + China + China + CN + CHN + 156 + 156 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Melanesia - Melanesia - + NorthernAmerica + NorthernAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - State of Palestine - State of Palestine - PS - PSE - 275 - 275 - - + Paraguay + Paraguay + PY + PRY + 600 + 600 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Rhode Island - Rhode Island - + + Colombia + Colombia + CO + COL + 170 + 170 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nebraska - Nebraska + North Carolina + North Carolina 2022-03-30 accepted Harshvardhan J. Pandit - + - - Iowa - Iowa - + + Belize + Belize + BZ + BLZ + 84 + 84 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Thailand + Thailand + TH + THA + 764 + 764 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Vanuatu - Vanuatu - VU - VUT - 548 - 548 - - + Syrian Arab Republic + Syrian Arab Republic + SY + SYR + 760 + 760 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Utah - Utah + Tennessee + Tennessee 2022-03-30 accepted Harshvardhan J. Pandit - + - - Kenya - Kenya - KE - KEN - 404 - 404 - - - + + Pennsylvania + Pennsylvania + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ukraine - Ukraine - UA - UKR - 804 - 804 + Serbia + Serbia + RS + SRB + 688 + 688 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Pitcairn - Pitcairn - PN - PCN - 612 - 612 - - + Montserrat + Montserrat + MS + MSR + 500 + 500 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Schleswig-Holstein - Schleswig-Holstein - + SouthernAsia + SouthernAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Arizona - Arizona + West Virginia + West Virginia 2022-03-30 accepted Harshvardhan J. Pandit - + - Cameroon - Cameroon - CM - CMR - 120 - 120 - - - + State of Palestine + State of Palestine + PS + PSE + 275 + 275 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + SoutheasternAsia + SoutheasternAsia + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - United States Virgin Islands - United States Virgin Islands - VI - VIR - 850 - 850 - - - + Luxembourg + Luxembourg + LU + LUX + 442 + 442 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Indiana - Indiana + Iowa + Iowa 2022-03-30 accepted Harshvardhan J. Pandit - + - - Jersey - Jersey - JE - JEY - 832 - 832 - - - + + Polynesia + Polynesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Virginia - Virginia - + Sark + Sark + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Carolina - South Carolina + Oregon + Oregon 2022-03-30 accepted Harshvardhan J. Pandit - + - CentralAmerica - CentralAmerica - + Saxony + Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - + - Papua New Guinea - Papua New Guinea - PG - PNG - 598 - 598 - - + Lebanon + Lebanon + LB + LBN + 422 + 422 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Venezuela (Bolivarian Republic of) - Venezuela (Bolivarian Republic of) - VE - VEN - 862 - 862 - - - + Sao Tome and Principe + Sao Tome and Principe + ST + STP + 678 + 678 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Polynesia - Polynesia - + CentralAmerica + CentralAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Isle of Man - Isle of Man - IM - IMN - 833 - 833 - - + Central African Republic + Central African Republic + CF + CAF + 140 + 140 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - U.S. Virgin Islands - U.S. Virgin Islands - + Hamburg + Hamburg + 2022-03-30 accepted Harshvardhan J. Pandit - + - Angola - Angola - AO - AGO - 24 - 24 + Libya + Libya + LY + LBY + 434 + 434 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Connecticut - Connecticut - + + South Sudan + South Sudan + SS + SSD + 728 + 728 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Paraguay - Paraguay - PY - PRY - 600 - 600 - - - + Kyrgyzstan + Kyrgyzstan + KG + KGZ + 417 + 417 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Illinois - Illinois - + + Saint Barthélemy + Saint Barthélemy + BL + BLM + 652 + 652 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Indonesia - Indonesia - ID - IDN - 360 - 360 - - + Curaçao + Curaçao + CW + CUW + 531 + 531 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Hampshire - New Hampshire + District of Columbia + District of Columbia 2022-03-30 accepted Harshvardhan J. Pandit - + - Oregon - Oregon + Texas + Texas 2022-03-30 accepted Harshvardhan J. Pandit - + - Colorado - Colorado + South Dakota + South Dakota 2022-03-30 accepted Harshvardhan J. Pandit - + - - Portugal - Portugal - PT - PRT - 620 - 620 - - + + SouthernAfrica + SouthernAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Mongolia - Mongolia - MN - MNG - 496 - 496 - - + + Massachusetts + Massachusetts + 2022-03-30 accepted Harshvardhan J. Pandit - + - Republic of Moldova - Republic of Moldova - MD - MDA - 498 - 498 - - + Guyana + Guyana + GY + GUY + 328 + 328 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Martin (French Part) - Saint Martin (French Part) - MF - MAF - 663 - 663 - - - + Iran (Islamic Republic of) + Iran (Islamic Republic of) + IR + IRN + 364 + 364 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Albania - Albania - AL - ALB - 8 - 8 - - + + Saarland + Saarland + 2022-03-30 accepted Harshvardhan J. Pandit - + - New York - New York + North Dakota + North Dakota 2022-03-30 accepted Harshvardhan J. Pandit - + - Christmas Island - Christmas Island - CX - CXR - 162 - 162 + New Zealand + New Zealand + NZ + NZL + 554 + 554 2022-03-30 accepted Harshvardhan J. Pandit - + - - China - China - CN - CHN - 156 - 156 - - + + Rhode Island + Rhode Island + 2022-03-30 accepted Harshvardhan J. Pandit - + - - EasternAfrica - EasternAfrica - + + United States Minor Outlying Islands + United States Minor Outlying Islands + UM + UMI + 581 + 581 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - - District of Columbia - District of Columbia - + + Saudi Arabia + Saudi Arabia + SA + SAU + 682 + 682 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montana - Montana + Illinois + Illinois 2022-03-30 accepted Harshvardhan J. Pandit - + - Mozambique - Mozambique - MZ - MOZ - 508 - 508 + Mauritius + Mauritius + MU + MUS + 480 + 480 @@ -5334,148 +5371,122 @@ accepted Harshvardhan J. Pandit - + - Puerto Rico - Puerto Rico - PR - PRI - 630 - 630 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - AustraliaandNewZealand - AustraliaandNewZealand + Samoa + Samoa + WS + WSM + 882 + 882 + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kazakhstan - Kazakhstan - KZ - KAZ - 398 - 398 - - + Slovenia + Slovenia + SI + SVN + 705 + 705 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belarus - Belarus - BY - BLR - 112 - 112 - - + Philippines + Philippines + PH + PHL + 608 + 608 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tennessee - Tennessee + Louisiana + Louisiana 2022-03-30 accepted Harshvardhan J. Pandit - + - - CentralAsia - CentralAsia + + Uzbekistan + Uzbekistan + UZ + UZB + 860 + 860 + 2022-03-30 accepted Harshvardhan J. Pandit - + - NorthernEurope - NorthernEurope - + North-Rhine Westphalia + North-Rhine Westphalia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montserrat - Montserrat - MS - MSR - 500 - 500 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - Mississippi - Mississippi - + Taiwan (Province of China) + Taiwan (Province of China) 2022-03-30 accepted Harshvardhan J. Pandit - + - Caribbean - Caribbean - + Americas + Americas 2022-03-30 accepted Harshvardhan J. Pandit - + - Martinique - Martinique - MQ - MTQ - 474 - 474 + Barbados + Barbados + BB + BRB + 52 + 52 @@ -5483,59 +5494,54 @@ accepted Harshvardhan J. Pandit - + - - Northern Mariana Islands - Northern Mariana Islands - MP - MNP - 580 - 580 - - + + Hesse + Hesse + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Wallis and Futuna Islands - Wallis and Futuna Islands - WF - WLF - 876 - 876 - - + + Nevada + Nevada + 2022-03-30 accepted Harshvardhan J. Pandit - + - - Mecklenburg-Western-Pomerania - Mecklenburg-Western-Pomerania - + + Malaysia + Malaysia + MY + MYS + 458 + 458 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eswatini - Eswatini - SZ - SWZ - 748 - 748 + Botswana + Botswana + BW + BWA + 72 + 72 @@ -5543,46 +5549,40 @@ accepted Harshvardhan J. Pandit - - - - - Hamburg - Hamburg - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - American Samoa - American Samoa + Virginia + Virginia 2022-03-30 accepted Harshvardhan J. Pandit - + - Wisconsin - Wisconsin + U.S. Virgin Islands + U.S. Virgin Islands 2022-03-30 accepted Harshvardhan J. Pandit - + - - SouthernAsia - SouthernAsia - + + Palau + Palau + PW + PLW + 585 + 585 + + 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-legal/modules/ontology.jsonld b/dpv-legal/modules/ontology.jsonld index 5420353e2..7eb5cd103 100644 --- a/dpv-legal/modules/ontology.jsonld +++ b/dpv-legal/modules/ontology.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18,7 +18,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": [ @@ -35,13 +35,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The UN-M49 code for a given region" + "@value": "The ISO-Numeric code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UN-M49" + "@value": "ISO-numeric" } ], "https://w3id.org/dpv#hasDomain": [ @@ -61,7 +61,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -96,13 +96,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" + "@value": "The ISO-Alpha3 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha2" + "@value": "ISO-alpha3" } ], "https://w3id.org/dpv#hasDomain": [ @@ -122,7 +122,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha2", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -157,13 +157,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Numeric 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": "ISO-numeric" + "@value": "ISO-alpha2" } ], "https://w3id.org/dpv#hasDomain": [ @@ -183,7 +183,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-legal#un_m49", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -201,7 +201,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -218,13 +218,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "The UN-M49 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha3" + "@value": "UN-M49" } ], "https://w3id.org/dpv#hasDomain": [ diff --git a/dpv-legal/modules/ontology.rdf b/dpv-legal/modules/ontology.rdf index efc06fce2..e55dcb2ab 100644 --- a/dpv-legal/modules/ontology.rdf +++ b/dpv-legal/modules/ontology.rdf @@ -7,29 +7,29 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - UN-M49 - The UN-M49 code for a given region - + ISO-numeric + The ISO-Numeric code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-numeric - The ISO-Numeric code for a given region - + UN-M49 + The UN-M49 code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.html b/dpv-owl/dpv-gdpr/dpv-gdpr.html index 4d72d3d83..484802a00 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.html +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-gdpr", diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld b/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld index 8619db71a..be58c7182 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -12,30 +12,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@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." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right of access" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -46,12 +40,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "A15 Right of Access" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -62,25 +56,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." + "@value": "consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -91,13 +94,13 @@ ], "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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -108,12 +111,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art.6(1-a) regular consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -124,7 +127,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -142,7 +145,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://purl.org/dc/terms/modified": [ @@ -153,13 +156,13 @@ ], "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_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -170,12 +173,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 49(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" @@ -189,7 +192,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -210,12 +213,18 @@ "http://purl.org/dc/terms/description": [ { "@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": "public interest or official authority" + } + ], + "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_h/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": [ @@ -226,12 +235,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 6(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -242,7 +254,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -254,24 +266,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "A legally binding and enforceable instrument between public authorities or bodies" + } + ], + "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_16/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#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -282,12 +300,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "Art 46(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -298,14 +316,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -314,18 +332,12 @@ }, { "@value": "Eva Schlehahn" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit' consent of the data subject" + "@value": "explicit consent with special categories of data" } ], "http://purl.org/dc/terms/modified": [ @@ -336,13 +348,7 @@ ], "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#comment": [ - { - "@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)\"" + "@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": [ @@ -353,7 +359,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-a) explicit consent" + "@value": "Art 9(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -369,217 +375,107 @@ ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-gdpr", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", "@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": "Bert Bos" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Bud Bruegger" - } + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "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" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_d/oj" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" + "@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://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "dpvo-gdpr" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "https://w3id.org/dpv-owl/dpv-gdpr" + "@language": "en", + "@value": "Art 46(2-d)" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "0.6" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@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": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Art 9(2-f)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_3/pnt_b/oj" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Right to restriction of processing" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj" + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -590,12 +486,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "Art 46(3-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -606,7 +502,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -618,27 +514,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@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 legal instrument or tool intended to assist or justify data transfers" } ], "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/pnt_c/oj" + }, + { + "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -649,15 +542,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Data Transfer Tool" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -668,39 +558,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Eva Schlehahn" }, { - "@value": "David Hickey" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@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": "data manifestly made public by the data subject" } ], "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_9/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -711,12 +595,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Art 9(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -727,7 +611,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -739,30 +623,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "information to be provided where personal data is collected from other sources" } ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -773,12 +651,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "A14 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -789,7 +667,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -800,20 +678,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@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://purl.org/dc/terms/source": [ @@ -829,12 +701,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Certification Mechanisms for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -845,7 +717,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -863,7 +735,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@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://purl.org/dc/terms/modified": [ @@ -874,13 +746,13 @@ ], "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_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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 not Adequacy Decision. Appropriate safeguards do not exist." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -891,7 +763,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 49(1-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -907,25 +779,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@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": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -936,13 +811,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -953,15 +822,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 9(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -972,36 +838,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Georg Krog" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "compliance with a legal obligation" + } + ], + "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_19/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": [ @@ -1012,12 +881,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "Art 6(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1028,28 +897,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "Binding corporate rules" } ], "http://purl.org/dc/terms/modified": [ @@ -1060,7 +926,13 @@ ], "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_46/par_2/pnt_b/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1071,12 +943,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 46(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1087,66 +962,135 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", + "@id": "https://w3id.org/dpv-owl/dpv-gdpr", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Ramisa Gachpaz Hamed" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-06-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" }, { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "performance of a contract" + "@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": "2021-09-08" + "@value": "2022-05-25" } ], "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://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" + "@language": "en", + "@value": "DPV-GDPR: GDPR Extension for DPV" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "Art 6(1-b)" + "@value": "dpvo-gdpr" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@value": "https://w3id.org/dpv-owl/dpv-gdpr#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@language": "en", - "@value": "accepted" + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1164,7 +1108,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@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://purl.org/dc/terms/modified": [ @@ -1175,7 +1119,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_49/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ @@ -1192,12 +1136,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 49(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" @@ -1211,7 +1155,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1223,24 +1167,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right not to be subject to a decision based solely on automated processing including profiling" + "@value": "Right to data portability" } ], "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_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1251,7 +1195,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A20 Right to Data Portability" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1267,42 +1211,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Paul Ryan" + }, { "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@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://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#comment": [ - { - "@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." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1313,15 +1254,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Binding Corporate Rules (BCR)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1332,33 +1270,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@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://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_49/par_1/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1369,12 +1316,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 49(1-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1385,36 +1335,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Georg Krog" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@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://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_9/par_2/pnt_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1425,12 +1372,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "Art 9(2-h)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1441,7 +1388,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1462,18 +1409,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "substantial public interest, on the basis of Union or Member State law" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1484,12 +1425,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1500,30 +1441,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" + "@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://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://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_46/par_2/pnt_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1534,15 +1487,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 46(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1553,30 +1503,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" + "@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://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://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_49/par_1/pnt_f/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1587,12 +1549,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "Art 49(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1603,7 +1568,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1627,12 +1592,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1643,7 +1608,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A13 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1659,39 +1624,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" + "@value": "employment and social security and social protection law" } ], "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://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1702,12 +1661,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "Art 9(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1718,7 +1677,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1730,24 +1689,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + } + ], + "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_20/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#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1758,12 +1723,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "Art 46(3-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1839,36 +1804,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" }, { - "@value": "Georg Krog" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is collected from other sources" + "@value": "substantial public interest, on the basis of Union or Member State law" + } + ], + "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_14/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": [ @@ -1879,12 +1847,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "Art 9(2-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1895,28 +1863,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://purl.org/dc/terms/modified": [ @@ -1927,7 +1892,13 @@ ], "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_49/par_1/pnt_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1938,12 +1909,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 49(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1954,7 +1925,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1972,7 +1943,7 @@ "http://purl.org/dc/terms/description": [ { "@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 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://purl.org/dc/terms/modified": [ @@ -1983,13 +1954,13 @@ ], "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_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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 do not exist and no other options apply." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2000,12 +1971,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 49(2)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" @@ -2019,20 +1990,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" + }, { "@value": "Eva Schlehahn" } @@ -2040,7 +2017,7 @@ "http://purl.org/dc/terms/description": [ { "@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": "explicit' consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -2051,7 +2028,13 @@ ], "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_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -2062,12 +2045,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Art 6(1-a) explicit consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2078,26 +2061,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" } @@ -2105,12 +2079,24 @@ "http://purl.org/dc/terms/description": [ { "@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": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." + } + ], + "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_4/par_20/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_45/par_3/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2121,12 +2107,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Art 45(3)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2137,39 +2123,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest in public health" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "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://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2180,12 +2157,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "AdHoc Contractual Clauses" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2196,39 +2176,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Beatriz Esteves" }, { - "@value": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right to withdraw consent" } ], "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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2239,12 +2216,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "A7-3 Right to Withdraw Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2255,36 +2232,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Beatriz Esteves" + "@value": "David Hickey" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@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://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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2295,12 +2275,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "SCCs adopted by Supervisory Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2311,7 +2291,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2323,16 +2303,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "performance of a contract" } ], "http://purl.org/dc/terms/modified": [ @@ -2343,7 +2323,7 @@ ], "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": [ @@ -2354,15 +2334,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art 6(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2373,36 +2350,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" + "@value": "Bud Bruegger" }, { - "@value": "Beatriz Esteves" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@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://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_17/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": [ @@ -2413,12 +2393,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "Art 9(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2429,7 +2409,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2441,30 +2421,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@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." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" } ], "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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2475,15 +2449,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "A19 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2494,7 +2465,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2506,16 +2477,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -2526,7 +2497,7 @@ ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2537,12 +2508,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2553,39 +2524,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" } ], "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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2596,12 +2567,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "SCCs adopted by Commission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2612,7 +2583,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2627,21 +2598,21 @@ "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to erasure ('Right to be forgotten')" } ], "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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2652,7 +2623,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A17 Right to Erasure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2668,19 +2639,22 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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 Krog" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -2689,15 +2663,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legal instrument or tool intended to assist or justify data transfers" + "@value": "Right to object to processing of personal data" } ], "http://purl.org/dc/terms/source": [ { - "@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" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2708,12 +2679,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "A21 Right to object" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2724,25 +2695,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@value": "public interest in public health" } ], "http://purl.org/dc/terms/modified": [ @@ -2753,13 +2727,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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" + "@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": [ @@ -2770,15 +2738,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 9(2-i)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2789,25 +2754,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" } ], "http://purl.org/dc/terms/modified": [ @@ -2818,13 +2786,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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." + "@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": [ @@ -2835,12 +2797,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 9(2-j)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2851,34 +2813,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rigo Wenning" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "Standard data protection clauses adopted by the Commission" } ], "http://purl.org/dc/terms/modified": [ @@ -2889,13 +2842,13 @@ ], "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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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": "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/2000/01/rdf-schema#isDefinedBy": [ @@ -2906,12 +2859,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 46(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2922,42 +2878,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@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." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -2968,12 +2912,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Codes of Conduct for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2984,7 +2928,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2995,19 +2939,28 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" + "@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://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/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3018,10 +2971,13 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "Standard Contractual Clauses (SCC)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } @@ -3034,7 +2990,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3052,7 +3008,7 @@ "http://purl.org/dc/terms/description": [ { "@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": "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://purl.org/dc/terms/modified": [ @@ -3063,13 +3019,13 @@ ], "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_46/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3080,13 +3036,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 46(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" - }, { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } @@ -3099,33 +3052,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A77", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "Right to lodge a complaint with a supervisory authority" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3136,12 +3092,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "A77 Right to Complaint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3152,7 +3108,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3164,30 +3120,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@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" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Right to restriction of processing" } ], "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#comment": [ - { - "@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." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3198,12 +3148,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "A18 Right to Restrict Processing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3214,7 +3164,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3225,25 +3175,25 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg Krog" - }, { "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@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://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": [ @@ -3254,7 +3204,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "A22 Right to object to automated decision making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -3270,7 +3220,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3282,16 +3232,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "legitimate interests" } ], "http://purl.org/dc/terms/modified": [ @@ -3302,7 +3252,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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3313,12 +3263,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 6(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3329,7 +3279,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3341,30 +3291,80 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@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": "Right to rectification" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "A16 Right to Rectification" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-22" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/par_2/pnt_f/oj" + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@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": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" + } + ], + "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": [ @@ -3375,12 +3375,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-f)" + "@value": "Supplementary Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.n3 b/dpv-owl/dpv-gdpr/dpv-gdpr.n3 index 4fb3154cf..bdb328e68 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.n3 @@ -33,12 +33,12 @@ "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-gdpr:A13 a owl:Class ; rdfs:label "A13 Right to be Informed"@en ; diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.rdf b/dpv-owl/dpv-gdpr/dpv-gdpr.rdf index 91267d4e2..474b786a0 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.rdf @@ -7,765 +7,765 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - information to be provided where personal data is directly collected from data subject - Harshvardhan J. Pandit - Beatriz Esteves - Georg Krog + + public interest in public health - 2020-11-04 - + Eva Schlehahn + Bud Bruegger + + 2021-09-08 + 2019-04-05 + accepted - A13 Right to be Informed + Art 9(2-i) - - Art 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity + + + + David Hickey + Harshvardhan J. Pandit + Georg P Krog + + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + Supplementary Measure + + 2021-09-22 + accepted + + + A77 Right to Complaint accepted - 2019-04-05 + Georg Krog + Beatriz Esteves + Harshvardhan J. Pandit + Right to lodge a complaint with a supervisory authority + 2020-11-04 - - Bud Bruegger - Eva Schlehahn - + + + + + 2019-06-18 + Harshvardhan J. Pandit + Georg P Krog + Axel Polleres + Beatriz Esteves + Javier D. Fernández + Eva Schlehahn + Mark Lizar + Simon Steyskal + Piero Bonatti + Elmar Kiesling + Bert Bos + David Hickey + Fajar J. Ekaputra + Bud Bruegger + Paul Ryan + Rigo Wenning + Rob Brennan + Julian Flake + Ramisa Gachpaz Hamed + Axel Polleres + Harshvardhan J. Pandit + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + 0.7 + + https://w3id.org/dpv-owl/dpv-gdpr# + DPV-GDPR: GDPR Extension for DPV + dpvo-gdpr + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + + 2022-05-25 + - - Georg P Krog - A legally binding and enforceable instrument between public authorities or bodies 2021-09-08 + accepted - - + 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 - + Georg P Krog + Art 46(2-a) + A legally binding and enforceable instrument between public authorities or bodies + 2020-11-04 + - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + + explicit consent with special categories of data + 2019-04-05 - - Georg P Krog - - - The transfer is necessary for important reasons of public interest. - 2020-11-04 - Art 49(1-d) + Bud Bruegger + Eva Schlehahn accepted + + Art 9(2-a) + + 2021-09-08 + + + + 2021-09-22 + David Hickey + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + + accepted + 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) + SCCs adopted by Supervisory Authority + - + + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - Georg Krog - - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - - 2020-11-04 + A legal instrument or tool intended to assist or justify data transfers + + + Data Transfer Tool + + + 2021-09-22 accepted - - Art 9(2-b) - accepted - Eva Schlehahn - Bud Bruegger - - + Bud Bruegger + Eva Schlehahn + accepted + + Art 9(2-b) + employment and social security and social protection law 2019-04-05 - - + + + Eva Schlehahn + Bud Bruegger + + Art 9(2-g) + 2021-09-08 + 2019-04-05 accepted - Art 6(1-c) - 2019-04-05 - 2021-09-08 - Bud Bruegger - Eva Schlehahn - - - compliance with a legal obligation + + substantial public interest, on the basis of Union or Member State law - - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - David Hickey - 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 - + + 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. + - 2021-09-22 + + Art 49(1-c) + Georg P Krog + + + 2020-11-04 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2021-09-08 + accepted + + + Eva Schlehahn + Bud Bruegger + 2021-09-08 + 2019-04-05 - Standard Contractual Clauses (SCC) + accepted - + protection of the vital interests + + Art 9(2-c) - - Art 46(2-d) + + Georg P Krog 2020-11-04 - + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 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. 2021-09-08 - Standard data protection clauses adopted by a Supervisory Authority - - Georg P Krog accepted - 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-f) + + + - - - accepted - 2019-04-05 - + 2021-09-08 - Art 9(2-j) + 2019-04-05 + + Bud Bruegger Eva Schlehahn - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + Art 6(1-e) + + + public interest or official authority + accepted + + + 2020-11-04 + A7-3 Right to Withdraw Consent + + Beatriz Esteves + Harshvardhan J. Pandit + Georg Krog + + + Right to withdraw consent + accepted - - + + + SCCs adopted by Commission + + David Hickey + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + + 2021-09-22 - - accepted - Certification Mechanisms for Data Transfers - Harshvardhan J. Pandit - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - + Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - - - Bud Bruegger Eva Schlehahn - legitimate interests + Bud Bruegger + 2019-04-05 + accepted + legitimate interests + Art 6(1-f) 2021-09-08 - Art 6(1-f) - 2019-04-05 + - + + + 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 + Beatriz Esteves Harshvardhan J. Pandit Georg Krog - Beatriz Esteves - - - Right to data portability accepted - 2020-11-04 - A20 Right to Data Portability + - - - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - David Hickey - + + 2021-09-08 accepted - - 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) - 2021-09-22 - SCCs adopted by Supervisory Authority - - - - 2019-04-05 - - 2021-09-08 - public interest or official authority - Art 6(1-e) - - - + Art 6(1-c) Bud Bruegger Eva Schlehahn - accepted - - + - - Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog - Binding Corporate Rules (BCR) - - 2021-09-22 - 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. - accepted + + compliance with a legal obligation - - 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. + + 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 + Georg P Krog + Binding corporate rules + - 2021-09-08 - Georg P Krog accepted - - Art 46(2-e) - 2020-11-04 - 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 + + + Art 46(2-b) - + + accepted + + + Georg Krog + Beatriz Esteves + Harshvardhan J. Pandit + 2020-11-04 - - Art 9(2-d) - 2021-09-08 - 2019-04-05 - 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; - Bud Bruegger - Eva Schlehahn - - accepted + information to be provided where personal data is directly collected from data subject + A13 Right to be Informed - - Codes of Conduct for Data Transfers + accepted - - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - - 2021-09-22 - Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves + A19 Right to Rectification + + 2020-11-04 + Right to be notified in case of rectification or erasure of personal data or restriction of processing + + - - + + 2019-04-05 + + Art 9(2-f) + accepted - 2020-11-04 + Bud Bruegger + Eva Schlehahn + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + + + + A20 Right to Data Portability + accepted Georg Krog Beatriz Esteves Harshvardhan J. Pandit - Right to withdraw consent - A7-3 Right to Withdraw Consent + 2020-11-04 + + + Right to data portability - - - + + 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 P Krog + David Hickey + Harshvardhan J. Pandit + Paul Ryan + + - 2020-11-04 + + Standard Contractual Clauses (SCC) + + + + Harshvardhan J. Pandit + Georg Krog + Beatriz Esteves accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2021-09-08 - Georg P Krog - Art 49(1-a) - 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. + Right to rectification + 2020-11-04 + A16 Right to Rectification + + - - 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. + + accepted + Art 49(1-b) + - - 2021-09-08 Georg P Krog - Art 46(2-f) - 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 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2020-11-04 - - accepted + 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 - + + Georg Krog Beatriz Esteves Harshvardhan J. Pandit - Georg Krog - accepted - - Right not to be subject to a decision based solely on automated processing including profiling - A22 Right to object to automated decision making + 2020-11-04 + + Right to erasure ('Right to be forgotten') - 2020-11-04 + A17 Right to Erasure + accepted - + + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + accepted - - Bud Bruegger + 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. + + + Binding Corporate Rules (BCR) + 2021-09-22 + + + accepted + protection of the vital interests + + + + Art 6(1-d) Eva Schlehahn - - Art 9(2-i) - public interest in public health + Bud Bruegger + 2021-09-08 + 2019-04-05 + + + + 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. + 2020-11-04 + Georg P Krog + + + accepted + 2021-09-08 - 2019-04-05 + Art 49(2) - - - Georg Krog - Harshvardhan J. Pandit - Beatriz Esteves + accepted - Right to rectification - - A16 Right to Rectification - + 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 + + Bud Bruegger + Eva Schlehahn + Art 9(2-d) - 2020-11-04 + 2021-09-08 + + - 2019-04-10 2021-09-08 - Art 6(1-a) explicit consent - + accepted + + explicit' consent of the data subject Bud Bruegger - Eva Schlehahn Harshvardhan J. Pandit Rigo Wenning - - - - accepted - explicit' consent of the data subject + Eva Schlehahn 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)" - - - accepted - SCCs adopted by Commission - David Hickey - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - - 2021-09-22 - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) + + 2019-04-10 + Art 6(1-a) explicit consent - - - accepted - 2020-11-04 - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - Art 49(1-e) - - + + 2021-09-08 - The transfer is necessary for the establishment, exercise or defence of legal claims. - Georg P Krog - - - - 2020-11-04 - Georg Krog - Harshvardhan J. Pandit - Beatriz Esteves - + 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. + Art 45(3) + accepted - Right of access - - A15 Right of Access - - - Supplementary Measure - Georg P Krog - Harshvardhan J. Pandit - David Hickey - 2021-09-22 - + + + accepted - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements - - - Bert Bos - Simon Steyskal - David Hickey - Georg P Krog - Mark Lizar - Piero Bonatti - Elmar Kiesling - Harshvardhan J. Pandit - Rigo Wenning - Julian Flake - Axel Polleres - Ramisa Gachpaz Hamed - Fajar J. Ekaputra - Rob Brennan - Eva Schlehahn - Paul Ryan - Javier D. Fernández - Beatriz Esteves - Bud Bruegger - 2019-06-18 - - Harshvardhan J. Pandit - Axel Polleres - 0.6 - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - 2022-04-02 - dpvo-gdpr - - DPV-GDPR: GDPR Extension for DPV - - The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. - https://w3id.org/dpv-owl/dpv-gdpr - - + 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 + Art 9(2-h) Bud Bruegger Eva Schlehahn - accepted - - Art 6(1-d) - 2019-04-05 - - 2021-09-08 - - protection of the vital interests + - - Right to object to processing of personal data + + Georg Krog Beatriz Esteves Harshvardhan J. Pandit - A21 Right to object - - - - accepted 2020-11-04 - - - + information to be provided where personal data is collected from other sources + + accepted + A14 Right to be Informed + + - 2019-04-05 - Art 9(2-g) 2021-09-08 - substantial public interest, on the basis of Union or Member State law - + accepted + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law Bud Bruegger Eva Schlehahn - - - - - - 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-c) + + Art 9(2-j) - 2020-11-04 - - 2021-09-08 - Standard data protection clauses adopted by the Commission - Georg P Krog - - accepted + + 2019-04-05 - - 2021-09-08 - - - 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(2) - + + Art 9(2-e) + data manifestly made public by the data subject + + Eva Schlehahn + Bud Bruegger accepted - 2020-11-04 + 2019-04-05 + - 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 - + - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2021-09-08 + 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 Georg P Krog - Art 49(1-f) - 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. + + Art 46(2-e) + accepted - 2020-11-04 - - - - + 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 - + + + Art 46(2-c) 2021-09-08 - Art 46(3-b) - Georg P Krog - - 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 + + + + accepted + Standard data protection clauses adopted by the Commission + 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. + + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - 2021-09-08 2019-04-10 - Rigo Wenning - Bud Bruegger - Eva Schlehahn - Harshvardhan J. Pandit - Art.6(1-a) regular consent + 2021-09-08 accepted consent 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) regular consent - - Georg P Krog + 2020-11-04 + 2021-09-08 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. - Art 49(1-g) - accepted - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. - 2021-09-08 + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + + + accepted + Georg P Krog + Art 49(1-g) + + 2020-11-04 + + + accepted + Art 46(2-f) + + 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. + 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 + 2021-09-08 - + + Certification Mechanisms for Data Transfers 2021-09-22 - - - - A legal instrument or tool intended to assist or justify data transfers - Data Transfer Tool - David Hickey Harshvardhan J. Pandit accepted - + + + Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + - - 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. - - Art 49(1-c) - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - + + + accepted + The transfer is necessary for the establishment, exercise or defence of legal claims. + Art 49(1-e) + + Georg P Krog 2020-11-04 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. 2021-09-08 - Georg P Krog - accepted - - Transfer from EU to a third country. Third country has Adequacy Decision. + accepted - 2020-11-04 + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + + Harshvardhan J. Pandit + + + + AdHoc Contractual Clauses + 2021-09-22 + + + The transfer is necessary for important reasons of public interest. + + - - 2021-09-08 - - Art 45(3) - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. Georg P Krog - - - - Bud Bruegger - Eva Schlehahn - - data manifestly made public by the data subject - accepted - Art 9(2-e) - 2019-04-05 + Art 49(1-d) + 2020-11-04 + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2021-09-08 + accepted - + + Eva Schlehahn Bud Bruegger - - - Art 9(2-a) - accepted - + 2021-09-08 + accepted + Art 6(1-b) 2019-04-05 + performance of a contract - explicit consent with special categories of data + - + - 2020-11-04 - A18 Right to Restrict Processing - + Georg P Krog + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + Art 46(3-a) 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. + 2021-09-08 + + + + Georg Krog Beatriz Esteves Harshvardhan J. Pandit - Right to restriction of processing - - - 2019-04-05 - performance of a contract - Art 6(1-b) - accepted - Bud Bruegger - Eva Schlehahn - + A15 Right of Access + + 2020-11-04 - 2021-09-08 + Right of access - - - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - 2021-09-22 + - - + + Codes of Conduct for Data Transfers + Codes of Conduct that outline sufficient safeguards for carrying out data transfers accepted + + 2021-09-22 Harshvardhan J. Pandit - AdHoc Contractual Clauses - + - - 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 + + Art 46(2-d) + Standard data protection clauses adopted by a Supervisory Authority + 2020-11-04 + Georg P Krog + + + - 2021-09-08 - - Bud Bruegger - Eva Schlehahn - protection of the vital interests - Art 9(2-c) - accepted - - Beatriz Esteves - Harshvardhan J. Pandit - Georg Krog - A14 Right to be Informed - information to be provided where personal data is collected from other sources - - + + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights 2020-11-04 - + 2021-09-08 + Art 46(3-b) + accepted - - - Georg P Krog - - 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. - accepted + Georg P Krog - - 2020-11-04 - - 2021-09-08 - Art 46(3-a) + - - + + Right to restriction of processing - 2020-11-04 - - Right to erasure ('Right to be forgotten') - Harshvardhan J. Pandit Georg Krog Beatriz Esteves - A17 Right to Erasure + Harshvardhan J. Pandit accepted + + 2020-11-04 + A18 Right to Restrict Processing + - - Art 46(2-b) - Binding corporate rules - + + + + Georg P Krog + Art 49(1-a) 2020-11-04 + 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. - accepted 2021-09-08 - - 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 - - - - Bud Bruegger - Eva Schlehahn - Art 9(2-h) - - accepted - - 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 - Art 49(1-b) - - - - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - - 2020-11-04 + - 2021-09-08 - 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. - Georg P Krog - - - Beatriz Esteves - Georg Krog - Harshvardhan J. Pandit + A21 Right to object - 2020-11-04 - - + Georg Krog + Beatriz Esteves + Harshvardhan J. Pandit + Right to object to processing of personal data + accepted - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority + 2020-11-04 diff --git a/dpv-owl/dpv-gdpr/dpv-gdpr.ttl b/dpv-owl/dpv-gdpr/dpv-gdpr.ttl index 4fb3154cf..bdb328e68 100644 --- a/dpv-owl/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-owl/dpv-gdpr/dpv-gdpr.ttl @@ -33,12 +33,12 @@ "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-gdpr:A13 a owl:Class ; rdfs:label "A13 Right to be Informed"@en ; diff --git a/dpv-owl/dpv-gdpr/index.html b/dpv-owl/dpv-gdpr/index.html index 4d72d3d83..484802a00 100644 --- a/dpv-owl/dpv-gdpr/index.html +++ b/dpv-owl/dpv-gdpr/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvo-gdpr", title: "DPVO-GDPR: GDPR Extension for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-gdpr", diff --git a/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld b/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld index 5f25d0b01..449b7fedd 100644 --- a/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-owl/dpv-gdpr/modules/data_transfers.jsonld @@ -56,7 +56,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -83,12 +83,12 @@ "http://purl.org/dc/terms/description": [ { "@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 adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" } ], "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/reg/2016/679/art_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -99,12 +99,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "SCCs adopted by Commission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -227,7 +227,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -238,15 +238,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -254,12 +245,12 @@ "http://purl.org/dc/terms/description": [ { "@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": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "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://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -270,12 +261,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "AdHoc Contractual Clauses" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -286,7 +280,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -300,6 +294,9 @@ { "@value": "David Hickey" }, + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, @@ -310,12 +307,12 @@ "http://purl.org/dc/terms/description": [ { "@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://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": [ @@ -326,12 +323,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "Binding Corporate Rules (BCR)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -342,7 +339,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -360,7 +357,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" + "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], "http://purl.org/dc/terms/source": [ @@ -376,15 +373,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Certification Mechanisms for Data Transfers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -395,7 +389,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SupplementaryMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -406,6 +400,12 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -413,7 +413,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" + "@value": "Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements" } ], "http://purl.org/dc/terms/source": [ @@ -429,12 +429,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "Supplementary Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -445,7 +445,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -472,12 +472,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2)" + "@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://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_46/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": [ @@ -488,7 +488,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "SCCs adopted by Supervisory Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/dpv-gdpr/modules/data_transfers.rdf b/dpv-owl/dpv-gdpr/modules/data_transfers.rdf index 74f1d1f57..044e193dc 100644 --- a/dpv-owl/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-owl/dpv-gdpr/modules/data_transfers.rdf @@ -5,19 +5,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Data Transfer Tool - A legal instrument or tool intended to assist or justify data transfers - - - 2021-09-22 - accepted - David Hickey - Harshvardhan J. Pandit - - @@ -29,51 +16,51 @@ 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 - + + 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 - + - 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 - + - - Supplementary Measure - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements - + + SCCs adopted by Supervisory Authority + 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) + 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) - + + 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 @@ -82,24 +69,36 @@ Harshvardhan J. Pandit - + - - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + Codes of Conduct for Data Transfers + Codes of Conduct that outline sufficient safeguards for carrying out data transfers 2021-09-22 accepted Harshvardhan J. Pandit - + + + + Data Transfer Tool + A legal instrument or tool intended to assist or justify data transfers + + + 2021-09-22 + accepted + David Hickey + Harshvardhan J. Pandit + + + - SCCs adopted by Supervisory Authority - 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) - + 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 @@ -108,12 +107,13 @@ Harshvardhan J. Pandit - + + - 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. - + 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 diff --git a/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld b/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld index c031bce1d..149cc509c 100644 --- a/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld +++ b/dpv-owl/dpv-gdpr/modules/legal_basis.jsonld @@ -1,24 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@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": "consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -29,13 +38,13 @@ ], "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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -46,12 +55,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Art.6(1-a) regular consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -62,7 +71,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -80,7 +89,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "The transfer is necessary for important reasons of public interest." } ], "http://purl.org/dc/terms/modified": [ @@ -91,13 +100,13 @@ ], "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_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -108,7 +117,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-b)" + "@value": "Art 49(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -116,7 +125,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -127,25 +136,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." + "@value": "public interest or official authority" } ], "http://purl.org/dc/terms/modified": [ @@ -156,13 +168,7 @@ ], "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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -173,12 +179,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art 6(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -189,33 +198,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@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": "A legally binding and enforceable instrument between public authorities or bodies" + } + ], + "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_h/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#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -226,12 +244,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 46(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -242,14 +260,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -258,18 +276,12 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit' consent of the data subject" + "@value": "explicit consent with special categories of data" } ], "http://purl.org/dc/terms/modified": [ @@ -280,13 +292,7 @@ ], "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#comment": [ - { - "@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)\"" + "@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": [ @@ -297,7 +303,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-a) explicit consent" + "@value": "Art 9(2-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -313,33 +319,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" + "@value": "Standard data protection clauses adopted by a Supervisory Authority" + } + ], + "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_46/par_2/pnt_d/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -350,12 +365,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 46(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -428,42 +446,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "data manifestly made public by the data subject" } ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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." + "@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": [ @@ -474,12 +483,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 9(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -490,7 +499,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -508,7 +517,7 @@ "http://purl.org/dc/terms/description": [ { "@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://purl.org/dc/terms/modified": [ @@ -519,13 +528,13 @@ ], "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#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -536,15 +545,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 49(1-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -555,7 +561,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -576,7 +582,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -587,7 +593,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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -598,12 +604,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 9(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -614,7 +620,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -635,7 +641,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "performance of a contract" + "@value": "compliance with a legal obligation" } ], "http://purl.org/dc/terms/modified": [ @@ -646,7 +652,7 @@ ], "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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -657,12 +663,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-b)" + "@value": "Art 6(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -673,7 +679,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -691,7 +697,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@value": "Binding corporate rules" } ], "http://purl.org/dc/terms/modified": [ @@ -702,13 +708,13 @@ ], "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_46/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -719,7 +725,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-d)" + "@value": "Art 46(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -727,7 +733,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#BindingCorporateRules" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -738,7 +744,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -756,7 +762,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@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://purl.org/dc/terms/modified": [ @@ -767,13 +773,13 @@ ], "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://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -784,7 +790,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Art 49(1-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -792,7 +798,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -803,33 +809,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@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://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_49/par_1/pnt_c/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -840,12 +855,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 49(1-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -856,7 +874,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-h", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -877,18 +895,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "substantial public interest, on the basis of Union or Member State law" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@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://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": [ @@ -899,12 +911,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-h)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -915,42 +927,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@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." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -961,15 +964,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-b)" + "@value": "Art 9(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -980,28 +980,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@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://purl.org/dc/terms/modified": [ @@ -1012,7 +1009,13 @@ ], "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_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1023,12 +1026,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 46(2-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1039,7 +1042,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1057,7 +1060,7 @@ "http://purl.org/dc/terms/description": [ { "@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 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://purl.org/dc/terms/modified": [ @@ -1068,7 +1071,7 @@ ], "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_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ @@ -1085,7 +1088,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 49(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1093,7 +1096,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1104,7 +1107,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1125,18 +1128,12 @@ "http://purl.org/dc/terms/description": [ { "@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;" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "employment and social security and social protection law" } ], "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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1147,12 +1144,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "Art 9(2-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1163,28 +1160,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest in public health" + "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." } ], "http://purl.org/dc/terms/modified": [ @@ -1195,7 +1189,13 @@ ], "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_3/pnt_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1206,12 +1206,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-i)" + "@value": "Art 46(3-a)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1222,7 +1222,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-g", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1243,7 +1243,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "substantial public interest, on the basis of Union or Member State law" } ], "http://purl.org/dc/terms/modified": [ @@ -1254,7 +1254,7 @@ ], "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_9/par_2/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1265,12 +1265,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "Art 9(2-g)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1281,28 +1281,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-e", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest or official authority" + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://purl.org/dc/terms/modified": [ @@ -1313,7 +1310,13 @@ ], "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_e/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1324,15 +1327,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-e)" + "@value": "Art 49(1-e)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1343,7 +1343,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1361,7 +1361,7 @@ "http://purl.org/dc/terms/description": [ { "@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": "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://purl.org/dc/terms/modified": [ @@ -1372,13 +1372,13 @@ ], "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_49/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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 do not exist and no other options apply." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1389,7 +1389,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "Art 49(2)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1397,7 +1397,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1408,14 +1408,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": [ @@ -1424,12 +1424,18 @@ }, { "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "explicit' consent of the data subject" } ], "http://purl.org/dc/terms/modified": [ @@ -1440,7 +1446,13 @@ ], "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_a/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -1451,12 +1463,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-a) explicit consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Consent" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1467,28 +1479,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + "@value": "Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary." } ], "http://purl.org/dc/terms/modified": [ @@ -1499,7 +1508,13 @@ ], "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_45/par_3/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Transfer from EU to a third country. Third country has Adequacy Decision." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1510,12 +1525,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-j)" + "@value": "Art 45(3)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1526,25 +1541,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by a Supervisory Authority" + "@value": "performance of a contract" } ], "http://purl.org/dc/terms/modified": [ @@ -1555,13 +1573,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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" + "@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": [ @@ -1572,15 +1584,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 6(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1591,25 +1600,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@language": "en", - "@value": "Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation." + "@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://purl.org/dc/terms/modified": [ @@ -1620,13 +1632,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@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#comment": [ - { - "@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." + "@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": [ @@ -1637,12 +1643,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 9(2-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1653,14 +1659,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-d", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -1669,18 +1675,12 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "consent of the data subject" + "@value": "protection of the vital interests" } ], "http://purl.org/dc/terms/modified": [ @@ -1691,13 +1691,7 @@ ], "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#comment": [ - { - "@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'." + "@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": [ @@ -1708,12 +1702,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 6(1-d)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consent" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1724,25 +1718,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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/description": [ { "@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": "public interest in public health" } ], "http://purl.org/dc/terms/modified": [ @@ -1753,13 +1750,7 @@ ], "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#comment": [ - { - "@language": "en", - "@value": "Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist." + "@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": [ @@ -1770,12 +1761,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(1-g)" + "@value": "Art 9(2-i)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1786,7 +1777,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-c", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1804,7 +1795,7 @@ "http://purl.org/dc/terms/description": [ { "@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": "Standard data protection clauses adopted by the Commission" } ], "http://purl.org/dc/terms/modified": [ @@ -1815,13 +1806,13 @@ ], "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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1832,7 +1823,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 46(2-c)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1840,7 +1831,7 @@ "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#SCCByCommission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1851,7 +1842,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1872,12 +1863,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law" + } + ], + "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_e/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": [ @@ -1888,12 +1885,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Art 9(2-j)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1904,7 +1901,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1922,7 +1919,7 @@ "http://purl.org/dc/terms/description": [ { "@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": "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://purl.org/dc/terms/modified": [ @@ -1933,7 +1930,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_46/par_2/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ @@ -1950,7 +1947,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-e)" + "@value": "Art 46(2-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1966,7 +1963,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1987,7 +1984,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "legitimate interests" } ], "http://purl.org/dc/terms/modified": [ @@ -1998,7 +1995,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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2009,12 +2006,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 6(1-f)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2025,7 +2022,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A49-1-b", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2043,7 +2040,7 @@ "http://purl.org/dc/terms/description": [ { "@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 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://purl.org/dc/terms/modified": [ @@ -2054,13 +2051,13 @@ ], "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_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@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/2000/01/rdf-schema#isDefinedBy": [ @@ -2071,12 +2068,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Art 46(2-f)" + "@value": "Art 49(1-b)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-gdpr/modules/legal_basis.rdf b/dpv-owl/dpv-gdpr/modules/legal_basis.rdf index a48786782..ee3da8222 100644 --- a/dpv-owl/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-owl/dpv-gdpr/modules/legal_basis.rdf @@ -5,26 +5,52 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + Art 9(2-i) + public interest in public health + + 2019-04-05 + 2021-09-08 + accepted + Eva Schlehahn + Bud Bruegger + + + - - Art 46(2-b) - 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(3-b) + 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 49(1-a) + 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 + Georg P Krog + + + - Art 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - + Art 9(2-h) + 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 @@ -44,40 +70,26 @@ Georg P Krog - + - - Art 49(1-d) - 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 + + Art 6(1-e) + public interest or official authority + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 49(1-a) - 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 - Georg P Krog - - - - - - Art 6(1-d) - protection of the vital interests - + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 2021-09-08 accepted @@ -97,20 +109,17 @@ Bud Bruegger - + - - Art.6(1-a) regular consent - consent 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'. - - 2019-04-10 + + Art 9(2-g) + substantial public interest, on the basis of Union or Member State law + + 2019-04-05 2021-09-08 accepted Eva Schlehahn Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning @@ -126,26 +135,26 @@ Bud Bruegger - + - - Art 46(2-d) - 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) + 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 - + - - Art 9(2-j) - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - + + Art 9(2-c) + protection of the vital interests + 2019-04-05 2021-09-08 accepted @@ -153,58 +162,20 @@ Bud Bruegger - + - - Art 49(1-b) - 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. + + Art 49(1-f) + 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. 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 46(2-f) - 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 - 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 6(1-f) - legitimate interests - - 2019-04-05 - 2021-09-08 - accepted - Eva Schlehahn - Bud Bruegger - - - - - - Art 9(2-e) - data manifestly made public by the data subject - - 2019-04-05 - accepted - Eva Schlehahn - Bud Bruegger - - @@ -218,40 +189,39 @@ Georg P Krog - + - - Art 49(1-c) - 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 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 Georg P Krog - + - Art 49(1-g) - 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-b) + 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 6(1-e) - public interest or official authority - + + Art 6(1-f) + legitimate interests + 2019-04-05 2021-09-08 accepted @@ -259,12 +229,12 @@ Bud Bruegger - + - - Art 9(2-i) - public interest in public health - + + Art 6(1-b) + performance of a contract + 2019-04-05 2021-09-08 accepted @@ -272,32 +242,6 @@ Bud Bruegger - - - - Art 45(3) - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Transfer from EU to a third country. Third country has Adequacy Decision. - - 2020-11-04 - 2021-09-08 - accepted - Georg P Krog - - - - - - Art 46(2-e) - 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 - - @@ -311,51 +255,51 @@ Bud Bruegger - + - - Art 9(2-a) - explicit consent with special categories of data - - 2019-04-05 + + + Art 46(2-b) + 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 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - Art 9(2-h) - 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-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + 2019-04-05 accepted Eva Schlehahn Bud Bruegger - + - - Art 46(2-c) - Standard data protection clauses adopted by the Commission + Art 46(2-f) + 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 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 6(1-a) explicit consent - explicit' consent of the data subject - 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)" + Art.6(1-a) regular consent + consent 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'. 2019-04-10 2021-09-08 @@ -366,25 +310,28 @@ Rigo Wenning - + - - Art 9(2-g) - substantial public interest, on the basis of Union or Member State law - - 2019-04-05 + + Art 6(1-a) explicit consent + explicit' consent of the data subject + 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)" + + 2019-04-10 2021-09-08 accepted Eva Schlehahn Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - + - Art 9(2-c) + Art 6(1-d) protection of the vital interests - + 2019-04-05 2021-09-08 accepted @@ -406,52 +353,52 @@ Georg P Krog - + - - Art 49(1-f) - 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. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + + Art 46(2-c) + 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 46(3-b) - 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 46(2-e) + 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 46(3-a) - 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 45(3) + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + Transfer from EU to a third country. Third country has Adequacy Decision. + 2020-11-04 2021-09-08 accepted Georg P Krog - + - - Art 6(1-b) - performance of a contract - + + Art 9(2-j) + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2019-04-05 2021-09-08 accepted @@ -459,4 +406,57 @@ Bud Bruegger + + + + Art 9(2-e) + data manifestly made public by the data subject + + 2019-04-05 + accepted + Eva Schlehahn + Bud Bruegger + + + + + + + Art 49(1-d) + 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(1-g) + 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 + + + + + + + Art 46(2-d) + 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 + + diff --git a/dpv-owl/dpv-gdpr/modules/rights.jsonld b/dpv-owl/dpv-gdpr/modules/rights.jsonld index 6203c9bff..b6a27c3d1 100644 --- a/dpv-owl/dpv-gdpr/modules/rights.jsonld +++ b/dpv-owl/dpv-gdpr/modules/rights.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -24,12 +24,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Right of access" } ], "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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -40,7 +40,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A20 Right to Data Portability" + "@value": "A15 Right of Access" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -56,7 +56,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -80,12 +80,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is collected from other sources" + "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -96,7 +96,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A14 Right to be Informed" + "@value": "A19 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -112,7 +112,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -136,12 +136,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to rectification" + "@value": "Right to erasure ('Right to be forgotten')" } ], "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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -152,7 +152,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A16 Right to Rectification" + "@value": "A17 Right to Erasure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -168,7 +168,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -192,12 +192,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@value": "Right to object to processing of personal data" } ], "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": [ @@ -208,7 +208,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "A21 Right to object" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -224,7 +224,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A20", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -248,12 +248,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to data portability" } ], "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_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -264,7 +264,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A20 Right to Data Portability" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -280,7 +280,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A18", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -304,12 +304,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right not to be subject to a decision based solely on automated processing including profiling" + "@value": "Right to restriction of processing" } ], "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_18/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -320,7 +320,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A18 Right to Restrict Processing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -392,7 +392,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A22", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -416,12 +416,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "information to be provided where personal data is directly collected from data subject" + "@value": "Right not to be subject to a decision based solely on automated processing including profiling" } ], "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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -432,7 +432,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A22 Right to object to automated decision making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -448,7 +448,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A16", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -472,12 +472,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to be notified in case of rectification or erasure of personal data or restriction of processing" + "@value": "Right to rectification" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -488,7 +488,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A16 Right to Rectification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -504,7 +504,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -528,12 +528,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@value": "information to be provided where personal data is collected from other sources" } ], "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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -544,7 +544,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "A14 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -560,7 +560,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A13", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -584,12 +584,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right of access" + "@value": "information to be provided where personal data is directly collected from data subject" } ], "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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -600,7 +600,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A13 Right to be Informed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -616,7 +616,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A7-3", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -640,12 +640,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "Right to withdraw consent" } ], "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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -656,7 +656,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "A7-3 Right to Withdraw Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ diff --git a/dpv-owl/dpv-gdpr/modules/rights.rdf b/dpv-owl/dpv-gdpr/modules/rights.rdf index e74eddf3a..74bebbb67 100644 --- a/dpv-owl/dpv-gdpr/modules/rights.rdf +++ b/dpv-owl/dpv-gdpr/modules/rights.rdf @@ -5,12 +5,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + A18 Right to Restrict Processing + Right to restriction of processing + 2020-11-04 accepted Beatriz Esteves @@ -18,12 +18,12 @@ 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 @@ -31,12 +31,12 @@ Harshvardhan J. Pandit - + - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -44,12 +44,12 @@ 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 - + A17 Right to Erasure + Right to erasure ('Right to be forgotten') + 2020-11-04 accepted Beatriz Esteves @@ -57,12 +57,12 @@ Harshvardhan J. Pandit - + - A15 Right of Access - Right of access - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -70,12 +70,12 @@ Harshvardhan J. Pandit - + - A16 Right to Rectification - Right to rectification - + A20 Right to Data Portability + Right to data portability + 2020-11-04 accepted Beatriz Esteves @@ -83,12 +83,12 @@ Harshvardhan J. Pandit - + - A20 Right to Data Portability - Right to data portability - + 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 @@ -96,12 +96,12 @@ Harshvardhan J. Pandit - + - A18 Right to Restrict Processing - Right to restriction of processing - + A21 Right to object + Right to object to processing of personal data + 2020-11-04 accepted Beatriz Esteves @@ -109,12 +109,12 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves @@ -122,12 +122,12 @@ Harshvardhan J. Pandit - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + 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 @@ -135,12 +135,12 @@ Harshvardhan J. Pandit - + - A17 Right to Erasure - Right to erasure ('Right to be forgotten') - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -148,12 +148,12 @@ Harshvardhan J. Pandit - + - A7-3 Right to Withdraw Consent - Right to withdraw consent - + A16 Right to Rectification + Right to rectification + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-owl/dpv-legal/dpv-legal.html b/dpv-owl/dpv-legal/dpv-legal.html index b55a5b5be..0900d63cc 100644 --- a/dpv-owl/dpv-legal/dpv-legal.html +++ b/dpv-owl/dpv-legal/dpv-legal.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", @@ -3153,7 +3153,7 @@

Adequacy-EU-AD

- + @@ -3194,7 +3194,7 @@

Adequacy-EU-AR

- + @@ -3276,7 +3276,7 @@

Adequacy-EU-CH

- + @@ -3358,7 +3358,7 @@

Adequacy-EU-GB

- + @@ -3440,7 +3440,7 @@

Adequacy-EU-IL

- + @@ -3563,7 +3563,7 @@

Adequacy-EU-JP

- + diff --git a/dpv-owl/dpv-legal/dpv-legal.jsonld b/dpv-owl/dpv-legal/dpv-legal.jsonld index e49454316..dcce08fc4 100644 --- a/dpv-owl/dpv-legal/dpv-legal.jsonld +++ b/dpv-owl/dpv-legal/dpv-legal.jsonld @@ -1,65 +1,73 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" - }, + "@language": "en", + "@value": "Tunisia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, + "@language": "en", + "@value": "Tunisia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, + "@value": "TN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, + "@value": "TUN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" - }, + "@value": "788" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -72,21 +80,41 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "The ISO-Alpha3 code for a given region" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Oklahoma" + "@id": "https://www.iso.org/iso-3166-country-codes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "ISO-alpha3" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -97,7 +125,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -113,44 +141,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Vanuatu" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hungary" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -159,42 +167,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "VU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "VUT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "548" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -209,19 +207,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alaska" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alaska" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -229,10 +233,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CIV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "384" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "384" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" @@ -249,23 +273,15 @@ } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -277,36 +293,25 @@ "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/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -321,22 +326,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@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#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Belize" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -347,30 +355,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BH" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BHR" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "48" + "@value": "84" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "48" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -391,54 +399,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Maryland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "EasternEurope" + "@value": "Nebraska" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -449,7 +416,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -467,22 +434,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Bangladesh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -493,27 +460,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AX" + "@value": "BD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "BGD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "50" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -531,22 +498,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Rwanda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -557,84 +527,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "646" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "184" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -652,22 +565,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Curaçao" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -678,30 +594,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "WF" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "531" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -716,25 +632,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "United States of America" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -745,30 +658,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CF" + "@value": "US" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CAF" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "140" + "@value": "840" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "140" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -783,86 +696,99 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@language": "en", - "@value": "Pitcairn" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, { - "@language": "en", - "@value": "Pitcairn" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, { - "@value": "PN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, { - "@value": "PCN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, { - "@value": "612" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, { - "@value": "612" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Serbia" + "@id": "_:N3322c32b045b4ef6be95e6d89494aa0b" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -871,29 +797,112 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@value": "RS" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, { - "@value": "SRB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" } + ] + }, + { + "@id": "_:N3322c32b045b4ef6be95e6d89494aa0b", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "688" + "@id": "_:N15504ca0d72e425a8031119bc4463cb4" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N15504ca0d72e425a8031119bc4463cb4", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "688" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -911,22 +920,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Eritrea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Georgia" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -937,30 +949,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GE" + "@value": "ER" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GEO" + "@value": "ERI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "268" + "@value": "232" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "268" + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -973,24 +985,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -999,32 +1003,28 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "IR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "IRN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ip-rs.si/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "364" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "364" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -1039,25 +1039,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "North Carolina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Namibia" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1065,34 +1059,14 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "NA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "NAM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "516" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "516" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-UY", "@type": [ "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -1107,13 +1081,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N8a6384177e454d96bb016e92d8fa57ca" + "@id": "_:Nd20cea7dc97943f8952496ccd683d4a3" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1125,7 +1099,7 @@ "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%3A32000D0518" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -1133,76 +1107,67 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" } ] }, { - "@id": "_:N8a6384177e454d96bb016e92d8fa57ca", + "@id": "_:Nd20cea7dc97943f8952496ccd683d4a3", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N1052b90c47d24f6cbab5f525ec9c1be5" + "@id": "_:N4fbcaeb51f664dac93b44f5a67a0a876" } ] }, { - "@id": "_:N1052b90c47d24f6cbab5f525ec9c1be5", + "@id": "_:N4fbcaeb51f664dac93b44f5a67a0a876", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, { - "@language": "en", - "@value": "New Hampshire" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, { - "@language": "en", - "@value": "New Hampshire" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -1217,42 +1182,42 @@ ], "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Latvia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Germany" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1263,81 +1228,37 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "LV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "LVA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "428" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "276" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Kansas" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Kansas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -1355,25 +1276,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Congo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1384,27 +1305,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "178" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -1420,27 +1341,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Sweden" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1449,29 +1387,39 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MG" + "@value": "SE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MDG" + "@value": "SWE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "450" + "@value": "752" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "450" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -1489,22 +1437,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Pakistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Albania" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1515,30 +1463,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "PK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "PAK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "586" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "586" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -1551,24 +1499,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Finland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1577,68 +1545,42 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TV" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TUV" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "798" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "798" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Europe", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "FI" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Europe" + "@value": "FIN" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Europe" + "@value": "246" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU", "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -1654,13 +1596,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1672,12 +1614,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" + "@value": "https://cnpd.public.lu" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -1687,7 +1629,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -1705,22 +1647,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Philippines" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Holy See" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1731,30 +1673,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "608" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -1767,198 +1709,277 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@language": "en", + "@value": "Saxony" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@language": "en", + "@value": "Saxony" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "European Union (EU)" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, + "@language": "en", + "@value": "Saarland Data Protection Act" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, + "@language": "en", + "@value": "Saarland Data Protection Act" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, + "@language": "en", + "@value": "Burkina Faso" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, + "@language": "en", + "@value": "Burkina Faso" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, + "@value": "BF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, + "@value": "BFA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, + "@value": "854" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -1973,19 +1994,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Barbados" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1993,10 +2020,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BRB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "52" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "52" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -2014,25 +2061,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Bahrain" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2043,30 +2087,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "BH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "BHR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "48" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -2081,19 +2125,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maine" + "@value": "Viet Nam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Maine" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2101,180 +2148,124 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "VN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "VNM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "704" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "704" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "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/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" - }, + "@language": "en", + "@value": "Ireland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" - }, + "@value": "IE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" - }, + "@value": "IRL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, + "@value": "372" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + "@value": "372" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -2292,25 +2283,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Mayotte" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Africa" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2321,30 +2312,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ZA" + "@value": "YT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ZAF" + "@value": "MYT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "710" + "@value": "175" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "710" + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -2357,41 +2348,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "The UN-M49 code for a given region" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, { - "@id": "https://unstats.un.org/unsd/methodology/m49" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" + "@language": "en", + "@value": "Sark" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "UN-M49" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#string" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2402,36 +2379,73 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Law" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" - }, + "@language": "en", + "@value": "Berlin Data Protection Act (BlnDSG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" + "@language": "en", + "@value": "Berlin Data Protection Act (BlnDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@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/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Law" ], "http://purl.org/dc/terms/created": [ { @@ -2442,23 +2456,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Michigan" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Michigan" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2466,10 +2486,79 @@ "@language": "en", "@value": "accepted" } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -2487,22 +2576,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Sri Lanka" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2513,30 +2602,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "144" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "16" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -2549,16 +2638,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2567,28 +2664,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@value": "WF" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@value": "WLF" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "876" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "876" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -2603,22 +2704,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@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#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Argentina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "China" + "@value": "Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2629,27 +2733,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "AR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "ARG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "32" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "32" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -2667,22 +2771,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2693,30 +2797,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LK" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LKA" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "144" + "@value": "364" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "144" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -2729,16 +2833,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "New Jersey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Asia" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2749,10 +2858,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -2763,29 +2872,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@language": "en", + "@value": "The Bavarian State Commissioner for Data Protection" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "South Sudan" + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Sudan" + "@value": "The Bavarian State Commissioner for Data Protection" + }, + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2794,32 +2903,35 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SS" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "SSD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "728" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + }, { - "@value": "728" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -2832,32 +2944,60 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "_:N2c6696051bdc44648a1aa49e36ad5988" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Connecticut" + "@value": "EU Adequacy Decision for Switzerland" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Connecticut" + "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN", + "@id": "_:N2c6696051bdc44648a1aa49e36ad5988", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N407519a0dbf94d6cbded91ef47966e46" + } + ] + }, + { + "@id": "_:N407519a0dbf94d6cbded91ef47966e46", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2000-08-25" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -2875,22 +3015,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Liberia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2901,30 +3044,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TN" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "430" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -2939,19 +3082,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Uruguay" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2959,13 +3108,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "UY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "URY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "858" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "858" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -2980,19 +3149,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Florida" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3000,229 +3169,186 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE" + }, { - "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL" + }, { - "@id": "https://www.iso.org/iso-3166-country-codes.html" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU" + }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME" + }, { - "@language": "en", - "@value": "ISO-alpha2" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC" + }, { - "@id": "http://www.w3.org/2001/XMLSchema#string" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY" + }, { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA" + }, { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3243,19 +3369,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Afghanistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3266,50 +3392,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AE" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "4" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "784" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3322,16 +3428,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Qatar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3340,28 +3454,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" + "@value": "QA" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@value": "QAT" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "634" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "634" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3376,22 +3494,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Ecuador" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3402,30 +3523,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FM" + "@value": "EC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FSM" + "@value": "ECU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "583" + "@value": "218" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "583" + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3440,25 +3561,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "Seychelles" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Panama" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3469,29 +3590,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PA" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PAN" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "591" + "@value": "690" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "591" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -3507,66 +3628,102 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, { - "@language": "en", - "@value": "Iowa" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, { - "@language": "en", - "@value": "Iowa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#LU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Kenya" + "@id": "_:N281519e4398f46d1a91e35862040dd93" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "European Economic Area (EEA-31)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3575,32 +3732,132 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@value": "KE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" } + ] + }, + { + "@id": "_:N281519e4398f46d1a91e35862040dd93", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "KEN" + "@id": "_:Nafd077762eac4d98845b9d709e65fa9f" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@value": "404" + "@id": "_:Nbd40b3c9362e40edb86d0bb9985a242f" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nbd40b3c9362e40edb86d0bb9985a242f", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "404" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS", + "@id": "_:Nafd077762eac4d98845b9d709e65fa9f", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3611,29 +3868,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + }, { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + }, { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3642,32 +3899,34 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "GS" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ldi.nrw.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "SGS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "239" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" + }, { - "@value": "239" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -3682,60 +3941,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "West Virginia" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "West Virginia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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#Caribbean" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Cuba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3744,80 +3968,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Saxony" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Saxony" + "@value": "CU" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "CUB" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + "@value": "192" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3832,25 +4008,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@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#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Kiribati" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3861,27 +4034,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "KI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "KIR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "296" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -3899,22 +4072,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Qatar" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3925,30 +4101,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "QA" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "QAT" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "634" + "@value": "226" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "634" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -3963,22 +4139,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Colombia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Morocco" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3989,30 +4168,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "170" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -4027,22 +4206,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "NorthernEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Canada" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4050,33 +4226,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "CA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "CAN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "124" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "124" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4091,22 +4247,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Nigeria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tonga" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4117,27 +4276,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "566" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -4155,19 +4314,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indiana" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4178,14 +4337,52 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-03-30" } ], @@ -4196,22 +4393,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4220,29 +4414,95 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "GI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "GIB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AR", + "@type": [ + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/created": [ { - "@value": "292" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "292" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N56c7a15fd4b24a3aa4269b21df1ea955" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "EU Adequacy Decision for Argentina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "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%3A32003D0490" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ", + "@id": "_:N56c7a15fd4b24a3aa4269b21df1ea955", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N399d70b2ad044336bcd703fd9584d051" + } + ] + }, + { + "@id": "_:N399d70b2ad044336bcd703fd9584d051", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-07-05" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -4260,22 +4520,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4286,27 +4546,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NZ" + "@value": "PM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "SPM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "666" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -4324,22 +4584,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Azerbaijan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4350,30 +4610,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "AZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "AZE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "31" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Law" ], "http://purl.org/dc/terms/created": [ { @@ -4384,29 +4644,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + }, { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + }, + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4415,29 +4675,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "VI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "VIR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "850" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "850" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4456,13 +4712,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4474,12 +4730,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" + "@value": "https://ada.lt" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -4489,7 +4745,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -4505,44 +4761,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ], "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Jersey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4551,230 +4790,65 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "LT" + "@value": "JE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "JEY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "832" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "832" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Oceania", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, + "@language": "en", + "@value": "Oceania" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" - }, + "@language": "en", + "@value": "Oceania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -4792,42 +4866,42 @@ ], "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Estonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Czechia" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4838,7 +4912,7 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -4848,30 +4922,31 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "233" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -4884,44 +4959,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "_:N085ae6f541ba4aeea58ae021f26f5bb7" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Slovenia" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4930,42 +4976,46 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@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/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "SI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" + }, { - "@value": "SVN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N085ae6f541ba4aeea58ae021f26f5bb7", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "705" + "@id": "_:Ndb2fc65700d64c4ba89db678a5a86a16" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Ndb2fc65700d64c4ba89db678a5a86a16", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "705" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4980,22 +5030,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "Timor-Leste" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Niue" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5006,27 +5056,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NU" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NIU" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "570" + "@value": "626" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "570" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -5053,13 +5103,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Turkey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Yemen" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5070,27 +5120,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "YE" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "YEM" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "887" + "@value": "792" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "887" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -5108,25 +5158,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Burundi" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5137,30 +5184,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "166" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -5173,44 +5220,65 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "@language": "en", + "@value": "Virginia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@language": "en", + "@value": "Virginia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Western Sahara" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Romania" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5219,42 +5287,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RO" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "732" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -5264,30 +5322,27 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" - }, - { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Nauru" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" - }, - { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5296,159 +5351,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@value": "NR" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + "@value": "NRU" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + "@value": "520" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#DPA-SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -5466,10 +5391,10 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@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#Africa" @@ -5478,13 +5403,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Malawi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5495,27 +5420,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ER" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ERI" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "232" + "@value": "454" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "232" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -5531,44 +5456,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Martinique" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Finland" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5577,42 +5485,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FI" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "474" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -5627,22 +5525,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Somalia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5653,30 +5554,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KW" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KWT" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "414" + "@value": "706" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "414" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -5691,22 +5592,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Singapore" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5714,140 +5612,40 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "SG" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "SGP" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "702" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "702" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - } - ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:N7317c3d5b7f14241a1c69fe73c142c1b" + "@language": "en", + "@value": "Wisconsin" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "European Union (EU-27)" + "@value": "Wisconsin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5855,116 +5653,72 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - } - ] - }, - { - "@id": "_:N7317c3d5b7f14241a1c69fe73c142c1b", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N21bc28d13c094c61a1c2b9ef2b6a9209" - } - ] - }, - { - "@id": "_:N21bc28d13c094c61a1c2b9ef2b6a9209", - "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-owl/dpv-legal#BH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -5979,19 +5733,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Utah" + "@value": "Singapore" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Utah" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5999,13 +5756,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SGP" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "702" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "702" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -6016,18 +5793,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@language": "en", - "@value": "Taiwan (Province of China)" + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + }, + { + "@language": "en", + "@value": "Bavarian State Office for Data Protection Supervision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6035,30 +5823,32 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", - "http://purl.org/dc/terms/hasPart": [ + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.bayern.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" @@ -6077,13 +5867,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6095,12 +5885,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "https://www.cnpd.pt" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -6110,177 +5900,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -6298,25 +5918,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Algeria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6327,35 +5944,48 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "12" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@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": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-02" } ], "http://purl.org/dc/terms/creator": [ @@ -6363,53 +5993,88 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, + "@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#LatinAmericaandtheCaribbean" - }, + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-25" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "Guatemala" + "@value": "dpvo-legal" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@language": "en", - "@value": "accepted" + "@value": "https://w3id.org/dpv/dpv-owl/dpv-legal#" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@value": "GT" + "@value": "0.7" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/created": [ { - "@value": "GTM" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "320" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "320" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "SouthAmerica" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "SouthAmerica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, @@ -6435,10 +6100,10 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ @@ -6481,7 +6146,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -6499,25 +6164,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6528,29 +6193,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SL" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SLE" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "694" + "@value": "663" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "694" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -6566,19 +6231,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "Gibraltar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "Gibraltar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6586,13 +6254,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GIB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "292" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "292" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -6607,25 +6295,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6636,30 +6324,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "659" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -6672,24 +6360,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6698,29 +6378,66 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "MD" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://idpc.org.mt" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "MDA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "498" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/created": [ { - "@value": "498" + "@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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Pennsylvania" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Pennsylvania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -6738,22 +6455,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6764,208 +6484,32 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MO" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MAC" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "446" + "@value": "68" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "446" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-03-30" @@ -6978,25 +6522,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Fiji" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7007,30 +6548,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CV" + "@value": "FJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CPV" + "@value": "FJI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "132" + "@value": "242" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "132" + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -7041,29 +6582,18 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@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" - }, - { - "@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" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@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" - }, - { - "@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" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7075,25 +6605,25 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" + "@value": "http://www.dataprotection.ro/" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -7108,22 +6638,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "Christmas Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Greenland" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7134,27 +6664,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "CX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "CXR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "162" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -7172,22 +6702,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Greenland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7198,27 +6728,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "GL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "GRL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "304" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -7236,25 +6766,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@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#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7265,27 +6795,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UY" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "URY" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "858" + "@value": "180" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "858" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -7303,22 +6833,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7329,29 +6859,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "446" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -7365,27 +6895,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Senegal" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7394,82 +6913,66 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SEN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.uoou.cz/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "686" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "686" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" - }, + "@language": "en", + "@value": "Montana" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" - }, + "@language": "en", + "@value": "Montana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -7485,44 +6988,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Morocco" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7531,39 +7014,29 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "MA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "MAR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "504" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -7581,22 +7054,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Mexico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7607,30 +7083,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MK" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MKD" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "807" + "@value": "484" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "807" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -7648,19 +7124,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Monaco" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7671,30 +7147,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "492" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -7707,44 +7183,65 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "@language": "en", + "@value": "AustraliaandNewZealand" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@language": "en", + "@value": "AustraliaandNewZealand" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@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/isPartOf": [ { - "@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#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Mongolia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Croatia" + "@value": "Mongolia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7753,39 +7250,29 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HR" + "@value": "MN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HRV" + "@value": "MNG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "191" + "@value": "496" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "191" + "@value": "496" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -7803,19 +7290,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "Guam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bremen" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7823,29 +7310,125 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Delaware" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Delaware" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -7858,16 +7441,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7876,28 +7467,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "BN" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@value": "BRN" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "96" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -7906,9 +7501,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -7916,21 +7508,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Swedish Authority for Privacy Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@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" + "@value": "Swedish Authority for Privacy Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7942,31 +7526,25 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "https://www.imy.se/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -7981,19 +7559,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8001,24 +7579,80 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Mauritania" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Mauritania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MRT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "478" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8031,16 +7665,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Dominica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8049,28 +7694,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" + "@value": "DM" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@value": "DMA" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "212" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -8083,21 +7732,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:N4845714cb16d40a4b14a98c12f25d836" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Dominican Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8106,453 +7761,132 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/reg/2016/679/oj" + "@value": "DO" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - }, + "@value": "DOM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" - }, + "@value": "214" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - }, + "@value": "214" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - }, + "@language": "en", + "@value": "Iowa" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" - }, + "@language": "en", + "@value": "Iowa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - } - ] - }, - { - "@id": "_:N4845714cb16d40a4b14a98c12f25d836", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Ne8a3b6bbd13146d38e37fab0f5588d45" - } - ] - }, - { - "@id": "_:Ne8a3b6bbd13146d38e37fab0f5588d45", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" - ], - "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": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" - }, - { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" - }, - { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.hessen.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Hesse" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@language": "en", + "@value": "Djibouti" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hesse" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Australia" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Australia" + "@value": "Djibouti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8563,30 +7897,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "DJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "DJI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "262" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "262" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -8601,22 +7935,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Cameroon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8627,30 +7964,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MY" + "@value": "CM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MYS" + "@value": "CMR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "458" + "@value": "120" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "458" + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -8663,27 +8000,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8692,140 +8026,39 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "KY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "CYM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "136" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "136" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "New York" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "New York" - } - ], - "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.datenschutz.rlp.de/" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ], - "http://purl.org/dc/terms/isPartOf": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "United Republic of Tanzania" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "United Republic of Tanzania" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TZA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "834" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "834" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Africa", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -8838,21 +8071,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Africa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8863,7 +8091,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AQ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -8879,24 +8107,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Antarctica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Antarctica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8907,30 +8127,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "AQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "ATA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "10" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "64" + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -8946,13 +8166,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8964,12 +8184,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "https://www.cnil.fr/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -8979,27 +8199,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -9017,25 +8217,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benin" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9046,41 +8243,68 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "583" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -9104,13 +8328,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "District of Columbia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Arkansas" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9121,10 +8345,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -9137,44 +8361,68 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "@language": "en", + "@value": "EasternAfrica" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@language": "en", + "@value": "EasternAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Cabo Verde" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9183,42 +8431,64 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "132" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -9229,18 +8499,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + }, { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "Brandenburg Data Protection Act (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9252,25 +8533,25 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -9285,22 +8566,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9311,27 +8592,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NF" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NFK" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "574" + "@value": "70" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "574" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -9349,25 +8630,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Serbia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Colombia" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9378,30 +8656,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "688" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "170" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -9414,101 +8692,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - } - ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:N28ce54a26d8a46d384b54d489f9993ae" + "@language": "en", + "@value": "Belgian Data Protection Authority" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9517,112 +8710,66 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.dataprotectionauthority.be/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#HR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } - ] - }, - { - "@id": "_:N28ce54a26d8a46d384b54d489f9993ae", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:N290466e900984ae69c20435534cede0f" + "@language": "en", + "@value": "CentralAmerica" } - ] - }, - { - "@id": "_:N290466e900984ae69c20435534cede0f", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@language": "en", + "@value": "CentralAmerica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Europe", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9638,21 +8785,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Europe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9663,7 +8805,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -9681,7 +8823,7 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" @@ -9693,13 +8835,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Paraguay" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belize" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9710,30 +8852,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BZ" + "@value": "PY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BLZ" + "@value": "PRY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "84" + "@value": "600" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "84" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9748,25 +8890,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@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#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Comoros" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sark" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9774,13 +8916,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "KM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "COM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "174" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "174" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK", "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9791,29 +8953,26 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" - }, - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" - }, - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9822,31 +8981,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + "@value": "HK" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, + "@value": "HKG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + "@value": "344" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -9859,21 +9019,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9881,13 +9036,29 @@ "@language": "en", "@value": "accepted" } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.azop.hr/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -9900,16 +9071,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "CentralAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9917,26 +9093,10 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -9954,25 +9114,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Saint Lucia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9983,31 +9143,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "LC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "LCA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "662" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -10018,17 +9177,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Bavarian Data Protection Act (BayDSG)" + }, { - "@id": "_:N871d9c6132fa49049ce2698b599575be" + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "Bavarian Data Protection Act (BayDSG)" + }, + { + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10040,43 +9211,28 @@ "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%3A32011D0061" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } - ] - }, - { - "@id": "_:N871d9c6132fa49049ce2698b599575be", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + }, { - "@id": "_:N15f39538e6fd4fdcb8313cfc5b5c5adb" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" } - ] - }, - { - "@id": "_:N15f39538e6fd4fdcb8313cfc5b5c5adb", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -10091,22 +9247,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Andorra" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10117,31 +9276,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "238" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-NZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -10154,15 +9312,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@id": "_:Nb3464ec6c3f641d7aa0537df28b69b07" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "Venezuela (Bolivarian Republic of)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10171,109 +9341,121 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "VE" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + "@value": "VEN" } - ] - }, - { - "@id": "_:Nb3464ec6c3f641d7aa0537df28b69b07", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "_:N0b2661cfc93341cea383cffed4fadc65" + "@value": "862" } - ] - }, - { - "@id": "_:N0b2661cfc93341cea383cffed4fadc65", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + }, { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" }, { - "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + }, { - "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" }, { - "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -10288,19 +9470,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Australia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10308,13 +9493,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AU" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "AUS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "36" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "36" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -10324,30 +9529,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Aruba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10356,31 +9561,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" + "@value": "AW" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + "@value": "ABW" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@value": "533" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10398,25 +9601,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Egypt" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10427,27 +9627,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BS" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BHS" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "44" + "@value": "818" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "44" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -10465,22 +9665,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "South Sudan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tokelau" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10491,30 +9694,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "SS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "SSD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "728" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "728" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -10529,22 +9732,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Rhode Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Rhode Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10552,30 +9752,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "CH" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "CHE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "756" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "756" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -10602,13 +9782,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Myanmar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10619,27 +9799,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VN" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VNM" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "704" + "@value": "104" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "704" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -10657,22 +9837,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Guernsey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10683,27 +9866,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KP" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRK" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "408" + "@value": "831" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "408" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -10721,25 +9904,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Niue" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10750,30 +9930,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GP" + "@value": "NU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GLP" + "@value": "NIU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "312" + "@value": "570" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "312" + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -10784,233 +9964,442 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@language": "en", + "@value": "The Saxon data protection officer" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" + }, { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "The Saxon data protection officer" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.saechsdsb.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, { - "@language": "en", - "@value": "Cocos (Keeling) Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, { - "@value": "CC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, { - "@value": "CCK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + }, { - "@value": "166" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, { - "@value": "166" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Holy See" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Holy See" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "VA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "VAT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "336" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "336" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Law" + ], + "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": "_:N582573fefd0d417d8bad2be31c80b0ba" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "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/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" + } + ] + }, + { + "@id": "_:N582573fefd0d417d8bad2be31c80b0ba", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, + "@id": "_:N5ebd17df15e34f34abe098f2b7a981c5" + } + ] + }, + { + "@id": "_:N5ebd17df15e34f34abe098f2b7a981c5", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TW", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, + "@language": "en", + "@value": "Taiwan (Province of China)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, + "@language": "en", + "@value": "Taiwan (Province of China)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -11023,44 +10412,84 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "@language": "en", + "@value": "Berlin" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@language": "en", + "@value": "Berlin" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + }, { "@language": "en", - "@value": "Ireland" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + }, { "@language": "en", - "@value": "Ireland" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11069,39 +10498,94 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.tlfdi.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "IE" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "IRL" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "372" + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + }, + { + "@language": "en", + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "372" + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + }, + { + "@language": "en", + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -11117,24 +10601,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Hungary" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jordan" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11143,91 +10647,176 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JO" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "348" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "400" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -11238,46 +10827,98 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz.sachsen-anhalt.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + }, { "@language": "en", - "@value": "Latvia" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11286,41 +10927,33 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.brandenburg.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "LVA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "428" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "428" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11336,19 +10969,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California" + "@value": "Norway" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "California" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11357,17 +10993,29 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "NO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "NOR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA" - }, + "@value": "578" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -11385,42 +11033,42 @@ ], "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Spain" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11431,7 +11079,7 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -11441,30 +11089,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SK" + "@value": "ES" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SVK" + "@value": "ESP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "703" + "@value": "724" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "703" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11477,16 +11125,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Guam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11495,28 +11151,52 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@value": "GU" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@value": "GUM" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "316" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11531,25 +11211,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11558,31 +11232,27 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "MR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "MRT" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "478" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" + }, { - "@value": "478" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11598,19 +11268,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11618,13 +11291,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "LA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "LAO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "418" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "418" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -11645,13 +11338,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Maryland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guam" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11662,10 +11355,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11680,22 +11373,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Arkansas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11703,33 +11393,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "KH" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "KHM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "116" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "116" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11744,19 +11414,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Liechtenstein" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11764,13 +11437,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "LI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "LIE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "438" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "438" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11781,29 +11474,23 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Brandenburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11812,67 +11499,48 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "YT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "MYT" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "175" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "175" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -11887,25 +11555,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "New Zealand" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11916,31 +11581,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "554" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "86" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -11953,15 +11617,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:N7d7f798eceb144f1976ed52f99f7b71a" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "Czechia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11970,46 +11663,42 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@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/dpv-owl/dpv-legal#DPA-CZ" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + "@value": "CZ" } - ] - }, - { - "@id": "_:N7d7f798eceb144f1976ed52f99f7b71a", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "_:N0c75c86c2d1141989e673ff74a358841" + "@value": "CZE" } - ] - }, - { - "@id": "_:N0c75c86c2d1141989e673ff74a358841", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "203" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12024,22 +11713,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Palau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nauru" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12050,30 +11739,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "585" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12088,22 +11777,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Angola" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Norway" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12114,101 +11806,124 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "AO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "AGO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "24" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "578" + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" - }, + "@language": "en", + "@value": "Malta" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" - }, + "@language": "en", + "@value": "Malta" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" - }, + "@value": "MT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" - }, + "@value": "MLT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" - }, + "@value": "470" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12223,22 +11938,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Zimbabwe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12249,29 +11967,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "ZW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "ZWE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "716" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -12287,19 +12005,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Norfolk Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12307,10 +12028,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "NF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "NFK" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "574" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "574" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -12328,22 +12069,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Chile" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12354,30 +12098,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UZ" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "152" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12387,64 +12131,181 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne0b8399417554e1b90587e3f831e2d42" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" + }, + { + "@language": "en", + "@value": "Federal Data Protection Act (BDSG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" + }, + { + "@language": "en", + "@value": "Federal Data Protection Act (BDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "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/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + }, { - "@language": "en", - "@value": "Djibouti" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + }, { - "@language": "en", - "@value": "Djibouti" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + }, { - "@value": "DJ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + }, { - "@value": "DJI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" } + ] + }, + { + "@id": "_:Ne0b8399417554e1b90587e3f831e2d42", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "262" + "@id": "_:N0ec2cc239c064ebc907510c9d39393db" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N0ec2cc239c064ebc907510c9d39393db", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "262" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -12459,25 +12320,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "South Carolina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12485,30 +12340,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "LC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "LCA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "662" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "662" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -12524,24 +12359,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Denmark" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Denmark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12550,32 +12405,42 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MP" + "@value": "DK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNP" + "@value": "DNK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "580" + "@value": "208" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "580" + "@value": "208" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -12590,22 +12455,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Michigan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12613,33 +12475,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "ID" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "IDN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "360" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "360" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12654,22 +12496,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Indiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Egypt" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12677,33 +12516,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "EG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "EGY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "818" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "818" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -12718,56 +12537,30 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Oceania" } ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Sint Maarten (Dutch part)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Sint Maarten (Dutch part)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SXM" + "@language": "en", + "@value": "Polynesia" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "534" + "@language": "en", + "@value": "Polynesia" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "534" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -12785,25 +12578,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Libya" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12814,27 +12604,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "434" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -12850,27 +12640,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Italy" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12879,32 +12686,42 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VC" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VCT" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "670" + "@value": "380" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "670" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12915,34 +12732,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@id": "_:Nf5547382a6fd463f9660cd561a42869b" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" - }, - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Bahamas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - }, { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12951,143 +12763,31 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" + "@value": "BS" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + "@value": "BHS" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + "@value": "44" } - ] - }, - { - "@id": "_:Nf5547382a6fd463f9660cd561a42869b", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nf1d3039af58545e795812a9ed0319c23" - } - ] - }, - { - "@id": "_:Nf1d3039af58545e795812a9ed0319c23", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13101,108 +12801,150 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "en", + "@value": "Estonian Data Protection Inspectorate" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Estonian Data Protection Inspectorate" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/title": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "EasternAfrica" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.aki.ee/" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@language": "en", - "@value": "EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#PN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" + }, { - "@language": "en", - "@value": "SouthernAfrica" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia" + }, { - "@language": "en", - "@value": "SouthernAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -13217,10 +12959,10 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" @@ -13229,13 +12971,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Guadeloupe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13246,30 +12988,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PR" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRI" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "630" + "@value": "312" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "630" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -13280,29 +13022,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "Lesotho" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "Lesotho" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13311,32 +13053,34 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "LS" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.hessen.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "LSO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "426" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "426" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -13347,29 +13091,23 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Utah" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Utah" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13377,35 +13115,13 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13414,31 +13130,28 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Cook Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" - }, { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Cook Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13447,28 +13160,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/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": "CK" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + "@value": "COK" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + "@value": "184" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "184" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13483,19 +13200,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Delaware" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Delaware" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13503,13 +13223,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "581" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -13524,19 +13264,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Hesse" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13544,13 +13284,29 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13560,30 +13316,27 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" - }, - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Uzbekistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" - }, - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13592,31 +13345,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" + "@value": "UZ" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + "@value": "UZB" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@value": "860" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -13637,19 +13388,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13660,30 +13411,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LA" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LAO" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "418" + "@value": "784" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "418" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -13696,27 +13447,101 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, { - "@language": "en", - "@value": "Ecuador" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13725,163 +13550,96 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@value": "EC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, { - "@value": "ECU" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, { - "@value": "218" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, { - "@value": "218" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, { - "@language": "en", - "@value": "Afghanistan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, { - "@language": "en", - "@value": "Afghanistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, { - "@value": "AF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, { - "@value": "AFG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, { - "@value": "4" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@value": "4" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, { - "@language": "en", - "@value": "Mexico" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, { - "@language": "en", - "@value": "Mexico" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, { - "@value": "MX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, { - "@value": "MEX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, { - "@value": "484" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, { - "@value": "484" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AD", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -13894,27 +13652,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "_:N46ea6edbfe6e44b6b9b4bc07f770f44a" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Costa Rica" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13923,33 +13669,46 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "CRI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N46ea6edbfe6e44b6b9b4bc07f770f44a", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "188" + "@id": "_:N66ea1a49f7f942c0a963a9d4dc163851" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N66ea1a49f7f942c0a963a9d4dc163851", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "188" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13962,15 +13721,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@id": "_:N715fd36ae7804546adf7fd6992aea977" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "United States Virgin Islands" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13979,46 +13750,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" + "@value": "VI" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@value": "VIR" } - ] - }, - { - "@id": "_:N715fd36ae7804546adf7fd6992aea977", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "_:N617232e287464dc69694d4a6c9c583e2" + "@value": "850" } - ] - }, - { - "@id": "_:N617232e287464dc69694d4a6c9c583e2", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14029,29 +13786,23 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "SouthernEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14059,35 +13810,13 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -14102,22 +13831,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "North Macedonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fiji" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14128,27 +13857,197 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "MK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FJI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@value": "MKD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "807" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "807" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" + }, { - "@value": "242" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" + }, { - "@value": "242" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -14164,88 +14063,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Dominican Republic" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Dominican Republic" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "DO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "DOM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "214" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, { - "@value": "214" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "Cyprus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14253,65 +14108,38 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" - ], - "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/title": [ - { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" - } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "CY" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@value": "CYP" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@value": "196" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -14326,22 +14154,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "South Africa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14352,30 +14183,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PF" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PYF" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "258" + "@value": "710" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "258" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -14386,18 +14217,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14409,89 +14251,31 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Iceland" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Iceland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "IS" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "ISL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "352" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "352" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14506,22 +14290,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Wyoming" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14529,33 +14310,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "FO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "FRO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "234" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "234" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -14570,22 +14331,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14594,29 +14352,20 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "MM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "MMR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "104" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" + }, { - "@value": "104" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -14634,25 +14383,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@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#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Botswana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brazil" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14663,27 +14412,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BR" + "@value": "BW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BRA" + "@value": "BWA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "76" + "@value": "72" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "76" + "@value": "72" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -14699,27 +14448,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Slovakia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14728,73 +14494,42 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TCA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "796" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "796" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "SK" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Missouri" + "@value": "SVK" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Missouri" + "@value": "703" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14807,21 +14542,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@id": "_:N8e4c0fa78afc409a94623d0e1c8d9285" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Namibia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14830,43 +14571,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + "@value": "NA" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" + "@value": "NAM" } - ] - }, - { - "@id": "_:N8e4c0fa78afc409a94623d0e1c8d9285", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "_:N11911dbbfcf24525b04d324ebc08923d" + "@value": "516" } - ] - }, - { - "@id": "_:N11911dbbfcf24525b04d324ebc08923d", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-01" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -14875,58 +14605,36 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" - }, - { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" - }, - { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://purl.org/dc/terms/title": [ { - "@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" + "@language": "en", + "@value": "Melanesia" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + "@language": "en", + "@value": "Melanesia" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14942,16 +14650,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "Puerto Rico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Americas" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14962,7 +14675,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -14980,25 +14693,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "Gabon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guyana" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15009,27 +14722,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "GA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "GAB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "266" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15053,13 +14766,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "New Mexico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "New Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15070,10 +14783,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -15082,6 +14795,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15089,13 +14805,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@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" + }, + { + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@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": "Hellenic Data Protection Authority" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15107,22 +14831,22 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -15138,44 +14862,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "Uganda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Poland" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15184,42 +14891,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PL" + "@value": "UG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "POL" + "@value": "UGA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "616" + "@value": "800" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "616" + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -15232,16 +14929,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Madagascar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15250,28 +14958,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "MG" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@value": "MDG" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "450" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -15280,92 +14992,124 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@language": "en", + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@language": "en", + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/isPartOf": [ + "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://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@language": "en", - "@value": "Spain" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Spain" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + }, + { + "@language": "en", + "@value": "Thuringian Data Protection Act (ThürDSG)" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Thuringian Data Protection Act (ThürDSG)" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "ES" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "ESP" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "724" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "724" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -15380,22 +15124,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "New York" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15403,30 +15144,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "BN" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "BRN" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "96" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "96" + "@language": "en", + "@value": "North Dakota" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "North Dakota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -15444,22 +15206,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Nepal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15470,96 +15232,202 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HM" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HMD" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "334" + "@value": "524" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "334" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, { - "@language": "en", - "@value": "Saint Barthélemy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, { - "@language": "en", - "@value": "Saint Barthélemy" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, { - "@value": "BL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" + }, { - "@value": "BLM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@value": "652" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + }, { - "@value": "652" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -15575,19 +15443,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Ghana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15595,123 +15469,62 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "GH" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "GHA" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "288" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" - ], - "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#Micronesia", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" }, { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" }, { - "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -15721,30 +15534,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Ethiopia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" - }, { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15753,31 +15566,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@value": "ET" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@value": "ETH" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "@value": "231" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -15795,22 +15606,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Republic of Korea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15821,31 +15632,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "KR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "KOR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "410" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "410" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -15858,15 +15668,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:N62d5b81212b74675b5f390b05f855462" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "Peru" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15875,46 +15697,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@value": "PE" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@value": "PER" } - ] - }, - { - "@id": "_:N62d5b81212b74675b5f390b05f855462", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "_:N8063540934574de58a1cd275d84b706b" + "@value": "604" } - ] - }, - { - "@id": "_:N8063540934574de58a1cd275d84b706b", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -15929,19 +15737,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Guatemala" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15949,13 +15763,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GTM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "320" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "320" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -15968,16 +15802,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Thailand" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15986,28 +15828,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" + "@value": "TH" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@value": "THA" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "764" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "764" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -16022,19 +15868,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "Malaysia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Florida" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16042,13 +15891,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MYS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "458" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "458" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -16069,13 +15938,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Oregon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ohio" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16086,7 +15955,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -16104,22 +15973,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16130,30 +16002,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SY" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SYR" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "760" + "@value": "535" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "760" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -16168,25 +16040,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Guyana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16197,53 +16069,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "328" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "624" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16261,19 +16107,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Maine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16281,29 +16127,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -16311,52 +16141,37 @@ "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Antarctica" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Antarctica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "AQ" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "ATA" + "@language": "en", + "@value": "Oklahoma" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "10" + "@language": "en", + "@value": "Oklahoma" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "10" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -16374,22 +16189,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Belarus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16400,30 +16215,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "112" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -16437,20 +16252,26 @@ } ], "http://purl.org/dc/terms/isPartOf": [ + { + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16458,80 +16279,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "GS" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Idaho" + "@value": "SGS" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Idaho" + "@value": "239" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -16549,25 +16320,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@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#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chile" + "@value": "Kazakhstan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Chile" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16578,30 +16346,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "398" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -16616,22 +16384,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Niger" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Philippines" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16642,31 +16413,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PH" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PHL" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "608" + "@value": "562" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "608" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law", - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -16679,15 +16449,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:Ndb5433c3008441dbb2957fa0eaf687f9" + "@language": "en", + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16699,43 +16470,25 @@ "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": "http://www.naih.hu/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" } - ] - }, - { - "@id": "_:Ndb5433c3008441dbb2957fa0eaf687f9", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Neafda56e1c03465895b41d7b2884830f" - } - ] - }, - { - "@id": "_:Neafda56e1c03465895b41d7b2884830f", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -16750,22 +16503,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Mali" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States of America" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16776,30 +16532,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "466" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -16809,24 +16565,47 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Bulgaria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16837,26 +16616,40 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" - }, + "@value": "BG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "BGR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "100" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -16871,25 +16664,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "WesternEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16897,33 +16684,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "NI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "NIC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "558" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "558" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -16936,16 +16703,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16954,28 +16726,23 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - } - ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -16990,22 +16757,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Saarland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sudan" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17014,32 +16778,28 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "SD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "SDN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "729" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "729" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -17052,44 +16812,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Denmark" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17098,43 +16830,31 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "DK" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.bfdi.bund.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "DNK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "208" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "208" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law", - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17147,15 +16867,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:N3bf8f94fb0da404598b57030c949ea11" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "French Polynesia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17164,46 +16893,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" + "@value": "PF" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@value": "PYF" } - ] - }, - { - "@id": "_:N3bf8f94fb0da404598b57030c949ea11", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "_:Ne1f3f5b182ee4bbfb5cd7546cea2e803" + "@value": "258" } - ] - }, - { - "@id": "_:Ne1f3f5b182ee4bbfb5cd7546cea2e803", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -17218,19 +16933,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Missouri" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Missouri" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17241,10 +16956,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -17257,16 +16972,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Illinois" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17274,29 +16994,13 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -17305,31 +17009,25 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" - }, { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17337,23 +17035,12 @@ "@language": "en", "@value": "accepted" } - ], - "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" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17367,21 +17054,21 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "_:Nca5bd1465ab34f3990fc8df222ce7014" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17390,269 +17077,489 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://data.europa.eu/eli/reg/2016/679/oj" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" + }, { - "@id": "_:N71fd2be0261547f2afb5836c6794dfc5" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + }, { - "@language": "en", - "@value": "European Union (EU-28)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" } ] }, { - "@id": "_:N71fd2be0261547f2afb5836c6794dfc5", + "@id": "_:Nca5bd1465ab34f3990fc8df222ce7014", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0bc8b013de9c4e6da53e0c3f33771166" + "@id": "_:N1569290cb0a54d4caf0fc933988ef776" + } + ] + }, + { + "@id": "_:N1569290cb0a54d4caf0fc933988ef776", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2018-05-25" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "El Salvador" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "El Salvador" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SLV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "222" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "_:N84c81d40e08545ddbc03fb75ca4e3881" + "@value": "222" } ] }, { - "@id": "_:N84c81d40e08545ddbc03fb75ca4e3881", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Turks and Caicos Islands" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Turks and Caicos Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TC" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "TCA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "796" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "796" } ] }, { - "@id": "_:N0bc8b013de9c4e6da53e0c3f33771166", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "South Dakota" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "South Dakota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -17670,22 +17577,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Kuwait" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17696,27 +17603,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "414" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -17733,26 +17640,26 @@ } ], "http://purl.org/dc/terms/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Gambia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17763,30 +17670,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "270" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -17801,19 +17708,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17821,10 +17728,26 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -17842,25 +17765,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Mauritius" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Mauritius" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17871,30 +17794,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CM" + "@value": "MU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CMR" + "@value": "MUS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "120" + "@value": "480" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "120" + "@value": "480" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -17909,22 +17832,102 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Lebanon" + "@id": "_:N18d98bb5e81245f68f74f309bf8c12ef" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "European Union (EU-28)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17933,143 +17936,133 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@value": "LB" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@value": "LBN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, { - "@value": "422" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, { - "@value": "422" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-FO", - "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, { - "@id": "_:Nca03873796c543e186d0b011d7e9a3a1" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, { - "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" } ] }, { - "@id": "_:Nca03873796c543e186d0b011d7e9a3a1", + "@id": "_:N18d98bb5e81245f68f74f309bf8c12ef", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N04e137cbd2014f3e9782c359d193228f" + "@id": "_:N1923210856ab40f1ac7b925bc5337444" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nfb9809e823604a1ebd2fe771fff5d51c" } ] }, { - "@id": "_:N04e137cbd2014f3e9782c359d193228f", + "@id": "_:N1923210856ab40f1ac7b925bc5337444", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2013-07-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "_:Nfb9809e823604a1ebd2fe771fff5d51c", + "http://www.w3.org/2006/time#inXSDDate": [ { "@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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Minnesota" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Minnesota" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JP", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law" ], "http://purl.org/dc/terms/created": [ { @@ -18082,24 +18075,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "_:N671e8c2c2e1d46d4ae7c2e37fffbb8b6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Vanuatu" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18108,29 +18092,43 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "VU" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "VUT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N671e8c2c2e1d46d4ae7c2e37fffbb8b6", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "548" + "@id": "_:Nf45e27de46514056be73877a76200dec" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nf45e27de46514056be73877a76200dec", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "548" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -18146,152 +18144,63 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Saint Helena" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Saint Helena" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SH" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SHN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "654" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "654" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/dpv-owl/dpv-legal#EEA31" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oregon" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, + "@value": "GB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, + "@value": "GBR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" - }, + "@value": "826" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" @@ -18305,29 +18214,18 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - }, { "@language": "en", - "@value": "The Saxon data protection officer" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18339,31 +18237,25 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" + "@value": "https://dsb.gv.at" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18378,19 +18270,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18398,13 +18296,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GW" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GNB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "624" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "624" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -18419,25 +18337,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "Benin" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Liberia" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18448,27 +18366,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LR" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LBR" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "430" + "@value": "204" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "430" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -18486,25 +18404,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Jamaica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18515,29 +18433,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "388" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -18551,21 +18469,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18573,13 +18486,29 @@ "@language": "en", "@value": "accepted" } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dvi.gov.lv/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -18592,44 +18521,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malta" + "@value": "Indonesia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malta" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18638,42 +18547,73 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" + "@value": "ID" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "IDN" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "MT" + "@value": "360" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "MLT" + "@value": "360" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/created": [ { - "@value": "470" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "470" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18688,19 +18628,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Texas" + "@value": "Cambodia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Texas" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18708,10 +18651,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "KH" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "KHM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "116" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "116" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -18724,30 +18687,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" }, { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18759,25 +18722,25 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18792,22 +18755,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "San Marino" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18816,32 +18776,28 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "SM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "SMR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "674" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" + }, { - "@value": "674" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -18856,19 +18812,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mississippi" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mississippi" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18879,7 +18835,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -18897,22 +18853,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Tajikistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guam" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18923,96 +18879,209 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GU" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GUM" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "316" + "@value": "762" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "316" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + }, { - "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" }, { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + }, { - "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" }, { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -19030,25 +19099,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@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#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Kenya" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19059,30 +19128,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "KE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "KEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "404" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -19095,27 +19164,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19124,31 +19182,27 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SV" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SLV" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://tietosuoja.fi/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "222" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "222" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19162,65 +19216,21 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "New Mexico" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "New Mexico" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "_:Nee6c94eed7484782978640a4ceeac48c" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turkey" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19229,32 +19239,43 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "TR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "TUR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" } + ] + }, + { + "@id": "_:Nee6c94eed7484782978640a4ceeac48c", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "792" + "@id": "_:Nc25e550dabb64ec1ab7952ff1d1a27fd" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nc25e550dabb64ec1ab7952ff1d1a27fd", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "792" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -19269,25 +19290,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Louisiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jersey" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19295,33 +19310,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "JE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "JEY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "832" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "832" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Law" ], "http://purl.org/dc/terms/created": [ { @@ -19332,26 +19327,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + }, + { + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Japan" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + }, + { + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19360,29 +19358,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "JP" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "JPN" + "@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/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "392" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "392" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -19400,22 +19394,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19426,27 +19420,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "498" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -19464,25 +19458,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Nicaragua" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Chad" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19493,182 +19487,188 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "558" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, { - "@language": "en", - "@value": "Data Protection Commission" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" + }, { - "@language": "en", - "@value": "Data Protection Commission" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + }, { - "@language": "en", - "@value": "Haiti" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + }, { - "@language": "en", - "@value": "Haiti" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + }, { - "@value": "HT" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + }, { - "@value": "HTI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + }, { - "@value": "332" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "332" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@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/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Greece" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19677,29 +19677,39 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SZ" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SWZ" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "748" + "@value": "300" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "748" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -19717,22 +19727,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montenegro" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19743,27 +19756,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "IO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "IOT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "86" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -19780,9 +19793,21 @@ } ], "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" } @@ -19798,13 +19823,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Lithuania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Lithuania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19813,32 +19838,42 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GB" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GBR" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "826" + "@value": "440" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "826" + "@value": "440" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19851,16 +19886,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Oman" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19869,29 +19912,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" + "@value": "OM" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@value": "OMN" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "512" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law", - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -19904,15 +19950,21 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:Nfef15e85d9064301a7ee8e9a087772a1" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Argentina" + "@value": "Schleswig-Holstein" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19921,45 +19973,27 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@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/dpv-owl/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - } - ] - }, - { - "@id": "_:Nfef15e85d9064301a7ee8e9a087772a1", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N9965290941ec4145b34c19c3913ddd02" - } - ] - }, - { - "@id": "_:N9965290941ec4145b34c19c3913ddd02", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19970,24 +20004,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@value": "Julian Flake" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + }, { "@language": "en", - "@value": "Lower-Saxony" + "@value": "State Data Protection Act (LDSG) (BW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19996,28 +20036,23 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + "@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/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -20030,44 +20065,21 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "ChannelIslands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20075,43 +20087,54 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "LU" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "LUX" + "@language": "en", + "@value": "Nevada" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "442" + "@language": "en", + "@value": "Nevada" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "442" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -20126,22 +20149,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Lesotho" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "India" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20152,30 +20178,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "LS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "LSO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "426" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -20190,25 +20216,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Sierra Leone" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20219,30 +20245,31 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KN" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "694" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GB", "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -20255,24 +20282,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "_:N36ec8def68c84d1ea7bbbde747ccc6cb" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Kyrgyzstan" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20281,29 +20299,43 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "KG" + "@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" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "KGZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N36ec8def68c84d1ea7bbbde747ccc6cb", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "417" + "@id": "_:Ne319ef28d2a043fa9d7ad0de01290c9e" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Ne319ef28d2a043fa9d7ad0de01290c9e", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "417" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -20321,22 +20353,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Andorra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20347,30 +20379,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "AD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "AND" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "20" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -20383,27 +20415,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Netherlands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20412,32 +20461,42 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AG" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ATG" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "28" + "@value": "528" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "28" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20447,30 +20506,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "Réunion" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" - }, { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20479,25 +20538,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@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" + "@value": "RE" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + "@value": "REU" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + "@value": "638" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -20515,22 +20578,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "Zambia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Libya" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20541,30 +20607,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LY" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LBY" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "434" + "@value": "894" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "434" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -20574,30 +20640,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "The State Commissioner for Data Protection Lower Saxony" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "The State Commissioner for Data Protection Lower Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20609,22 +20675,28 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "https://www.lfd.niedersachsen.de/" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -20640,27 +20712,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "France" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20669,29 +20758,39 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FK" + "@value": "FR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FLK" + "@value": "FRA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "238" + "@value": "250" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "238" + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -20709,22 +20808,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Marshall Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Armenia" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20735,30 +20834,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "584" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20771,172 +20870,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Wyoming" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Wyoming" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "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/dpv-owl/dpv-legal#EEA" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Portugal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Angola" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20945,29 +20916,39 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AO" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "620" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -20985,22 +20966,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21011,30 +20995,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "92" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -21047,44 +21031,21 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Kentucky" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Italy" + "@value": "Kentucky" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21092,43 +21053,54 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "IT" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "ITA" + "@language": "en", + "@value": "Vermont" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "380" + "@language": "en", + "@value": "Vermont" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "380" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -21143,25 +21115,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "Israel" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Aruba" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21172,30 +21141,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AW" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ABW" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "533" + "@value": "376" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "533" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -21206,29 +21175,18 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21240,102 +21198,130 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/" + "@value": "https://uodo.gov.pl/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "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" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@language": "en", + "@value": "Puerto Rico" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Puerto Rico" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." + "@value": "accepted" } ], - "http://purl.org/dc/terms/license": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@value": "PR" } ], - "http://purl.org/dc/terms/modified": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "PRI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "630" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "630" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://purl.org/dc/terms/title": [ { - "@value": "dpvo-legal" + "@language": "en", + "@value": "Northern Mariana Islands" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "https://w3id.org/dpv/dpv-owl/dpv-legal" + "@language": "en", + "@value": "Northern Mariana Islands" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "0.6" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -21353,22 +21339,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@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#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21379,47 +21368,203 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "670" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -21437,25 +21582,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Yemen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cuba" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21466,30 +21608,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CU" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CUB" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "192" + "@value": "887" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "192" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Africa", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21502,16 +21644,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Africa" + "@value": "Croatia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Africa" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21519,51 +21689,40 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "HR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "South Dakota" + "@value": "HRV" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "South Dakota" + "@value": "191" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "191" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -21581,25 +21740,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "Ukraine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Honduras" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21610,30 +21766,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HN" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HND" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "340" + "@value": "804" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "340" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21648,19 +21804,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Faroe Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bavaria" + "@value": "Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21669,31 +21828,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + "@value": "FO" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@value": "234" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -21706,24 +21866,101 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "Bangladesh" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21732,32 +21969,95 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, { - "@value": "BD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, { - "@value": "BGD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, { - "@value": "50" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, { - "@value": "50" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -21772,19 +22072,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "WesternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montana" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21795,77 +22095,201 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + }, { - "@value": "ML" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, { - "@value": "MLI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" + }, { - "@value": "466" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, { - "@value": "466" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -21881,21 +22305,18 @@ "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "EasternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iraq" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21903,33 +22324,42 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "IQ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + }, { - "@value": "IRQ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, { - "@value": "368" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + }, { - "@value": "368" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21944,19 +22374,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21964,76 +22397,65 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "HM" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "Julian Flake" - }, + "@value": "HMD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "334" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "334" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" }, { - "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" }, { - "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -22054,13 +22476,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Massachusetts" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22071,10 +22493,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -22087,125 +22509,52 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "British Virgin Islands" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "British Virgin Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "VG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "VGB" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "92" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "92" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "The ISO-Alpha2 code for a given region" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.iso.org/iso-3166-country-codes.html" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Gabon" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gabon" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "GA" + "@value": "ISO-alpha2" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "GAB" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "266" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "266" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -22229,13 +22578,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "West Virginia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Virginia" + "@value": "West Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22246,10 +22595,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -22264,19 +22613,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Solomon Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22284,48 +22636,34 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" - }, + "@value": "SB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" - }, + "@value": "SLB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" - }, + "@value": "90" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" + "@value": "90" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-FO", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -22340,19 +22678,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nce7e2837e20f44bcbebb4508d911ec2a" + "@id": "_:Nbb1a11c7653641c882fa7bcdcb25f9f7" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22364,40 +22696,43 @@ "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" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } ] }, { - "@id": "_:Nce7e2837e20f44bcbebb4508d911ec2a", + "@id": "_:Nbb1a11c7653641c882fa7bcdcb25f9f7", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N5ad36a1d9bac4cd1931eaa14e1bffb25" + "@id": "_:N4d741b287db142e79e2fbaa95c60a122" } ] }, { - "@id": "_:N5ad36a1d9bac4cd1931eaa14e1bffb25", + "@id": "_:N4d741b287db142e79e2fbaa95c60a122", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-01-01" + "@value": "2010-03-09" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -22412,22 +22747,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "Mississippi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22435,30 +22767,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "762" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -22474,26 +22786,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - } - ], "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Europe" @@ -22505,13 +22797,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "Iceland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Estonia" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22520,74 +22812,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "EE" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "352" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "233" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -22600,24 +22850,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Israel" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22626,29 +22868,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "IL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "ISR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://dpa.gr" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "376" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "376" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -22666,25 +22904,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Saint Helena" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22695,27 +22933,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "654" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -22733,22 +22971,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Switzerland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belarus" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22759,27 +22997,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "CH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "CHE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "756" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "112" + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -22797,25 +23035,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "India" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22826,30 +23061,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TT" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TTO" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "780" + "@value": "356" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "780" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -22860,26 +23095,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22888,32 +23126,34 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "AZ" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-hamburg.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "AZE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "31" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" + }, { - "@value": "31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -22928,25 +23168,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "SouthernAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Suriname" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22954,30 +23188,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SUR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "740" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "740" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -22995,25 +23209,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23024,30 +23235,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GQ" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "598" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -23060,16 +23271,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Arizona" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23077,32 +23293,13 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23117,19 +23314,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vermont" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23137,13 +23337,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SJ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SJM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "744" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "744" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23156,16 +23376,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23174,28 +23405,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "TZ" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@value": "TZA" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "834" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -23210,22 +23445,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Hawaii" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23233,33 +23465,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "KZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "KAZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "398" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "398" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -23274,22 +23486,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "State of Palestine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23300,30 +23512,31 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MH" + "@value": "PS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MHL" + "@value": "PSE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "584" + "@value": "275" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "584" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -23336,35 +23549,63 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "_:N7a9b8594b7a4483fbab834ec7fb2ca8d" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "American Samoa" + "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE", + "@id": "_:N7a9b8594b7a4483fbab834ec7fb2ca8d", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nd35b4f034c9640e2acd6bdf91f3309c4" + } + ] + }, + { + "@id": "_:Nd35b4f034c9640e2acd6bdf91f3309c4", + "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-owl/dpv-legal#Asia", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -23373,31 +23614,20 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "Asia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@value": "Asia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23405,32 +23635,10 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -23454,13 +23662,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nebraska" + "@value": "American Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nebraska" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23471,10 +23679,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -23487,58 +23695,52 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@language": "en", + "@value": "The UN-M49 code for a given region" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "VE" + "@language": "en", + "@value": "UN-M49" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "VEN" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "862" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "862" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -23556,22 +23758,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Armenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Monaco" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23582,30 +23784,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "51" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -23618,16 +23820,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Hamburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oceania" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23635,43 +23842,51 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-NZ", "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Timor-Leste" + "@id": "_:N373abc82159044deb4a864a09c4a624d" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23680,29 +23895,43 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "TL" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "TLS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N373abc82159044deb4a864a09c4a624d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "626" + "@id": "_:N0b2c6630e7f941dba82ee4d6d8acd208" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N0b2c6630e7f941dba82ee4d6d8acd208", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "626" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -23720,25 +23949,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ghana" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23749,30 +23978,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GH" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "678" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -23785,27 +24014,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23814,32 +24032,28 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "PRY" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.datatilsynet.dk/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "600" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "600" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23852,21 +24066,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Illinois" + "@value": "Luxembourg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Illinois" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23874,10 +24111,40 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "LU" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "LUX" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "442" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "442" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -23895,25 +24162,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Brazil" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Botswana" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23924,30 +24191,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BW" + "@value": "BR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "BRA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "76" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "76" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23956,31 +24223,28 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Albania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" - }, - { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23989,28 +24253,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "AL" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + "@value": "ALB" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + "@value": "8" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24025,19 +24293,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24046,28 +24317,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + "@value": "SY" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@value": "SYR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" - }, + "@value": "760" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -24082,22 +24357,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Sudan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24108,30 +24383,31 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MN" + "@value": "SD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "SDN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "729" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "496" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -24144,32 +24420,60 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "_:Nd7d89202a689477fa513729d371b51df" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "EU Adequacy Decision for Isle of Man" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "accepted" } ], - "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS", + "@id": "_:Nd7d89202a689477fa513729d371b51df", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N47dcc4e8e5c1464ba3b7d8f299cb858b" + } + ] + }, + { + "@id": "_:N47dcc4e8e5c1464ba3b7d8f299cb858b", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2004-04-30" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -24187,25 +24491,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Honduras" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montserrat" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24216,203 +24520,152 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MS" + "@value": "HN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MSR" + "@value": "HND" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "500" + "@value": "340" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "500" + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ" - }, + "@language": "en", + "@value": "Kyrgyzstan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" - }, + "@language": "en", + "@value": "Kyrgyzstan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC" - }, + "@value": "KG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO" - }, + "@value": "KGZ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA" - }, + "@value": "417" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR" - }, + "@value": "417" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI" - }, + "@language": "en", + "@value": "The ISO-Numeric code for a given region" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN" - }, + "@id": "https://www.iso.org/iso-3166-country-codes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID" - }, + "@id": "https://w3id.org/dpv/dpv-owl#Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN" - }, + "@language": "en", + "@value": "ISO-numeric" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS" - }, + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI" - }, + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -24430,25 +24683,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "China" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guernsey" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24459,27 +24709,50 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "156" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -24497,22 +24770,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Isle of Man" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Palau" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24523,30 +24796,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "IM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "IMN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "833" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -24557,26 +24830,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" + }, { "@language": "en", - "@value": "State of Palestine" + "@value": "State Data Protection Act (LDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" + }, { "@language": "en", - "@value": "State of Palestine" + "@value": "State Data Protection Act (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24585,29 +24861,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PS" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "PSE" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "275" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "275" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -24625,25 +24897,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "San Marino" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24654,27 +24923,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "SM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "SMR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "674" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "678" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -24692,22 +24961,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Bermuda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24718,30 +24987,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KI" + "@value": "BM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KIR" + "@value": "BMU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "296" + "@value": "60" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "296" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24756,19 +25025,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Maldives" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Berlin" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24777,25 +25049,29 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MDV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + "@value": "462" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -24811,27 +25087,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "Slovenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Grenada" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24840,252 +25133,191 @@ "@value": "accepted" } ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GD" + "@value": "SI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GRD" + "@value": "SVN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "308" + "@value": "705" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "308" + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" - }, + "@language": "en", + "@value": "Tennessee" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" - }, + "@language": "en", + "@value": "French Southern Territories" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" - }, + "@language": "en", + "@value": "French Southern Territories" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" - }, + "@value": "TF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" - }, + "@value": "ATF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" - }, + "@value": "260" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" - }, + "@value": "260" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#CU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, + "@language": "en", + "@value": "Micronesia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + "@language": "en", + "@value": "Micronesia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -25106,13 +25338,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "Colorado" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Washington" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25123,11 +25355,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP", "@type": [ - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -25140,15 +25371,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, { - "@id": "_:N6615e89761d44d2c94ddc138d20f2ae8" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "Democratic People's Republic of Korea" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25157,45 +25397,95 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" + "@value": "KP" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@value": "PRK" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + "@value": "408" } - ] - }, - { - "@id": "_:N6615e89761d44d2c94ddc138d20f2ae8", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "_:N3a6a57ac148f48abbef4729c652373e7" + "@value": "408" } ] }, { - "@id": "_:N3a6a57ac148f48abbef4729c652373e7", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Jordan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Jordan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "JO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "JOR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "400" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -25206,38 +25496,64 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@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://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Mozambique" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Mozambique" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@value": "MZ" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Caribbean" + "@value": "MOZ" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Caribbean" + "@value": "508" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25252,19 +25568,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Carolina" + "@value": "Montenegro" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Carolina" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25272,10 +25591,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "ME" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MNE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "499" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "499" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -25293,25 +25632,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Åland Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Comoros" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25322,30 +25658,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "248" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25355,30 +25691,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Costa Rica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25387,28 +25723,33 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + "@value": "CR" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + "@value": "CRI" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + "@value": "188" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GG", "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -25421,27 +25762,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "_:N5aa1e88762814f8fbbc0255f7232786a" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Congo" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25450,29 +25779,43 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CG" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "COG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:N5aa1e88762814f8fbbc0255f7232786a", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "178" + "@id": "_:N40f8a29e78e341b082c99736b5f59a85" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N40f8a29e78e341b082c99736b5f59a85", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "178" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -25489,26 +25832,26 @@ } ], "http://purl.org/dc/terms/isPartOf": [ - { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Peru" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25519,27 +25862,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PE" + "@value": "SX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "SXM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "534" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -25557,22 +25900,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Central African Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thailand" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25583,30 +25929,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "CF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "CAF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "140" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -25616,30 +25962,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25648,32 +25994,34 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "AIA" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "660" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "660" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -25686,44 +26034,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25732,37 +26052,28 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "CY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CYP" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://autoriteitpersoonsgegevens.nl" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "196" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "196" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -25777,25 +26088,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Grenada" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25806,30 +26117,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "308" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -25840,46 +26151,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + }, { "@language": "en", - "@value": "Greece" + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25888,39 +26182,31 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.bremen.de/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "GRC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@value": "300" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "300" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -25938,7 +26224,10 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { "@id": "https://w3id.org/dpv/dpv-legal#Americas" @@ -25947,13 +26236,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Haiti" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25964,30 +26253,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BM" + "@value": "HT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BMU" + "@value": "HTI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "60" + "@value": "332" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "60" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26002,25 +26291,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Minnesota" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guinea" + "@value": "Minnesota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26028,62 +26311,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "GN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "GIN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "324" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "324" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26096,55 +26330,58 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@language": "en", + "@value": "Japan" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@language": "en", + "@value": "Japan" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "ISO-alpha3" + "@value": "JP" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "JPN" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "392" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26159,25 +26396,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Thuringia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Argentina" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26186,31 +26417,27 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "AR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "ARG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" + }, { - "@value": "32" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "32" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -26224,27 +26451,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uganda" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26253,29 +26469,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "UG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "UGA" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.gov.sk/" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "800" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "800" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -26293,25 +26505,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Chad" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Barbados" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26322,31 +26534,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BB" + "@value": "TD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BRB" + "@value": "TCD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "52" + "@value": "148" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "52" + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -26357,17 +26568,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + }, { - "@id": "_:Ne0f3abd855ba45f88f2453d979801382" + "@language": "en", + "@value": "Independent State Center for Data Protection Schleswig-Holstein" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + }, { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26379,43 +26602,31 @@ "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%3A32012D0484" + "@value": "https://www.datenschutzzentrum.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" } - ] - }, - { - "@id": "_:Ne0f3abd855ba45f88f2453d979801382", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "_:N4e4643e0dcec44c1bc2d627db90b0a02" - } - ] - }, - { - "@id": "_:N4e4643e0dcec44c1bc2d627db90b0a02", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26428,88 +26639,35 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "New Hampshire" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belgium" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "BE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "BEL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "56" + "@value": "New Hampshire" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "56" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -26524,25 +26682,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Pitcairn" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dominica" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26553,30 +26708,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "612" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26591,19 +26746,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Turkmenistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26611,51 +26769,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@value": "TM" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "CentralAmerica" + "@value": "TKM" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "CentralAmerica" + "@value": "795" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -26671,44 +26808,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - } - ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "France" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26717,42 +26834,32 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "580" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26767,25 +26874,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "EasternEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Zambia" + "@value": "EasternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26793,33 +26894,54 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "ZM" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "ZMB" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "894" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "894" + "@language": "en", + "@value": "NorthernAmerica" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "NorthernAmerica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -26840,13 +26962,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Alaska" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26857,10 +26979,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -26869,31 +26991,31 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Montserrat" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" - }, { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26902,120 +27024,91 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + "@value": "MS" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + "@value": "MSR" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@value": "500" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "500" } - ], - "http://purl.org/dc/terms/creator": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, { - "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" }, { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, { - "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" }, { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -27030,22 +27123,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Ohio" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oman" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27053,30 +27143,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "OM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "OMN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "512" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "512" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27094,25 +27164,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Iraq" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malawi" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27123,30 +27190,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "368" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27161,19 +27228,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Arizona" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27181,42 +27254,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, + "@value": "BL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, + "@value": "BLM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" - }, + "@value": "652" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27234,25 +27295,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@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" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27263,27 +27324,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "TT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "TTO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "780" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "780" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -27307,13 +27368,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Bavaria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27324,64 +27385,26 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "MiddleAfrica" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + }, { - "@language": "en", - "@value": "MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27399,25 +27422,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Somalia" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27428,31 +27451,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SO" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SOM" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "706" + "@value": "28" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "706" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law", - "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27465,15 +27487,44 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@id": "_:Nbacd1a84122648e89ec85f3c89f9266a" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "Poland" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27482,43 +27533,39 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@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/dpv-owl/dpv-legal#DPA-PL" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@value": "PL" } - ] - }, - { - "@id": "_:Nbacd1a84122648e89ec85f3c89f9266a", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "_:N6a2d48f470c34f9b8f6495a5a9d7550d" + "@value": "POL" } - ] - }, - { - "@id": "_:N6a2d48f470c34f9b8f6495a5a9d7550d", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "616" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27536,25 +27583,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" }, { - "@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#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Panama" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Martinique" + "@value": "Panama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27565,29 +27612,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "PA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "PAN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "591" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -27603,19 +27650,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Cayman Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nevada" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27623,140 +27676,83 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "KY" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "CYM" } ], - "http://purl.org/dc/terms/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "136" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Kentucky" + "@value": "136" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "Kentucky" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + ], "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#EEA31" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" } ], "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Belgium" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27764,12 +27760,42 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BEL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "56" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "56" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -27783,21 +27809,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alabama" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27805,10 +27826,26 @@ "@language": "en", "@value": "accepted" } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.garanteprivacy.it/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27826,22 +27863,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Canada" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Maldives" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27852,27 +27889,80 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MV" + "@value": "CA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MDV" + "@value": "CAN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "462" + "@value": "124" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "462" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -27890,25 +27980,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "French Guiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27919,30 +28009,31 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BQ" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BES" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "535" + "@value": "254" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "535" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JE", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -27955,24 +28046,15 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "_:Ndf6af152947d45f4b7b4363bea8b90d6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Samoa" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27981,32 +28063,46 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "WS" + "@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/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@value": "WSM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" } + ] + }, + { + "@id": "_:Ndf6af152947d45f4b7b4363bea8b90d6", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "882" + "@id": "_:Nb225118182a247fcb9ad302e2e43f7eb" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nb225118182a247fcb9ad302e2e43f7eb", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "882" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28021,19 +28117,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Georgia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28041,10 +28140,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GEO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "268" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "268" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" @@ -28057,30 +28176,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28092,12 +28211,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@value": "https://www.datenschutz-mv.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -28108,15 +28227,15 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -28129,16 +28248,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Washington" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28146,29 +28270,13 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28181,101 +28289,24 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@language": "en", + "@value": "Bhutan" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28284,145 +28315,65 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@value": "BT" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "BTN" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "64" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@value": "64" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Law" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + }, { "@language": "en", - "@value": "Austria" + "@value": "Hamburg Data Protection Act (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28431,42 +28382,69 @@ "@value": "accepted" } ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + } + ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "AT" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "AUT" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "40" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "40" + "@language": "en", + "@value": "Idaho" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Idaho" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28479,16 +28457,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "New Caledonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28497,25 +28483,29 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "NC" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@value": "NCL" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "540" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -28533,19 +28523,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "California" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saarland" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28554,25 +28544,17 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" - } - ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -28590,22 +28572,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Burundi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28616,30 +28601,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SA" + "@value": "BI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SAU" + "@value": "BDI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "682" + "@value": "108" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "682" + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -28654,22 +28639,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pakistan" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28677,33 +28659,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "PAK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "586" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "586" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28716,21 +28678,44 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "Austria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Colorado" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28738,10 +28723,40 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "AUT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "40" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "40" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -28759,22 +28774,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Tuvalu" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28785,30 +28800,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "798" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28823,19 +28838,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "Tonga" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28843,12 +28861,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "TON" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "776" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "776" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE", "@type": [ - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -28862,104 +28900,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - } - ], - "http://purl.org/dc/terms/temporal": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:N38d53586b3ec44e6b7920ee5e3d8217b" + "@language": "en", + "@value": "Data Protection Commission (DPC)" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28968,129 +28918,66 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ie" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "_:N38d53586b3ec44e6b7920ee5e3d8217b", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA", "@type": [ - "http://www.w3.org/2006/time#ProperInterval" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" + ], + "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/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "_:Nf767e546fe1e4b7796159532a93db614" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "http://purl.org/dc/terms/title": [ { - "@id": "_:N0ad5d8cf37b24e728970d13b6c0ff402" + "@language": "en", + "@value": "Georgia" } - ] - }, - { - "@id": "_:N0ad5d8cf37b24e728970d13b6c0ff402", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@language": "en", + "@value": "Georgia" } - ] - }, - { - "@id": "_:Nf767e546fe1e4b7796159532a93db614", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -29108,25 +28995,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Lebanon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Réunion" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29137,30 +29021,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "422" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29175,19 +29059,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tennessee" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29195,13 +29082,33 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "WS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "WSM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "882" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "882" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -29212,29 +29119,23 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - }, - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Texas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - }, - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29242,29 +29143,13 @@ "@language": "en", "@value": "accepted" } - ], - "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" - } - ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29277,55 +29162,61 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@language": "en", + "@value": "Anguilla" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@language": "en", + "@value": "Anguilla" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "ISO-numeric" + "@value": "AI" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@value": "AIA" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "660" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29340,19 +29231,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "Alabama" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29363,10 +29254,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29379,16 +29270,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "WesternAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29396,26 +29292,10 @@ "@language": "en", "@value": "accepted" } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -29431,58 +29311,91 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + } + ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Germany" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Germany" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CX" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CXR" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "162" + "@value": "276" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "162" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -29497,22 +29410,99 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@id": "_:N6f1077199a7a43a7bedbbca2724b1cb9" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "European Economic Area (EEA-30)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29521,32 +29511,115 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@value": "HK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, { - "@value": "HKG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" } + ] + }, + { + "@id": "_:N6f1077199a7a43a7bedbbca2724b1cb9", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "344" + "@id": "_:N13a62a04f6e94b58802c4dbe07212e19" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N13a62a04f6e94b58802c4dbe07212e19", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "344" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Americas", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29559,27 +29632,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Americas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29587,33 +29649,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "MZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "MOZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "508" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "508" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -29626,21 +29668,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29648,13 +29685,29 @@ "@language": "en", "@value": "accepted" } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.aepd.es/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29669,22 +29722,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Algeria" + "@value": "Bremen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Algeria" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29693,29 +29743,25 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@value": "DZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@value": "DZA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + }, { - "@value": "12" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" + }, { - "@value": "12" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -29733,25 +29779,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Eswatini" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Niger" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29762,27 +29808,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NE" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NER" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "562" + "@value": "748" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "562" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -29800,7 +29846,7 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" @@ -29812,13 +29858,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29829,27 +29875,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "324" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Region" @@ -29867,19 +29913,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Caribbean" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Georgia" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29890,10 +29936,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29908,22 +29954,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Senegal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29934,30 +29983,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SB" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SLB" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "90" + "@value": "686" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "90" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29968,29 +30017,26 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "Russian Federation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29999,34 +30045,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.bremen.de/" + "@value": "RU" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + "@value": "RUS" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@value": "643" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Law" + "https://w3id.org/dpv/dpv-owl#Region" ], "http://purl.org/dc/terms/created": [ { @@ -30035,31 +30079,69 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Kansas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Kansas" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA", + "@type": [ + "http://www.w3.org/2002/07/owl#NamedIndividual", + "https://w3id.org/dpv/dpv-owl#Country" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Saudi Arabia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30068,28 +30150,32 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@value": "SA" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + "@value": "SAU" } ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "682" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-owl#Law" ], "http://purl.org/dc/terms/created": [ { @@ -30100,18 +30186,29 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + }, + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + }, + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30123,22 +30220,22 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@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/dpv-owl#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -30156,27 +30253,27 @@ ], "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" } ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" @@ -30185,13 +30282,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Romania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Portugal" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30202,7 +30299,7 @@ ], "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -30212,27 +30309,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PT" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "642" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -30250,22 +30347,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@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#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "Bouvet Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nepal" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30276,30 +30376,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NP" + "@value": "BV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NPL" + "@value": "BVT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "524" + "@value": "74" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "524" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -30313,12 +30413,6 @@ } ], "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, { "@id": "https://w3id.org/dpv/dpv-legal#Africa" } @@ -30326,13 +30420,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seychelles" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30340,33 +30434,13 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SYC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "690" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "690" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -30379,44 +30453,27 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Suriname" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sweden" + "@value": "Suriname" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30425,80 +30482,29 @@ "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SE" + "@value": "SR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "SUR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "740" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "752" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands", - "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Region" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS", "@type": [ "http://www.w3.org/2002/07/owl#NamedIndividual", "https://w3id.org/dpv/dpv-owl#Country" @@ -30516,25 +30522,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "American Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30545,30 +30548,30 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BO" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BOL" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "68" + "@value": "16" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "68" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK", "@type": [ - "http://www.w3.org/2002/07/owl#NamedIndividual", - "https://w3id.org/dpv/dpv-owl#Country" + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ { @@ -30583,25 +30586,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tokelau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30612,22 +30612,22 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "772" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "772" } ] } diff --git a/dpv-owl/dpv-legal/dpv-legal.n3 b/dpv-owl/dpv-legal/dpv-legal.n3 index b44bfc64f..cdcac48da 100644 --- a/dpv-owl/dpv-legal/dpv-legal.n3 +++ b/dpv-owl/dpv-legal/dpv-legal.n3 @@ -21,12 +21,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvo-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-legal:AQ a owl:NamedIndividual, dpvo:Country ; diff --git a/dpv-owl/dpv-legal/dpv-legal.rdf b/dpv-owl/dpv-legal/dpv-legal.rdf index 28aa4176f..d55b0b11c 100644 --- a/dpv-owl/dpv-legal/dpv-legal.rdf +++ b/dpv-owl/dpv-legal/dpv-legal.rdf @@ -12,7746 +12,7746 @@ xmlns:time="http://www.w3.org/2006/time#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - + + Bulgaria + + + BG + 100 + + + accepted + 2022-03-30 + Harshvardhan J. Pandit + Bulgaria + 100 + BGR + + + + + + + + + + - - - + + + + + + + + + - - - - - + + - - - - - - - - + + + + + + + + + + + - - + + + - - + - - - + + + + + + + + + - - - + - - - - - + - 2022-03-30 - + + + + + + + + Harshvardhan J. Pandit - - + accepted + 2022-03-30 + European Union (EU-28) + + + + + + EU Adequacy Decision for Uruguay Harshvardhan J. Pandit - European Economic Area (EEA) + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + + accepted + 2022-03-30 - + 2022-03-30 - 132 - Cabo Verde - - - + Harshvardhan J. Pandit + Saarland + + + + accepted + Saarland + + + + + + + + + Croatia accepted - Cabo Verde + 191 + HRV + 2022-03-30 + Croatia + HR + 191 Harshvardhan J. Pandit - 132 - CPV - CV + + + + + + + + - - New Hampshire - - + + Harshvardhan J. Pandit + Morocco + + + MA + MAR + 504 + accepted + Morocco + + 504 2022-03-30 - New Hampshire - accepted + + + 2022-03-30 + 140 + CAF Harshvardhan J. Pandit + + + + CF + 140 + + + Central African Republic + accepted + Central African Republic - + + CXR 2022-03-30 + Christmas Island + + - BS - - - - Bahamas - Bahamas + 162 Harshvardhan J. Pandit - BHS - 44 - 44 - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MZ - Harshvardhan J. Pandit - 508 - Mozambique - 508 - 2022-03-30 - MOZ - - - Mozambique - accepted - - - KG - 2022-03-30 - - - - - Kyrgyzstan - 417 - Harshvardhan J. Pandit - 417 - KGZ - Kyrgyzstan + CX accepted + Christmas Island + 162 - - - - - - - - - - + + - - + + - - + - - + + - + + + + - + - - + + - - - - + + - + + + + + + + + + + + + + + - - - - - - - - - accepted + + + + + + http://data.europa.eu/eli/reg/2016/679/oj + General Data Protection Regulation (GDPR) Harshvardhan J. Pandit General Data Protection Regulation (GDPR) + accepted 2022-03-30 - General Data Protection Regulation (GDPR) - - - http://data.europa.eu/eli/reg/2016/679/oj + + + + + + - - - + + + + + + + + + + + + - - - - - + + + - + + + + - + + + + + + - - - - - - - - - - - - - + - - - - - - - - - - - - - ITA - Italy + 2022-03-30 - IT - accepted - - Italy - 380 - 380 + + + + + Cameroon + 120 Harshvardhan J. Pandit - - - - - - - - + CMR + CM + Cameroon + accepted + 120 - + + + + + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) 2022-03-30 accepted - - Harshvardhan J. Pandit - Delaware - - Delaware + Julian Flake + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + - + + + + Berlin Harshvardhan J. Pandit - TUV - - - Tuvalu - TV + Berlin + accepted 2022-03-30 - - - Tuvalu - 798 - 798 - - - 2022-03-30 - 144 - - - 144 - - - LKA - Sri Lanka - Harshvardhan J. Pandit - LK - Sri Lanka - accepted - - - - - Nebraska - Harshvardhan J. Pandit - - Nebraska - 2022-03-30 - accepted - - - - Julian Flake - Harshvardhan J. Pandit - - - - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - accepted - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - 2022-03-30 - https://www.lda.bayern.de/ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + 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) + Julian Flake Harshvardhan J. Pandit - - - European Economic Area (EEA-31) - accepted 2022-03-30 - - - - Chad + accepted - 148 - 148 - - - + - - Chad - Harshvardhan J. Pandit - TD - TCD - 2022-03-30 + - - 231 - ETH + + 170 + COL + CO accepted - 231 - 2022-03-30 - Ethiopia - - - - - ET - Harshvardhan J. Pandit - Ethiopia - - - Harshvardhan J. Pandit - - Northern Mariana Islands - - accepted - 2022-03-30 - Northern Mariana Islands - - - accepted + + + + Colombia 2022-03-30 - - Brandenburg - - - Brandenburg Harshvardhan J. Pandit - - - - + 170 + Colombia - - 2022-03-30 - Pakistan + + + + Heard Island and McDonald Islands + 334 + accepted + Heard Island and McDonald Islands - accepted - - - PAK - Pakistan - Harshvardhan J. Pandit - 586 - PK - 586 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2008-05-26 - - - Harshvardhan J. Pandit - Saxony-Anhalt + HM 2022-03-30 - - - Saxony-Anhalt - - accepted - - - - + Harshvardhan J. Pandit + 334 + HMD - - - - - - - - - - EU Adequacy Decision for Israel - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - - - - Harshvardhan J. Pandit - - - 2022-03-30 - accepted - - - - Colombia - 170 - - - - Harshvardhan J. Pandit - 170 - 2022-03-30 - Colombia - accepted - - - COL - CO - - - accepted - 2022-03-30 - - - - - Harshvardhan J. Pandit - Belgium - BEL - 56 - BE - 56 - Belgium - - - - - - - - - - - - - - - Gibraltar - GIB - Harshvardhan J. Pandit - 292 - GI - 292 - Gibraltar - 2022-03-30 - accepted - - - accepted - Ireland - 372 - - - - - 372 - Harshvardhan J. Pandit - Ireland - IRL - IE - 2022-03-30 - - - - - - - - - - - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf - - - - accepted - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - - - - - - - TKM - TM - - - 2022-03-30 - 795 - accepted - Turkmenistan - 795 - Harshvardhan J. Pandit - Turkmenistan - - - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - 2022-03-30 - - - accepted - Harshvardhan J. Pandit - Julian Flake - https://www.lfd.niedersachsen.de/ - - - - - - - accepted - - - 36 - Australia - Harshvardhan J. Pandit - - - AUS - Australia - AU - 2022-03-30 - 36 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Union (EU) - - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 - - - European Economic Area (EEA-30) - accepted - Harshvardhan J. Pandit - - - - - - Sweden - 2022-03-30 - SE - 752 - - - SWE - Sweden - 752 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - HU - HUN - Hungary - - - Hungary - Harshvardhan J. Pandit - 348 - - - 348 - accepted - 2022-03-30 - - - - - - - - - - - 512 - Oman - Harshvardhan J. Pandit - - - OMN - OM - Oman - accepted - 512 - - - 2022-03-30 - - - Malawi - Harshvardhan J. Pandit - 454 - MWI - Malawi - 2022-03-30 - - - - - - accepted - MW - 454 - - - - - - - - - accepted - Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - https://www.datenschutz-mv.de/ - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - - - Harshvardhan J. Pandit - - - Mecklenburg-Western-Pomerania - 2022-03-30 - - accepted - Mecklenburg-Western-Pomerania - - - - - - - State Data Protection Inspectorate - 2022-03-30 - - - accepted - Harshvardhan J. Pandit - - - https://ada.lt - State Data Protection Inspectorate - - - - - - 2022-03-30 - Haiti - accepted - HT - 332 - - - 332 - HTI - Haiti - Harshvardhan J. Pandit - - - Harshvardhan J. Pandit - Schleswig-Holstein - - - - 2022-03-30 - accepted - Schleswig-Holstein - - - - - - - - - - - - - accepted - 258 - - - French Polynesia - 258 - Harshvardhan J. Pandit - PYF - French Polynesia - 2022-03-30 - PF - - - accepted - - - - 800 - Uganda - - - Harshvardhan J. Pandit - Uganda - 2022-03-30 - UGA - 800 - UG - - - 574 - Norfolk Island - - - accepted - 2022-03-30 - NF - - - Norfolk Island - Harshvardhan J. Pandit - NFK - 574 - - - ATA - AQ - 2022-03-30 - 10 - Antarctica - accepted - 10 - - - Antarctica - Harshvardhan J. Pandit - - - - - - - - - - - - + + + + + + - + + + + + + + + + + + + + + - + + + + + + + + + + - + - - - - - + + + + + + - - - - - - - - + - - - - - - - - - - + + + - - - - + + + - - + + + - - - - - - - Harshvardhan J. Pandit - 222 - - - - SV - El Salvador - SLV - 2022-03-30 - accepted - - - 222 - El Salvador - - - - - 2022-03-30 - WesternAsia - accepted - WesternAsia - Harshvardhan J. Pandit - - - - Saarland - Harshvardhan J. Pandit - Saarland - - - - accepted - 2022-03-30 - - - - - - - SSD - Harshvardhan J. Pandit - SS - South Sudan - accepted - 2022-03-30 - - - - 728 - - - South Sudan - 728 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Austrian Data Protection Authority - - Austrian Data Protection Authority - - - 2022-03-30 - accepted - - Harshvardhan J. Pandit - https://dsb.gv.at - - WF - Wallis and Futuna Islands - 876 - - - Harshvardhan J. Pandit - WLF - 876 - Wallis and Futuna Islands - 2022-03-30 - accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + United Arab Emirates - - + AE + ARE + 2022-03-30 + 784 + United Arab Emirates - IRQ - 2022-03-30 - accepted - Iraq - IQ - - - 368 - Harshvardhan J. Pandit - Iraq - 368 - - - - - - - - KE - KEN - 404 - 404 - Kenya Harshvardhan J. Pandit - Kenya - 2022-03-30 - accepted - - + 784 accepted - LVA - - - - - Latvia - 428 - 428 - Harshvardhan J. Pandit - 2022-03-30 - LV - Latvia - - - - - - - - - - - - Samoa - accepted + + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf 2022-03-30 - 882 - 882 - - - Samoa - WSM - Harshvardhan J. Pandit - WS - - - - - accepted - Idaho + Harshvardhan J. Pandit - Idaho - - 2022-03-30 - - + Julian Flake - - Louisiana - Harshvardhan J. Pandit - - Louisiana - 2022-03-30 + + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) accepted - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - + + - - - - + - - - - - - + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - + + + + + + - - - + + + - - - - 2022-03-30 - - - Netherlands - NLD - - - Harshvardhan J. Pandit - NL - Netherlands - 528 - 528 - accepted - - - - - - - - - - - accepted - 2022-03-30 - Holy See - - - - - 336 - 336 - VA - Holy See - Harshvardhan J. Pandit - VAT - - - Baden-Württemberg - - - 2022-03-30 - - Baden-Württemberg - accepted - Harshvardhan J. Pandit - - - + + + + + + + + + + - - Palau + Harshvardhan J. Pandit - PW - 585 + EasternAsia + EasternAsia accepted - 2022-03-30 - - - Palau - 585 - - PLW - - - Harshvardhan J. Pandit - - - accepted 2022-03-30 - Puerto Rico - Puerto Rico + - - - - SLB - Solomon Islands + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit - 90 - Solomon Islands - 2022-03-30 - SB - 90 - - - accepted - - - - - - - - - - - - - - + - - SubSaharanAfrica - Harshvardhan J. Pandit + accepted 2022-03-30 - SubSaharanAfrica - + European Economic Area (EEA-30) - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit - Julian Flake - - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + European Union (EU-27) + + accepted 2022-03-30 - - - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - + - - 660 - - - - AI - Anguilla - 2022-03-30 + + HU + Hungary + accepted + + - Anguilla - accepted - AIA - 660 + 348 + 2022-03-30 + HUN + Hungary Harshvardhan J. Pandit + 348 + + + + + + + + - - 178 - - - - Congo - accepted + - COG - Harshvardhan J. Pandit - CG - Congo - 178 + Andorra + + 2022-03-30 - - - Saint Barthélemy Harshvardhan J. Pandit - 652 - BL - + 20 + Andorra + AD + 20 + AND + accepted + + + BES + BQ + + 535 + Bonaire, Sint Eustatius and Saba accepted - 2022-03-30 - BLM - Saint Barthélemy - 652 + 2022-03-30 + 535 + Bonaire, Sint Eustatius and Saba + Harshvardhan J. Pandit - - - - Denmark - accepted + - 208 - DNK - 208 - Denmark - Harshvardhan J. Pandit - DK 2022-03-30 - - - - - - - - + 686 + Harshvardhan J. Pandit + + + + Senegal + SN + 686 + SEN + Senegal + accepted - - - + + + + + + + + + BJ + 2022-03-30 + 204 + - - EH + + + + Benin Harshvardhan J. Pandit - Western Sahara - ESH + 204 + Benin accepted - 2022-03-30 - 732 - Western Sahara - 732 + BEN - + + Harshvardhan J. Pandit + 148 + + + + Chad + accepted + TD + 148 + TCD 2022-03-30 - 40 - Austria - AT + Chad + + + Gibraltar + + + 2022-03-30 + 292 Harshvardhan J. Pandit - 40 + - - AUT - Austria + 292 + Gibraltar + GIB accepted - - - - - - + GI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + 2022-03-30 + + + European Union (EU) + Harshvardhan J. Pandit - 616 - 2022-03-30 + Poland accepted - POL - PL - Poland - - Harshvardhan J. Pandit + 616 - Poland + 2022-03-30 + Poland + Harshvardhan J. Pandit + POL + PL + 616 - - + + + - - - - - - United Republic of Tanzania + - - 834 + + + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + https://www.datenschutz-bayern.de/ + + + Harshvardhan J. Pandit - United Republic of Tanzania - 834 - TZA - TZ + Julian Flake accepted + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz 2022-03-30 - - - - IRN - Iran (Islamic Republic of) + Harshvardhan J. Pandit - 364 - IR - 2022-03-30 - Iran (Islamic Republic of) - - + Julian Flake accepted - 364 + + + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + 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 + 2022-03-30 + - - - - - - - - - - - + + + + + + + - + + + - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - Hellenic Data Protection Authority - - http://dpa.gr + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + Julian Flake + + + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + The state representative for data protection and the right to inspect files in Brandenburg + + + https://www.lda.brandenburg.de/ accepted - Harshvardhan J. Pandit + 2022-03-30 + + 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 + + + Nicaragua + NI + NIC + accepted + + + - - Hellenic Data Protection Authority + 2022-03-30 + 558 + Harshvardhan J. Pandit + Nicaragua + 558 - + 2022-03-30 - Guam - - - GUM + California Consumer Privacy Act (CCPA) + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + Harshvardhan J. Pandit + - + California Consumer Privacy Act (CCPA) + accepted - Guam - GU - 316 - Harshvardhan J. Pandit - 316 + - + + + + + Chile Harshvardhan J. Pandit - - - Tokelau - TK 2022-03-30 - 772 - 772 + CL + CHL + Chile + 152 accepted - Tokelau - TKL + 152 - - - - 583 + + PRK + + + + + Democratic People's Republic of Korea + KP + Harshvardhan J. Pandit + 408 + Democratic People's Republic of Korea + accepted + 408 2022-03-30 - FSM - Micronesia (Federated States of) - 583 + + + + + Mecklenburg-Western-Pomerania + 2022-03-30 + Harshvardhan J. Pandit + + Mecklenburg-Western-Pomerania + accepted + + + + + + + 344 + HKG + China, Hong Kong Special Administrative Region accepted - Micronesia (Federated States of) + 2022-03-30 + + Harshvardhan J. Pandit - FM + 344 + HK + China, Hong Kong Special Administrative Region - - Dominican Republic - - + + HN - accepted + + 2022-03-30 - 214 - 214 - Dominican Republic - - DOM - DO + Harshvardhan J. Pandit + Honduras + 340 + HND + accepted + Honduras + 340 - - Ukraine + + + + MMR + 104 + MM + Myanmar + 104 + accepted - 804 - - - 804 - Ukraine - Harshvardhan J. Pandit - UA 2022-03-30 - accepted - UKR - - - Harshvardhan J. Pandit - Djibouti - - - - DJI + Myanmar + Harshvardhan J. Pandit + + + Harshvardhan J. Pandit accepted 2022-03-30 - Djibouti + - - 262 - DJ - 262 + Estonian Data Protection Inspectorate + + http://www.aki.ee/ + Estonian Data Protection Inspectorate + - + + accepted + + + 2022-03-30 + IOT + IO + British Indian Ocean Territory + 86 - - - - 716 - 716 - Zimbabwe + Harshvardhan J. Pandit - 2022-03-30 - Zimbabwe - ZW - accepted - ZWE + 86 + British Indian Ocean Territory - - Svalbard and Jan Mayen Islands + + Malawi + accepted - SJ - - + MWI + 454 + Malawi + MW + + + + 2022-03-30 + 454 Harshvardhan J. Pandit - 744 - 744 - SJM + + + Lower-Saxony + accepted - Svalbard and Jan Mayen Islands + + 2022-03-30 + Lower-Saxony + Harshvardhan J. Pandit + + + + - + + Missouri + accepted - + - http://www.azop.hr/ Harshvardhan J. Pandit - - Croatian Personal Data Protection Agency - - Croatian Personal Data Protection Agency 2022-03-30 + Missouri - - - - - - - - - - - - - - - - - - - - - - + + 2022-03-30 - - - + + MK + + + 807 Harshvardhan J. Pandit - Madagascar - 450 - MG - 450 + MKD + North Macedonia + 807 accepted - 2022-03-30 - Madagascar - MDG + North Macedonia - - New Zealand - NZ + + accepted + 798 + + + Tuvalu + 2022-03-30 Harshvardhan J. Pandit - NZL - 554 - 554 + 798 + TV + Tuvalu - + + TUV + + + + + + + The ISO-Alpha3 code for a given region + accepted + + + + ISO-alpha3 + Harshvardhan J. Pandit 2022-03-30 - New Zealand + + + 860 + UZ accepted + 2022-03-30 + + + 860 + Harshvardhan J. Pandit + UZB + Uzbekistan + Uzbekistan - + + Florida + Harshvardhan J. Pandit accepted - + Florida - - Harshvardhan J. Pandit - - + + 2022-03-30 - - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - EU Adequacy Decision for Faroe Islands - + + 368 Harshvardhan J. Pandit - - KH - KHM - Cambodia - 2022-03-30 + + Iraq + 368 + IRQ accepted - Cambodia - 116 - 116 + Iraq + 2022-03-30 + IQ - - United Arab Emirates - + - 784 - United Arab Emirates - Harshvardhan J. Pandit - 784 - ARE - AE - - + + YT 2022-03-30 + MYT + Harshvardhan J. Pandit + + + + 175 + Mayotte accepted + Mayotte + 175 - - Thuringia - - - + + + + 2022-03-30 - accepted - Thuringia Harshvardhan J. Pandit - + SXM + Sint Maarten (Dutch part) + SX + 534 + accepted + + + 534 + Sint Maarten (Dutch part) + + + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + - - - + https://www.datenschutzzentrum.de/ - - SouthernAsia - + + Harshvardhan J. Pandit - SouthernAsia + Julian Flake accepted + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein 2022-03-30 - - + + + Micronesia + accepted - Hamburg - accepted - Harshvardhan J. Pandit - Hamburg + Micronesia 2022-03-30 - - - - - - Harshvardhan J. Pandit + + accepted - 2022-03-30 - Timor-Leste - TL + 446 - 626 - Timor-Leste + MAC + China, Macao Special Administrative Region + 2022-03-30 + - - 626 - TLS + MO + Harshvardhan J. Pandit + China, Macao Special Administrative Region + 446 + + + KM + + + COM + 2022-03-30 + 174 + + + + Comoros + Harshvardhan J. Pandit + 174 + Comoros + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - ES Spain + + + ES + 724 + 2022-03-30 + Spain Harshvardhan J. Pandit ESP - Spain - 2022-03-30 + accepted 724 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accepted - 724 + + + Harshvardhan J. Pandit + 2022-03-30 + European Economic Area (EEA) + + + Harshvardhan J. Pandit + Armenia + AM + 51 + ARM + accepted + Armenia + 2022-03-30 + + + 51 + + + 2022-03-30 + 300 + Greece + + + + + Harshvardhan J. Pandit + GR + 300 + GRC + Greece + accepted - + + - - - + + - - - - - - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - 2022-03-30 + + + + + + Gambia - - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - https://www.datenschutz.hessen.de/ + + 2022-03-30 + + + + GM + Gambia + Harshvardhan J. Pandit + 270 accepted + GMB + 270 + + + ET + + + + ETH + + Harshvardhan J. Pandit - Julian Flake + 231 + 231 + Ethiopia + accepted + Ethiopia + 2022-03-30 - + + + 2022-03-30 - Georgia + 48 + BH + + + Bahrain + Harshvardhan J. Pandit + 48 + BHR + Bahrain accepted + + + 92 - + + accepted + British Virgin Islands + + + + 2022-03-30 Harshvardhan J. Pandit - Georgia - + 92 + VG + British Virgin Islands + VGB - - - - 2022-03-30 - MNP + + EST accepted - 580 - Northern Mariana Islands - MP + Estonia + 233 - 580 + EE + + + 2022-03-30 + Estonia + 233 Harshvardhan J. Pandit - Northern Mariana Islands + + + + + + + + - - Jordan - - - 2022-03-30 - Jordan + accepted + Georgia + 268 - 400 - 400 - JO - JOR + 2022-03-30 + + + GE + Georgia Harshvardhan J. Pandit + GEO + 268 - - UM - Harshvardhan J. Pandit - United States Minor Outlying Islands - 581 + + 166 2022-03-30 - + Harshvardhan J. Pandit - 581 + + Cocos (Keeling) Islands + + + 166 accepted - UMI + Cocos (Keeling) Islands + CC + CCK + + + 430 + Liberia - United States Minor Outlying Islands + LBR + accepted + LR + + + + 430 + 2022-03-30 + Harshvardhan J. Pandit + Liberia - - - - 8 + + MDV Harshvardhan J. Pandit - Albania - ALB - 8 - AL + + + MV + Maldives + 462 accepted + Maldives + 462 2022-03-30 - Albania - + - accepted - 392 - JP - Japan - JPN - Harshvardhan J. Pandit - - + PER 2022-03-30 - 392 - Japan - - + Peru + + + + 604 + Harshvardhan J. Pandit + Peru + PE accepted - 2022-03-30 - SI - SVN - Slovenia + 604 + + - + - 705 + accepted + Ireland + 2022-03-30 Harshvardhan J. Pandit - 705 - Slovenia + 372 + Ireland + IRL + IE + 372 - - + + + - - + - - Ghana - 2022-03-30 - 288 - accepted - - - + + + + 682 + Saudi Arabia + SA + Saudi Arabia - 288 - Ghana - GHA - GH + 682 + accepted + 2022-03-30 + SAU Harshvardhan J. Pandit - - Harshvardhan J. Pandit - SOM - SO - 2022-03-30 - - - - 706 - Somalia - 706 - + + + + + NF + 2022-03-30 + Harshvardhan J. Pandit + Norfolk Island + NFK + 574 + Norfolk Island accepted - Somalia + 574 - - 108 - - - + + New Hampshire - - BDI - Harshvardhan J. Pandit - Burundi - BI + + accepted + + New Hampshire 2022-03-30 - 108 - Burundi + Harshvardhan J. Pandit + + + + + NorthernAfrica + accepted + NorthernAfrica + 2022-03-30 + Harshvardhan J. Pandit - + + Belgium accepted - 2022-03-30 - Portugal - - PRT - PT - 620 + - 620 + 56 + 2022-03-30 + BE + Belgium + 56 Harshvardhan J. Pandit - Portugal + BEL - - - + + - - - - - FJI - - - accepted - 2022-03-30 - - - Fiji - FJ - 242 - Harshvardhan J. Pandit - Fiji - 242 + + + - - Harshvardhan J. Pandit - Guyana - 328 - 328 - + - 2022-03-30 - Guyana - GY - + + 218 - GUY + + Ecuador + EC + ECU + Harshvardhan J. Pandit + 218 + Ecuador + 2022-03-30 accepted - + + Dominica + accepted - GD + DM + 2022-03-30 - + + Dominica + DMA + 212 Harshvardhan J. Pandit - Grenada - 308 - GRD + 212 + + + 52 2022-03-30 - 308 - Grenada + BRB + + + + + + BB + Harshvardhan J. Pandit + Barbados + 52 accepted + Barbados - - Afghanistan + + + + Delaware 2022-03-30 + Harshvardhan J. Pandit + Delaware + + accepted + + + The Federal Commissioner for Data Protection and Freedom of Information + http://www.bfdi.bund.de/ accepted + 2022-03-30 - - Afghanistan - - - 4 + + + The Federal Commissioner for Data Protection and Freedom of Information Harshvardhan J. Pandit - 4 - AFG - AF + + - - 192 - - - - Cuba - Harshvardhan J. Pandit - CUB - CU + + South Dakota + accepted + + + 2022-03-30 - Cuba + Harshvardhan J. Pandit + South Dakota + + + Montana + Montana accepted + + + 2022-03-30 + Harshvardhan J. Pandit + + + + + + + SI + 705 + + + - 192 + 2022-03-30 + Slovenia + Harshvardhan J. Pandit + 705 + SVN + Slovenia + accepted + + + + + + + + - - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - - - - - - + + + + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Harshvardhan J. Pandit + Julian Flake + + + - - - - - - - - - - - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) + accepted 2022-03-30 + https://www.lfd.niedersachsen.de/ + + + + Harshvardhan J. Pandit - Julian Flake + 578 + NO + Norway accepted - - https://www.gesetze-im-internet.de/bdsg_2018/ + NOR + 578 + + + Norway + 2022-03-30 + + + - - - - - - - - - - - - - - - - - - + + + BA + 70 + Bosnia and Herzegovina + Bosnia and Herzegovina + accepted + 70 + 2022-03-30 + Harshvardhan J. Pandit + BIH - - + + + accepted + + California Privacy Rights Act (CPRA) + 2022-03-30 + Harshvardhan J. Pandit + California Privacy Rights Act (CPRA) + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + + + Hellenic Data Protection Authority + + + Hellenic Data Protection Authority Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - - - EU Adequacy Decision for Andorra - 2022-03-30 accepted - + + + 2022-03-30 + http://dpa.gr - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accepted - Harshvardhan J. Pandit + + + + + 328 2022-03-30 + - - - European Union (EU-27) + Harshvardhan J. Pandit + Guyana + GUY + GY + 328 + accepted + Guyana - + Harshvardhan J. Pandit - - - 51 - Armenia - 51 + Julian Flake + + + + + + accepted + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + https://www.saechsdsb.de/ 2022-03-30 - ARM - AM + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + + + accepted - Armenia + SH + 654 + 2022-03-30 + Saint Helena + Harshvardhan J. Pandit + + + + Saint Helena + SHN + 654 - + + Harshvardhan J. Pandit + + + + + + + EU Adequacy Decision for Isle of Man + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 + accepted 2022-03-30 + + - - accepted - New Jersey - New Jersey + + 2022-03-30 + Hawaii Harshvardhan J. Pandit + Hawaii + accepted - + + Mauritania + 478 + MRT + 2022-03-30 + - - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Julian Flake + + + + 478 Harshvardhan J. Pandit + Mauritania + MR + accepted + + + United States Minor Outlying Islands + United States Minor Outlying Islands + + accepted + + 2022-03-30 - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + 688 + + + Serbia + SRB + + accepted - - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - + Serbia + 688 + RS + 2022-03-30 - - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - Julian Flake + + Argentina Harshvardhan J. Pandit - - - - https://www.ldi.nrw.de/ + + + 32 + AR + Argentina + 32 + + + accepted - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + ARG 2022-03-30 - - - - - 548 - 548 - Vanuatu - VU - Harshvardhan J. Pandit - - - VUT - Vanuatu + + Portugal + 620 + PT - 2022-03-30 + + accepted - - - South Carolina - Harshvardhan J. Pandit - - South Carolina 2022-03-30 + 620 + Portugal + PRT + Harshvardhan J. Pandit + + + + + + + + + + + accepted - accepted - - - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) 2022-03-30 - - - - Julian Flake Harshvardhan J. Pandit - accepted - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf - + Asia + Asia - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - + + - - - - - - - - + + + + + - - - - - - - - + - 2022-03-30 - accepted - New York + Hamburg Harshvardhan J. Pandit - New York - - - - - Polynesia - 2022-03-30 - + accepted - Polynesia - Harshvardhan J. Pandit - - - KP - - - 408 - - - Harshvardhan J. Pandit - 408 - Democratic People's Republic of Korea + Hamburg 2022-03-30 - accepted - PRK - Democratic People's Republic of Korea - - - - - - - - - + + + + - - Harshvardhan J. Pandit - - - Maldives - 462 - 462 - 2022-03-30 + + BI + 108 + BDI accepted - Maldives - MV - MDV - - - + Burundi + 108 + 2022-03-30 + - 226 - Equatorial Guinea + Burundi Harshvardhan J. Pandit - 226 - Equatorial Guinea - 2022-03-30 - GNQ - accepted - GQ - - - - Harshvardhan J. Pandit - Curaçao - - - - 531 - 531 + + + accepted + Schleswig-Holstein 2022-03-30 - CW - Curaçao - CUW - - - - - + Harshvardhan J. Pandit + + Schleswig-Holstein + + + + + + + IMN + Isle of Man - NO - 578 + + accepted - Norway - 578 - Norway - Harshvardhan J. Pandit - NOR - accepted + IM 2022-03-30 + 833 + Harshvardhan J. Pandit + 833 + Isle of Man - - - http://www.dvi.gov.lv/ - Data State Inspectorate - accepted + + + + 583 + FM Harshvardhan J. Pandit - 2022-03-30 + 583 + Micronesia (Federated States of) - - Data State Inspectorate - - - + accepted + Micronesia (Federated States of) 2022-03-30 - Qatar + FSM + + - QA - QAT - Qatar + Jordan + 2022-03-30 + JOR Harshvardhan J. Pandit - 634 - 634 + Jordan + 400 + JO + accepted + 400 - - COK - Cook Islands - - - 2022-03-30 - CK + accepted - 184 + - - 184 - Cook Islands + + + + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + + EU Adequacy Decision for United Kingdom + 2022-03-30 Harshvardhan J. Pandit - + + Nebraska + + + 2022-03-30 - Angola + Harshvardhan J. Pandit + Nebraska accepted + + + - - - - - 24 - AO - AGO + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + + 2022-03-30 Harshvardhan J. Pandit - 24 - Angola + Julian Flake + accepted + - - Arkansas + - Arkansas - Harshvardhan J. Pandit accepted 2022-03-30 - - - accepted - - - Israel - - - Israel Harshvardhan J. Pandit - 376 - IL - 376 - ISR - 2022-03-30 + Tennessee + Tennessee - - 2022-03-30 - - - accepted - MHL - - - Marshall Islands - MH + Harshvardhan J. Pandit - 584 - 584 - Marshall Islands - - - https://www.datenschutz-bayern.de/ Julian Flake - Harshvardhan J. Pandit - - + + + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + + - + + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + accepted 2022-03-30 - + https://www.ldi.nrw.de/ + + + https://ada.lt + Harshvardhan J. Pandit - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz + + State Data Protection Inspectorate + State Data Protection Inspectorate accepted - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz + + 2022-03-30 + - - - - Bulgaria + + + + 2022-03-30 + + https://www.garanteprivacy.it/ + Data Protection Commission + Harshvardhan J. Pandit + Data Protection Commission accepted - BG - BGR - 100 - 100 + + + 2022-03-30 + Harshvardhan J. Pandit + North Carolina - - Bulgaria + + + accepted + North Carolina + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + Personal Data Protection Office + + + https://uodo.gov.pl/ - - - - - - - + Personal Data Protection Office + accepted + 2022-03-30 + - - + + Guinea + + + - 2022-03-30 + + 324 + GIN accepted - Mississippi - Mississippi + Guinea + 2022-03-30 Harshvardhan J. Pandit - + GN + 324 - - - + + Colorado + accepted + + 2022-03-30 - Hawaii - accepted - Hawaii Harshvardhan J. Pandit + Colorado - - Malta - - - 470 - MLT + accepted + Montserrat 2022-03-30 - 470 - Malta - + + + + + 500 Harshvardhan J. Pandit - MT - - - - - - - - + Montserrat + MSR + 500 + MS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 + + CA + Canada + accepted + 124 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Union (EU-28) + + Canada + 2022-03-30 + CAN + + Harshvardhan J. Pandit - - accepted + 124 - + + BL + + + 2022-03-30 + 652 + + + + BLM + Saint Barthélemy Harshvardhan J. Pandit + 652 accepted + Saint Barthélemy + + + Solomon Islands + SLB + 90 + + - + + accepted + SB + Solomon Islands + 90 2022-03-30 - Belgian Data Protection Authority - Belgian Data Protection Authority - - https://www.dataprotectionauthority.be/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Harshvardhan J. Pandit - - Benin + + + + SG + accepted + 702 + SGP + Singapore - Benin + 2022-03-30 Harshvardhan J. Pandit - 204 - BEN - - - - 204 + Singapore + 702 + + + VU + 548 + accepted + Vanuatu + + + + + 548 2022-03-30 - BJ + Vanuatu + Harshvardhan J. Pandit + VUT + + + TLS + + + Timor-Leste + TL + 626 accepted + + + 2022-03-30 + Timor-Leste + Harshvardhan J. Pandit + 626 - - Slovakia - SK - - + + + + + + + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + Julian Flake Harshvardhan J. Pandit - 703 - 703 - Slovakia + + + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + + 2022-03-30 + accepted + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + + + accepted + + + Viet Nam + VN + 704 2022-03-30 - SVK + + + Harshvardhan J. Pandit + 704 + Viet Nam + VNM + + - - - - - - - - + Kazakhstan + 2022-03-30 + + + KZ + Harshvardhan J. Pandit + KAZ + 398 + Kazakhstan + accepted + 398 - + + + + SV + Harshvardhan J. Pandit + El Salvador + 222 - GTM - GT + accepted + SLV + 222 2022-03-30 - Guatemala - 320 + El Salvador + + accepted + New Jersey - - 320 - Guatemala + + New Jersey + + 2022-03-30 Harshvardhan J. Pandit - - Sao Tome and Principe + + New Zealand - STP + + Harshvardhan J. Pandit - ST - Sao Tome and Principe + NZ + NZL + 554 + New Zealand accepted + 554 2022-03-30 - - - - 678 - 678 - - U.S. Virgin Islands + + + + 2022-03-30 + VA + 336 Harshvardhan J. Pandit - + Holy See + + + 336 + accepted + VAT + Holy See + + + LUX + 442 + accepted - + + + + 2022-03-30 + Luxembourg + Harshvardhan J. Pandit + LU + 442 + Luxembourg + + + + + + + + + + + BLR + 112 + Belarus accepted + BY + + + + + 112 2022-03-30 - U.S. Virgin Islands + Belarus + Harshvardhan J. Pandit - - 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) + + 2022-03-30 + Puerto Rico + - - Julian Flake Harshvardhan J. Pandit - 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) + Puerto Rico accepted - - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - Harshvardhan J. Pandit - - Washington - + + + NAM + 516 + + + 2022-03-30 + Harshvardhan J. Pandit + Namibia + 516 + NA accepted - Washington + Namibia - - - - https://www.uoou.cz/ - Office for Personal Data Protection - 2022-03-30 - - - Office for Personal Data Protection + + + Bremen accepted + + + 2022-03-30 + Bremen Harshvardhan J. Pandit + + + + - - CAN - CA + + Oklahoma accepted - + Oklahoma - - - 124 - Canada - Harshvardhan J. Pandit - 124 + + 2022-03-30 - Canada + Harshvardhan J. Pandit - - Rhineland-Palatinate - + + Louisiana + Harshvardhan J. Pandit + accepted + Louisiana + + 2022-03-30 + + + + + 16 accepted - - Rhineland-Palatinate + ASM + + + 2022-03-30 + AS + American Samoa Harshvardhan J. Pandit - - - + 16 + American Samoa - - Réunion - 2022-03-30 - RE - - - + + BT + Bhutan + 64 accepted - Réunion - 638 - 638 + 2022-03-30 Harshvardhan J. Pandit - REU + BTN + Bhutan + + + 64 - - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - 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 - 2022-03-30 - Julian Flake + European Economic Area (EEA-31) Harshvardhan J. Pandit accepted - - - Lebanon + + + + + Saint Lucia + LCA + accepted + 662 + LC - Lebanon + 2022-03-30 + Saint Lucia + 662 Harshvardhan J. Pandit - - - 422 - LBN + + + + Harshvardhan J. Pandit + + + accepted + Swedish Authority for Privacy Protection + 2022-03-30 - 422 - LB + Swedish Authority for Privacy Protection + https://www.imy.se/ + + + Sudan + + + Harshvardhan J. Pandit + + + Sudan + SDN + SD accepted + 729 + 2022-03-30 + 729 - - 748 - 748 + + + + Wallis and Futuna Islands + 876 + accepted 2022-03-30 - - - - accepted - SWZ - Eswatini - SZ + Wallis and Futuna Islands + WF Harshvardhan J. Pandit - Eswatini + 876 + WLF - - NGA - Harshvardhan J. Pandit - Nigeria - NG - 566 - 566 - - - + + Lebanon + LBN + 422 - 2022-03-30 accepted - Nigeria + Lebanon + LB + 422 + 2022-03-30 + Harshvardhan J. Pandit + + - - 50 - + - 50 - - - Bangladesh - BD - Harshvardhan J. Pandit + + + 2022-03-30 - Bangladesh + Harshvardhan J. Pandit + 528 + Netherlands + Netherlands + NL accepted - BGD + NLD + 528 + + + + + + + + - + + Indiana + + 2022-03-30 + - - - - - Suriname - SR Harshvardhan J. Pandit - 740 - Suriname - 740 - 2022-03-30 - SUR + Indiana accepted - - Harshvardhan J. Pandit - 70 - - - BIH - Bosnia and Herzegovina - 2022-03-30 - BA - accepted + + 776 + Tonga + TON + TO - Bosnia and Herzegovina - 70 + accepted + Tonga + 2022-03-30 + 776 + + + Harshvardhan J. Pandit - + + 312 Harshvardhan J. Pandit - Julian Flake - Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen - 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 - The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen - https://www.datenschutz.bremen.de/ - - - - + GLP + Guadeloupe + + + + + + GP + Guadeloupe + 312 accepted 2022-03-30 - - - - - Colorado - - + accepted + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + + + + + + + + + + + + + + + + + + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) 2022-03-30 - Colorado + Harshvardhan J. Pandit + Julian Flake + + + https://www.gesetze-im-internet.de/bdsg_2018/ + + + + + + + + + + + + + + + + + - - Maine - Harshvardhan J. Pandit - - + + 2022-03-30 - Maine + Russian Federation + RUS + Harshvardhan J. Pandit + 643 + Russian Federation + + accepted + RU + 643 - + + + + + Djibouti + 262 + DJ + Djibouti + accepted + + + DJI + 262 + 2022-03-30 Harshvardhan J. Pandit - - Caribbean + + + 466 2022-03-30 - + + MLI + Mali + + + + Harshvardhan J. Pandit accepted - Caribbean + 466 + Mali + ML + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - SAU - Harshvardhan J. Pandit - Saudi Arabia - - - SA - 2022-03-30 + + BRA + Brazil + 76 + + + accepted - 682 - 682 - Saudi Arabia - - - Dutch Data Protection Authority 2022-03-30 - - - Dutch Data Protection Authority - https://autoriteitpersoonsgegevens.nl - accepted - Harshvardhan J. Pandit - - - - + Brazil Harshvardhan J. Pandit - Melanesia - - 2022-03-30 - - - accepted - Melanesia + BR + 76 - + - - - 499 - Montenegro - Harshvardhan J. Pandit - MNE - 499 - 2022-03-30 - Montenegro - ME - accepted - - - accepted - - 2022-03-30 - - - Harshvardhan J. Pandit - Alaska - Alaska - - - IND - accepted - 356 + Sao Tome and Principe + ST 2022-03-30 - India - 356 - - - - - IN - India - Harshvardhan J. Pandit - - - LatinAmericaandtheCaribbean - - - + + + + 678 Harshvardhan J. Pandit - LatinAmericaandtheCaribbean + STP + Sao Tome and Principe accepted - 2022-03-30 + 678 - - 598 - - - 2022-03-30 + + Brunei Darussalam + BRN accepted - Papua New Guinea + 96 - PG - 598 - PNG - Papua New Guinea + Brunei Darussalam + BN + 2022-03-30 + + + 96 Harshvardhan J. Pandit - - 2012-08-22 - - - FI - FIN - Harshvardhan J. Pandit - - - 246 - 2022-03-30 - Finland + + 28 + AG accepted + + + + Antigua and Barbuda - Finland - 246 - - - - - - - - - - - - - 31 - 31 2022-03-30 - accepted - Azerbaijan - - - AZ - Azerbaijan + 28 Harshvardhan J. Pandit - AZE + Antigua and Barbuda + ATG - - 232 - 232 - Eritrea - ERI - 2022-03-30 - + + 508 + - - accepted - ER - Eritrea - Harshvardhan J. Pandit - - - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - Harshvardhan J. Pandit - - 2022-03-30 - + 508 + MOZ + Mozambique + Harshvardhan J. Pandit + MZ + Mozambique accepted - EU Adequacy Decision for Guernsey - - 608 - - - 608 + + + + + + + + + + + + + Mauritius 2022-03-30 - PH - Philippines - accepted - - - PHL - Philippines Harshvardhan J. Pandit - - - - 2022-03-30 - SYC - accepted - 690 - - - Seychelles - SC - 690 - Harshvardhan J. Pandit - Seychelles - - + + 480 + MUS + MU + 480 accepted - SY + Mauritius - SYR - - - Syrian Arab Republic - Harshvardhan J. Pandit - 760 - 2022-03-30 - 760 - Syrian Arab Republic + + + + + + 239 Harshvardhan J. Pandit South Georgia and the South Sandwich Islands + 239 SGS - 2022-03-30 accepted - 239 - 239 - - - - - South Georgia and the South Sandwich Islands + 2022-03-30 GS - - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) + + Cuba + CUB + 192 + + + + CU accepted - + + 192 + Cuba 2022-03-30 - Julian Flake Harshvardhan J. Pandit - - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf - - - COD - - - + + + - Democratic Republic of the Congo - 180 - Harshvardhan J. Pandit - CD - 180 - Democratic Republic of the Congo + Iceland + IS 2022-03-30 + 352 + Harshvardhan J. Pandit + 352 + Iceland + ISL accepted - - - - Singapore - SG - SGP - 702 - Harshvardhan J. Pandit + - - Singapore - 702 + + Harshvardhan J. Pandit + Pakistan + PAK accepted + PK + 586 + + 2022-03-30 + Pakistan + 586 - Harshvardhan J. Pandit - Egypt - 818 818 - 2022-03-30 - - - accepted - + EG + 2022-03-30 + + + 818 + Egypt + Harshvardhan J. Pandit EGY + accepted Egypt - + + Harshvardhan J. Pandit + accepted + Northern Mariana Islands + + + Northern Mariana Islands + 2022-03-30 + + + + + + Sierra Leone + - accepted - Micronesia + 694 Harshvardhan J. Pandit - + SL + 694 + SLE + Sierra Leone + accepted 2022-03-30 - Micronesia - - accepted - Saint Martin (French Part) - - - - MAF + - 663 + URY + + + + 858 + 2022-03-30 + Uruguay + UY Harshvardhan J. Pandit - 663 - Saint Martin (French Part) - MF + 858 + Uruguay + accepted + + + Samoa + 882 + + + accepted 2022-03-30 + Samoa + Harshvardhan J. Pandit + + + 882 + WSM + WS - + + + + + + 2022-03-30 - - - + Sark + Harshvardhan J. Pandit + Sark accepted - NA + + + SJ - Namibia - Namibia - NAM + Svalbard and Jan Mayen Islands + 744 + + + SJM + 2022-03-30 + 744 + Svalbard and Jan Mayen Islands Harshvardhan J. Pandit - 516 - 516 + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + MN - - - Harshvardhan J. Pandit - Danish Data Protection Agency - - http://www.datatilsynet.dk/ - Danish Data Protection Agency + 2022-03-30 - accepted - - + Mongolia + 496 + + Harshvardhan J. Pandit - - - - Oregon - 2022-03-30 + 496 + Mongolia + MNG accepted - Oregon - - Saint Vincent and the Grenadines - VC - 2022-03-30 + + + accepted + French Polynesia - - - - 670 - Saint Vincent and the Grenadines - 670 - VCT - Harshvardhan J. Pandit - - - - + PF + 258 2022-03-30 - EasternAsia - accepted - - EasternAsia Harshvardhan J. Pandit + French Polynesia + 258 + PYF - - Nepal - NPL - 2022-03-30 - accepted - - - 524 - Nepal - - + Harshvardhan J. Pandit - NP - 524 - - - British Virgin Islands - VGB - + - - Harshvardhan J. Pandit - 2022-03-30 - British Virgin Islands - 92 - VG - 92 + + MEX + Mexico + accepted + 484 - accepted - - 2022-03-30 - Cyprus + Mexico + MX + 484 + + accepted - - - CY - 196 - CYP - 196 + 440 + + - Cyprus + Lithuania + 2022-03-30 + LTU + LT Harshvardhan J. Pandit + Lithuania + 440 - + + - - + + - - - - - - - - - - - - - - - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + + United States Virgin Islands + VIR + accepted + 850 - - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) + + VI 2022-03-30 - Julian Flake + United States Virgin Islands + + + Harshvardhan J. Pandit - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - - accepted - + 850 - - - - Virginia - Harshvardhan J. Pandit - - Virginia + 2022-03-30 - accepted - - + Togo Harshvardhan J. Pandit - - - - - - ISO-alpha2 - 2022-03-30 - accepted - The ISO-Alpha2 code for a given region - - - - - EU Adequacy Decision for Jersey - - + 768 + Togo + + + + TG + TGO accepted - - - Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - 2022-03-30 + + 768 - + + 670 + Saint Vincent and the Grenadines accepted - RU - RUS + VCT - Russian Federation - Harshvardhan J. Pandit - 643 - - - 643 - Russian Federation + VC 2022-03-30 - - - Harshvardhan J. Pandit - USA - United States of America - US - 840 - 840 - + - + + 670 + Saint Vincent and the Grenadines + Harshvardhan J. Pandit + + + Falkland Islands (Malvinas) + + + + 2022-03-30 + 238 + Harshvardhan J. Pandit + FK + Falkland Islands (Malvinas) + 238 + FLK accepted - United States of America - - Croatia - 191 - 2022-03-30 - - - HR + accepted - 191 - + Madagascar - Croatia - HRV + + + + + 450 + 2022-03-30 + Madagascar Harshvardhan J. Pandit - - - - - - - - + 450 + MG + MDG - - 418 + accepted - LA - Lao People's Democratic Republic - Harshvardhan J. Pandit - - - Lao People's Democratic Republic - LAO + 178 + Congo + + + + COG 2022-03-30 - 418 + Harshvardhan J. Pandit + CG + 178 + Congo - - - - + accepted - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - - - - Harshvardhan J. Pandit - EU Adequacy Decision for United Kingdom + + + North-Rhine Westphalia 2022-03-30 + Harshvardhan J. Pandit + North-Rhine Westphalia + + + + + - - - - NCL + + Jamaica + JM + 388 accepted - New Caledonia - 540 - Harshvardhan J. Pandit - NC - 540 - New Caledonia + 388 + + + + Jamaica 2022-03-30 + Harshvardhan J. Pandit + JAM - - - - - - 2022-03-30 + + 624 + + + + GW - - - - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + + Guinea-Bissau accepted - EU Adequacy Decision for Canada (commercial organisations) - - + 624 + 2022-03-30 + Guinea-Bissau + GNB Harshvardhan J. Pandit - + Harshvardhan J. Pandit - - - - BZ - Belize - 84 + + Thuringia - - 2022-03-30 - BLZ + accepted - 84 - Belize + Thuringia + 2022-03-30 + + + + - - + + + + + + + + + + + + + + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + Harshvardhan J. Pandit + Julian Flake + accepted + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + 2022-03-30 - - Rhode Island - accepted - Harshvardhan J. Pandit - Rhode Island + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + - - 2022-03-30 - BY - 112 + + 659 + KNA + 659 accepted - BLR - Belarus - Harshvardhan J. Pandit - Belarus - - - 112 - - - GLP - Harshvardhan J. Pandit - Guadeloupe - - GP + 2022-03-30 + Saint Kitts and Nevis + KN + Harshvardhan J. Pandit + Saint Kitts and Nevis + + + Harshvardhan J. Pandit + + + - - 312 + accepted - Guadeloupe - 312 + + EU Adequacy Decision for Canada (commercial organisations) + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + 2022-03-30 - - accepted + 2022-03-30 - 398 - - - - Kazakhstan - Kazakhstan - KZ + + 242 + Fiji + + + FJI Harshvardhan J. Pandit - KAZ - 398 + FJ + 242 + Fiji + accepted - - - + + + 2022-03-30 + + + United States of America Harshvardhan J. Pandit - Venezuela (Bolivarian Republic of) - 862 - VE + 840 + USA + United States of America + US accepted - 2022-03-30 - 862 - Venezuela (Bolivarian Republic of) + 840 + + + + + Papua New Guinea + accepted + 598 - VEN - - - - Swedish Authority for Privacy Protection - https://www.imy.se/ + PG + Papua New Guinea + 598 2022-03-30 - - - Swedish Authority for Privacy Protection + PNG + Harshvardhan J. Pandit + + accepted + Harshvardhan J. Pandit - + + + Hungarian National Authority for Data Protection and Freedom of Information + Hungarian National Authority for Data Protection and Freedom of Information + + http://www.naih.hu/ + 2022-03-30 + Harshvardhan J. Pandit SouthAmerica accepted - 2022-03-30 SouthAmerica + 2022-03-30 - Harshvardhan J. Pandit - - Harshvardhan J. Pandit - Turkey - TR - - + + Thailand 2022-03-30 - 792 - TUR - accepted - - 792 - Turkey - - - 140 - accepted - - Central African Republic - - - - 140 - CF + 764 Harshvardhan J. Pandit - Central African Republic - 2022-03-30 - CAF - - - - - 860 - - Harshvardhan J. Pandit - Uzbekistan - 860 - UZB - UZ + + Thailand + 764 + THA + TH accepted - 2022-03-30 - Uzbekistan - - Harshvardhan J. Pandit - - - - Peru - 604 - 2022-03-30 - 604 - PER - accepted - - - Peru - PE + + + + + + + + + + + + + + + + + - - Isle of Man + + + Harshvardhan J. Pandit - 833 - - - IM - Isle of Man - 2022-03-30 - 833 - IMN - accepted - - - - + Cyprus + CYP accepted - Liechtenstein - 438 - - - LIE - LI - - - Liechtenstein - Harshvardhan J. Pandit - 2022-03-30 - 438 - - + Cyprus + 196 - France - - - Harshvardhan J. Pandit + CY 2022-03-30 - 250 - France - accepted - FR - 250 - FRA + 196 - - - + + + - - - Monaco - MCO - Harshvardhan J. Pandit - 492 - - - 492 - Monaco - accepted - 2022-03-30 - MC - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - North Macedonia - - - Harshvardhan J. Pandit - MK - North Macedonia - 2022-03-30 - MKD - - - accepted - 807 - 807 + + + 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-05-25 + 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 + dpvo-legal + https://w3id.org/dpv/dpv-owl/dpv-legal# + + 0.7 - - AR - Argentina - ARG - 32 - + + + + accepted + Tunisia + 2022-03-30 - accepted - 32 - - - Harshvardhan J. Pandit - Argentina + 788 + Tunisia + TUN + 788 + TN - + Harshvardhan J. Pandit - - - 2022-03-30 - Faroe Islands - FO - 234 + 260 + + + accepted - FRO - 234 - Faroe Islands - - - - - - - - - - - - - - - - - - + French Southern Territories + 2022-03-30 + 260 + TF + French Southern Territories + ATF - - Harshvardhan J. Pandit - Guernsey + accepted - GGY - 2022-03-30 - - - - 831 + CK + Cook Islands - 831 - GG - Guernsey + 184 + Cook Islands + COK + 2022-03-30 + Harshvardhan J. Pandit + + + 184 - - - - - - - - - - - - - - - - - + + + + + + + + - - MNG + + Harshvardhan J. Pandit + + + Data Protection Commission (DPC) + Data Protection Commission (DPC) 2022-03-30 - 496 accepted - Mongolia - 496 - + + + http://www.dataprotection.ie + + - MN + + Latvia + 428 + 2022-03-30 Harshvardhan J. Pandit - - - Mongolia - - - + 428 + Latvia + LV + LVA + accepted - Germany - - - 276 - 276 - Germany - Harshvardhan J. Pandit - DE - 2022-03-30 - DEU - - - - - - + + + + + - + accepted - AustraliaandNewZealand - Harshvardhan J. Pandit + Guam + + + 2022-03-30 + Guam + Harshvardhan J. Pandit + + + Harshvardhan J. Pandit + 887 + YE + Yemen + 887 + accepted + + Yemen 2022-03-30 - - AustraliaandNewZealand + YEM + + - - - - - - - - - - - - - - - - - + + + + 2022-03-30 + Liechtenstein + 438 + + + Harshvardhan J. Pandit + Liechtenstein + LI + accepted + LIE + 438 - + + Romania + ROU + 642 2022-03-30 - - - - Comoros - 174 - KM + Harshvardhan J. Pandit + RO + 642 + Romania + + accepted - 174 - Comoros - Harshvardhan J. Pandit - COM + + + + + + + + - - - - MY - Harshvardhan J. Pandit - 458 - Malaysia - 458 + + + + + Côte d’Ivoire + 384 accepted - 2022-03-30 - MYS - Malaysia - - - - - - CYM - 136 + CIV + CI + 384 + Côte d’Ivoire 2022-03-30 - Cayman Islands + Harshvardhan J. Pandit + + accepted - 136 + EU Adequacy Decision for Faroe Islands + 2022-03-30 + + + + - - Cayman Islands - KY + Harshvardhan J. Pandit + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - EasternEurope - - Harshvardhan J. Pandit + 2022-03-30 - EasternEurope - + Harshvardhan J. Pandit + Niger + + + + + 562 + NE + Niger + NER accepted + 562 - - - - - Mexico - Harshvardhan J. Pandit - MX - 2022-03-30 - 484 - accepted - + - Mexico - 484 - MEX - - - + + GHA + - - - SN - Harshvardhan J. Pandit - Senegal - SEN 2022-03-30 - 686 + Ghana + 288 + Harshvardhan J. Pandit + GH + 288 + Ghana accepted - Senegal - 686 - - PAN + + Julian Flake Harshvardhan J. Pandit - Panama + + + + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern accepted 2022-03-30 - PA - 591 - - - - Panama + + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - - 591 + + https://www.datenschutz-mv.de/ - + + + + 2022-03-30 - - - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Julian Flake Harshvardhan J. Pandit - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - - https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true accepted - + + + + ISO-alpha2 + + The ISO-Alpha2 code for a given region - - - - Niue + Harshvardhan J. Pandit - NU - NIU - - - 570 - 2022-03-30 + Julian Flake accepted - 570 - Niue - - - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + Hamburgisches Datenschutzgesetz (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) 2022-03-30 - Julian Flake + + + + 2022-03-30 + Azerbaijan Harshvardhan J. Pandit + + + 31 + AZE + Azerbaijan + AZ + + + 31 accepted - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - - - + Harshvardhan J. Pandit - 74 - 74 - Bouvet Island + + + Massachusetts + Massachusetts + + accepted 2022-03-30 + + + 410 + KR accepted - - - - BVT - Bouvet Island - BV + 410 + Republic of Korea + 2022-03-30 + + + Harshvardhan J. Pandit + KOR + Republic of Korea - + 2022-03-30 - LY - 434 - LBY - 434 - accepted - + Tokelau + 772 - - + Harshvardhan J. Pandit - Libya - Libya - - - - - - - - - - - - - - - - - - - - - - - - + + + Tokelau + TK + 772 + accepted + TKL - - Arizona - Harshvardhan J. Pandit - - + + AX + 248 + Åland Islands + accepted + + - accepted + 2022-03-30 - Arizona + Åland Islands + ALA + 248 + Harshvardhan J. Pandit - - BF - - - - 2022-03-30 - BFA + + 203 + Czechia accepted - Burkina Faso - 854 - 854 - Burkina Faso + Czechia + + + CZ + 203 + 2022-03-30 Harshvardhan J. Pandit + CZE + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - + + Philippines + 608 + PH accepted - Harshvardhan J. Pandit + + + + 2022-03-30 - Office of the Information and Data Protection Commissioner - - https://idpc.org.mt - - Office of the Information and Data Protection Commissioner - - - - - - 534 - 534 - Sint Maarten (Dutch part) Harshvardhan J. Pandit - Sint Maarten (Dutch part) - SXM + 608 + Philippines + PHL + + + 703 + Slovakia + SK + + accepted + SVK + Slovakia + 703 2022-03-30 - SX + Harshvardhan J. Pandit + + + + + + + + - - BRA - - - - Brazil - 2022-03-30 + + accepted - 76 + 2022-03-30 - - 76 - Brazil - BR + + Comissão Nacional de Protecção de Dados + + Comissão Nacional de Protecção de Dados + https://www.cnpd.pt Harshvardhan J. Pandit - - JM + + https://www.datenschutz-hamburg.de/ + + + + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + Harshvardhan J. Pandit + Julian Flake + accepted + + + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit 2022-03-30 + + + accepted + + + Alaska + + 2022-03-30 + Harshvardhan J. Pandit + Alaska + + + MQ + Harshvardhan J. Pandit + MTQ - - 388 - Jamaica - JAM + + 474 + accepted + 474 + Martinique - 388 - Jamaica + 2022-03-30 + Martinique + + + 2022-03-30 + 296 Harshvardhan J. Pandit + + + KIR + Kiribati + KI + + + 296 + accepted + Kiribati - - National Commission on Informatics and Liberty (CNIL) + - https://www.cnil.fr/ - National Commission on Informatics and Liberty (CNIL) + accepted 2022-03-30 + Commission for Personal Data Protection - + https://www.cpdp.bg/ + + Harshvardhan J. Pandit + Commission for Personal Data Protection + + + Kenya + + + KE + 2022-03-30 + + + + 404 + Kenya + Harshvardhan J. Pandit + KEN + 404 accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Julian Flake - Harshvardhan J. Pandit - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - - - - https://www.datenschutzzentrum.de/ + 2022-03-30 + - + 376 + + + Israel + Harshvardhan J. Pandit + ISR + 376 + Israel accepted + IL - - 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) + + 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) - Julian Flake + Rhode Island Harshvardhan J. Pandit - - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + Rhode Island accepted - - - - - - https://www.datenschutz-berlin.de/ - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - Julian Flake + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 Harshvardhan J. Pandit - 2022-03-30 + + - - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - + accepted + EU Adequacy Decision for Switzerland + 2022-03-30 - - - - - - - - - - - - - - - - - - + + + + AGO + AO + Angola + + + + 24 + accepted + 24 + Angola + 2022-03-30 + Harshvardhan J. Pandit - - - + + + + + + + + + + + + + + + + + - - - - - TTO - 2022-03-30 - TT - Trinidad and Tobago - accepted + + BHS + 44 - 780 - Harshvardhan J. Pandit - Trinidad and Tobago - 780 - - - + Bahamas + BS + accepted + 44 + Bahamas - Paraguay - 600 - Harshvardhan J. Pandit - 600 - Paraguay + 2022-03-30 - PY - PRY + Harshvardhan J. Pandit + + + Harshvardhan J. Pandit + Connecticut accepted - + + + Connecticut + 2022-03-30 - + + 2022-03-30 Harshvardhan J. Pandit - CZ - + Italy + 380 + - Czechia - CZE - 2022-03-30 - 203 - 203 - accepted + ITA - Czechia + Italy + accepted + 380 + IT - + - - - + + + - - + + EU Adequacy Decision for Argentina + + + 2022-03-30 + + - accepted - American Samoa + Harshvardhan J. Pandit - American Samoa - 2022-03-30 - + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + accepted - + + + 2022-03-30 - Saint Pierre and Miquelon - 666 + + Harshvardhan J. Pandit + South Carolina + South Carolina accepted - - + + + + - - SPM - Saint Pierre and Miquelon - PM + https://autoriteitpersoonsgegevens.nl + Dutch Data Protection Authority Harshvardhan J. Pandit - 666 - - accepted + 2022-03-30 + + Dutch Data Protection Authority + + + - - - - - Guinea-Bissau - GW + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Julian Flake Harshvardhan J. Pandit - GNB - Guinea-Bissau - 624 + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + accepted + 2022-03-30 - 624 + - - https://tietosuoja.fi/ - Office of the Data Protection Ombudsman - - Office of the Data Protection Ombudsman + + - + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) 2022-03-30 - accepted + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) Harshvardhan J. Pandit - - - - - - - - 2022-03-30 - - + Julian Flake accepted - 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/ - Harshvardhan J. Pandit - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - + + + + 2022-03-30 Harshvardhan J. Pandit - Asia - + 795 + TM + Turkmenistan + TKM - 2022-03-30 + accepted - Asia + 795 + Turkmenistan - - Bhutan - - - Harshvardhan J. Pandit - 64 - BT - 64 - 2022-03-30 - Bhutan + accepted - - BTN + + District of Columbia + + 2022-03-30 + Harshvardhan J. Pandit + District of Columbia - - Massachusetts + accepted + Kentucky + + + + 2022-03-30 + Kentucky Harshvardhan J. Pandit - Massachusetts + + + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + Harshvardhan J. Pandit + Julian Flake + accepted + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + 2022-03-30 - - + + + - + + Turkey + TR accepted - Uruguay - - - - URY - Harshvardhan J. Pandit - 858 - Uruguay - UY + 792 + Turkey 2022-03-30 - 858 + + + Harshvardhan J. Pandit + TUR + 792 - - China, Macao Special Administrative Region - 2022-03-30 + + Zambia + ZMB + 894 + ZM accepted - 446 - MAC - 446 - China, Macao Special Administrative Region + 894 + 2022-03-30 + + + + Zambia Harshvardhan J. Pandit - - - MO - + + PA Harshvardhan J. Pandit - Florida - - - + Panama + PAN + + + + 591 accepted + Panama + + 2022-03-30 - Florida + 591 - + + accepted + + + 4 + 2022-03-30 + + + Afghanistan Harshvardhan J. Pandit - Spanish Data Protection Agency (AEPD) + AF + AFG + 4 + Afghanistan + + 2022-03-30 - - - Spanish Data Protection Agency (AEPD) - - - https://www.aepd.es/ + + Harshvardhan J. Pandit + WesternAsia accepted + + + WesternAsia - - accepted - BRB - 52 - - - - 52 - Barbados - Harshvardhan J. Pandit - BB + 2022-03-30 - Barbados + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Harshvardhan J. Pandit + Julian Flake + accepted - - - - - - - - - - - - + + + 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 + - - The UN-M49 code for a given region - - + Harshvardhan J. Pandit - UN-M49 - - - - 2022-03-30 - + + + + Melanesia + Melanesia accepted - - - - - - + 2022-03-30 - - http://data.europa.eu/eli/dec_impl/2019/419/oj - - - - accepted - - - + + 2022-03-30 + 234 Harshvardhan J. Pandit - 2022-03-30 - EU Adequacy Decision for Japan - - + FO + Faroe Islands - ISL - Iceland - Harshvardhan J. Pandit - Iceland - 352 - IS - 2022-03-30 - 352 + 234 accepted + Faroe Islands + FRO - + + accepted + New York - Vermont - Harshvardhan J. Pandit 2022-03-30 - Vermont - accepted - - - accepted - - - + New York Harshvardhan J. Pandit - ChannelIslands - 2022-03-30 - ChannelIslands - - - - - Mali - + + + + + BZ + 84 - 466 - Mali - Harshvardhan J. Pandit - 466 + 2022-03-30 - ML - MLI - accepted - - Harshvardhan J. Pandit - 175 - - - - YT - Mayotte - MYT + BLZ + 84 + Belize + Belize accepted - 175 - 2022-03-30 - - - Mayotte - - - - - - - - + + + + + + - - - Office for Personal Data Protection of the Slovak Republic + accepted - Harshvardhan J. Pandit - 2022-03-30 + - - http://www.dataprotection.gov.sk/ - - Office for Personal Data Protection of the Slovak Republic + + + + 630 + 2022-03-30 + Harshvardhan J. Pandit + Puerto Rico + PR + 630 + PRI + Puerto Rico - - Maryland - - + + West Virginia + + 2022-03-30 - accepted - Maryland + West Virginia Harshvardhan J. Pandit + accepted - - GBR - Harshvardhan J. Pandit - - - United Kingdom of Great Britain and Northern Ireland - 2022-03-30 - GB + accepted - 826 + United Republic of Tanzania - 826 - United Kingdom of Great Britain and Northern Ireland - - - - - Harshvardhan J. Pandit - French Southern Territories - French Southern Territories - accepted 2022-03-30 - + 834 + United Republic of Tanzania + - 260 - TF - - - 260 - ATF - - - Ohio Harshvardhan J. Pandit - - - - 2022-03-30 - accepted - Ohio + TZ + TZA + 834 - - Missouri - Harshvardhan J. Pandit - 2022-03-30 - - - - accepted - Missouri + + + + + + + + + + + + + + + + + - - Harshvardhan J. Pandit - Côte d’Ivoire - 384 - 2022-03-30 - - - - 384 - CIV + + 600 accepted - Côte d’Ivoire + Paraguay - CI - - - Greece + + + + 2022-03-30 + PY Harshvardhan J. Pandit - GRC - 300 + 600 + Paraguay + PRY + + accepted 2022-03-30 - Greece - - - 300 - GR - + + National Commission for Data Protection - - - - - - - + https://cnpd.public.lu + Harshvardhan J. Pandit + National Commission for Data Protection + + + + 581 + UM + accepted + + + 581 + United States Minor Outlying Islands + 2022-03-30 + UMI + United States Minor Outlying Islands + + + Harshvardhan J. Pandit + + + SMR + + + 2022-03-30 + San Marino + + + 674 + Harshvardhan J. Pandit + San Marino + SM + accepted + 674 - - + 2022-03-30 + Polynesia - accepted - Minnesota Harshvardhan J. Pandit - Minnesota - - + + Polynesia accepted - + + + Virginia - North Carolina + Harshvardhan J. Pandit - North Carolina 2022-03-30 + Virginia + accepted - - 2022-03-30 + + Guam + 316 accepted - Costa Rica - - - - 188 + GUM + 2022-03-30 Harshvardhan J. Pandit - 188 - CRI - CR - Costa Rica + 316 + + + Guam + GU - - Harshvardhan J. Pandit - - - - 2022-03-30 - 86 + + India + IND + 356 accepted - IO - British Indian Ocean Territory - 86 - IOT - British Indian Ocean Territory - - - Indiana - - - accepted - Indiana - Harshvardhan J. Pandit 2022-03-30 - - - - Julian Flake + + + 356 + India Harshvardhan J. Pandit + IN + + accepted - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - - 2022-03-30 + 800 + Uganda - - - + + UG + 2022-03-30 + 800 + + + + Uganda Harshvardhan J. Pandit - + UGA + + 2022-03-30 - SoutheasternAsia + Saxony + Harshvardhan J. Pandit + Saxony + accepted - SoutheasternAsia + + + + - - 120 - Cameroon + + accepted + + 2022-03-30 - + Texas + Harshvardhan J. Pandit + Texas + + + Harshvardhan J. Pandit - - CMR - CM + + + + 132 + Cabo Verde + CPV + 132 + accepted + CV + Cabo Verde + 2022-03-30 + + + accepted + 308 + + + - Cameroon + + 2022-03-30 Harshvardhan J. Pandit - 120 + 308 + Grenada + GD + GRD + Grenada - - 2022-03-30 - 729 + + MD + Republic of Moldova + Harshvardhan J. Pandit + 498 + MDA + + accepted - Sudan - SDN - SD + Republic of Moldova - - - Harshvardhan J. Pandit - Sudan - 729 - - 2022-03-30 - - - - New Mexico - accepted - Harshvardhan J. Pandit - New Mexico + 498 - + + 728 + SS accepted - 533 - Aruba + South Sudan - - - - Harshvardhan J. Pandit - ABW - AW - Aruba + SSD 2022-03-30 - 533 + 728 + + + + South Sudan + Harshvardhan J. Pandit - - - accepted + + https://www.lda.bayern.de/ + + + + + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision Harshvardhan J. Pandit - California Consumer Privacy Act (CCPA) - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + Julian Flake + - - California Consumer Privacy Act (CCPA) - + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + accepted 2022-03-30 - - accepted - - - - Gabon + + WesternAfrica + WesternAfrica - - 266 - GA - 266 - Gabon - Harshvardhan J. Pandit + + accepted + 2022-03-30 - GAB + Harshvardhan J. Pandit - - 480 + + 2003-11-21 + + + + Maine 2022-03-30 - - - - Mauritius - 480 + + + Harshvardhan J. Pandit + Maine accepted + + + MY - MU - MUS + Malaysia + 458 + 2022-03-30 Harshvardhan J. Pandit - Mauritius + + + Malaysia + 458 + MYS + accepted - - Harshvardhan J. Pandit - Zambia - 2022-03-30 + accepted - 894 - - - - Zambia - 894 - - ZM - ZMB - - - YEM - - - Yemen + + EasternEurope + 2022-03-30 + Harshvardhan J. Pandit + EasternEurope + + + Harshvardhan J. Pandit + Julian Flake + - - Yemen + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + + + accepted - 887 - YE - Harshvardhan J. Pandit - 887 + https://www.datenschutz.hessen.de/ + 2022-03-30 + - + - Falkland Islands (Malvinas) - Harshvardhan J. Pandit - FLK - Falkland Islands (Malvinas) + + 2022-03-30 + SUR + Harshvardhan J. Pandit + 740 + SR + Suriname + 740 + Suriname accepted - 238 - 238 + + + + + Harshvardhan J. Pandit + Albania + 8 + ALB - FK + Albania + accepted + 8 + AL + 2022-03-30 - + + GBR + Harshvardhan J. Pandit + United Kingdom of Great Britain and Northern Ireland + 826 + GB accepted - + + + + 826 + United Kingdom of Great Britain and Northern Ireland + 2022-03-30 + + + + 2022-03-30 - Saxony Harshvardhan J. Pandit - Saxony + Bavaria + + + accepted + Bavaria - - + + + - - + Harshvardhan J. Pandit - CentralAmerica - - + France + 250 accepted + France + + + + + FR + 250 2022-03-30 - CentralAmerica - - - - - - - - - - - - + FRA + + + + + + + + - + Harshvardhan J. Pandit - https://www.cpdp.bg/ - - + LatinAmericaandtheCaribbean accepted - Commission for Personal Data Protection + + + LatinAmericaandtheCaribbean 2022-03-30 + + + - - Commission for Personal Data Protection + + 854 + 2022-03-30 + Burkina Faso + + + + Harshvardhan J. Pandit + BF + BFA + Burkina Faso + 854 + accepted - + + Rhineland-Palatinate - + + accepted 2022-03-30 - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer Harshvardhan J. Pandit - Julian Flake - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - https://www.saechsdsb.de/ - - + Rhineland-Palatinate + - + + + + + Baden-Württemberg + + accepted + Baden-Württemberg + 2022-03-30 + Harshvardhan J. Pandit + + + + - - 474 - - - - MTQ + + Oregon + accepted + Oregon + + 2022-03-30 - Martinique - MQ + Harshvardhan J. Pandit + + + National Commission on Informatics and Liberty (CNIL) + https://www.cnil.fr/ + - - 474 - Martinique Harshvardhan J. Pandit + + accepted + 2022-03-30 + + National Commission on Informatics and Liberty (CNIL) - + + accepted + 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 + 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 2022-03-30 Julian Flake Harshvardhan J. Pandit - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - - accepted - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf - + + 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 + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + + - - + + DEU + 276 + Germany + DE + accepted + + - Tonga - - - Harshvardhan J. Pandit + 2022-03-30 - TON - Tonga - TO - accepted - 776 - 776 - - Harshvardhan J. Pandit - - - 2022-03-30 - - - - EU Adequacy Decision for Isle of Man - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - accepted + 276 + Germany + + + + + + + + + - - Harshvardhan J. Pandit - Michigan - - + + JE + 832 + + + + accepted + Jersey + JEY + Jersey 2022-03-30 - Michigan + Harshvardhan J. Pandit + 832 - - - - - + + State of Palestine - 535 - 535 - BES - BQ - Harshvardhan J. Pandit - Bonaire, Sint Eustatius and Saba + + PS 2022-03-30 + + + Harshvardhan J. Pandit + State of Palestine + 275 accepted - Bonaire, Sint Eustatius and Saba + PSE + 275 - + 2022-03-30 - accepted - - - - SouthernAfrica + 710 + ZA Harshvardhan J. Pandit - SouthernAfrica - - - Rwanda - RW + + + + + + South Africa + 710 + ZAF + South Africa accepted + + + Zimbabwe 2022-03-30 - 646 - - - - Rwanda - 646 - - RWA + Harshvardhan J. Pandit + 716 + ZWE + + + + Zimbabwe + accepted + 716 + ZW - - Myanmar + + + - MM Harshvardhan J. Pandit - MMR - Myanmar - 2022-03-30 + LA + 418 + Lao People's Democratic Republic accepted - 104 - 104 - - + 418 + 2022-03-30 + LAO + Lao People's Democratic Republic - - 334 - HM - 334 - Heard Island and McDonald Islands + + - - HMD + MHL + MH + Marshall Islands accepted - 2022-03-30 + 584 - Heard Island and McDonald Islands + Marshall Islands + 2022-03-30 Harshvardhan J. Pandit + 584 - + Harshvardhan J. Pandit - - Illinois - + + + 60 + Bermuda + BM + accepted + + 60 + Bermuda 2022-03-30 - accepted - Illinois + BMU - - PCN - - + + SouthernEurope Harshvardhan J. Pandit - Pitcairn - 2022-03-30 accepted - 612 - Pitcairn + SouthernEurope - - PN - 612 - - - - + + + 2022-03-30 - - - - Indonesia - 360 - 360 + + Denmark accepted - 2022-03-30 - Indonesia - IDN - ID + + + 208 + 2022-03-30 + Denmark Harshvardhan J. Pandit + DNK + DK + 208 + + + + + + + + - - https://www.lda.brandenburg.de/ - 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 - Julian Flake - Harshvardhan J. Pandit - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - The state representative for data protection and the right to inspect files in Brandenburg + + + + - + https://datenschutz.sachsen-anhalt.de/ + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + Harshvardhan J. Pandit + Julian Flake + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + + accepted 2022-03-30 + + + Kyrgyzstan - - + + 417 accepted - - - - - - Sark + KGZ + Kyrgyzstan + + + 2022-03-30 + KG Harshvardhan J. Pandit - + 417 + + + Nepal + 524 + NP + + 524 + Nepal accepted + NPL 2022-03-30 - Sark - - + + Harshvardhan J. Pandit - Kansas - - - + + + 266 + + + accepted + + + Gabon 2022-03-30 - Kansas + 266 + Harshvardhan J. Pandit + GA + Gabon + GAB - + + Malta + 470 - - 2022-03-30 - Luxembourg - 442 + + accepted - 442 - LU - accepted - Luxembourg + MLT + 2022-03-30 Harshvardhan J. Pandit - LUX + Malta + 470 + MT - - - + + + + - - - - SouthernEurope - - - 2022-03-30 - SouthernEurope - accepted - Harshvardhan J. Pandit - - + + Greenland - + + 304 accepted - West Virginia - West Virginia - Harshvardhan J. Pandit - - 2022-03-30 - - - Berlin + + + Greenland 2022-03-30 - - - accepted - Berlin - Harshvardhan J. Pandit - - - - + 304 + GRL + GL - - ISO-alpha3 - - - Harshvardhan J. Pandit - - The ISO-Alpha3 code for a given region - - - - + 2022-03-30 - accepted - - + 634 + - + QA + QAT + Harshvardhan J. Pandit - CentralAsia - 2022-03-30 + Qatar + 634 accepted - CentralAsia + Qatar - - - - - CHL - Chile - Harshvardhan J. Pandit - 152 - 152 - CL - 2022-03-30 - Chile - accepted - - + + + + + + + + + + + + + + + + + + + - - - + + https://idpc.org.mt + + Harshvardhan J. Pandit - - ISO-numeric - - - accepted + + 2022-03-30 - The ISO-Numeric code for a given region - - - - - + Office of the Information and Data Protection Commissioner + Office of the Information and Data Protection Commissioner - - Bahrain - - - Bahrain + + Harshvardhan J. Pandit + accepted + Oceania - + + Oceania 2022-03-30 - BHR - accepted - BH - 48 - 48 - Harshvardhan J. Pandit - - + + - - http://www.naih.hu/ + Harshvardhan J. Pandit + PN + + + 612 + Pitcairn + PCN accepted - Harshvardhan J. Pandit - Hungarian National Authority for Data Protection and Freedom of Information + Pitcairn 2022-03-30 - Hungarian National Authority for Data Protection and Freedom of Information - + 612 - - accepted - 156 + + - - - - China - CN Harshvardhan J. Pandit - China - CHN - 156 + Danish Data Protection Agency + + accepted 2022-03-30 + + http://www.datatilsynet.dk/ + Danish Data Protection Agency - - accepted + 2022-03-30 - BO + Wisconsin + + - - Bolivia (Plurinational State of) - 68 - - - - BOL Harshvardhan J. Pandit - 68 - Bolivia (Plurinational State of) + Wisconsin + accepted - - + + U.S. Virgin Islands + U.S. Virgin Islands accepted - + + 2022-03-30 - National Commission for Data Protection - National Commission for Data Protection Harshvardhan J. Pandit - - https://cnpd.public.lu - - Romania - ROU - 2022-03-30 + + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + + + + Harshvardhan J. Pandit + Julian Flake accepted - RO + - - Romania - 642 - 642 - - - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + 2022-03-30 + + https://www.tlfdi.de/ - + + accepted + 2022-03-30 + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) Harshvardhan J. Pandit - Pennsylvania - + Julian Flake + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + + + + 2022-03-30 - + https://www.datenschutz.bremen.de/ + + + + Harshvardhan J. Pandit + Julian Flake + Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen + The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen + + + accepted - Pennsylvania + Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen + The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen - + 2022-03-30 + + - Botswana - accepted - - - BWA - BW - 72 - Botswana - 72 Harshvardhan J. Pandit + 426 + Lesotho + LS + LSO + 426 + accepted + Lesotho - - 2022-03-30 - 796 - 796 + accepted - Turks and Caicos Islands - - - - TCA - Harshvardhan J. Pandit - TC - Turks and Caicos Islands - - - Greenland + BD + BGD + + + 50 2022-03-30 - GRL - 304 - - - accepted - - - 304 - Greenland - GL + Bangladesh Harshvardhan J. Pandit + Bangladesh + 50 - - - + + + + + + + + + + + + + + + + + + - - - + + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + https://www.datenschutz.saarland.de/ + - - accepted - EU Adequacy Decision for Uruguay - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - Harshvardhan J. Pandit - 2022-03-30 - - - - - 440 - LTU + + + Harshvardhan J. Pandit - Lithuania + 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 accepted 2022-03-30 - LT - Lithuania - - - 440 - - - - - - - - + - - - + + + + Europe + accepted + Europe 2022-03-30 - American Samoa + Harshvardhan J. Pandit + + + + Harshvardhan J. Pandit + accepted + - + http://www.dataprotection.gov.sk/ + + Office for Personal Data Protection of the Slovak Republic + Office for Personal Data Protection of the Slovak Republic + 2022-03-30 + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 accepted - AS - ASM - 16 - 16 + + + EU Adequacy Decision for Jersey + + + + 2022-03-30 Harshvardhan J. Pandit - American Samoa - - 2022-03-30 - RS - Serbia + + accepted - - - accepted - SRB - Serbia + Japan + 2022-03-30 Harshvardhan J. Pandit - 688 - 688 + JP + 392 + + + JPN + 392 + Japan - - - accepted + + http://www.dvi.gov.lv/ + + + Harshvardhan J. Pandit + accepted + Data State Inspectorate + Data State Inspectorate + 2022-03-30 + + + Harshvardhan J. Pandit + accepted + National Supervisory Authority for Personal Data Processing - https://www.garanteprivacy.it/ - Data Protection Commission - Data Protection Commission + + National Supervisory Authority for Personal Data Processing + 2022-03-30 + http://www.dataprotection.ro/ - - Antigua and Barbuda - AG + + 660 + AI - + Anguilla + 2022-03-30 + accepted + - ATG + AIA + Anguilla Harshvardhan J. Pandit - 28 - Antigua and Barbuda - 28 + 660 + + accepted + 116 + Cambodia + + 2022-03-30 + KHM + 116 + + + Harshvardhan J. Pandit + Cambodia + KH - - - - - - - + + + + 2022-03-30 + + + + EU Adequacy Decision for Israel + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 Harshvardhan J. Pandit - Julian Flake accepted - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - https://www.datenschutz.saarland.de/ - - - - - - - Estonia + + 756 + accepted + Switzerland + + + 756 - 233 - - - EST - EE - 233 - Estonia + 2022-03-30 + CH Harshvardhan J. Pandit + Switzerland + CHE + + + + + + EU Adequacy Decision for Andorra 2022-03-30 + + + + Harshvardhan J. Pandit + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? accepted - - - - - - - - - + + Ukraine + Harshvardhan J. Pandit + 804 + 804 + + accepted - - Bremen - Harshvardhan J. Pandit - Bremen + + UA + Ukraine 2022-03-30 - - - - - + UKR - - - - - KN - Harshvardhan J. Pandit - KNA - 659 - Saint Kitts and Nevis + + REU accepted - 2022-03-30 - 659 - Saint Kitts and Nevis + RE + Réunion + 638 + + + + 2022-03-30 + Harshvardhan J. Pandit + Réunion + 638 - + + Information Commissioner of the Republic of Slovenia + Harshvardhan J. Pandit + + + + + https://www.ip-rs.si/ accepted + Information Commissioner of the Republic of Slovenia 2022-03-30 - TGO - - - - 768 - 768 + + + accepted + AustraliaandNewZealand - - Togo - TG + + 2022-03-30 Harshvardhan J. Pandit - Togo + + AustraliaandNewZealand - + + + + + + + + + + + + + + + NorthernEurope 2022-03-30 - - - accepted - NorthernAfrica - - NorthernAfrica Harshvardhan J. Pandit + NorthernEurope + accepted - - 340 + + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + Julian Flake + Harshvardhan J. Pandit + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + 2022-03-30 - HND - 340 accepted - - - + - - Honduras - Harshvardhan J. Pandit - Honduras - HN + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - + + 2022-03-30 + CYM + 136 - + - MS - 500 - Montserrat + Cayman Islands Harshvardhan J. Pandit - MSR - 500 - 2022-03-30 + Cayman Islands + 136 accepted - Montserrat + KY - - EC - Harshvardhan J. Pandit - 218 - - - - Ecuador - 2022-03-30 + + ChannelIslands - + accepted - Ecuador - ECU - 218 - - - 324 + + 2022-03-30 + ChannelIslands Harshvardhan J. Pandit - GN - + + + 72 + - GIN - Guinea - 2022-03-30 accepted - 324 + BW + Botswana - Guinea + 72 + 2022-03-30 + Harshvardhan J. Pandit + Botswana + BWA - - 430 + + + + Palau Harshvardhan J. Pandit - Liberia - LR - - - - LBR + + + 585 + Palau + accepted + PLW + 585 2022-03-30 + PW + + accepted + Democratic Republic of the Congo + CD + 180 + + + - Liberia - 430 - - - 2000-08-25 - - - Kentucky - - - + COD 2022-03-30 - accepted - Kentucky Harshvardhan J. Pandit + Democratic Republic of the Congo + 180 - + accepted - Republic of Moldova - MDA - - - 498 - Harshvardhan J. Pandit - MD - 498 - Republic of Moldova + 531 + CW + + + 2022-03-30 + Curaçao + Harshvardhan J. Pandit + CUW + 531 + Curaçao - + + RW + RWA + Rwanda accepted - + 646 + + + - - Harshvardhan J. Pandit - - + 2022-03-30 - EU Adequacy Decision for New Zealand - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - + Harshvardhan J. Pandit + 646 + Rwanda - - + + GG + 831 + + + - United States Virgin Islands - - - - VI - Harshvardhan J. Pandit - United States Virgin Islands - 850 + + Guernsey 2022-03-30 - VIR - 850 + 831 + Harshvardhan J. Pandit + GGY + Guernsey accepted - - 2022-03-30 + + AU + 36 + Australia - - + accepted + 36 + + + AUS + 2022-03-30 Harshvardhan J. Pandit - https://www.ip-rs.si/ - Information Commissioner of the Republic of Slovenia - Information Commissioner of the Republic of Slovenia - + Australia - - Andorra - 2022-03-30 + + + + Niue + Harshvardhan J. Pandit + 570 + NU accepted - 20 - AND + Niue - - - 20 - AD - Andorra + NIU + 570 + 2022-03-30 + + + + + + + + + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + https://www.datenschutz.rlp.de/ + Harshvardhan J. Pandit + accepted + 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 - - San Marino + Harshvardhan J. Pandit - - - San Marino - SM + Iowa accepted - + + Iowa + 2022-03-30 - SMR - 674 - 674 - - - + + SubSaharanAfrica accepted - - - ALA - 248 - Åland Islands - 248 - Harshvardhan J. Pandit - AX - Åland Islands + + 2022-03-30 + Harshvardhan J. Pandit + SubSaharanAfrica + - + + FIN + + accepted - - - - + Finland + FI + 246 - NER - Niger - Harshvardhan J. Pandit - 562 - Niger - 562 + 2022-03-30 - NE - - - 2019-01-23 + Harshvardhan J. Pandit + Finland + 246 + + + + + + + + - + + accepted - Alabama - Harshvardhan J. Pandit - 2022-03-30 - Alabama + Saxony-Anhalt + + 2022-03-30 + Saxony-Anhalt + Harshvardhan J. Pandit + + + + + + + accepted + + Arkansas + 2022-03-30 + Harshvardhan J. Pandit + Arkansas - - - https://uodo.gov.pl/ - + + + + + + Eritrea - - 2022-03-30 + accepted + ERI + ER + 232 + + + + 2022-03-30 Harshvardhan J. Pandit - Personal Data Protection Office - Personal Data Protection Office + 232 + Eritrea - - North Dakota - Harshvardhan J. Pandit - - North Dakota + + + + + + + + + Dominican Republic accepted - + 2022-03-30 - - - - - TJK - 762 - 762 - Tajikistan + + + + Dominican Republic + 214 Harshvardhan J. Pandit - TJ + DOM + 214 + DO + + 2022-03-30 - Tajikistan + 666 + + + Harshvardhan J. Pandit + 666 + Saint Pierre and Miquelon + PM + SPM accepted + Saint Pierre and Miquelon - - - - - ZA - Harshvardhan J. Pandit - South Africa + accepted 2022-03-30 - ZAF - 710 - 710 + + https://dsb.gv.at - - South Africa + + Harshvardhan J. Pandit + Austrian Data Protection Authority + + Austrian Data Protection Authority - - Julian Flake + Harshvardhan J. Pandit - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - accepted - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen - + EU Adequacy Decision for New Zealand + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + + + + accepted 2022-03-30 - - + + - + 2022-03-30 - - accepted - California + + + + http://www.azop.hr/ Harshvardhan J. Pandit - California - - - + Croatian Personal Data Protection Agency + Croatian Personal Data Protection Agency + accepted - - 788 - - - Harshvardhan J. Pandit - Tunisia - 2022-03-30 + + OMN accepted - TUN + Oman + 512 - TN - Tunisia - 788 + 2022-03-30 + Oman + OM + 512 + Harshvardhan J. Pandit + + - - Lesotho - 426 + + 414 + KWT + Kuwait + accepted + + + KW + 414 2022-03-30 - LSO + Harshvardhan J. Pandit + + + Kuwait + + + 10 + Harshvardhan J. Pandit + Antarctica + AQ + accepted + 10 + Antarctica - accepted - - - - Lesotho - LS - Harshvardhan J. Pandit - 426 + ATA + 2022-03-30 - + accepted - KW - 414 - Kuwait + 762 + Tajikistan + - + 2022-03-30 Harshvardhan J. Pandit - KWT - Kuwait - 414 + TJK + TJ + 762 + Tajikistan + + + + + + + + Harshvardhan J. Pandit + The UN-M49 code for a given region + + accepted + UN-M49 2022-03-30 + - - - - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + accepted + + + Africa + 2022-03-30 Harshvardhan J. Pandit - Julian Flake - - Saarländisches Datenschutzgesetz - Saarland Data Protection Act + Africa + + + Pennsylvania + + + accepted + + Pennsylvania 2022-03-30 - + Harshvardhan J. Pandit - - 694 - 694 + + 2022-03-30 - - - - Sierra Leone + + + Maryland + Harshvardhan J. Pandit accepted + Maryland + + + + + 12 + Algeria + DZA - SLE - Sierra Leone - SL + 12 + Algeria + DZ + accepted Harshvardhan J. Pandit + 2022-03-30 - - - + + + + Spanish Data Protection Agency (AEPD) 2022-03-30 - Christmas Island - accepted - - 162 - Christmas Island + + Spanish Data Protection Agency (AEPD) Harshvardhan J. Pandit - 162 - CX - CXR - - accepted - 2022-03-30 - JEY - 832 - 832 - JE - - + https://www.aepd.es/ + + - + + 2022-03-30 - Jersey + + 492 + Monaco + MCO Harshvardhan J. Pandit - Jersey + Monaco + MC + 492 + accepted - - - Data Protection Commission (DPC) - + + CentralAsia + accepted - + 2022-03-30 - accepted + CentralAsia + Harshvardhan J. Pandit - http://www.dataprotection.ie - Data Protection Commission (DPC) - + + - - Puerto Rico - Harshvardhan J. Pandit - 630 - 630 - 2022-03-30 - PRI accepted - PR - Puerto Rico + BV + Bouvet Island + 74 + BVT + 2022-03-30 + Harshvardhan J. Pandit + 74 + Bouvet Island - + - Thailand - 764 - 764 - Harshvardhan J. Pandit + Sri Lanka + 2022-03-30 + - - Thailand - TH + 144 + Harshvardhan J. Pandit + LKA + 144 + Sri Lanka accepted - THA - 2022-03-30 + LK - - 2022-03-30 - GF - 254 - French Guiana + + NR + + + Nauru + accepted - 254 + 520 + 2022-03-30 + Harshvardhan J. Pandit + Nauru + 520 + NRU + + + 434 + + + Libya + LBY + 434 accepted - - - - GUF + LY + + + 2022-03-30 + Libya Harshvardhan J. Pandit - French Guiana - - - - - - - - - - + + + + + + + + + + + - - 2022-03-30 - Europe - + + Office for Personal Data Protection + Harshvardhan J. Pandit + + + https://www.uoou.cz/ + accepted - Europe - Harshvardhan J. Pandit + 2022-03-30 + Office for Personal Data Protection - - - - + accepted + + 2022-03-30 - Tennessee Harshvardhan J. Pandit - Tennessee + Americas + Americas - - Harshvardhan J. Pandit - Julian Flake - - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + accepted - 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 - 2022-03-30 - - 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 - - - - Connecticut - Harshvardhan J. Pandit - - 2022-03-30 - accepted - Connecticut - - - - - - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - Julian Flake + + Washington Harshvardhan J. Pandit - + Washington + + + accepted + French Guiana + + + + 254 - + + GF 2022-03-30 - https://www.tlfdi.de/ - accepted + Harshvardhan J. Pandit + GUF + 254 + French Guiana - + + accepted - South Dakota - Harshvardhan J. Pandit + Michigan 2022-03-30 - South Dakota - accepted + Harshvardhan J. Pandit + Michigan - - - 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-04-02 - 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 - dpvo-legal - https://w3id.org/dpv/dpv-owl/dpv-legal - - 0.6 + + + + + + + + + - - Algeria - DZ + + 732 + Western Sahara - Harshvardhan J. Pandit - 12 - 12 - 2022-03-30 - Algeria accepted + Western Sahara - DZA - - - - + 732 + ESH 2022-03-30 - Brunei Darussalam - - - 96 - accepted - BN - 96 - BRN Harshvardhan J. Pandit - Brunei Darussalam + EH - - - - Nicaragua - - - - NI - Harshvardhan J. Pandit - 558 - Nicaragua + + 533 accepted - 2022-03-30 - NIC - 558 - - - - - - MRT - Mauritania - 478 + + + + ABW + Aruba 2022-03-30 - accepted - 478 - Mauritania Harshvardhan J. Pandit - MR + 533 + AW + Aruba - - WesternAfrica - Harshvardhan J. Pandit - - - WesternAfrica - 2022-03-30 - - accepted + + + + + + + + + + - - 344 - - - Harshvardhan J. Pandit - HKG - China, Hong Kong Special Administrative Region - HK - 2022-03-30 - accepted + + - - 344 - China, Hong Kong Special Administrative Region - - - - - - Harshvardhan J. Pandit - Saint Lucia - LCA - - - + California accepted + California + 2022-03-30 - 662 - Saint Lucia + + + + - LC - 662 - - 2022-03-30 - - - accepted - - Hesse - Harshvardhan J. Pandit - Hesse - - - - - - Harshvardhan J. Pandit - Oklahoma - 2022-03-30 - - - - accepted - Oklahoma - - - - - - - + 226 + + + + 226 + Equatorial Guinea + GQ + Equatorial Guinea + GNQ + accepted - - http://www.dataprotection.ro/ - + + + + + 748 + SZ + accepted + Eswatini - - National Supervisory Authority for Personal Data Processing + 2022-03-30 - - accepted - National Supervisory Authority for Personal Data Processing + SWZ Harshvardhan J. Pandit + 748 + Eswatini - - - - - The Federal Commissioner for Data Protection and Freedom of Information + + Bolivia (Plurinational State of) - - 2022-03-30 - The Federal Commissioner for Data Protection and Freedom of Information - http://www.bfdi.bund.de/ + + 68 + + + accepted + BO + 2022-03-30 Harshvardhan J. Pandit + Bolivia (Plurinational State of) + BOL + 68 - - Comissão Nacional de Protecção de Dados - - Comissão Nacional de Protecção de Dados - https://www.cnpd.pt - 2022-03-30 + + 2020-02-01 + + - + + Brandenburg accepted + 2022-03-30 Harshvardhan J. Pandit - + Brandenburg + + + + + - - - - - SHN + + 499 + + + Montenegro accepted + ME + MNE 2022-03-30 - Saint Helena - 654 Harshvardhan J. Pandit - 654 - Saint Helena - SH + 499 + Montenegro - - - + + + + + + - + + accepted + + + MiddleAfrica + 2022-03-30 + Harshvardhan J. Pandit + + MiddleAfrica + + + 2022-03-30 Harshvardhan J. Pandit + Julian Flake + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + accepted + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + + + + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + + + + Arizona - Texas accepted - 2022-03-30 - - Texas + + 2022-03-30 + Harshvardhan J. Pandit + Arizona - + + Harshvardhan J. Pandit + Kansas accepted - Guam - Harshvardhan J. Pandit - 2022-03-30 - Guam + Kansas + 2022-03-30 - + + + + Julian Flake Harshvardhan J. Pandit - Bermuda - 60 - 60 + + + + https://www.datenschutz-berlin.de/ accepted - - + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit 2022-03-30 - BMU - Bermuda - - - BM - - - - - - - + + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit - - 2020-01-31 + + + + + + + - - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - - - - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - https://www.datenschutz-hamburg.de/ - Julian Flake - Harshvardhan J. Pandit + 2022-03-30 + Harshvardhan J. Pandit + Trinidad and Tobago + 780 + + + + Trinidad and Tobago - - + + TT accepted + TTO + 780 - - 504 - - - Harshvardhan J. Pandit - MAR - Morocco + + + + + + + accepted + SoutheasternAsia + + 2022-03-30 - MA - Morocco + Harshvardhan J. Pandit + SoutheasternAsia + + + + 566 + + + + Nigeria accepted - 504 - - - - - - - - - - 268 - Georgia + NGA + 566 + Nigeria + 2022-03-30 Harshvardhan J. Pandit - - - 268 - GE + NG + + + Guatemala + + + + GT + 320 + GTM accepted - 2022-03-30 - GEO - Georgia - - - - - - - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - accepted - EU Adequacy Decision for Argentina - Harshvardhan J. Pandit + Guatemala + 320 2022-03-30 + Harshvardhan J. Pandit - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - EU Adequacy Decision for Switzerland + + 2022-03-30 + Harshvardhan J. Pandit + NorthernAmerica + NorthernAmerica accepted - - - Harshvardhan J. Pandit - - + + + + + + + 2022-03-30 - + American Samoa + Harshvardhan J. Pandit + American Samoa + accepted - - + + New Caledonia + + + - Nauru + 540 + accepted + NCL + NC 2022-03-30 - NRU - 520 + New Caledonia + Harshvardhan J. Pandit + 540 + + accepted - 520 - Nauru + 2022-03-30 + Taiwan (Province of China) Harshvardhan J. Pandit - NR + Taiwan (Province of China) - - Kiribati + + Northern Mariana Islands + 580 + + + MNP + accepted + MP + 2022-03-30 + Northern Mariana Islands + 580 Harshvardhan J. Pandit - - 296 - 2022-03-30 - KI - 296 + + + + 796 + Turks and Caicos Islands + + + accepted - KIR - Kiribati + 796 + 2022-03-30 + Harshvardhan J. Pandit + TCA + TC + Turks and Caicos Islands + + + + + + + + + SO + + + + Somalia + 2022-03-30 + Harshvardhan J. Pandit + 706 + SOM + Somalia + 706 + accepted - - CHE + - 756 - Switzerland - Harshvardhan J. Pandit - 756 - Switzerland - 2022-03-30 accepted - CH - - - Harshvardhan J. Pandit - - - Viet Nam - VNM - VN - 704 - accepted + 40 + Austria + AT 2022-03-30 - 704 + AUT + Harshvardhan J. Pandit + Austria + 40 + + + + + + + + + + + + + + 332 + HT + Haiti - Viet Nam - - - - - + 332 + accepted + 2022-03-30 + HTI + Haiti + Harshvardhan J. Pandit - - - Estonian Data Protection Inspectorate - + + 2022-03-30 + - - accepted Harshvardhan J. Pandit - Estonian Data Protection Inspectorate - http://www.aki.ee/ + New Mexico + New Mexico + accepted - - Harshvardhan J. Pandit - Bavaria - - + + accepted + CN + + China + 2022-03-30 + 156 + CHN + + + Harshvardhan J. Pandit + 156 + China + + + 2018-05-25 + + accepted + Sweden + 752 + + + + + SWE 2022-03-30 - Bavaria - + Harshvardhan J. Pandit + SE + Sweden + 752 - - - + + + + + + + - + + accepted + Minnesota + + + + 2022-03-30 Harshvardhan J. Pandit - WesternEurope - + Minnesota + + 2022-03-30 - + - WesternEurope + Harshvardhan J. Pandit + + + + Seychelles + SC + 690 + SYC + Seychelles + 690 accepted - - Harshvardhan J. Pandit - - Nevada + 2022-03-30 - + - accepted - Nevada - - + + + 360 Harshvardhan J. Pandit - United States Minor Outlying Islands - - - - 2022-03-30 + Indonesia + IDN + 360 accepted - United States Minor Outlying Islands + ID + Indonesia - - 2022-03-30 - + + Idaho + + accepted - - NorthernAmerica - NorthernAmerica + 2022-03-30 Harshvardhan J. Pandit + Idaho - - - - - - - - - - - + accepted + - - Oceania - Harshvardhan J. Pandit - Oceania + + 2022-03-30 - - Harshvardhan J. Pandit - - NorthernEurope - - + EU Adequacy Decision for Guernsey + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + + accepted + + + SouthernAfrica + 2022-03-30 - NorthernEurope + Harshvardhan J. Pandit + SouthernAfrica - - PSE + + accepted + + + + + + ISO-numeric + Harshvardhan J. Pandit - - - 275 - State of Palestine - 275 2022-03-30 - PS - accepted - - - State of Palestine - - - 2002-01-04 - - - 2003-11-21 + + The ISO-Numeric code for a given region - + + accepted + Nevada - Iowa - + 2022-03-30 - accepted - Iowa Harshvardhan J. Pandit + Nevada - - - - - - 2022-03-30 - - Wisconsin - + + Mississippi + accepted + + 2022-03-30 Harshvardhan J. Pandit - Wisconsin + Mississippi - + + WesternEurope + accepted + + + 2022-03-30 - - - Cocos (Keeling) Islands - CC - CCK + Harshvardhan J. Pandit + WesternEurope + + + Costa Rica - 166 accepted - 166 - Harshvardhan J. Pandit - Cocos (Keeling) Islands - - - - - - - 2019-11-20 - - - - Dominica - 212 - Harshvardhan J. Pandit - 212 + + Costa Rica + 188 2022-03-30 - DM + CR + CRI + Harshvardhan J. Pandit + 188 + + accepted - DMA - Dominica + Saint Martin (French Part) + 663 + MAF + 2022-03-30 + Harshvardhan J. Pandit + + + + 663 + Saint Martin (French Part) + MF - - - + + Hesse + accepted + + + Hesse 2022-03-30 - North-Rhine Westphalia - - North-Rhine Westphalia Harshvardhan J. Pandit - + - + - + + Wyoming + Harshvardhan J. Pandit accepted + + + Wyoming + 2022-03-30 + + + Georgia + accepted - - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt + + 2022-03-30 + Harshvardhan J. Pandit - Julian Flake - - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - https://datenschutz.sachsen-anhalt.de/ - - - + Georgia - - Gambia - GM - Harshvardhan J. Pandit - Gambia + + + + 2022-03-30 - - - - 270 - GMB + Caribbean + Harshvardhan J. Pandit accepted + Caribbean + + + + + - - 270 + + + EU Adequacy Decision for Japan + 2022-03-30 + http://data.europa.eu/eli/dec_impl/2019/419/oj + Harshvardhan J. Pandit + accepted + + + 2012-12-20 - + + + + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + Harshvardhan J. Pandit accepted - California Privacy Rights Act (CPRA) - + 2022-03-30 + https://tietosuoja.fi/ + + + + SouthernAsia + accepted - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - California Privacy Rights Act (CPRA) + + 2022-03-30 + Harshvardhan J. Pandit - + SouthernAsia - - + + Illinois + accepted - Utah - 2022-03-30 + - accepted - Utah + 2022-03-30 + Illinois Harshvardhan J. Pandit - - - - - - - - + - + - - Harshvardhan J. Pandit - Africa - 2022-03-30 - - + + Iran (Islamic Republic of) accepted - Africa - - - 2013-07-01 - - - + 364 + IRN + + 2022-03-30 - Wyoming - + IR + 364 + Iran (Islamic Republic of) + + + Harshvardhan J. Pandit + + + 862 + + VEN + + + accepted + Venezuela (Bolivarian Republic of) + VE + Venezuela (Bolivarian Republic of) + 862 + 2022-03-30 Harshvardhan J. Pandit - Wyoming - - + + Alabama + + Alabama + accepted 2022-03-30 - MiddleAfrica - Harshvardhan J. Pandit - MiddleAfrica - - Harshvardhan J. Pandit - District of Columbia + + + + + + 2008-05-26 + + + North Dakota + + accepted 2022-03-30 - + North Dakota + Harshvardhan J. Pandit + + + EasternAfrica + accepted - District of Columbia + + 2022-03-30 + EasternAfrica + Harshvardhan J. Pandit + - - + + - - 2014-04-12 + + + - - 2020-02-01 + + 2019-01-23 - - Lower-Saxony - Harshvardhan J. Pandit + + accepted + + + Ohio + 2022-03-30 + Harshvardhan J. Pandit + Ohio + + + https://www.dataprotectionauthority.be/ + - Lower-Saxony - + Harshvardhan J. Pandit accepted 2022-03-30 + - - - + Belgian Data Protection Authority + Belgian Data Protection Authority - - 2010-10-21 + + + + + + 2002-01-04 - - + + 2013-07-01 + + + + - + + + + + + CentralAmerica accepted - 2022-03-30 - 410 - KOR - 410 - KR - Republic of Korea - - - + + 2022-03-30 Harshvardhan J. Pandit - Republic of Korea + + CentralAmerica - - Harshvardhan J. Pandit - EasternAfrica - + + Utah + + accepted + 2022-03-30 - accepted - - EasternAfrica - - Harshvardhan J. Pandit - Americas - + Utah + + + Vermont + + accepted 2022-03-30 - Americas + Harshvardhan J. Pandit + Vermont - + 2003-07-05 - - Taiwan (Province of China) - Harshvardhan J. Pandit - accepted - - - 2022-03-30 - Taiwan (Province of China) + + + - - Harshvardhan J. Pandit - Montana - - - - 2022-03-30 - accepted - Montana + + 2014-04-12 - - + + - + + - - + + - - - 2010-03-09 + + 760 + Syrian Arab Republic + + + accepted + SYR + 760 + + + 2022-03-30 + SY + Syrian Arab Republic + Harshvardhan J. Pandit - - - + + 2020-01-31 - - 2012-12-20 + + 2004-04-30 - - 2020-01-01 + + 2010-03-09 - - 2018-05-25 + + + - - 2021-06-28 + + + - - 2004-04-30 + + 2021-06-28 - - 2011-02-01 + + 2012-08-22 - + + - - - + + 2011-02-01 + + + - + 2020-02-01 - - 2020-01-31 + + 2010-10-21 + + + 2020-01-01 - + 2023-01-01 + + + + + + 2020-01-31 + + + 2019-11-20 + + + 2000-08-25 + diff --git a/dpv-owl/dpv-legal/dpv-legal.ttl b/dpv-owl/dpv-legal/dpv-legal.ttl index b44bfc64f..cdcac48da 100644 --- a/dpv-owl/dpv-legal/dpv-legal.ttl +++ b/dpv-owl/dpv-legal/dpv-legal.ttl @@ -21,12 +21,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvo-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-legal:AQ a owl:NamedIndividual, dpvo:Country ; diff --git a/dpv-owl/dpv-legal/index.html b/dpv-owl/dpv-legal/index.html index b55a5b5be..0900d63cc 100644 --- a/dpv-owl/dpv-legal/index.html +++ b/dpv-owl/dpv-legal/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", @@ -3153,7 +3153,7 @@

Adequacy-EU-AD

- + @@ -3194,7 +3194,7 @@

Adequacy-EU-AR

- + @@ -3276,7 +3276,7 @@

Adequacy-EU-CH

- + @@ -3358,7 +3358,7 @@

Adequacy-EU-GB

- + @@ -3440,7 +3440,7 @@

Adequacy-EU-IL

- + @@ -3563,7 +3563,7 @@

Adequacy-EU-JP

- + diff --git a/dpv-owl/dpv-legal/modules/authorities.jsonld b/dpv-owl/dpv-legal/modules/authorities.jsonld index 88aa1ed69..1358bb5a1 100644 --- a/dpv-owl/dpv-legal/modules/authorities.jsonld +++ b/dpv-owl/dpv-legal/modules/authorities.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19,13 +19,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,25 +37,22 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -74,13 +71,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -92,30 +97,33 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "https://www.datenschutz.rlp.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -134,13 +142,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -152,12 +160,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" + "@value": "https://www.cnil.fr/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -167,15 +175,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -194,21 +194,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -220,33 +212,54 @@ "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/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + "@value": "https://www.ip-rs.si/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -265,13 +278,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -283,12 +296,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "https://www.dataprotectionauthority.be/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -298,18 +311,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -321,9 +323,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -331,21 +330,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -357,44 +348,22 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" + "@value": "http://www.datatilsynet.dk/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -413,13 +382,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -431,12 +400,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" + "@value": "http://www.naih.hu/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -446,15 +415,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -473,13 +450,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -491,12 +468,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" + "@value": "https://cnpd.public.lu" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -506,39 +483,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -557,13 +534,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -575,12 +552,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "http://www.azop.hr/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -590,450 +567,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/title": [ - { - "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/title": [ - { - "@language": "en", - "@value": "Office of the Data Protection Ombudsman" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Office of the Data Protection Ombudsman" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/title": [ - { - "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" }, { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" - }, + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1052,13 +613,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1070,30 +631,33 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" + "@value": "http://www.bfdi.bund.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" @@ -1101,15 +665,146 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1121,6 +816,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1128,13 +826,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1146,30 +852,36 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@value": "https://www.saechsdsb.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1181,6 +893,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1188,13 +903,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "The Bavarian State Commissioner for Data Protection" + }, + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "The Bavarian State Commissioner for Data Protection" + }, + { + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1206,30 +929,28 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" + "@value": "https://www.datenschutz-bayern.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1248,72 +969,40 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://dsb.gv.at" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1335,21 +1024,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@value": "Thuringia state commissioner for data protection and freedom of information" }, { "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@value": "Thuringia state commissioner for data protection and freedom of information" }, { "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1361,12 +1050,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@value": "https://www.tlfdi.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -1374,7 +1063,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1382,18 +1071,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" } ] }, @@ -1532,95 +1229,266 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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-owl/dpv-legal#DPA-DE-HE" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz.sachsen-anhalt.de/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/title": [ + { + "@language": "en", + "@value": "Dutch Data Protection Authority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Dutch Data Protection Authority" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://autoriteitpersoonsgegevens.nl" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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-owl/dpv-legal#DPA-DE-NW" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + "@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-owl/dpv-legal#DPA-DE-SL" - }, + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + "@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-owl/dpv-legal#DPA-DE-ST" - }, + "@language": "de", + "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.bremen.de/" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1642,21 +1510,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1668,12 +1536,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" + "@value": "https://www.lda.brandenburg.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -1681,7 +1549,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1689,23 +1557,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1727,21 +1587,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1753,12 +1613,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" + "@value": "https://www.ldi.nrw.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -1766,7 +1626,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1774,7 +1634,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1793,13 +1661,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1811,12 +1679,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "http://www.dataprotection.gov.sk/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -1825,6 +1693,14 @@ } ] }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH", "@type": [ @@ -1895,7 +1771,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1907,9 +1783,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1917,21 +1790,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1943,28 +1808,81 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@value": "http://www.dvi.gov.lv/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1983,13 +1901,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2001,12 +1919,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@value": "https://tietosuoja.fi/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2016,15 +1934,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2036,9 +1954,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2046,21 +1961,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + { + "@language": "en", + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2072,36 +1979,102 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/" + "@value": "https://ada.lt" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2120,13 +2093,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2138,12 +2111,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "https://www.garanteprivacy.it/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2153,23 +2126,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2191,21 +2164,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2217,12 +2190,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "https://www.datenschutz-mv.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2230,7 +2203,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -2238,26 +2211,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2276,13 +2254,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2294,12 +2272,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "http://www.aki.ee/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2309,59 +2287,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK", - "@type": [ - "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/title": [ - { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" } - ], - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2373,6 +2315,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2380,13 +2325,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2398,54 +2351,28 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@value": "https://www.datenschutz.hessen.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2457,6 +2384,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2464,13 +2394,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2482,22 +2420,28 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "https://www.lda.bayern.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2509,9 +2453,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2519,21 +2460,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2545,28 +2478,46 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "https://www.cnpd.pt" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-NL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2588,21 +2539,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The State Commissioner for Data Protection Lower Saxony" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" + "@value": "The State Commissioner for Data Protection Lower Saxony" }, { "@language": "de", - "@value": "Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen" + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2614,12 +2565,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.bremen.de/" + "@value": "https://www.lfd.niedersachsen.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2627,7 +2578,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -2635,15 +2586,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2662,13 +2605,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2680,12 +2623,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "http://www.dataprotection.ie" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2695,10 +2638,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" } ] }, @@ -2711,7 +2654,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2723,6 +2666,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2730,13 +2676,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2748,161 +2702,140 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", - "https://w3id.org/dpv/dpv-owl#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-FR" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-MT", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU" - }, + "@language": "en", + "@value": "Office of the Information and Data Protection Commissioner" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IE" - }, + "@language": "en", + "@value": "Office of the Information and Data Protection Commissioner" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-IT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://idpc.org.mt" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LU" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-LV" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-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-owl/dpv-legal#DPA-NL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" - }, + "@language": "en", + "@value": "Personal Data Protection Office" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PT" - }, + "@language": "en", + "@value": "Personal Data Protection Office" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://uodo.gov.pl/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SI" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2921,13 +2854,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2939,12 +2872,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "https://www.aepd.es/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -2954,7 +2887,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2966,9 +2899,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2976,21 +2906,13 @@ "http://purl.org/dc/terms/title": [ { "@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": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@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": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3002,52 +2924,54 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.hessen.de/" + "@value": "http://www.dataprotection.ro/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-CZ", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3066,13 +2990,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3084,12 +3008,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "https://www.uoou.cz/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -3099,15 +3023,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", "https://w3id.org/dpv/dpv-owl#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "https://w3id.org/dpv/dpv-owl#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-RO" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-GR", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3126,13 +3074,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3144,12 +3092,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "http://dpa.gr" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -3159,7 +3107,59 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-SE", + "@type": [ + "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/title": [ + { + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + } + ], + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DPA-DE-HH", "@type": [ "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3181,21 +3181,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3207,12 +3207,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@value": "https://www.datenschutz-hamburg.de/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" } ], "https://w3id.org/dpv/dpv-owl#hasLaw": [ @@ -3220,7 +3220,7 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" diff --git a/dpv-owl/dpv-legal/modules/authorities.rdf b/dpv-owl/dpv-legal/modules/authorities.rdf index 1f5798c55..89dcc0aa6 100644 --- a/dpv-owl/dpv-legal/modules/authorities.rdf +++ b/dpv-owl/dpv-legal/modules/authorities.rdf @@ -8,6 +8,40 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + + + + + https://www.lfd.niedersachsen.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + 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 + 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 + + + + + https://www.datenschutz.bremen.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + @@ -64,169 +98,122 @@ - + - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - - - + Swedish Authority for Privacy Protection + Swedish Authority for Privacy Protection + - https://www.lda.bayern.de/ + https://www.imy.se/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + - + - https://www.saechsdsb.de/ + https://datenschutz.sachsen-anhalt.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - - - + Comissão Nacional de Protecção de Dados + Comissão Nacional de Protecção de Dados + - https://www.datenschutz.saarland.de/ + https://www.cnpd.pt 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + State Data Protection Inspectorate + State Data Protection Inspectorate + + + https://ada.lt + 2022-03-30 + accepted + Harshvardhan J. Pandit - - - - - - - - + - - - - - - - - - - + - Danish Data Protection Agency - Danish Data Protection Agency - + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + + + - http://www.datatilsynet.dk/ + https://www.lda.bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - + - Estonian Data Protection Inspectorate - Estonian Data Protection Inspectorate - + National Commission for Data Protection + National Commission for Data Protection + - http://www.aki.ee/ + https://cnpd.public.lu 2022-03-30 accepted Harshvardhan J. Pandit - + - Spanish Data Protection Agency (AEPD) - Spanish Data Protection Agency (AEPD) - + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + + + - https://www.aepd.es/ + https://www.datenschutzzentrum.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - + + + + Croatian Personal Data Protection Agency + Croatian Personal Data Protection Agency + + + http://www.azop.hr/ + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -245,253 +232,263 @@ Julian Flake Harshvardhan J. Pandit - - - - + - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + - + - https://www.lfd.niedersachsen.de/ + https://www.datenschutz.saarland.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Office of the Information and Data Protection Commissioner - Office of the Information and Data Protection Commissioner - + Spanish Data Protection Agency (AEPD) + Spanish Data Protection Agency (AEPD) + - https://idpc.org.mt + https://www.aepd.es/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - - - - - https://www.datenschutz-mv.de/ - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - State Data Protection Inspectorate - State Data Protection Inspectorate - + Austrian Data Protection Authority + Austrian Data Protection Authority + - https://ada.lt + https://dsb.gv.at 2022-03-30 accepted Harshvardhan J. Pandit - + - Information Commissioner of the Republic of Slovenia - Information Commissioner of the Republic of Slovenia - + Office of the Information and Data Protection Commissioner + Office of the Information and Data Protection Commissioner + - https://www.ip-rs.si/ + https://idpc.org.mt 2022-03-30 accepted Harshvardhan J. Pandit - + - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + - + - https://www.datenschutz-bayern.de/ + https://www.datenschutz-berlin.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - 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 - 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 - + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + - + - https://www.datenschutz.bremen.de/ + https://www.ldi.nrw.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Commission for Personal Data Protection - Commission for Personal Data Protection - + National Supervisory Authority for Personal Data Processing + National Supervisory Authority for Personal Data Processing + - https://www.cpdp.bg/ + http://www.dataprotection.ro/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - + - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + - + - https://datenschutz.sachsen-anhalt.de/ + https://www.tlfdi.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - Austrian Data Protection Authority - Austrian Data Protection Authority - - - https://dsb.gv.at - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Personal Data Protection Office - Personal Data Protection Office - - - https://uodo.gov.pl/ - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - Office of the Data Protection Ombudsman - Office of the Data Protection Ombudsman - + The Federal Commissioner for Data Protection and Freedom of Information + The Federal Commissioner for Data Protection and Freedom of Information + + - https://tietosuoja.fi/ + http://www.bfdi.bund.de/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Office for Personal Data Protection of the Slovak Republic - Office for Personal Data Protection of the Slovak Republic - + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + + + - http://www.dataprotection.gov.sk/ + https://www.datenschutz-bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - + - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + - + - https://www.ldi.nrw.de/ + https://www.datenschutz-mv.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Croatian Personal Data Protection Agency - Croatian Personal Data Protection Agency - + Estonian Data Protection Inspectorate + Estonian Data Protection Inspectorate + - http://www.azop.hr/ + http://www.aki.ee/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - Belgian Data Protection Authority - Belgian Data Protection Authority - - - https://www.dataprotectionauthority.be/ - 2022-03-30 - accepted - Harshvardhan J. Pandit + + - + + + + - National Supervisory Authority for Personal Data Processing - National Supervisory Authority for Personal Data Processing - + Office for Personal Data Protection + Office for Personal Data Protection + - http://www.dataprotection.ro/ + https://www.uoou.cz/ 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + @@ -504,86 +501,87 @@ accepted Harshvardhan J. Pandit - + - National Commission on Informatics and Liberty (CNIL) - National Commission on Informatics and Liberty (CNIL) - + Hellenic Data Protection Authority + Hellenic Data Protection Authority + - https://www.cnil.fr/ + http://dpa.gr 2022-03-30 accepted Harshvardhan J. Pandit - + - Hellenic Data Protection Authority - Hellenic Data Protection Authority - + Personal Data Protection Office + Personal Data Protection Office + - http://dpa.gr + https://uodo.gov.pl/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - + - Hungarian National Authority for Data Protection and Freedom of Information - Hungarian National Authority for Data Protection and Freedom of Information - + Belgian Data Protection Authority + Belgian Data Protection Authority + - http://www.naih.hu/ + https://www.dataprotectionauthority.be/ 2022-03-30 accepted Harshvardhan J. Pandit - + + + + - National Commission for Data Protection - National Commission for Data Protection - + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + - https://cnpd.public.lu + https://tietosuoja.fi/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - + - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + - + - https://www.datenschutzzentrum.de/ + https://www.saechsdsb.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - The Federal Commissioner for Data Protection and Freedom of Information - The Federal Commissioner for Data Protection and Freedom of Information - + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + + + - http://www.bfdi.bund.de/ + https://www.datenschutz.rlp.de/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -605,34 +603,17 @@ Julian Flake Harshvardhan J. Pandit - - - - + - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - - - - - https://www.tlfdi.de/ - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - - - - - + Danish Data Protection Agency + Danish Data Protection Agency + + + http://www.datatilsynet.dk/ + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -658,41 +639,60 @@ accepted Harshvardhan J. Pandit - + - Swedish Authority for Privacy Protection - Swedish Authority for Privacy Protection - + Commission for Personal Data Protection + Commission for Personal Data Protection + - https://www.imy.se/ + https://www.cpdp.bg/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + + - - + + - - + + + + Information Commissioner of the Republic of Slovenia + Information Commissioner of the Republic of Slovenia + + + https://www.ip-rs.si/ + 2022-03-30 + accepted + Harshvardhan J. Pandit - + + + + + + + + + + - Office for Personal Data Protection - Office for Personal Data Protection - + Office for Personal Data Protection of the Slovak Republic + Office for Personal Data Protection of the Slovak Republic + - https://www.uoou.cz/ + http://www.dataprotection.gov.sk/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + @@ -711,14 +711,17 @@ Julian Flake Harshvardhan J. Pandit - + + + + - Comissão Nacional de Protecção de Dados - Comissão Nacional de Protecção de Dados - + Hungarian National Authority for Data Protection and Freedom of Information + Hungarian National Authority for Data Protection and Freedom of Information + - https://www.cnpd.pt + http://www.naih.hu/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -726,146 +729,143 @@ - + + + + - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - - - - + National Commission on Informatics and Liberty (CNIL) + National Commission on Informatics and Liberty (CNIL) + - https://www.datenschutz.rlp.de/ + https://www.cnil.fr/ 2022-03-30 accepted Harshvardhan J. Pandit - - + + - - + + - - - - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - - - - - https://www.datenschutz-berlin.de/ - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/dpv-owl/dpv-legal/modules/eu_adequacy.jsonld b/dpv-owl/dpv-legal/modules/eu_adequacy.jsonld index b1cdb17d2..05cdac884 100644 --- a/dpv-owl/dpv-legal/modules/eu_adequacy.jsonld +++ b/dpv-owl/dpv-legal/modules/eu_adequacy.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GB", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -19,13 +19,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nfef15e85d9064301a7ee8e9a087772a1" + "@id": "_:N36ec8def68c84d1ea7bbbde747ccc6cb" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Argentina" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,7 +37,7 @@ "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%3A32003D0490" + "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -45,32 +45,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" } ] }, { - "@id": "_:Nfef15e85d9064301a7ee8e9a087772a1", + "@id": "_:N36ec8def68c84d1ea7bbbde747ccc6cb", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N9965290941ec4145b34c19c3913ddd02" + "@id": "_:Ne319ef28d2a043fa9d7ad0de01290c9e" } ] }, { - "@id": "_:N9965290941ec4145b34c19c3913ddd02", + "@id": "_:Ne319ef28d2a043fa9d7ad0de01290c9e", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AD", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -89,13 +89,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N62d5b81212b74675b5f390b05f855462" + "@id": "_:N46ea6edbfe6e44b6b9b4bc07f770f44a" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -107,7 +107,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -115,32 +115,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" } ] }, { - "@id": "_:N62d5b81212b74675b5f390b05f855462", + "@id": "_:N46ea6edbfe6e44b6b9b4bc07f770f44a", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N8063540934574de58a1cd275d84b706b" + "@id": "_:N66ea1a49f7f942c0a963a9d4dc163851" } ] }, { - "@id": "_:N8063540934574de58a1cd275d84b706b", + "@id": "_:N66ea1a49f7f942c0a963a9d4dc163851", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AR", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -159,13 +159,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N715fd36ae7804546adf7fd6992aea977" + "@id": "_:N56c7a15fd4b24a3aa4269b21df1ea955" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "EU Adequacy Decision for Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -177,7 +177,7 @@ "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%3A32003D0490" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -185,32 +185,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" } ] }, { - "@id": "_:N715fd36ae7804546adf7fd6992aea977", + "@id": "_:N56c7a15fd4b24a3aa4269b21df1ea955", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N617232e287464dc69694d4a6c9c583e2" + "@id": "_:N399d70b2ad044336bcd703fd9584d051" } ] }, { - "@id": "_:N617232e287464dc69694d4a6c9c583e2", + "@id": "_:N399d70b2ad044336bcd703fd9584d051", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "2003-07-05" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CA", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -229,13 +229,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N6615e89761d44d2c94ddc138d20f2ae8" + "@id": "_:N7a9b8594b7a4483fbab834ec7fb2ca8d" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -247,7 +247,7 @@ "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%3A32010D0625?" + "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -255,32 +255,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" } ] }, { - "@id": "_:N6615e89761d44d2c94ddc138d20f2ae8", + "@id": "_:N7a9b8594b7a4483fbab834ec7fb2ca8d", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N3a6a57ac148f48abbef4729c652373e7" + "@id": "_:Nd35b4f034c9640e2acd6bdf91f3309c4" } ] }, { - "@id": "_:N3a6a57ac148f48abbef4729c652373e7", + "@id": "_:Nd35b4f034c9640e2acd6bdf91f3309c4", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@value": "2002-01-04" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JP", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -299,13 +299,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nbacd1a84122648e89ec85f3c89f9266a" + "@id": "_:N671e8c2c2e1d46d4ae7c2e37fffbb8b6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -317,7 +317,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@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" + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -325,32 +325,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" } ] }, { - "@id": "_:Nbacd1a84122648e89ec85f3c89f9266a", + "@id": "_:N671e8c2c2e1d46d4ae7c2e37fffbb8b6", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N6a2d48f470c34f9b8f6495a5a9d7550d" + "@id": "_:Nf45e27de46514056be73877a76200dec" } ] }, { - "@id": "_:N6a2d48f470c34f9b8f6495a5a9d7550d", + "@id": "_:Nf45e27de46514056be73877a76200dec", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-UY", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -369,13 +369,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N8a6384177e454d96bb016e92d8fa57ca" + "@id": "_:Nd20cea7dc97943f8952496ccd683d4a3" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -387,7 +387,7 @@ "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%3A32000D0518" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -395,32 +395,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" } ] }, { - "@id": "_:N8a6384177e454d96bb016e92d8fa57ca", + "@id": "_:Nd20cea7dc97943f8952496ccd683d4a3", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N1052b90c47d24f6cbab5f525ec9c1be5" + "@id": "_:N4fbcaeb51f664dac93b44f5a67a0a876" } ] }, { - "@id": "_:N1052b90c47d24f6cbab5f525ec9c1be5", + "@id": "_:N4fbcaeb51f664dac93b44f5a67a0a876", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CH", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -439,13 +439,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ndb5433c3008441dbb2957fa0eaf687f9" + "@id": "_:N2c6696051bdc44648a1aa49e36ad5988" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -457,7 +457,7 @@ "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%3A32000D0518" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -465,32 +465,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" } ] }, { - "@id": "_:Ndb5433c3008441dbb2957fa0eaf687f9", + "@id": "_:N2c6696051bdc44648a1aa49e36ad5988", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Neafda56e1c03465895b41d7b2884830f" + "@id": "_:N407519a0dbf94d6cbded91ef47966e46" } ] }, { - "@id": "_:Neafda56e1c03465895b41d7b2884830f", + "@id": "_:N407519a0dbf94d6cbded91ef47966e46", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-NZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -509,13 +509,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N871d9c6132fa49049ce2698b599575be" + "@id": "_:N373abc82159044deb4a864a09c4a624d" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -527,7 +527,7 @@ "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%3A32011D0061" + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -535,32 +535,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" } ] }, { - "@id": "_:N871d9c6132fa49049ce2698b599575be", + "@id": "_:N373abc82159044deb4a864a09c4a624d", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N15f39538e6fd4fdcb8313cfc5b5c5adb" + "@id": "_:N0b2c6630e7f941dba82ee4d6d8acd208" } ] }, { - "@id": "_:N15f39538e6fd4fdcb8313cfc5b5c5adb", + "@id": "_:N0b2c6630e7f941dba82ee4d6d8acd208", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-JE", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -579,13 +579,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N7d7f798eceb144f1976ed52f99f7b71a" + "@id": "_:Ndf6af152947d45f4b7b4363bea8b90d6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -597,7 +597,7 @@ "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%3A32003D0821" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -605,32 +605,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" } ] }, { - "@id": "_:N7d7f798eceb144f1976ed52f99f7b71a", + "@id": "_:Ndf6af152947d45f4b7b4363bea8b90d6", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0c75c86c2d1141989e673ff74a358841" + "@id": "_:Nb225118182a247fcb9ad302e2e43f7eb" } ] }, { - "@id": "_:N0c75c86c2d1141989e673ff74a358841", + "@id": "_:Nb225118182a247fcb9ad302e2e43f7eb", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IL", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -649,13 +649,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N3bf8f94fb0da404598b57030c949ea11" + "@id": "_:N085ae6f541ba4aeea58ae021f26f5bb7" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -667,7 +667,7 @@ "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -675,32 +675,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" } ] }, { - "@id": "_:N3bf8f94fb0da404598b57030c949ea11", + "@id": "_:N085ae6f541ba4aeea58ae021f26f5bb7", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ne1f3f5b182ee4bbfb5cd7546cea2e803" + "@id": "_:Ndb2fc65700d64c4ba89db678a5a86a16" } ] }, { - "@id": "_:Ne1f3f5b182ee4bbfb5cd7546cea2e803", + "@id": "_:Ndb2fc65700d64c4ba89db678a5a86a16", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-NZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-GG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -719,13 +719,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb3464ec6c3f641d7aa0537df28b69b07" + "@id": "_:N5aa1e88762814f8fbbc0255f7232786a" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -737,7 +737,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -745,32 +745,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" } ] }, { - "@id": "_:Nb3464ec6c3f641d7aa0537df28b69b07", + "@id": "_:N5aa1e88762814f8fbbc0255f7232786a", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0b2661cfc93341cea383cffed4fadc65" + "@id": "_:N40f8a29e78e341b082c99736b5f59a85" } ] }, { - "@id": "_:N0b2661cfc93341cea383cffed4fadc65", + "@id": "_:N40f8a29e78e341b082c99736b5f59a85", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-FO", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -789,13 +789,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ne0f3abd855ba45f88f2453d979801382" + "@id": "_:Nbb1a11c7653641c882fa7bcdcb25f9f7" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -807,7 +807,7 @@ "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%3A32012D0484" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -815,32 +815,32 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" } ] }, { - "@id": "_:Ne0f3abd855ba45f88f2453d979801382", + "@id": "_:Nbb1a11c7653641c882fa7bcdcb25f9f7", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4e4643e0dcec44c1bc2d627db90b0a02" + "@id": "_:N4d741b287db142e79e2fbaa95c60a122" } ] }, { - "@id": "_:N4e4643e0dcec44c1bc2d627db90b0a02", + "@id": "_:N4d741b287db142e79e2fbaa95c60a122", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@value": "2010-03-09" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Adequacy-EU-IM", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual", @@ -859,13 +859,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nca03873796c543e186d0b011d7e9a3a1" + "@id": "_:Nd7d89202a689477fa513729d371b51df" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "EU Adequacy Decision for Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -877,7 +877,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ @@ -885,27 +885,27 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" } ] }, { - "@id": "_:Nca03873796c543e186d0b011d7e9a3a1", + "@id": "_:Nd7d89202a689477fa513729d371b51df", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N04e137cbd2014f3e9782c359d193228f" + "@id": "_:N47dcc4e8e5c1464ba3b7d8f299cb858b" } ] }, { - "@id": "_:N04e137cbd2014f3e9782c359d193228f", + "@id": "_:N47dcc4e8e5c1464ba3b7d8f299cb858b", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2004-04-30" } ] } diff --git a/dpv-owl/dpv-legal/modules/eu_adequacy.rdf b/dpv-owl/dpv-legal/modules/eu_adequacy.rdf index 68ae39bcf..050c34a86 100644 --- a/dpv-owl/dpv-legal/modules/eu_adequacy.rdf +++ b/dpv-owl/dpv-legal/modules/eu_adequacy.rdf @@ -7,36 +7,19 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - - - - - EU Adequacy Decision for Israel - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - EU Adequacy Decision for Jersey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 + EU Adequacy Decision for Uruguay + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - @@ -45,33 +28,47 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + 2012-08-22 + + - EU Adequacy Decision for Isle of Man - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 + EU Adequacy Decision for New Zealand + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + + 2004-04-30 + + + + + + + + + + - EU Adequacy Decision for United Kingdom - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + EU Adequacy Decision for Canada (commercial organisations) + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -84,187 +81,190 @@ http://data.europa.eu/eli/dec_impl/2019/419/oj - + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Andorra - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + EU Adequacy Decision for Guernsey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Faroe Islands - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + EU Adequacy Decision for Jersey + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - + + 2003-07-05 - + - EU Adequacy Decision for New Zealand - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + EU Adequacy Decision for Switzerland + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Canada (commercial organisations) - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + EU Adequacy Decision for Faroe Islands + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Guernsey - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + EU Adequacy Decision for Israel + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2008-05-26 - - + - EU Adequacy Decision for Uruguay - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + EU Adequacy Decision for Andorra + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - 2010-10-21 + + + - + 2000-08-25 - + + 2019-01-23 + + + + + + + + + + - EU Adequacy Decision for Switzerland - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 + EU Adequacy Decision for Isle of Man + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - + + + + + EU Adequacy Decision for United Kingdom + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - - 2012-12-20 + + 2008-05-26 - + - + - - 2019-01-23 + + 2012-12-20 - - 2012-08-22 + + 2010-03-09 - - - + + 2003-11-21 - + - + - + - + - + - + - + 2011-02-01 - - - - - + - + - - - - - - 2010-03-09 - - + 2021-06-28 - - - + + 2002-01-04 - - 2004-04-30 + + + - - 2002-01-04 + + + - - 2003-11-21 + + + - - 2003-07-05 + + 2010-10-21 diff --git a/dpv-owl/dpv-legal/modules/eu_eea.jsonld b/dpv-owl/dpv-legal/modules/eu_eea.jsonld index df107cc75..245ac451c 100644 --- a/dpv-owl/dpv-legal/modules/eu_eea.jsonld +++ b/dpv-owl/dpv-legal/modules/eu_eea.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -23,18 +23,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -80,7 +69,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU", "@type": [ "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -96,15 +85,17 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" @@ -185,15 +176,10 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N38d53586b3ec44e6b7920ee5e3d8217b" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -206,9 +192,6 @@ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, @@ -290,41 +273,99 @@ ] }, { - "@id": "_:N38d53586b3ec44e6b7920ee5e3d8217b", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, { - "@id": "_:Nf767e546fe1e4b7796159532a93db614" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } - ], - "http://www.w3.org/2006/time#hasEnd": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, { - "@id": "_:N0ad5d8cf37b24e728970d13b6c0ff402" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ] }, { - "@id": "_:Nf767e546fe1e4b7796159532a93db614", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ] }, { - "@id": "_:N0ad5d8cf37b24e728970d13b6c0ff402", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -451,7 +492,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N28ce54a26d8a46d384b54d489f9993ae" + "@id": "_:N6f1077199a7a43a7bedbbca2724b1cb9" } ], "http://purl.org/dc/terms/title": [ @@ -551,18 +592,18 @@ ] }, { - "@id": "_:N28ce54a26d8a46d384b54d489f9993ae", + "@id": "_:N6f1077199a7a43a7bedbbca2724b1cb9", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N290466e900984ae69c20435534cede0f" + "@id": "_:N13a62a04f6e94b58802c4dbe07212e19" } ] }, { - "@id": "_:N290466e900984ae69c20435534cede0f", + "@id": "_:N13a62a04f6e94b58802c4dbe07212e19", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -571,7 +612,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -594,7 +635,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -617,164 +658,126 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27", + "@type": [ + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27", - "@type": [ - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", - "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/temporal": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "_:N3322c32b045b4ef6be95e6d89494aa0b" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/title": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "European Union (EU-27)" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, @@ -856,28 +859,78 @@ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } + ] + }, + { + "@id": "_:N3322c32b045b4ef6be95e6d89494aa0b", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "http://purl.org/dc/terms/temporal": [ + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N15504ca0d72e425a8031119bc4463cb4" + } + ] + }, + { + "@id": "_:N15504ca0d72e425a8031119bc4463cb4", + "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-owl/dpv-legal#MT", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, { - "@id": "_:N7317c3d5b7f14241a1c69fe73c142c1b" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28", + "@type": [ + "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "European Union (EU-27)" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, @@ -956,145 +1009,147 @@ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } - ] - }, - { - "@id": "_:N7317c3d5b7f14241a1c69fe73c142c1b", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N21bc28d13c094c61a1c2b9ef2b6a9209" + "@id": "_:N18d98bb5e81245f68f74f309bf8c12ef" } - ] - }, - { - "@id": "_:N21bc28d13c094c61a1c2b9ef2b6a9209", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@language": "en", + "@value": "European Union (EU-28)" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", - "http://purl.org/dc/terms/hasPart": [ + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl#hasCountry": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", + "@id": "_:N18d98bb5e81245f68f74f309bf8c12ef", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N1923210856ab40f1ac7b925bc5337444" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nfb9809e823604a1ebd2fe771fff5d51c" + } + ] + }, + { + "@id": "_:N1923210856ab40f1ac7b925bc5337444", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2013-07-01" + } + ] + }, + { + "@id": "_:Nfb9809e823604a1ebd2fe771fff5d51c", + "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-owl/dpv-legal#PL", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1117,7 +1172,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1140,7 +1195,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1163,7 +1218,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1186,7 +1241,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA", "@type": [ "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1202,15 +1257,17 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" @@ -1291,15 +1348,10 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N71fd2be0261547f2afb5836c6794dfc5" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-28)" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1312,9 +1364,6 @@ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, @@ -1396,41 +1445,18 @@ ] }, { - "@id": "_:N71fd2be0261547f2afb5836c6794dfc5", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N0bc8b013de9c4e6da53e0c3f33771166" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:N84c81d40e08545ddbc03fb75ca4e3881" - } - ] - }, - { - "@id": "_:N0bc8b013de9c4e6da53e0c3f33771166", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" - } - ] - }, - { - "@id": "_:N84c81d40e08545ddbc03fb75ca4e3881", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1453,211 +1479,237 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA", - "@type": [ - "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/dpv-owl/dpv-legal#EE", "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "European Economic Area (EEA)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } - ], - "https://w3id.org/dpv/dpv-owl#hasCountry": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", "http://purl.org/dc/terms/hasPart": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" @@ -1680,7 +1732,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31", "@type": [ "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1696,18 +1748,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/hasPart": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" - } - ], - "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, @@ -1787,10 +1837,15 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N281519e4398f46d1a91e35862040dd93" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU)" + "@value": "European Economic Area (EEA-31)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1803,6 +1858,9 @@ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, @@ -1884,94 +1942,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@id": "_:N281519e4398f46d1a91e35862040dd93", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "_:Nafd077762eac4d98845b9d709e65fa9f" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + ], + "http://www.w3.org/2006/time#hasEnd": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@id": "_:Nbd40b3c9362e40edb86d0bb9985a242f" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@id": "_:Nafd077762eac4d98845b9d709e65fa9f", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU27" - }, + "@id": "_:Nbd40b3c9362e40edb86d0bb9985a242f", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] } diff --git a/dpv-owl/dpv-legal/modules/eu_eea.rdf b/dpv-owl/dpv-legal/modules/eu_eea.rdf index 240dcbaee..9c6a80030 100644 --- a/dpv-owl/dpv-legal/modules/eu_eea.rdf +++ b/dpv-owl/dpv-legal/modules/eu_eea.rdf @@ -6,10 +6,76 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + - European Economic Area (EEA) + European Union (EU-28) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + European Union (EU) @@ -67,10 +133,10 @@ 2022-03-30 accepted Harshvardhan J. Pandit - - + + - + @@ -78,38 +144,10 @@ - + - European Economic Area (EEA-30) - - - - - - - - - - - - - - - - - - - - - - - - - - - - + European Economic Area (EEA) @@ -137,16 +175,6 @@ - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - European Union (EU-27) - @@ -174,39 +202,13 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 accepted Harshvardhan J. Pandit + + - + @@ -214,13 +216,12 @@ - + - European Union (EU-28) + European Union (EU-27) - @@ -248,7 +249,6 @@ - @@ -275,7 +275,7 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit @@ -341,12 +341,12 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + @@ -354,7 +354,7 @@ - + @@ -362,37 +362,11 @@ - + - European Union (EU) - - - - - - - - - - - - - - - - - - - - - - - - - - - + European Economic Area (EEA-30) + @@ -420,13 +394,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - + @@ -434,7 +434,7 @@ - + @@ -442,7 +442,7 @@ - + @@ -450,10 +450,6 @@ - - - - @@ -462,7 +458,7 @@ - + @@ -478,7 +474,7 @@ - + @@ -486,7 +482,7 @@ - + @@ -494,7 +490,7 @@ - + @@ -502,7 +498,7 @@ - + @@ -510,7 +506,7 @@ - + @@ -518,7 +514,10 @@ - + + 2020-01-31 + + @@ -526,7 +525,7 @@ - + @@ -534,7 +533,7 @@ - + @@ -542,7 +541,11 @@ - + + + + + @@ -550,7 +553,7 @@ - + @@ -558,7 +561,10 @@ - + + 2014-04-12 + + @@ -566,11 +572,10 @@ - - - + + 2020-02-01 - + @@ -578,7 +583,7 @@ - + @@ -586,7 +591,7 @@ - + @@ -594,7 +599,7 @@ - + @@ -602,11 +607,7 @@ - - - - - + @@ -614,15 +615,7 @@ - - 2020-02-01 - - - - - - - + @@ -630,24 +623,31 @@ - - 2020-01-31 + + + + - - 2013-07-01 + + + - + - - + + - + + + + + 2020-01-31 - - 2014-04-12 + + 2013-07-01 - + 2020-02-01 diff --git a/dpv-owl/dpv-legal/modules/laws.jsonld b/dpv-owl/dpv-legal/modules/laws.jsonld index ba9cde84b..d1ebdcb21 100644 --- a/dpv-owl/dpv-legal/modules/laws.jsonld +++ b/dpv-owl/dpv-legal/modules/laws.jsonld @@ -1,12 +1,12 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -14,37 +14,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -66,21 +72,21 @@ "http://purl.org/dc/terms/title": [ { "@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": "Bavarian Data Protection Act (BayDSG)" }, { "@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" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@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": "Bavarian Data Protection Act (BayDSG)" }, { "@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" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -92,17 +98,33 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -124,21 +146,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -150,41 +172,89 @@ "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://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + }, + { + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "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" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -192,7 +262,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -214,21 +284,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@value": "Berlin Data Protection Act (BlnDSG)" }, { "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -240,25 +310,17 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -280,21 +342,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -306,31 +368,45 @@ "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.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -338,7 +414,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -346,29 +422,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -380,31 +453,25 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nca5bd1465ab34f3990fc8df222ce7014" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" - }, - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" - }, - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -416,205 +483,90 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + "@value": "http://data.europa.eu/eli/reg/2016/679/oj" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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-owl/dpv-legal#DE" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" }, { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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-owl/dpv-legal#BE" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, { - "@language": "en", - "@value": "Saarland Data Protection Act" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" }, { - "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, { - "@language": "en", - "@value": "Saarland Data Protection Act" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" }, { - "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#LU" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, { - "@id": "_:Nf5547382a6fd463f9660cd561a42869b" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, { - "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" }, { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, { - "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" }, { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" @@ -667,33 +619,33 @@ ] }, { - "@id": "_:Nf5547382a6fd463f9660cd561a42869b", + "@id": "_:Nca5bd1465ab34f3990fc8df222ce7014", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nf1d3039af58545e795812a9ed0319c23" + "@id": "_:N1569290cb0a54d4caf0fc933988ef776" } ] }, { - "@id": "_:Nf1d3039af58545e795812a9ed0319c23", + "@id": "_:N1569290cb0a54d4caf0fc933988ef776", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" + "@value": "2018-05-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -701,32 +653,35 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY-BayDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -734,7 +689,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW-DSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -756,21 +719,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -782,17 +745,17 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -800,141 +763,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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": "_:N8e4c0fa78afc409a94623d0e1c8d9285" + "@id": "_:Nee6c94eed7484782978640a4ceeac48c" } ], "http://purl.org/dc/terms/title": [ @@ -968,18 +815,18 @@ ] }, { - "@id": "_:N8e4c0fa78afc409a94623d0e1c8d9285", + "@id": "_:Nee6c94eed7484782978640a4ceeac48c", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N11911dbbfcf24525b04d324ebc08923d" + "@id": "_:Nc25e550dabb64ec1ab7952ff1d1a27fd" } ] }, { - "@id": "_:N11911dbbfcf24525b04d324ebc08923d", + "@id": "_:Nc25e550dabb64ec1ab7952ff1d1a27fd", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -988,7 +835,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1010,21 +857,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@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" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@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" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1036,17 +883,17 @@ "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.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1068,21 +915,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1094,75 +941,31 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@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/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG" }, { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@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/dpv-owl#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1170,7 +973,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1189,24 +992,29 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne0b8399417554e1b90587e3f831e2d42" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1218,89 +1026,85 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Law", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + }, { - "@id": "_:Nce7e2837e20f44bcbebb4508d911ec2a" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + }, { - "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + }, { - "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" - } - ], - "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" } ] }, { - "@id": "_:Nce7e2837e20f44bcbebb4508d911ec2a", + "@id": "_:Ne0b8399417554e1b90587e3f831e2d42", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N5ad36a1d9bac4cd1931eaa14e1bffb25" + "@id": "_:N0ec2cc239c064ebc907510c9d39393db" } ] }, { - "@id": "_:N5ad36a1d9bac4cd1931eaa14e1bffb25", + "@id": "_:N0ec2cc239c064ebc907510c9d39393db", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-01-01" + "@value": "2019-11-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1308,7 +1112,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1316,57 +1120,87 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "_:N582573fefd0d417d8bad2be31c80b0ba" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "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/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "_:N582573fefd0d417d8bad2be31c80b0ba", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "_:N5ebd17df15e34f34abe098f2b7a981c5" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG" - }, + "@id": "_:N5ebd17df15e34f34abe098f2b7a981c5", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI-NDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1388,21 +1222,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Lower Saxony Data Protection Act (NDSG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1414,17 +1248,31 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@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": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BbgDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1437,24 +1285,30 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:N4845714cb16d40a4b14a98c12f25d836" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1466,180 +1320,275 @@ "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" + "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + "@language": "en", + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + "@language": "en", + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, + "@language": "de", + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH-ThürDSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#NL" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@language": "en", + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + "@language": "en", + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + } + ], + "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/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-owl/dpv-legal#DE-HE" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" - }, + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + "@language": "en", + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - }, + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" - }, + "@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/dpv-owl#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" } ] }, { - "@id": "_:N4845714cb16d40a4b14a98c12f25d836", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "_:Ne8a3b6bbd13146d38e37fab0f5588d45" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "_:Ne8a3b6bbd13146d38e37fab0f5588d45", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE-HDISG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN-SächsDSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1647,7 +1596,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" @@ -1655,7 +1604,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH-HmbDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1677,21 +1642,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1703,17 +1668,25 @@ "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://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", + "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG", "@type": [ "https://w3id.org/dpv/dpv-owl#Law", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1735,21 +1708,21 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "Saarländisches Datenschutzgesetz" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "Saarländisches Datenschutzgesetz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1761,93 +1734,120 @@ "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://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" } ], "https://w3id.org/dpv/dpv-owl#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Law", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" + }, + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", - "https://w3id.org/dpv/dpv-owl#hasLaw": [ + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@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/dpv-owl#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW-LDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", "https://w3id.org/dpv/dpv-owl#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH-LDSG" + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", "https://w3id.org/dpv/dpv-owl#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EU-GDPR" diff --git a/dpv-owl/dpv-legal/modules/laws.rdf b/dpv-owl/dpv-legal/modules/laws.rdf index b4aa310bf..2d6de5b77 100644 --- a/dpv-owl/dpv-legal/modules/laws.rdf +++ b/dpv-owl/dpv-legal/modules/laws.rdf @@ -8,76 +8,136 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + 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) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + + + + + + + + + + - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + + + + + + + https://www.gesetze-im-internet.de/bdsg_2018/ + 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + + + - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + California Consumer Privacy Act (CCPA) + California Consumer Privacy Act (CCPA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + - + - + - 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 - 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 - - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + California Privacy Rights Act (CPRA) + California Privacy Rights Act (CPRA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + + 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 2022-03-30 accepted Julian Flake @@ -132,109 +192,53 @@ http://data.europa.eu/eli/reg/2016/679/oj - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - - - + - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - 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 + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + 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) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - - + - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) - - - - - - - - - - - - - - - - https://www.gesetze-im-internet.de/bdsg_2018/ - + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - California Consumer Privacy Act (CCPA) - California Consumer Privacy Act (CCPA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - + - + - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 2022-03-30 accepted Julian Flake @@ -254,137 +258,123 @@ Julian Flake Harshvardhan J. Pandit - - - - - - - - - + - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + 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 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + 2020-01-01 + + + + + + + + + + - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - + + + - + - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) + Bayerisches Datenschutzgesetz (BayDSG) + + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - + - + - + - - - - - + - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - 2020-01-01 - - + - + - Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) - 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) - Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - 2019-11-20 - - - - - + - California Privacy Rights Act (CPRA) - California Privacy Rights Act (CPRA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + 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 + 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 + + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - + - + @@ -392,67 +382,49 @@ - - - - - - + - - 2018-05-25 - - + - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - - 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 + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) + + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - + + 2018-05-25 - - - + + - + 2023-01-01 - + + + + + - - - - - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - 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) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - + - + + + - + @@ -460,79 +432,107 @@ - - + + 2019-11-20 - + + + - + + + + + - + - + + + - + + + - + - - - + - + - + - + - + + + - + - - - + - + + + + + + + + - + - + - + - - - + - + + + + + + + - + - + + + + + + + - + + + + diff --git a/dpv-owl/dpv-legal/modules/locations.jsonld b/dpv-owl/dpv-legal/modules/locations.jsonld index 805f88206..d787f32f0 100644 --- a/dpv-owl/dpv-legal/modules/locations.jsonld +++ b/dpv-owl/dpv-legal/modules/locations.jsonld @@ -1,64 +1,8 @@ [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -74,19 +18,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Tunisia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -94,10 +41,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "TUN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "788" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "788" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -115,22 +82,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Vanuatu" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hungary" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -141,29 +108,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "VU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "VUT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "548" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -179,19 +146,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alaska" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alaska" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -199,10 +172,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CIV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "384" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "384" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -220,22 +213,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Belize" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -246,27 +242,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BH" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BHR" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "48" + "@value": "84" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "48" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -290,13 +286,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Nebraska" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Maryland" + "@value": "Nebraska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -307,9 +303,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -325,19 +321,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Bangladesh" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -345,10 +344,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BGD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "50" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "50" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -366,22 +385,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Rwanda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -392,27 +414,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AX" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "646" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -430,22 +452,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Curaçao" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -456,29 +481,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "531" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "184" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -494,19 +519,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "United States of America" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -514,10 +542,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "US" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "USA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "840" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "840" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -535,22 +583,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Eritrea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -561,29 +612,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "WF" + "@value": "ER" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "ERI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "232" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -599,25 +650,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "North Carolina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -625,30 +670,42 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "CF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, { - "@value": "CAF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, { - "@value": "140" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, { - "@value": "140" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -666,22 +723,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Latvia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Latvia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -692,27 +749,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PN" + "@value": "LV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PCN" + "@value": "LVA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "612" + "@value": "428" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "612" + "@value": "428" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -730,22 +787,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Congo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Serbia" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -756,27 +816,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RS" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SRB" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "688" + "@value": "178" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "688" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -794,22 +854,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Sweden" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Georgia" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -820,27 +880,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GE" + "@value": "SE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GEO" + "@value": "SWE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "268" + "@value": "752" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "268" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -867,13 +927,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Pakistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -884,27 +944,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IR" + "@value": "PK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IRN" + "@value": "PAK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "364" + "@value": "586" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "364" + "@value": "586" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -922,25 +982,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "Finland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Namibia" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -951,68 +1008,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NA" + "@value": "FI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NAM" + "@value": "FIN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "516" + "@value": "246" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "516" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "New Hampshire" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "New Hampshire" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1030,22 +1046,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Philippines" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Germany" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1056,27 +1072,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "608" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1094,19 +1110,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "Saxony" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kansas" + "@value": "Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1116,6 +1132,102 @@ } ] }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF", "@type": [ @@ -1184,7 +1296,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1202,25 +1314,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Barbados" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1231,27 +1343,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MG" + "@value": "BB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MDG" + "@value": "BRB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "450" + "@value": "52" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "450" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1269,22 +1381,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Bahrain" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Albania" + "@value": "Bahrain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1295,27 +1407,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "BH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "BHR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "48" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1333,22 +1445,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Viet Nam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1359,29 +1471,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TV" + "@value": "VN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TUV" + "@value": "VNM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "798" + "@value": "704" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "798" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -1395,16 +1507,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Ireland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Europe" + "@value": "Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1412,10 +1532,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "IE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "IRL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "372" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "372" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1433,22 +1573,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Mayotte" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Holy See" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1459,27 +1602,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "YT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "MYT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "175" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1497,19 +1640,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Sark" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1520,43 +1669,93 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Sri Lanka" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1567,29 +1766,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "144" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -1605,19 +1804,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maine" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Maine" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1625,273 +1827,161 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", - "http://purl.org/dc/terms/hasPart": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" - }, + "@value": "WF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" - }, + "@value": "WLF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, + "@value": "876" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" - }, + "@value": "876" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean" - }, + "@value": "AR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" - }, + "@value": "ARG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica" - }, + "@value": "32" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, + "@value": "32" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" - }, + "@language": "en", + "@value": "Iran (Islamic Republic of)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" - }, + "@language": "en", + "@value": "Iran (Islamic Republic of)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, + "@value": "IR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, + "@value": "IRN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "South Africa" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "South Africa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "ZA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "ZAF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "710" + "@value": "364" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "710" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1915,13 +2005,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Michigan" + "@value": "New Jersey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Michigan" + "@value": "New Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1932,7 +2022,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -1950,22 +2040,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Liberia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1976,27 +2069,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "430" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "16" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2014,22 +2107,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Uruguay" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "China" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2040,29 +2136,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "858" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2078,22 +2174,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Florida" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2101,32 +2194,188 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "LK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL" + }, { - "@value": "LKA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK" + }, { - "@value": "144" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS" + }, { - "@value": "144" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2140,16 +2389,24 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "Afghanistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Asia" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2157,10 +2414,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "AFG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "4" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "4" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2178,25 +2455,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Qatar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2207,29 +2481,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SS" + "@value": "QA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SSD" + "@value": "QAT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "728" + "@value": "634" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "728" + "@value": "634" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2245,19 +2519,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Connecticut" + "@value": "Ecuador" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Connecticut" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2265,21 +2545,41 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "EC" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "ECU" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "218" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "218" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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" } @@ -2289,19 +2589,22 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Seychelles" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2312,29 +2615,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TN" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "690" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2350,19 +2653,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Cuba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2370,12 +2679,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CU" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CUB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "192" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "192" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2391,19 +2720,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Kiribati" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2411,152 +2743,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + "@value": "KI" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" - }, + "@value": "KIR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" - }, + "@value": "296" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2574,106 +2784,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United Arab Emirates" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "ARE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "784" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "784" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Micronesia (Federated States of)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2684,27 +2813,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FM" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FSM" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "583" + "@value": "226" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "583" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2728,19 +2857,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "Colombia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Panama" + "@value": "Colombia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2751,27 +2880,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PA" + "@value": "CO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PAN" + "@value": "COL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "591" + "@value": "170" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "591" + "@value": "170" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2789,19 +2918,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "NorthernEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iowa" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2812,7 +2941,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2836,19 +2965,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Nigeria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kenya" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2859,29 +2988,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KE" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KEN" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "404" + "@value": "566" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "404" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -2897,25 +3026,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Africa" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2923,30 +3046,48 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "GS" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" + }, { - "@value": "SGS" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" + }, { - "@value": "239" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" + }, { - "@value": "239" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -2964,19 +3105,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "West Virginia" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "West Virginia" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2987,9 +3128,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -3005,19 +3146,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3025,12 +3169,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "PM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SPM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "666" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "666" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -3046,19 +3210,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "Azerbaijan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saxony" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3066,11 +3233,31 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW", - "@type": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AZ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "AZE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "31" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE", + "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], @@ -3087,25 +3274,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Jersey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3116,27 +3303,63 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "JE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "JEY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "832" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "832" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Oceania", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/title": [ + { + "@language": "en", + "@value": "Oceania" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Oceania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3154,22 +3377,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Estonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Qatar" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3180,27 +3403,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "QA" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "QAT" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "634" + "@value": "233" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "634" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3218,22 +3441,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Timor-Leste" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Morocco" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3244,27 +3467,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "626" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3282,22 +3505,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Turkey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Canada" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3308,27 +3531,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CA" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "792" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3349,19 +3572,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tonga" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3372,27 +3595,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "166" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3416,13 +3639,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Virginia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indiana" + "@value": "Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3433,7 +3656,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3451,22 +3674,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Western Sahara" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3477,27 +3700,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GI" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "732" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3518,19 +3741,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Nauru" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3541,27 +3764,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NZ" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "520" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3579,22 +3802,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Malawi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3605,27 +3831,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "454" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3655,13 +3881,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Martinique" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3672,27 +3898,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VI" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "474" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3710,22 +3936,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Somalia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3736,218 +3965,168 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LT" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "706" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, + "@language": "en", + "@value": "Wisconsin" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica" - }, + "@language": "en", + "@value": "Wisconsin" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -3965,22 +4144,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Singapore" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Czechia" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3991,27 +4170,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "SG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "SGP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "702" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4029,22 +4208,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Algeria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4055,29 +4234,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SI" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SVN" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "705" + "@value": "12" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "705" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -4093,22 +4272,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "SouthAmerica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Niue" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4116,30 +4292,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "NU" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "NIU" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "570" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "570" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4157,22 +4313,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Togo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Yemen" + "@value": "Togo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4183,27 +4342,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "YE" + "@value": "TG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "YEM" + "@value": "TGO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "887" + "@value": "768" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "887" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4221,25 +4380,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Burundi" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4250,27 +4409,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "663" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4291,19 +4450,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Gibraltar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Romania" + "@value": "Gibraltar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4314,27 +4473,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RO" + "@value": "GI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "GIB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "292" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "292" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4352,25 +4511,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Eritrea" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4381,27 +4540,68 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ER" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ERI" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "232" + "@value": "659" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "232" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Pennsylvania" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Pennsylvania" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4419,22 +4619,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Finland" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4445,27 +4648,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FI" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "68" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4483,22 +4686,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Fiji" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4509,27 +4712,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KW" + "@value": "FJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KWT" + "@value": "FJI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "414" + "@value": "242" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "414" + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4547,22 +4750,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Christmas Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Singapore" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4573,29 +4776,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SG" + "@value": "CX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SGP" + "@value": "CXR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "702" + "@value": "162" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "702" + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -4611,19 +4814,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Utah" + "@value": "Greenland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Utah" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4631,10 +4837,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GRL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "304" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "304" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4650,16 +4876,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4667,200 +4904,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + "@value": "CD" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" - }, + "@value": "COD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia" - }, + "@value": "180" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -4878,25 +4945,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nigeria" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4907,29 +4971,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "446" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -4945,25 +5009,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Montana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4971,30 +5029,74 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "GT" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "GTM" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "320" - } + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Morocco" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Morocco" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MAR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "504" + } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "320" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5012,25 +5114,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Mexico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Togo" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5041,27 +5143,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "484" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5079,25 +5181,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Monaco" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5108,27 +5207,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SL" + "@value": "MC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SLE" + "@value": "MCO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "694" + "@value": "492" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "694" + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5146,19 +5245,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5169,7 +5268,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5187,25 +5286,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Mongolia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Mongolia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5216,29 +5312,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "MN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "MNG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "496" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "496" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -5254,22 +5350,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Guam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Republic of Moldova" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5277,32 +5370,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "MD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "MDA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "498" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "498" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -5318,22 +5391,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Delaware" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Delaware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5341,88 +5411,26 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "MO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "MAC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "446" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "446" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" - }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" }, @@ -5430,109 +5438,46 @@ "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" }, { "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" @@ -5540,7 +5485,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5558,25 +5503,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5587,29 +5529,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CV" + "@value": "BN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CPV" + "@value": "BRN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "132" + "@value": "96" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "132" + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -5625,22 +5567,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Greenland" + "@value": "SouthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5648,30 +5587,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "GL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "GRL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "304" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "304" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5689,22 +5608,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Mauritania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5715,27 +5637,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "MR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "MRT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "478" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5756,22 +5678,22 @@ "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Dominica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5782,27 +5704,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UY" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "URY" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "858" + "@value": "212" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "858" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -5820,22 +5742,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Dominican Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5846,29 +5771,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "214" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -5884,25 +5809,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Iowa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Senegal" + "@value": "Iowa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5910,83 +5829,36 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SEN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "686" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "686" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6004,22 +5876,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Djibouti" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Djibouti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6030,27 +5905,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "DJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "DJI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "262" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "262" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6068,22 +5943,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Cameroon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Macedonia" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6094,29 +5972,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MK" + "@value": "CM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MKD" + "@value": "CMR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "807" + "@value": "120" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "807" + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Africa", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -6130,24 +6008,52 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@language": "en", + "@value": "Africa" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@language": "en", + "@value": "Africa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AQ", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Antarctica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Antarctica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6158,27 +6064,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "AQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "ATA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "10" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6196,22 +6102,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Croatia" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6222,27 +6128,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HR" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HRV" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "191" + "@value": "583" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "191" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6260,19 +6166,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bremen" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6283,7 +6189,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6301,19 +6207,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "District of Columbia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6324,7 +6230,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6342,19 +6248,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "EasternAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hesse" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6365,7 +6271,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6383,22 +6289,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Cabo Verde" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Australia" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6409,27 +6318,59 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "132" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6447,22 +6388,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6473,27 +6414,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MY" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MYS" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "458" + "@value": "70" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "458" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6511,25 +6452,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Serbia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6540,27 +6478,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KY" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CYM" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "136" + "@value": "688" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "136" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6578,19 +6516,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "CentralAmerica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New York" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6601,9 +6539,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Europe", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -6617,27 +6555,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Europe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6645,32 +6572,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TZA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "834" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "834" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -6686,19 +6593,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Paraguay" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6706,10 +6619,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "PY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "PRY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "600" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "600" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6727,22 +6660,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Comoros" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6753,47 +6689,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "174" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "64" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6811,25 +6727,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benin" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6840,41 +6753,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "344" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "204" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6892,19 +6791,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "CentralAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Arkansas" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6915,7 +6814,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6933,22 +6832,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Saint Lucia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6959,27 +6861,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "LC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "LCA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "662" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -6997,22 +6899,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7023,27 +6928,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NF" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NFK" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "574" + "@value": "238" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "574" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7073,13 +6978,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Colombia" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7090,104 +6995,149 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "VE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "VEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "862" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "170" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + }, { - "@language": "en", - "@value": "Wisconsin" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, { - "@language": "en", - "@value": "Wisconsin" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + }, { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/isPartOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@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#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Australia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belize" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7198,29 +7148,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BZ" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BLZ" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "84" + "@value": "36" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "84" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -7236,25 +7186,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Aruba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sark" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7262,51 +7212,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "AW" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Micronesia" + "@value": "ABW" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Micronesia" + "@value": "533" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7327,22 +7256,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Egypt" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7353,27 +7279,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "818" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "384" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7391,22 +7317,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "South Sudan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Andorra" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7417,22 +7346,22 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "SS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "SSD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "728" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "728" } ] }, @@ -7478,7 +7407,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7496,25 +7425,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Myanmar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bahamas" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7525,27 +7451,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BS" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BHS" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "44" + "@value": "104" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "44" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7563,22 +7489,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Guernsey" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7589,27 +7518,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "831" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7627,22 +7556,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Niue" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7653,91 +7582,197 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CH" + "@value": "NU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CHE" + "@value": "NIU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "756" + "@value": "570" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "756" + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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#LatinAmericaandtheCaribbean", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + }, { - "@value": "VN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" + }, { - "@value": "VNM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" + }, { - "@value": "704" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + }, { - "@value": "704" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7755,22 +7790,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Holy See" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Democratic People's Republic of Korea" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7781,27 +7816,62 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KP" + "@value": "VA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRK" + "@value": "VAT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "408" + "@value": "336" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "408" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP", + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7817,27 +7887,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7845,30 +7904,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "GP" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "GLP" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "312" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "312" + "@language": "en", + "@value": "Berlin" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Berlin" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -7886,22 +7966,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Hungary" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7912,200 +7992,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "348" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "166" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8132,13 +8039,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ireland" + "@value": "Norway" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ireland" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8149,27 +8056,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IE" + "@value": "NO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IRL" + "@value": "NOR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "372" + "@value": "578" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "372" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8187,22 +8094,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Spain" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jordan" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8213,86 +8120,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JO" + "@value": "ES" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "ESP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "724" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "400" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8310,22 +8158,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Guam" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Latvia" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8336,70 +8184,49 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "316" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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#CentralAsia", + "http://purl.org/dc/terms/hasPart": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" + }, { - "@language": "en", - "@value": "California" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" + }, { - "@language": "en", - "@value": "California" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -8415,22 +8242,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8438,30 +8262,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SVK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "703" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "703" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8479,25 +8283,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mauritania" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8508,27 +8309,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MR" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MRT" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "478" + "@value": "418" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "478" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8552,13 +8353,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Maryland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "District of Columbia" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8569,7 +8370,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8593,13 +8394,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Arkansas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guam" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8610,7 +8411,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8628,22 +8429,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Liechtenstein" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8654,27 +8455,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KH" + "@value": "LI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KHM" + "@value": "LIE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "116" + "@value": "438" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "116" + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8692,19 +8493,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Brandenburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8715,7 +8516,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8733,25 +8554,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "New Zealand" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mayotte" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8762,62 +8580,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "554" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "175" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8835,25 +8618,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Czechia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8864,27 +8644,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "CZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "CZE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "203" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "86" + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8911,13 +8691,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Palau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nauru" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8928,27 +8708,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "PW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "PLW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "585" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -8966,22 +8746,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Angola" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Norway" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8992,98 +8775,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "AO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "AGO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "24" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "578" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9101,22 +8813,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Malta" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Malta" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9127,29 +8839,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "MT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "MLT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "470" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9166,18 +8878,24 @@ "http://purl.org/dc/terms/isPartOf": [ { "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Zimbabwe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9185,10 +8903,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "ZW" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "ZWE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "716" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "716" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9206,22 +8944,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Norfolk Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9232,27 +8970,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UZ" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "574" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9270,25 +9008,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Chile" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9299,29 +9037,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DJ" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DJI" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "262" + "@value": "152" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "262" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9337,25 +9075,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "South Carolina" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "South Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9363,30 +9095,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "LC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "LCA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "662" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "662" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9404,22 +9116,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Denmark" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Denmark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9430,29 +9142,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MP" + "@value": "DK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNP" + "@value": "DNK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "580" + "@value": "208" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "580" + "@value": "208" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9468,22 +9180,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Michigan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9491,32 +9200,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "ID" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "IDN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "360" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "360" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9532,22 +9221,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Indiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Egypt" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9555,32 +9241,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "EG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "EGY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "818" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "818" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9596,25 +9262,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Polynesia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9622,30 +9282,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SXM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "534" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "534" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9666,22 +9306,19 @@ "@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#NorthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Libya" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9692,27 +9329,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "434" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9730,25 +9367,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Italy" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Vincent and the Grenadines" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9759,29 +9393,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VC" + "@value": "IT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VCT" + "@value": "ITA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "670" + "@value": "380" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "670" + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9797,19 +9431,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Bahamas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9817,44 +9457,136 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BHS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "44" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "44" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9870,19 +9602,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "Guadeloupe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SouthernAfrica" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9890,12 +9628,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GP" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "GLP" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "312" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "312" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -9911,25 +9669,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Utah" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Utah" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9937,30 +9689,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "PRI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "630" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "630" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -9978,25 +9710,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Cook Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Cook Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10007,29 +9736,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "CK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "COK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "184" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "184" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -10045,19 +9774,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Delaware" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Delaware" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10065,10 +9797,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "581" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10086,19 +9838,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Hesse" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10109,7 +9861,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10130,19 +9882,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Uzbekistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10153,27 +9905,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LA" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LAO" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "418" + "@value": "860" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "418" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10191,25 +9943,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ecuador" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10220,27 +9969,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "784" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10258,22 +10007,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10284,29 +10036,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "VI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "VIR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "850" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -10322,25 +10074,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "SouthernEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mexico" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10348,30 +10094,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "MX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "MEX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "484" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "484" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10389,25 +10115,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "North Macedonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "North Macedonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10418,27 +10141,197 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CR" + "@value": "MK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CRI" + "@value": "MKD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "188" + "@value": "807" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "188" + "@value": "807" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10456,22 +10349,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Cyprus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fiji" + "@value": "Cyprus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10482,27 +10375,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "CY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "CYP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "196" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "196" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10520,25 +10413,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "South Africa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10549,27 +10442,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DO" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "710" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10587,19 +10480,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "Wyoming" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "Wyoming" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10610,9 +10503,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -10628,22 +10521,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10651,30 +10541,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "PYF" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "258" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "258" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10692,22 +10562,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Botswana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iceland" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10718,27 +10591,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "BW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "BWA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "72" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "72" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10759,19 +10632,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Slovakia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10782,27 +10655,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FO" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FRO" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "234" + "@value": "703" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "234" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10820,22 +10693,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Namibia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Namibia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10846,29 +10722,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MM" + "@value": "NA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "NAM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "516" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -10884,25 +10760,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Oceania" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Melanesia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brazil" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10910,30 +10780,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "BR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "BRA" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "76" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "76" + "@language": "en", + "@value": "Puerto Rico" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Puerto Rico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -10951,25 +10842,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Gabon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "Gabon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10980,27 +10871,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TC" + "@value": "GA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TCA" + "@value": "GAB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "796" + "@value": "266" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "796" + "@value": "266" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11024,13 +10915,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Missouri" + "@value": "New Mexico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Missouri" + "@value": "New Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11041,9 +10932,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11057,16 +10948,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "Uganda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Americas" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11074,10 +10976,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "UG" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "UGA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "800" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "800" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11095,25 +11017,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "Madagascar" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guyana" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11124,27 +11046,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "MG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "MDG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "450" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11168,13 +11090,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "New York" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11185,9 +11107,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11203,22 +11125,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "North Dakota" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Poland" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11226,30 +11145,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "PL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "POL" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "616" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "616" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11267,22 +11166,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Nepal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Spain" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11293,27 +11192,200 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ES" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "524" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "724" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11331,22 +11403,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Ghana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11357,27 +11432,56 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "GH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "GHA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "288" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11395,22 +11499,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Ethiopia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11421,27 +11528,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HM" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HMD" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "334" + "@value": "231" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "334" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11459,25 +11566,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Republic of Korea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11488,29 +11592,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BL" + "@value": "KR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BLM" + "@value": "KOR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "652" + "@value": "410" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "652" + "@value": "410" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11526,19 +11630,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Peru" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11546,51 +11656,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "PE" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "PER" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "604" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11608,22 +11697,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Guatemala" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11634,29 +11726,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "GT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "GTM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "320" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11672,19 +11764,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Thailand" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Thailand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11692,12 +11787,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TH" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "THA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "764" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "764" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11713,19 +11828,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "Malaysia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Florida" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11733,10 +11851,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MY" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MYS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "458" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "458" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11760,13 +11898,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Oregon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ohio" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11777,7 +11915,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11795,22 +11933,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11821,27 +11962,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SY" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SYR" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "760" + "@value": "535" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "760" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11859,25 +12000,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Guyana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11888,53 +12029,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "328" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "624" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -11952,19 +12067,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Maine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11975,9 +12090,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -11991,16 +12106,21 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Oklahoma" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Oklahoma" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12008,30 +12128,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AQ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "ATA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "10" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "10" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12052,19 +12152,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Belarus" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12075,29 +12175,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "112" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -12114,18 +12214,24 @@ "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "LatinAmericaandtheCaribbean" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12133,12 +12239,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "GS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SGS" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "239" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "239" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -12154,19 +12280,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Kazakhstan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Idaho" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12174,39 +12303,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" - }, + "@value": "KZ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" - }, + "@value": "KAZ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" - }, + "@value": "398" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12224,25 +12344,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chile" + "@value": "Niger" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Chile" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12253,27 +12373,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "562" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12291,22 +12411,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Philippines" + "@value": "Mali" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Philippines" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12317,27 +12440,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PH" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PHL" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "608" + "@value": "466" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "608" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12355,22 +12478,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Bulgaria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States of America" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12381,27 +12504,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "BG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "BGR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "100" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternEurope", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12419,19 +12542,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "WesternEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hamburg" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12442,9 +12565,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -12460,25 +12583,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12486,30 +12603,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "NI" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "NIC" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "558" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "558" + "@language": "en", + "@value": "Saarland" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Saarland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12527,22 +12665,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "French Polynesia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sudan" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12553,29 +12691,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "PF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "PYF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "258" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -12591,22 +12729,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "Missouri" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Denmark" + "@value": "Missouri" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12614,30 +12749,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "DK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "DNK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "208" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "208" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12655,19 +12770,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Illinois" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12678,7 +12793,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12696,19 +12811,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12719,7 +12834,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12737,22 +12872,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "El Salvador" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "El Salvador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12763,27 +12901,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "SV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "SLV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "222" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "222" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12801,25 +12939,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12830,27 +12968,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "796" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12874,13 +13012,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "South Dakota" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12891,7 +13029,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KW", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12909,25 +13047,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Kuwait" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12938,27 +13073,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CM" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CMR" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "120" + "@value": "414" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "120" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -12976,22 +13111,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Gambia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13002,27 +13140,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LB" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LBN" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "422" + "@value": "270" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "422" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13040,19 +13178,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13063,7 +13201,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13081,22 +13219,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Mauritius" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Mauritius" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13107,27 +13248,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VU" + "@value": "MU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VUT" + "@value": "MUS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "548" + "@value": "480" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "548" + "@value": "480" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13145,25 +13286,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13174,29 +13312,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SH" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SHN" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "654" + "@value": "826" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "654" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13212,19 +13350,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oregon" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13232,65 +13376,32 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" - }, + "@value": "GW" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" - }, + "@value": "GNB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" - }, + "@value": "624" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13306,19 +13417,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Benin" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13326,10 +13443,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BJ" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BEN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "204" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "204" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13347,25 +13484,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "Jamaica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Liberia" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13376,27 +13513,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LR" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LBR" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "430" + "@value": "388" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "430" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13414,25 +13551,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Indonesia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13443,27 +13577,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "360" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13481,19 +13615,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Connecticut" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "WesternAsia" + "@value": "Connecticut" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13504,7 +13638,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13522,22 +13656,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SoutheasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malta" + "@value": "Cambodia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malta" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13548,27 +13682,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MT" + "@value": "KH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MLT" + "@value": "KHM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "470" + "@value": "116" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "470" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13586,19 +13720,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Texas" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Texas" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13609,9 +13743,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13627,22 +13761,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "San Marino" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13650,32 +13781,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SMR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "674" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "674" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13691,19 +13802,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mississippi" + "@value": "Tajikistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mississippi" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13711,74 +13825,212 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "TJ" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "TJK" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@value": "762" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Guam" + "@value": "762" } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "http://purl.org/dc/terms/hasPart": [ { - "@language": "en", - "@value": "Guam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" + }, { - "@value": "GU" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" + }, { - "@value": "GUM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" + }, { - "@value": "316" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" + }, { - "@value": "316" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13796,25 +14048,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Kenya" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13825,29 +14077,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "KE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "KEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "404" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13863,25 +14115,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Louisiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Louisiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13889,32 +14135,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SV" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SLV" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "222" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "222" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -13930,19 +14156,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13950,10 +14179,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MDA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "498" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "498" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -13971,22 +14220,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#CentralAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "Nicaragua" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turkey" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13997,27 +14249,135 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TR" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TUR" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "792" + "@value": "558" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "792" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE", + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14038,22 +14398,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Greece" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jersey" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14064,27 +14421,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JE" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JEY" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "832" + "@value": "300" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "832" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14102,22 +14459,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Japan" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14128,27 +14488,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JP" + "@value": "IO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JPN" + "@value": "IOT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "392" + "@value": "86" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "392" + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14166,22 +14526,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Lithuania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Lithuania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14192,27 +14552,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "440" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "440" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14230,25 +14590,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Oman" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Chad" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14259,29 +14616,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "OM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "OMN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "512" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -14297,25 +14654,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Haiti" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14323,32 +14674,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "HT" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "HTI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "332" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "332" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -14364,25 +14695,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "ChannelIslands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Eswatini" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14390,30 +14715,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "SZ" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "SWZ" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "748" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "748" + "@language": "en", + "@value": "Nevada" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Nevada" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14431,22 +14777,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Lesotho" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14457,27 +14806,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "LS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "LSO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "426" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14495,22 +14844,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Sierra Leone" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14521,29 +14873,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GB" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GBR" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "826" + "@value": "694" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "826" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AD", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -14559,19 +14911,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Andorra" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14579,10 +14934,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AD" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "AND" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "20" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "20" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14609,13 +14984,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Netherlands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Luxembourg" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14626,27 +15001,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LU" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LUX" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "442" + "@value": "528" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "442" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14664,22 +15039,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Réunion" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "India" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14690,27 +15068,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "RE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "REU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "638" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14728,25 +15106,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Zambia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14757,27 +15135,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KN" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "894" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14795,22 +15173,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Marshall Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14821,27 +15199,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "584" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14859,22 +15237,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "France" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14885,27 +15263,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "FR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "FRA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "250" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14923,25 +15301,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Portugal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14952,27 +15327,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AG" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ATG" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "28" + "@value": "620" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "28" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -14990,22 +15365,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Libya" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Libya" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15016,29 +15394,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "LY" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "LBY" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "434" + "@value": "92" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "434" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -15054,25 +15432,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Kentucky" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Kentucky" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15080,30 +15452,51 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "FK" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "FLK" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "238" + "@language": "en", + "@value": "Vermont" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "238" + "@language": "en", + "@value": "Vermont" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15130,13 +15523,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Israel" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Armenia" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15147,29 +15540,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "IL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "ISR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "376" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -15185,19 +15578,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Puerto Rico" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15205,116 +15604,32 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" - }, + "@value": "PR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UM" - }, + "@value": "PRI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VU" - }, + "@value": "630" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" + "@value": "630" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -15330,25 +15645,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Angola" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15356,30 +15665,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "AGO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "24" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "24" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15397,22 +15686,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15423,27 +15715,203 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "670" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15461,22 +15929,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Yemen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Italy" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15487,27 +15955,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IT" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "887" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15525,25 +15993,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "Croatia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Aruba" + "@value": "Croatia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15554,27 +16019,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AW" + "@value": "HR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ABW" + "@value": "HRV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "533" + "@value": "191" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "533" + "@value": "191" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15592,22 +16057,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Ukraine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15618,47 +16083,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "804" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "410" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15676,25 +16121,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Faroe Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cuba" + "@value": "Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15705,63 +16147,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CU" + "@value": "FO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CUB" + "@value": "FRO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "192" + "@value": "234" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "192" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Africa", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/title": [ - { - "@language": "en", - "@value": "Africa" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Africa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "234" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAsia", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15779,19 +16185,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Dakota" + "@value": "WesternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Dakota" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15802,179 +16208,198 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "http://purl.org/dc/terms/hasPart": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IO" + }, { - "@language": "en", - "@value": "Honduras" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BF" + }, { - "@language": "en", - "@value": "Honduras" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CV" + }, { - "@value": "HN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" + }, { - "@value": "HND" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" + }, { - "@value": "340" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" + }, { - "@value": "340" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" + }, { - "@language": "en", - "@value": "Bavaria" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DJ" + }, { - "@language": "en", - "@value": "Bavaria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EG" + }, { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BD", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ER" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ET" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF" + }, { - "@language": "en", - "@value": "Bangladesh" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" + }, { - "@language": "en", - "@value": "Bangladesh" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH" + }, { - "@value": "BD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN" + }, { - "@value": "BGD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GW" + }, { - "@value": "50" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KE" + }, { - "@value": "50" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternAsia", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -15992,19 +16417,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "EasternAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montana" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16015,7 +16440,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ML", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16033,25 +16487,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mali" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mali" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16062,29 +16513,61 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ML" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MLI" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "466" + "@value": "334" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "466" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16100,22 +16583,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "Massachusetts" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Iraq" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16123,32 +16603,53 @@ "@language": "en", "@value": "accepted" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "IQ" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "IRQ" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "368" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://purl.org/dc/terms/title": [ { - "@value": "368" + "@language": "en", + "@value": "West Virginia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "West Virginia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16164,19 +16665,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Solomon Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Solomon Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16184,10 +16688,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SLB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "90" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "90" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16211,13 +16735,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Mississippi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16228,7 +16752,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16246,25 +16770,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Iceland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16275,27 +16796,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "352" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SH", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16316,22 +16837,22 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gabon" + "@value": "Saint Helena" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gabon" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16342,29 +16863,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GA" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GAB" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "266" + "@value": "654" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "266" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16380,19 +16901,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "Switzerland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Virginia" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16400,12 +16924,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CH" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CHE" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "756" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "756" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16421,19 +16965,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "India" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "New Jersey" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16441,47 +16988,32 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS" - }, + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK" - }, + "@value": "IN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO" - }, + "@value": "IND" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV" - }, + "@value": "356" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WF" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TJ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernAsia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16498,21 +17030,18 @@ "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "SouthernAsia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tajikistan" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16520,30 +17049,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "762" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16561,22 +17070,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Estonia" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16587,59 +17096,68 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "EE" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "598" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "233" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", - "http://purl.org/dc/terms/hasPart": [ + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ" - }, + "@language": "en", + "@value": "Arizona" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GA" - }, + "@language": "en", + "@value": "Arizona" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16657,22 +17175,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Israel" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16683,27 +17201,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "SJ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "SJM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "744" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16724,22 +17242,22 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16750,29 +17268,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "834" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16788,22 +17306,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Hawaii" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belarus" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16811,30 +17326,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "BY" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "BLR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "112" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "112" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -16852,25 +17347,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "State of Palestine" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16881,29 +17373,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TT" + "@value": "PS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TTO" + "@value": "PSE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "780" + "@value": "275" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "780" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Asia", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16917,24 +17409,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Asia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Asia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16942,32 +17426,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AZ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "AZE" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "31" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "31" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -16983,25 +17447,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "American Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Suriname" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17009,30 +17467,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SUR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "740" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "740" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17050,25 +17488,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Armenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17079,27 +17514,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GQ" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "51" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HH", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17117,19 +17552,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "Hamburg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vermont" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17140,7 +17575,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17158,22 +17593,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17184,27 +17622,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KZ" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KAZ" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "398" + "@value": "678" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "398" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17222,22 +17660,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Luxembourg" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17248,29 +17686,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MH" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MHL" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "584" + "@value": "442" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "584" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17286,19 +17724,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Brazil" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Brazil" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17306,12 +17750,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "BR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "BRA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "76" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "76" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AL", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17327,19 +17791,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nebraska" + "@value": "Albania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nebraska" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17347,10 +17814,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "AL" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "ALB" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "8" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "8" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17368,25 +17855,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17397,27 +17881,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "VE" + "@value": "SY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "VEN" + "@value": "SYR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "862" + "@value": "760" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "862" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SD", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17435,22 +17919,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Sudan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Monaco" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17461,29 +17945,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "SD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "SDN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "729" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17497,16 +17981,27 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Honduras" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oceania" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17514,10 +18009,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "HN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "HND" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "340" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "340" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17538,19 +18053,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17561,27 +18076,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TL" + "@value": "KG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "TLS" + "@value": "KGZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "626" + "@value": "417" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "626" + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17599,25 +18114,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "China" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ghana" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17628,27 +18140,50 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GH" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "156" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17666,25 +18201,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Isle of Man" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17695,29 +18227,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "IM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "IMN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "600" + "@value": "833" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "600" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SM", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17733,19 +18265,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Illinois" + "@value": "San Marino" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Illinois" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17753,11 +18288,31 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BW", - "@type": [ + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SMR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "674" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "674" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM", + "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], @@ -17774,25 +18329,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@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#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Bermuda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Botswana" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17803,29 +18355,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BW" + "@value": "BM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "BMU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "60" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -17841,19 +18393,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Maldives" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17861,10 +18416,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "MV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "MDV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "462" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "462" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17882,22 +18457,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Slovenia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17908,27 +18483,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MN" + "@value": "SI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "SVN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "705" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "496" + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17946,19 +18521,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Tennessee" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "Tennessee" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17969,7 +18544,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -17987,25 +18562,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "French Southern Territories" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Montserrat" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18016,239 +18591,142 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MS" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MSR" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "500" + "@value": "260" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "500" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL" - }, + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Micronesia", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AR" - }, + "@language": "en", + "@value": "Micronesia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA" - }, + "@language": "en", + "@value": "Micronesia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-DC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-FL" - }, + "@language": "en", + "@value": "Colorado" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA" - }, + "@language": "en", + "@value": "Colorado" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GU" - }, + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KP", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-HI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IL" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-IA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-RI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WY" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Guernsey" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@language": "en", + "@value": "Democratic People's Republic of Korea" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18259,27 +18737,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "KP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "PRK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "408" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -18297,22 +18775,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Jordan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Palau" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18323,27 +18801,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "JO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "JOR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "400" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -18361,22 +18839,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Mozambique" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18387,27 +18868,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PS" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PSE" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "275" + "@value": "508" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "275" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ME", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -18425,25 +18906,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Montenegro" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18454,27 +18932,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "ME" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "MNE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "499" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "678" + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -18492,22 +18970,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Åland Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18518,357 +18996,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KI" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "KIR" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "296" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "296" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BE", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Berlin" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Berlin" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Grenada" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Grenada" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "GD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "GRD" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "308" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "308" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" - }, + "@value": "248" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -18884,19 +19034,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "Costa Rica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Washington" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18904,12 +19060,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CR" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CRI" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "188" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "188" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SX", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -18924,6 +19100,12 @@ } ], "http://purl.org/dc/terms/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, { "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } @@ -18931,13 +19113,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Caribbean" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18945,12 +19127,32 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "SX" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "SXM" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "534" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "534" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CF", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -18966,19 +19168,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Carolina" + "@value": "Central African Republic" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "South Carolina" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18986,10 +19194,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CAF" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "140" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "140" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GD", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19007,25 +19235,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Grenada" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Comoros" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19036,27 +19264,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "308" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19074,25 +19302,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Haiti" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Congo" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19103,29 +19331,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CG" + "@value": "HT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "COG" + "@value": "HTI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "178" + "@value": "332" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "178" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-MN", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19141,25 +19369,63 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@language": "en", + "@value": "Minnesota" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Minnesota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JP", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Country", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "Japan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Peru" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19170,27 +19436,68 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PE" + "@value": "JP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "JPN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "392" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "392" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-TH", + "@type": [ + "https://w3id.org/dpv/dpv-owl#Region", + "http://www.w3.org/2002/07/owl#NamedIndividual" + ], + "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/isPartOf": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Thuringia" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Thuringia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TD", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19208,22 +19515,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Chad" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thailand" + "@value": "Chad" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19234,29 +19544,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "TD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "TCD" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "148" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "148" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19272,25 +19582,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "New Hampshire" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anguilla" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19298,30 +19602,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AI" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "AIA" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "660" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "660" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19339,22 +19623,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Pitcairn" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19365,27 +19649,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "612" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "196" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TM", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19403,25 +19687,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#CentralAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Turkmenistan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19432,27 +19713,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "TM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "TKM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "795" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MP", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19470,22 +19751,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Greece" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19496,29 +19777,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "580" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EasternEurope", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19534,22 +19815,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "EasternEurope" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bermuda" + "@value": "EasternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19557,32 +19835,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "BM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "BMU" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "60" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "60" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAmerica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19598,25 +19856,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Guinea" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19624,61 +19876,12 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "GN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "GIN" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "324" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "324" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AK", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19694,25 +19897,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Alaska" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Argentina" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19720,30 +19917,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "AR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "ARG" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "32" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "32" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19761,25 +19938,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "Montserrat" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Uganda" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19790,29 +19967,88 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "MS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "MSR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "500" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + "http://purl.org/dc/terms/hasPart": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-OH", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -19828,25 +20064,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Ohio" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Barbados" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19854,30 +20084,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "BB" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "BRB" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "52" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "52" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IQ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19895,22 +20105,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "Iraq" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Belgium" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19921,27 +20131,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BE" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BEL" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "56" + "@value": "368" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "56" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -19971,13 +20181,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dominica" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19988,29 +20198,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "652" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TT", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20026,19 +20236,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Trinidad and Tobago" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20046,10 +20262,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TT" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "TTO" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "780" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "780" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BY", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20067,19 +20303,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "Bavaria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "Bavaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20090,7 +20326,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AG", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20108,22 +20344,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "France" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20134,27 +20373,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "28" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PL", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20172,25 +20411,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Poland" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Zambia" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20201,29 +20437,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "ZM" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ZMB" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "894" + "@value": "616" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "894" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20239,53 +20475,56 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Panama" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Panama" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AU" - }, + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX" - }, + "@language": "en", + "@value": "accepted" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CC" - }, + "@value": "PA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HM" - }, + "@value": "PAN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NZ" - }, + "@value": "591" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NF" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#KY", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20303,22 +20542,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Cayman Islands" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Oman" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20329,27 +20571,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "OM" + "@value": "KY" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "OMN" + "@value": "CYM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "512" + "@value": "136" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "512" + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20367,25 +20609,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Belgium" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Malawi" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20396,29 +20635,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "56" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20434,19 +20673,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Canada" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Arizona" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20454,42 +20696,83 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "CA" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "CAN" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "124" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "124" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", "http://purl.org/dc/terms/hasPart": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LI" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MC" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GF", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20507,25 +20790,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "French Guiana" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Rwanda" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20536,29 +20819,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "254" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GE", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20574,19 +20857,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Georgia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20594,53 +20880,32 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@value": "GE" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "MiddleAfrica" + "@value": "GEO" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "MiddleAfrica" + "@value": "268" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-WA", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20656,25 +20921,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Washington" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Somalia" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20682,30 +20941,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SO" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SOM" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "706" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "706" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20723,25 +20962,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SouthernAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Bhutan" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Martinique" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20752,27 +20988,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "BT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "BTN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "64" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-ID", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20796,13 +21032,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Idaho" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nevada" + "@value": "Idaho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20813,9 +21049,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KY", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NC", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -20831,19 +21067,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kentucky" + "@value": "New Caledonia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Kentucky" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20851,110 +21090,30 @@ "@language": "en", "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", - "http://purl.org/dc/terms/hasPart": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AX" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthernEurope", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@value": "NC" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "SouthernEurope" + "@value": "NCL" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "SouthernEurope" + "@value": "540" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CA", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -20978,13 +21137,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "California" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alabama" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20995,7 +21154,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21013,22 +21172,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Burundi" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Maldives" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21039,29 +21201,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MV" + "@value": "BI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MDV" + "@value": "BDI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "462" + "@value": "108" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "462" + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MiddleAfrica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -21077,25 +21239,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21103,30 +21259,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "BQ" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "BES" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "535" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "535" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21144,22 +21280,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" + "@value": "Austria" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Samoa" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21170,29 +21306,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "WS" + "@value": "AT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "WSM" + "@value": "AUT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "882" + "@value": "40" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "882" + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TV", "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", + "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -21209,18 +21345,21 @@ "http://purl.org/dc/terms/isPartOf": [ { "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Tuvalu" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21228,10 +21367,30 @@ "@language": "en", "@value": "accepted" } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + { + "@value": "TV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + { + "@value": "TUV" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + { + "@value": "798" + } + ], + "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + { + "@value": "798" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21249,22 +21408,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Tonga" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Austria" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21275,27 +21434,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "AT" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "AUT" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "40" + "@value": "776" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "40" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21313,19 +21472,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "Georgia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saarland" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21336,7 +21495,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#LB", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21363,13 +21522,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Lebanon" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21380,27 +21539,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SA" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SAU" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "682" + "@value": "422" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "682" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21418,22 +21577,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21444,27 +21603,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PK" + "@value": "WS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PAK" + "@value": "WSM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "586" + "@value": "882" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "586" + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-CO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TX", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21488,13 +21647,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "Texas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Colorado" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21505,7 +21664,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AI", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21526,19 +21685,22 @@ "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Anguilla" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Anguilla" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21549,27 +21711,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "660" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-AL", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21587,19 +21749,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "Alabama" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21610,7 +21772,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-TN", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#WesternAfrica", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21628,19 +21790,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tennessee" + "@value": "WesternAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tennessee" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21651,7 +21813,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21669,25 +21831,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Germany" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Réunion" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21698,27 +21857,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "276" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Americas", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21734,21 +21893,16 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "Americas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21759,9 +21913,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#CX", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DE-HB", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -21777,22 +21931,19 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Bremen" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Christmas Island" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21800,30 +21951,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "CX" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "CXR" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "162" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "162" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SZ", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21841,22 +21972,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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#SouthernAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Eswatini" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21867,27 +22001,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "HK" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "HKG" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "344" + "@value": "748" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "344" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21911,19 +22045,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Guinea" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21934,27 +22068,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "324" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#Caribbean", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -21967,99 +22101,35 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "SouthAmerica" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "SouthAmerica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#DZ", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/isPartOf": [ { - "@value": "DZ" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "DZA" + "@language": "en", + "@value": "Caribbean" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "12" + "@language": "en", + "@value": "Caribbean" } ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "12" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SN", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22089,13 +22159,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Senegal" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Niger" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22106,27 +22176,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NE" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NER" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "562" + "@value": "686" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "562" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RU", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22144,25 +22214,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Russian Federation" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22173,27 +22240,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "643" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#US-KS", "@type": [ "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22217,13 +22284,13 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Kansas" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Georgia" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22234,7 +22301,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SA", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22252,22 +22319,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22278,27 +22345,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SB" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SLB" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "90" + "@value": "682" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "90" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#RO", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22319,19 +22386,19 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Romania" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Portugal" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22342,27 +22409,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "PT" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "PRT" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "620" + "@value": "642" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "620" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BV", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22380,22 +22447,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "Bouvet Island" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Nepal" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22406,29 +22476,29 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "NP" + "@value": "BV" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "NPL" + "@value": "BVT" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "524" + "@value": "74" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "524" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#NorthernAfrica", "@type": [ - "https://w3id.org/dpv/dpv-owl#Country", + "https://w3id.org/dpv/dpv-owl#Region", "http://www.w3.org/2002/07/owl#NamedIndividual" ], "http://purl.org/dc/terms/created": [ @@ -22445,24 +22515,18 @@ "http://purl.org/dc/terms/isPartOf": [ { "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seychelles" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22470,30 +22534,10 @@ "@language": "en", "@value": "accepted" } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ - { - "@value": "SC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ - { - "@value": "SYC" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ - { - "@value": "690" - } - ], - "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ - { - "@value": "690" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#SR", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22511,22 +22555,25 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sweden" + "@value": "Suriname" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sweden" + "@value": "Suriname" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22537,68 +22584,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "SE" + "@value": "SR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "SWE" + "@value": "SUR" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "752" + "@value": "740" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "752" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#ChannelIslands", - "@type": [ - "https://w3id.org/dpv/dpv-owl#Region", - "http://www.w3.org/2002/07/owl#NamedIndividual" - ], - "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/isPartOf": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "ChannelIslands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#BO", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#AS", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22616,25 +22622,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "American Samoa" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22645,27 +22648,27 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "BO" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "BOL" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "68" + "@value": "16" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "68" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#TK", "@type": [ "https://w3id.org/dpv/dpv-owl#Country", "http://www.w3.org/2002/07/owl#NamedIndividual" @@ -22683,25 +22686,22 @@ ], "http://purl.org/dc/terms/isPartOf": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tokelau" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22712,22 +22712,22 @@ ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "772" } ], "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "772" } ] } diff --git a/dpv-owl/dpv-legal/modules/locations.rdf b/dpv-owl/dpv-legal/modules/locations.rdf index b2f65be84..d346d2664 100644 --- a/dpv-owl/dpv-legal/modules/locations.rdf +++ b/dpv-owl/dpv-legal/modules/locations.rdf @@ -6,49 +6,150 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - Cabo Verde - Cabo Verde - CV - CPV - 132 - 132 + Bulgaria + Bulgaria + BG + BGR + 100 + 100 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Saarland + Saarland + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Croatia + Croatia + HR + HRV + 191 + 191 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Morocco + Morocco + MA + MAR + 504 + 504 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Central African Republic + Central African Republic + CF + CAF + 140 + 140 + - 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Christmas Island + Christmas Island + CX + CXR + 162 + 162 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Cameroon + Cameroon + CM + CMR + 120 + 120 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - New Hampshire - New Hampshire - + Berlin + Berlin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahamas - Bahamas - BS - BHS - 44 - 44 + Colombia + Colombia + CO + COL + 170 + 170 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Heard Island and McDonald Islands + Heard Island and McDonald Islands + HM + HMD + 334 + 334 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + @@ -56,14 +157,14 @@ + - + - @@ -75,6 +176,7 @@ + @@ -82,10 +184,12 @@ + + @@ -94,215 +198,256 @@ + - + - - - - Mozambique - Mozambique - MZ - MOZ - 508 - 508 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Italy - Italy - IT - ITA - 380 - 380 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Delaware - Delaware - + United Arab Emirates + United Arab Emirates + AE + ARE + 784 + 784 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Kyrgyzstan - Kyrgyzstan - KG - KGZ - 417 - 417 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - Tuvalu - Tuvalu - TV - TUV - 798 - 798 - - + EasternAsia + EasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sri Lanka - Sri Lanka - LK - LKA - 144 - 144 - - + Hungary + Hungary + HU + HUN + 348 + 348 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Nebraska - Nebraska - + Andorra + Andorra + AD + AND + 20 + 20 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chad - Chad - TD - TCD - 148 - 148 - - - + Bonaire, Sint Eustatius and Saba + Bonaire, Sint Eustatius and Saba + BQ + BES + 535 + 535 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ethiopia - Ethiopia - ET - ETH - 231 - 231 + Senegal + Senegal + SN + SEN + 686 + 686 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Brandenburg - Brandenburg - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Northern Mariana Islands - Northern Mariana Islands - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Pakistan - Pakistan - PK - PAK - 586 - 586 - - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - + + + + + + - + - Colombia - Colombia - CO - COL - 170 - 170 - - - + Benin + Benin + BJ + BEN + 204 + 204 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belgium - Belgium - BE - BEL - 56 - 56 - - + Chad + Chad + TD + TCD + 148 + 148 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -322,93 +467,119 @@ accepted Harshvardhan J. Pandit - + - Ireland - Ireland - IE - IRL - 372 - 372 + Poland + Poland + PL + POL + 616 + 616 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Turkmenistan - Turkmenistan - TM - TKM - 795 - 795 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + - - - - Australia - Australia - AU - AUS - 36 - 36 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Sweden - Sweden - SE - SWE - 752 - 752 - - + Nicaragua + Nicaragua + NI + NIC + 558 + 558 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Oman - Oman - OM - OMN - 512 - 512 - - + Chile + Chile + CL + CHL + 152 + 152 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Malawi - Malawi - MW - MWI - 454 - 454 - - - + Democratic People's Republic of Korea + Democratic People's Republic of Korea + KP + PRK + 408 + 408 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -423,56 +594,77 @@ accepted Harshvardhan J. Pandit - + - Haiti - Haiti - HT - HTI - 332 - 332 + China, Hong Kong Special Administrative Region + China, Hong Kong Special Administrative Region + HK + HKG + 344 + 344 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Honduras + Honduras + HN + HND + 340 + 340 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Schleswig-Holstein - Schleswig-Holstein - + Myanmar + Myanmar + MM + MMR + 104 + 104 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Polynesia - French Polynesia - PF - PYF - 258 - 258 - - + British Indian Ocean Territory + British Indian Ocean Territory + IO + IOT + 86 + 86 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uganda - Uganda - UG - UGA - 800 - 800 + Malawi + Malawi + MW + MWI + 454 + 454 @@ -480,193 +672,67 @@ accepted Harshvardhan J. Pandit - - + + - Norfolk Island - Norfolk Island - NF - NFK - 574 - 574 - - + Missouri + Missouri + 2022-03-30 accepted Harshvardhan J. Pandit - + - Antarctica - Antarctica - AQ - ATA - 10 - 10 + North Macedonia + North Macedonia + MK + MKD + 807 + 807 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - El Salvador - El Salvador - SV - SLV - 222 - 222 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Saarland - Saarland - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - WesternAsia - WesternAsia - + Tuvalu + Tuvalu + TV + TUV + 798 + 798 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Sudan - South Sudan - SS - SSD - 728 - 728 - - - + Uzbekistan + Uzbekistan + UZ + UZB + 860 + 860 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - Wallis and Futuna Islands - Wallis and Futuna Islands - WF - WLF - 876 - 876 - - + Florida + Florida + 2022-03-30 accepted Harshvardhan J. Pandit @@ -686,15 +752,15 @@ accepted Harshvardhan J. Pandit - + - Kenya - Kenya - KE - KEN - 404 - 404 + Mayotte + Mayotte + YT + MYT + 175 + 175 @@ -702,692 +768,646 @@ accepted Harshvardhan J. Pandit - + - Samoa - Samoa - WS - WSM - 882 - 882 - - + Sint Maarten (Dutch part) + Sint Maarten (Dutch part) + SX + SXM + 534 + 534 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Idaho - Idaho - + Micronesia + Micronesia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Louisiana - Louisiana - + China, Macao Special Administrative Region + China, Macao Special Administrative Region + MO + MAC + 446 + 446 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - + + + + Comoros + Comoros + KM + COM + 174 + 174 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Netherlands - Netherlands - NL - NLD - 528 - 528 - - + Armenia + Armenia + AM + ARM + 51 + 51 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Holy See - Holy See - VA - VAT - 336 - 336 - - + Gambia + Gambia + GM + GMB + 270 + 270 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Baden-Württemberg - Baden-Württemberg - + Ethiopia + Ethiopia + ET + ETH + 231 + 231 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Palau - Palau - PW - PLW - 585 - 585 - - + Bahrain + Bahrain + BH + BHR + 48 + 48 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Puerto Rico - Puerto Rico - + British Virgin Islands + British Virgin Islands + VG + VGB + 92 + 92 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Solomon Islands - Solomon Islands - SB - SLB - 90 - 90 - - + Georgia + Georgia + GE + GEO + 268 + 268 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - + + - SubSaharanAfrica - SubSaharanAfrica - + Cocos (Keeling) Islands + Cocos (Keeling) Islands + CC + CCK + 166 + 166 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Anguilla - Anguilla - AI - AIA - 660 - 660 - - - + Liberia + Liberia + LR + LBR + 430 + 430 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Congo - Congo - CG - COG - 178 - 178 - - - + Maldives + Maldives + MV + MDV + 462 + 462 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Barthélemy - Saint Barthélemy - BL - BLM - 652 - 652 + Peru + Peru + PE + PER + 604 + 604 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Western Sahara - Western Sahara - EH - ESH - 732 - 732 - - + Saudi Arabia + Saudi Arabia + SA + SAU + 682 + 682 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Austria - Austria - AT - AUT - 40 - 40 - - + Norfolk Island + Norfolk Island + NF + NFK + 574 + 574 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Poland - Poland - PL - POL - 616 - 616 - - + New Hampshire + New Hampshire + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - United Republic of Tanzania - United Republic of Tanzania - TZ - TZA - 834 - 834 + NorthernAfrica + NorthernAfrica - - 2022-03-30 accepted Harshvardhan J. Pandit - + - Iran (Islamic Republic of) - Iran (Islamic Republic of) - IR - IRN - 364 - 364 - - + Ecuador + Ecuador + EC + ECU + 218 + 218 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Guam - Guam - GU - GUM - 316 - 316 - - + Dominica + Dominica + DM + DMA + 212 + 212 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tokelau - Tokelau - TK - TKL - 772 - 772 - - + Barbados + Barbados + BB + BRB + 52 + 52 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Micronesia (Federated States of) - Micronesia (Federated States of) - FM - FSM - 583 - 583 - - + Delaware + Delaware + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Dominican Republic - Dominican Republic - DO - DOM - 214 - 214 - - - + South Dakota + South Dakota + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Montana + Montana + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Ukraine - Ukraine - UA - UKR - 804 - 804 + Slovenia + Slovenia + SI + SVN + 705 + 705 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Djibouti - Djibouti - DJ - DJI - 262 - 262 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - Madagascar - Madagascar - MG - MDG - 450 - 450 - - - + Norway + Norway + NO + NOR + 578 + 578 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Svalbard and Jan Mayen Islands - Svalbard and Jan Mayen Islands - SJ - SJM - 744 - 744 + Bosnia and Herzegovina + Bosnia and Herzegovina + BA + BIH + 70 + 70 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Zealand - New Zealand - NZ - NZL - 554 - 554 - - + Guyana + Guyana + GY + GUY + 328 + 328 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zimbabwe - Zimbabwe - ZW - ZWE - 716 - 716 + Saint Helena + Saint Helena + SH + SHN + 654 + 654 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Cambodia - Cambodia - KH - KHM - 116 - 116 - - + Hawaii + Hawaii + 2022-03-30 accepted Harshvardhan J. Pandit - + - Latvia - Latvia - LV - LVA - 428 - 428 - - + Mauritania + Mauritania + MR + MRT + 478 + 478 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - SouthernAsia - SouthernAsia - + United States Minor Outlying Islands + United States Minor Outlying Islands + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Thuringia - Thuringia - + Serbia + Serbia + RS + SRB + 688 + 688 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Arab Emirates - United Arab Emirates - AE - ARE - 784 - 784 - - + Argentina + Argentina + AR + ARG + 32 + 32 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Timor-Leste - Timor-Leste - TL - TLS - 626 - 626 - - + Asia + Asia 2022-03-30 accepted Harshvardhan J. Pandit - - - - Spain - Spain - ES - ESP - 724 - 724 - - + + + + + + + + + + + + + + + + + Burundi + Burundi + BI + BDI + 108 + 108 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Georgia - Georgia - + Isle of Man + Isle of Man + IM + IMN + 833 + 833 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Northern Mariana Islands - Northern Mariana Islands - MP - MNP - 580 - 580 + Micronesia (Federated States of) + Micronesia (Federated States of) + FM + FSM + 583 + 583 2022-03-30 @@ -1409,60 +1429,103 @@ accepted Harshvardhan J. Pandit - - + + - United States Minor Outlying Islands - United States Minor Outlying Islands - UM - UMI - 581 - 581 - - + Nebraska + Nebraska + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Albania - Albania - AL - ALB - 8 - 8 - - + Tennessee + Tennessee + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Japan - Japan - JP - JPN - 392 - 392 - - + North Carolina + North Carolina + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Ghana - Ghana - GH - GHA - 288 - 288 + Guinea + Guinea + GN + GIN + 324 + 324 @@ -1470,109 +1533,71 @@ accepted Harshvardhan J. Pandit - - + + - Somalia - Somalia - SO - SOM - 706 - 706 - - - + Colorado + Colorado + 2022-03-30 accepted Harshvardhan J. Pandit - + - Burundi - Burundi - BI - BDI - 108 - 108 - - - + Montserrat + Montserrat + MS + MSR + 500 + 500 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Fiji - Fiji - FJ - FJI - 242 - 242 - - + Spain + Spain + ES + ESP + 724 + 724 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Grenada - Grenada - GD - GRD - 308 - 308 + Canada + Canada + CA + CAN + 124 + 124 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guyana - Guyana - GY - GUY - 328 - 328 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Afghanistan - Afghanistan - AF - AFG - 4 - 4 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Cuba - Cuba - CU - CUB - 192 - 192 + Saint Barthélemy + Saint Barthélemy + BL + BLM + 652 + 652 @@ -1580,27 +1605,32 @@ accepted Harshvardhan J. Pandit - + - Armenia - Armenia - AM - ARM - 51 - 51 + Singapore + Singapore + SG + SGP + 702 + 702 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - New Jersey - New Jersey - + Solomon Islands + Solomon Islands + SB + SLB + 90 + 90 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -1620,604 +1650,552 @@ accepted Harshvardhan J. Pandit - - + + - South Carolina - South Carolina - + Timor-Leste + Timor-Leste + TL + TLS + 626 + 626 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + + - Polynesia - Polynesia - + Viet Nam + Viet Nam + VN + VNM + 704 + 704 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - New York - New York - + Kazakhstan + Kazakhstan + KZ + KAZ + 398 + 398 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Democratic People's Republic of Korea - Democratic People's Republic of Korea - KP - PRK - 408 - 408 - - + El Salvador + El Salvador + SV + SLV + 222 + 222 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + + - Maldives - Maldives - MV - MDV - 462 - 462 - - + New Jersey + New Jersey + 2022-03-30 accepted Harshvardhan J. Pandit - + - Equatorial Guinea - Equatorial Guinea - GQ - GNQ - 226 - 226 - - - + New Zealand + New Zealand + NZ + NZL + 554 + 554 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Curaçao - Curaçao - CW - CUW - 531 - 531 - - - + Holy See + Holy See + VA + VAT + 336 + 336 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Norway - Norway - NO - NOR - 578 - 578 + Belarus + Belarus + BY + BLR + 112 + 112 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Qatar - Qatar - QA - QAT - 634 - 634 - - + Puerto Rico + Puerto Rico + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + - Cook Islands - Cook Islands - CK - COK - 184 - 184 - - + Namibia + Namibia + NA + NAM + 516 + 516 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Angola - Angola - AO - AGO - 24 - 24 - - - + Oklahoma + Oklahoma + 2022-03-30 accepted Harshvardhan J. Pandit - + - Arkansas - Arkansas + Louisiana + Louisiana 2022-03-30 accepted Harshvardhan J. Pandit - + - Israel - Israel - IL - ISR - 376 - 376 - - + American Samoa + American Samoa + AS + ASM + 16 + 16 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Marshall Islands - Marshall Islands - MH - MHL - 584 - 584 - - + Bhutan + Bhutan + BT + BTN + 64 + 64 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bulgaria - Bulgaria - BG - BGR - 100 - 100 - - + Saint Lucia + Saint Lucia + LC + LCA + 662 + 662 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Hawaii - Hawaii - + Sudan + Sudan + SD + SDN + 729 + 729 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Denmark - Denmark - DK - DNK - 208 - 208 - - + Wallis and Futuna Islands + Wallis and Futuna Islands + WF + WLF + 876 + 876 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mississippi - Mississippi + Indiana + Indiana 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Lebanon + Lebanon + LB + LBN + 422 + 422 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Benin - Benin - BJ - BEN - 204 - 204 - - - + Netherlands + Netherlands + NL + NLD + 528 + 528 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guatemala - Guatemala - GT - GTM - 320 - 320 - - - + Tonga + Tonga + TO + TON + 776 + 776 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sao Tome and Principe - Sao Tome and Principe - ST - STP - 678 - 678 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - U.S. Virgin Islands - U.S. Virgin Islands - + Guadeloupe + Guadeloupe + GP + GLP + 312 + 312 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Portugal - Portugal - PT - PRT - 620 - 620 + Russian Federation + Russian Federation + RU + RUS + 643 + 643 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - Washington - Washington - + Djibouti + Djibouti + DJ + DJI + 262 + 262 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Canada - Canada - CA - CAN - 124 - 124 - - + Mali + Mali + ML + MLI + 466 + 466 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Rhineland-Palatinate - Rhineland-Palatinate - + Brazil + Brazil + BR + BRA + 76 + 76 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Réunion - Réunion - RE - REU - 638 - 638 + Sao Tome and Principe + Sao Tome and Principe + ST + STP + 678 + 678 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Lebanon - Lebanon - LB - LBN - 422 - 422 + Brunei Darussalam + Brunei Darussalam + BN + BRN + 96 + 96 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eswatini - Eswatini - SZ - SWZ - 748 - 748 - - - + Antigua and Barbuda + Antigua and Barbuda + AG + ATG + 28 + 28 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nigeria - Nigeria - NG - NGA - 566 - 566 + Mozambique + Mozambique + MZ + MOZ + 508 + 508 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + - Bangladesh - Bangladesh - BD - BGD - 50 - 50 - - + Mauritius + Mauritius + MU + MUS + 480 + 480 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Suriname - Suriname - SR - SUR - 740 - 740 + South Georgia and the South Sandwich Islands + South Georgia and the South Sandwich Islands + GS + SGS + 239 + 239 @@ -2225,252 +2203,303 @@ accepted Harshvardhan J. Pandit - + - Bosnia and Herzegovina - Bosnia and Herzegovina - BA - BIH - 70 - 70 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Colorado - Colorado - + Cuba + Cuba + CU + CUB + 192 + 192 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Maine - Maine - + Iceland + Iceland + IS + ISL + 352 + 352 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Caribbean - Caribbean - + Pakistan + Pakistan + PK + PAK + 586 + 586 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saudi Arabia - Saudi Arabia - SA - SAU - 682 - 682 - - + Egypt + Egypt + EG + EGY + 818 + 818 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hamburg - Hamburg - + Northern Mariana Islands + Northern Mariana Islands + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Melanesia - Melanesia - + Sierra Leone + Sierra Leone + SL + SLE + 694 + 694 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montenegro - Montenegro - ME - MNE - 499 - 499 - - + Uruguay + Uruguay + UY + URY + 858 + 858 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Alaska - Alaska - + Samoa + Samoa + WS + WSM + 882 + 882 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - India - India - IN - IND - 356 - 356 - - + Lower-Saxony + Lower-Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - + - LatinAmericaandtheCaribbean - LatinAmericaandtheCaribbean - + Sark + Sark + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Papua New Guinea - Papua New Guinea - PG - PNG - 598 - 598 - - + Svalbard and Jan Mayen Islands + Svalbard and Jan Mayen Islands + SJ + SJM + 744 + 744 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + - Finland - Finland - FI - FIN - 246 - 246 - - + Mongolia + Mongolia + MN + MNG + 496 + 496 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Azerbaijan - Azerbaijan - AZ - AZE - 31 - 31 - - + French Polynesia + French Polynesia + PF + PYF + 258 + 258 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eritrea - Eritrea - ER - ERI - 232 - 232 - - - + Mexico + Mexico + MX + MEX + 484 + 484 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Philippines - Philippines - PH - PHL - 608 - 608 - - + Lithuania + Lithuania + LT + LTU + 440 + 440 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Seychelles - Seychelles - SC - SYC - 690 - 690 + United States Virgin Islands + United States Virgin Islands + VI + VIR + 850 + 850 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Togo + Togo + TG + TGO + 768 + 768 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Syrian Arab Republic - Syrian Arab Republic - SY - SYR - 760 - 760 - - + Saint Vincent and the Grenadines + Saint Vincent and the Grenadines + VC + VCT + 670 + 670 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Georgia and the South Sandwich Islands - South Georgia and the South Sandwich Islands - GS - SGS - 239 - 239 + Falkland Islands (Malvinas) + Falkland Islands (Malvinas) + FK + FLK + 238 + 238 @@ -2478,71 +2507,78 @@ accepted Harshvardhan J. Pandit - + - Democratic Republic of the Congo - Democratic Republic of the Congo - CD - COD - 180 - 180 + Madagascar + Madagascar + MG + MDG + 450 + 450 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Singapore - Singapore - SG - SGP - 702 - 702 - - + Congo + Congo + CG + COG + 178 + 178 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Egypt - Egypt - EG - EGY - 818 - 818 - - + Ireland + Ireland + IE + IRL + 372 + 372 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Micronesia - Micronesia - + Guinea-Bissau + Guinea-Bissau + GW + GNB + 624 + 624 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Martin (French Part) - Saint Martin (French Part) - MF - MAF - 663 - 663 + Jamaica + Jamaica + JM + JAM + 388 + 388 @@ -2550,82 +2586,42 @@ accepted Harshvardhan J. Pandit - - - - Namibia - Namibia - NA - NAM - 516 - 516 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Oregon - Oregon - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Saint Vincent and the Grenadines - Saint Vincent and the Grenadines - VC - VCT - 670 - 670 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - EasternAsia - EasternAsia - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + - + - Nepal - Nepal - NP - NPL - 524 - 524 - - + Luxembourg + Luxembourg + LU + LUX + 442 + 442 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - British Virgin Islands - British Virgin Islands - VG - VGB - 92 - 92 + Saint Kitts and Nevis + Saint Kitts and Nevis + KN + KNA + 659 + 659 @@ -2633,55 +2629,17 @@ accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - Virginia - Virginia - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Russian Federation - Russian Federation - RU - RUS - 643 - 643 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - Croatia - Croatia - HR - HRV - 191 - 191 - - + Fiji + Fiji + FJ + FJI + 242 + 242 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -2701,936 +2659,790 @@ accepted Harshvardhan J. Pandit - - - - Lao People's Democratic Republic - Lao People's Democratic Republic - LA - LAO - 418 - 418 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - New Caledonia - New Caledonia - NC - NCL - 540 - 540 + Papua New Guinea + Papua New Guinea + PG + PNG + 598 + 598 2022-03-30 accepted Harshvardhan J. Pandit - - - - Belize - Belize - BZ - BLZ - 84 - 84 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - Rhode Island - Rhode Island - + SouthAmerica + SouthAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belarus - Belarus - BY - BLR - 112 - 112 - - + Thailand + Thailand + TH + THA + 764 + 764 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + - Guadeloupe - Guadeloupe - GP - GLP - 312 - 312 - - - + Cyprus + Cyprus + CY + CYP + 196 + 196 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Hungary - Hungary - HU - HUN - 348 - 348 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Kazakhstan - Kazakhstan - KZ - KAZ - 398 - 398 - - + Tunisia + Tunisia + TN + TUN + 788 + 788 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Venezuela (Bolivarian Republic of) - Venezuela (Bolivarian Republic of) - VE - VEN - 862 - 862 - - - + French Southern Territories + French Southern Territories + TF + ATF + 260 + 260 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saxony-Anhalt - Saxony-Anhalt - + Cook Islands + Cook Islands + CK + COK + 184 + 184 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + - SouthAmerica - SouthAmerica - + Guam + Guam + 2022-03-30 accepted Harshvardhan J. Pandit - + - Turkey - Turkey - TR - TUR - 792 - 792 + Yemen + Yemen + YE + YEM + 887 + 887 2022-03-30 accepted Harshvardhan J. Pandit - + - Central African Republic - Central African Republic - CF - CAF - 140 - 140 - - - + Liechtenstein + Liechtenstein + LI + LIE + 438 + 438 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uzbekistan - Uzbekistan - UZ - UZB - 860 - 860 - - + Romania + Romania + RO + ROU + 642 + 642 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Peru - Peru - PE - PER - 604 - 604 - - - + Côte d’Ivoire + Côte d’Ivoire + CI + CIV + 384 + 384 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Isle of Man - Isle of Man - IM - IMN - 833 - 833 - - + Niger + Niger + NE + NER + 562 + 562 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liechtenstein - Liechtenstein - LI - LIE - 438 - 438 - - + Ghana + Ghana + GH + GHA + 288 + 288 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - France - France - FR - FRA - 250 - 250 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Monaco - Monaco - MC - MCO - 492 - 492 - - + Azerbaijan + Azerbaijan + AZ + AZE + 31 + 31 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - North Macedonia - North Macedonia - MK - MKD - 807 - 807 - - + Massachusetts + Massachusetts + 2022-03-30 accepted Harshvardhan J. Pandit - + - Argentina - Argentina - AR - ARG - 32 - 32 - - - + Republic of Korea + Republic of Korea + KR + KOR + 410 + 410 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cyprus - Cyprus - CY - CYP - 196 - 196 - - + Tokelau + Tokelau + TK + TKL + 772 + 772 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Faroe Islands - Faroe Islands - FO - FRO - 234 - 234 + Åland Islands + Åland Islands + AX + ALA + 248 + 248 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - + + + + + + + + - - + + - Guernsey - Guernsey - GG - GGY - 831 - 831 - - - + Thuringia + Thuringia + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - + - Mongolia - Mongolia - MN - MNG - 496 - 496 + Philippines + Philippines + PH + PHL + 608 + 608 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - AustraliaandNewZealand - AustraliaandNewZealand - + North-Rhine Westphalia + North-Rhine Westphalia + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - + + - Germany - Germany - DE - DEU - 276 - 276 - - + Alaska + Alaska + 2022-03-30 accepted Harshvardhan J. Pandit - + - Comoros - Comoros - KM - COM - 174 - 174 - - - + Martinique + Martinique + MQ + MTQ + 474 + 474 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - EasternEurope - EasternEurope - + Kiribati + Kiribati + KI + KIR + 296 + 296 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Malaysia - Malaysia - MY - MYS - 458 - 458 - - + Kenya + Kenya + KE + KEN + 404 + 404 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cayman Islands - Cayman Islands - KY - CYM - 136 - 136 - - - + Israel + Israel + IL + ISR + 376 + 376 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Mexico - Mexico - MX - MEX - 484 - 484 - - - + Rhode Island + Rhode Island + 2022-03-30 accepted Harshvardhan J. Pandit - + - Senegal - Senegal - SN - SEN - 686 - 686 + Angola + Angola + AO + AGO + 24 + 24 + - 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + - Panama - Panama - PA - PAN - 591 - 591 + Bahamas + Bahamas + BS + BHS + 44 + 44 + - 2022-03-30 accepted Harshvardhan J. Pandit - - - - Niue - Niue - NU - NIU - 570 - 570 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Bouvet Island - Bouvet Island - BV - BVT - 74 - 74 - - - + Connecticut + Connecticut + 2022-03-30 accepted Harshvardhan J. Pandit - + - Libya - Libya - LY - LBY - 434 - 434 - - + Italy + Italy + IT + ITA + 380 + 380 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - + - Arizona - Arizona + South Carolina + South Carolina 2022-03-30 accepted Harshvardhan J. Pandit - + - Burkina Faso - Burkina Faso - BF - BFA - 854 - 854 - - - + Turkmenistan + Turkmenistan + TM + TKM + 795 + 795 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) - SX - SXM - 534 - 534 - - - + District of Columbia + District of Columbia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Brazil - Brazil - BR - BRA - 76 - 76 - - - + Kentucky + Kentucky + 2022-03-30 accepted Harshvardhan J. Pandit - + - Jamaica - Jamaica - JM - JAM - 388 - 388 - - - + Latvia + Latvia + LV + LVA + 428 + 428 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Trinidad and Tobago - Trinidad and Tobago - TT - TTO - 780 - 780 - - - + Turkey + Turkey + TR + TUR + 792 + 792 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Czechia - Czechia - CZ - CZE - 203 - 203 - - + Zambia + Zambia + ZM + ZMB + 894 + 894 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Paraguay - Paraguay - PY - PRY - 600 - 600 + Panama + Panama + PA + PAN + 591 + 591 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Afghanistan + Afghanistan + AF + AFG + 4 + 4 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - American Samoa - American Samoa - + WesternAsia + WesternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Guinea-Bissau - Guinea-Bissau - GW - GNB - 624 - 624 - - - + Melanesia + Melanesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Pierre and Miquelon - Saint Pierre and Miquelon - PM - SPM - 666 - 666 - - + Faroe Islands + Faroe Islands + FO + FRO + 234 + 234 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Asia - Asia + New York + New York + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovenia - Slovenia - SI - SVN - 705 - 705 - - + Belize + Belize + BZ + BLZ + 84 + 84 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + - Bhutan - Bhutan - BT - BTN - 64 - 64 - - + Puerto Rico + Puerto Rico + PR + PRI + 630 + 630 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Massachusetts - Massachusetts + West Virginia + West Virginia 2022-03-30 accepted Harshvardhan J. Pandit - + - Uruguay - Uruguay - UY - URY - 858 - 858 + Paraguay + Paraguay + PY + PRY + 600 + 600 @@ -3638,123 +3450,144 @@ accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + - China, Macao Special Administrative Region - China, Macao Special Administrative Region - MO - MAC - 446 - 446 - - + United Republic of Tanzania + United Republic of Tanzania + TZ + TZA + 834 + 834 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Florida - Florida - + United States Minor Outlying Islands + United States Minor Outlying Islands + UM + UMI + 581 + 581 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Barbados - Barbados - BB - BRB - 52 - 52 - - - + San Marino + San Marino + SM + SMR + 674 + 674 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - + + + + Polynesia + Polynesia + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - - Iceland - Iceland - IS - ISL - 352 - 352 - - + + Guam + Guam + GU + GUM + 316 + 316 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Vermont - Vermont + Virginia + Virginia 2022-03-30 accepted Harshvardhan J. Pandit - - + + - ChannelIslands - ChannelIslands - + Greece + Greece + GR + GRC + 300 + 300 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mali - Mali - ML - MLI - 466 - 466 - - - + India + India + IN + IND + 356 + 356 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mayotte - Mayotte - YT - MYT - 175 - 175 + Uganda + Uganda + UG + UGA + 800 + 800 @@ -3762,277 +3595,292 @@ accepted Harshvardhan J. Pandit - - - - - - - - - - + - Maryland - Maryland + Texas + Texas 2022-03-30 accepted Harshvardhan J. Pandit - - - - United Kingdom of Great Britain and Northern Ireland - United Kingdom of Great Britain and Northern Ireland - GB - GBR - 826 - 826 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - French Southern Territories - French Southern Territories - TF - ATF - 260 - 260 + Cabo Verde + Cabo Verde + CV + CPV + 132 + 132 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Ohio - Ohio - + Grenada + Grenada + GD + GRD + 308 + 308 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Missouri - Missouri - + Republic of Moldova + Republic of Moldova + MD + MDA + 498 + 498 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Côte d’Ivoire - Côte d’Ivoire - CI - CIV - 384 - 384 + South Sudan + South Sudan + SS + SSD + 728 + 728 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Greece - Greece - GR - GRC - 300 - 300 - - + WesternAfrica + WesternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Minnesota - Minnesota + Maine + Maine 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Malaysia + Malaysia + MY + MYS + 458 + 458 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - North Carolina - North Carolina - + EasternEurope + EasternEurope + 2022-03-30 accepted Harshvardhan J. Pandit - + - Costa Rica - Costa Rica - CR - CRI - 188 - 188 + Suriname + Suriname + SR + SUR + 740 + 740 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - British Indian Ocean Territory - British Indian Ocean Territory - IO - IOT - 86 - 86 - - - + Albania + Albania + AL + ALB + 8 + 8 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + United Kingdom of Great Britain and Northern Ireland + United Kingdom of Great Britain and Northern Ireland + GB + GBR + 826 + 826 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Indiana - Indiana - + Bavaria + Bavaria + 2022-03-30 accepted Harshvardhan J. Pandit - + - SoutheasternAsia - SoutheasternAsia - + LatinAmericaandtheCaribbean + LatinAmericaandtheCaribbean + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cameroon - Cameroon - CM - CMR - 120 - 120 + Burkina Faso + Burkina Faso + BF + BFA + 854 + 854 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Mexico - New Mexico - + Rhineland-Palatinate + Rhineland-Palatinate + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Sudan - Sudan - SD - SDN - 729 - 729 - - + Baden-Württemberg + Baden-Württemberg + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Oregon + Oregon + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Aruba - Aruba - AW - ABW - 533 - 533 - - - + Jersey + Jersey + JE + JEY + 832 + 832 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gabon - Gabon - GA - GAB - 266 - 266 - - - + State of Palestine + State of Palestine + PS + PSE + 275 + 275 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mauritius - Mauritius - MU - MUS - 480 - 480 + South Africa + South Africa + ZA + ZAF + 710 + 710 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zambia - Zambia - ZM - ZMB - 894 - 894 + Zimbabwe + Zimbabwe + ZW + ZWE + 716 + 716 @@ -4040,203 +3888,192 @@ accepted Harshvardhan J. Pandit - + - Yemen - Yemen - YE - YEM - 887 - 887 + Lao People's Democratic Republic + Lao People's Democratic Republic + LA + LAO + 418 + 418 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Falkland Islands (Malvinas) - Falkland Islands (Malvinas) - FK - FLK - 238 - 238 + Bermuda + Bermuda + BM + BMU + 60 + 60 - - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saxony - Saxony - + Marshall Islands + Marshall Islands + MH + MHL + 584 + 584 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - CentralAmerica - CentralAmerica - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - Martinique - Martinique - MQ - MTQ - 474 - 474 - - - + SouthernEurope + SouthernEurope + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tonga - Tonga - TO - TON - 776 - 776 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Michigan - Michigan - + Denmark + Denmark + DK + DNK + 208 + 208 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bonaire, Sint Eustatius and Saba - Bonaire, Sint Eustatius and Saba - BQ - BES - 535 - 535 - - - + Kyrgyzstan + Kyrgyzstan + KG + KGZ + 417 + 417 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - SouthernAfrica - SouthernAfrica - + Nepal + Nepal + NP + NPL + 524 + 524 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Rwanda - Rwanda - RW - RWA - 646 - 646 + Gabon + Gabon + GA + GAB + 266 + 266 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Heard Island and McDonald Islands - Heard Island and McDonald Islands - HM - HMD - 334 - 334 - - + Malta + Malta + MT + MLT + 470 + 470 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Myanmar - Myanmar - MM - MMR - 104 - 104 - - + Greenland + Greenland + GL + GRL + 304 + 304 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Illinois - Illinois - + Qatar + Qatar + QA + QAT + 634 + 634 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + - Malta - Malta - MT - MLT - 470 - 470 - - + Oceania + Oceania 2022-03-30 accepted Harshvardhan J. Pandit @@ -4256,171 +4093,198 @@ accepted Harshvardhan J. Pandit - - + + - Indonesia - Indonesia - ID - IDN - 360 - 360 - - + Wisconsin + Wisconsin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sark - Sark - - - + U.S. Virgin Islands + U.S. Virgin Islands + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Kansas - Kansas - + Czechia + Czechia + CZ + CZE + 203 + 203 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Luxembourg - Luxembourg - LU - LUX - 442 - 442 - - + Lesotho + Lesotho + LS + LSO + 426 + 426 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - SouthernEurope - SouthernEurope - + Bangladesh + Bangladesh + BD + BGD + 50 + 50 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + - West Virginia - West Virginia - + Europe + Europe 2022-03-30 accepted Harshvardhan J. Pandit - - + + - CentralAsia - CentralAsia + Japan + Japan + JP + JPN + 392 + 392 + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chile - Chile - CL - CHL - 152 - 152 + Anguilla + Anguilla + AI + AIA + 660 + 660 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahrain - Bahrain - BH - BHR - 48 - 48 + Cambodia + Cambodia + KH + KHM + 116 + 116 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - China - China - CN - CHN - 156 - 156 - - + Switzerland + Switzerland + CH + CHE + 756 + 756 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bolivia (Plurinational State of) - Bolivia (Plurinational State of) - BO - BOL - 68 - 68 - - - + Ukraine + Ukraine + UA + UKR + 804 + 804 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Berlin - Berlin - + Réunion + Réunion + RE + REU + 638 + 638 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Romania - Romania - RO - ROU - 642 - 642 - - + AustraliaandNewZealand + AustraliaandNewZealand + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4435,12 +4299,38 @@ - + - Pennsylvania - Pennsylvania - + NorthernEurope + NorthernEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Cayman Islands + Cayman Islands + KY + CYM + 136 + 136 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + ChannelIslands + ChannelIslands + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4461,15 +4351,46 @@ accepted Harshvardhan J. Pandit - + - Turks and Caicos Islands - Turks and Caicos Islands - TC - TCA - 796 - 796 + Palau + Palau + PW + PLW + 585 + 585 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Democratic Republic of the Congo + Democratic Republic of the Congo + CD + COD + 180 + 180 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Curaçao + Curaçao + CW + CUW + 531 + 531 @@ -4477,131 +4398,170 @@ accepted Harshvardhan J. Pandit - + - Greenland - Greenland - GL - GRL - 304 - 304 - - + Rwanda + Rwanda + RW + RWA + 646 + 646 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lithuania - Lithuania - LT - LTU - 440 - 440 + Guernsey + Guernsey + GG + GGY + 831 + 831 + 2022-03-30 accepted Harshvardhan J. Pandit - + - American Samoa - American Samoa - AS - ASM - 16 - 16 + Australia + Australia + AU + AUS + 36 + 36 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Serbia - Serbia - RS - SRB - 688 - 688 + Portugal + Portugal + PT + PRT + 620 + 620 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + Niue + Niue + NU + NIU + 570 + 570 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + France + France + FR + FRA + 250 + 250 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Iowa + Iowa + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + - Slovakia - Slovakia - SK - SVK - 703 - 703 - - + SubSaharanAfrica + SubSaharanAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Antigua and Barbuda - Antigua and Barbuda - AG - ATG - 28 - 28 - - - + Saxony-Anhalt + Saxony-Anhalt + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Estonia - Estonia - EE - EST - 233 - 233 - - + Arkansas + Arkansas + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Bremen - Bremen - + Eritrea + Eritrea + ER + ERI + 232 + 232 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + - Saint Kitts and Nevis - Saint Kitts and Nevis - KN - KNA - 659 - 659 + Dominican Republic + Dominican Republic + DO + DOM + 214 + 214 @@ -4609,998 +4569,1011 @@ accepted Harshvardhan J. Pandit - + - Togo - Togo - TG - TGO - 768 - 768 - - - + Saint Pierre and Miquelon + Saint Pierre and Miquelon + PM + SPM + 666 + 666 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - NorthernAfrica - NorthernAfrica - + Oman + Oman + OM + OMN + 512 + 512 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Honduras - Honduras - HN - HND - 340 - 340 - - - + Kuwait + Kuwait + KW + KWT + 414 + 414 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montserrat - Montserrat - MS - MSR - 500 - 500 - - - + Antarctica + Antarctica + AQ + ATA + 10 + 10 2022-03-30 accepted Harshvardhan J. Pandit - + - Ecuador - Ecuador - EC - ECU - 218 - 218 - - - + Tajikistan + Tajikistan + TJ + TJK + 762 + 762 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Guinea - Guinea - GN - GIN - 324 - 324 - - - + Africa + Africa 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Liberia - Liberia - LR - LBR - 430 - 430 - - - + Pennsylvania + Pennsylvania + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kentucky - Kentucky + Maryland + Maryland 2022-03-30 accepted Harshvardhan J. Pandit - + - Republic of Moldova - Republic of Moldova - MD - MDA - 498 - 498 - - + Algeria + Algeria + DZ + DZA + 12 + 12 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Virgin Islands - United States Virgin Islands - VI - VIR - 850 - 850 - - - + Monaco + Monaco + MC + MCO + 492 + 492 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + CentralAsia + CentralAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Andorra - Andorra - AD - AND - 20 - 20 - - + Bouvet Island + Bouvet Island + BV + BVT + 74 + 74 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - San Marino - San Marino - SM - SMR - 674 - 674 - - + Sri Lanka + Sri Lanka + LK + LKA + 144 + 144 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Åland Islands - Åland Islands - AX - ALA - 248 - 248 - - + Nauru + Nauru + NR + NRU + 520 + 520 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Niger - Niger - NE - NER - 562 - 562 + Libya + Libya + LY + LBY + 434 + 434 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + - Alabama - Alabama - + Americas + Americas 2022-03-30 accepted Harshvardhan J. Pandit - + - North Dakota - North Dakota + Washington + Washington 2022-03-30 accepted Harshvardhan J. Pandit - - - - Tajikistan - Tajikistan - TJ - TJK - 762 - 762 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - South Africa - South Africa - ZA - ZAF - 710 - 710 - - - + French Guiana + French Guiana + GF + GUF + 254 + 254 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - California - California + Michigan + Michigan 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + - Tunisia - Tunisia - TN - TUN - 788 - 788 + Western Sahara + Western Sahara + EH + ESH + 732 + 732 2022-03-30 accepted Harshvardhan J. Pandit - + - Lesotho - Lesotho - LS - LSO - 426 - 426 - - - + Aruba + Aruba + AW + ABW + 533 + 533 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + - Kuwait - Kuwait - KW - KWT - 414 - 414 - - + California + California + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sierra Leone - Sierra Leone - SL - SLE - 694 - 694 + Equatorial Guinea + Equatorial Guinea + GQ + GNQ + 226 + 226 + - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Christmas Island - Christmas Island - CX - CXR - 162 - 162 - - + Bremen + Bremen + 2022-03-30 accepted - Harshvardhan J. Pandit - - - - - Jersey - Jersey - JE - JEY - 832 - 832 - - - + Harshvardhan J. Pandit + + + + + Eswatini + Eswatini + SZ + SWZ + 748 + 748 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Puerto Rico - Puerto Rico - PR - PRI - 630 - 630 + Bolivia (Plurinational State of) + Bolivia (Plurinational State of) + BO + BOL + 68 + 68 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Thailand - Thailand - TH - THA - 764 - 764 - - + Slovakia + Slovakia + SK + SVK + 703 + 703 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Guiana - French Guiana - GF - GUF - 254 - 254 - - - + Montenegro + Montenegro + ME + MNE + 499 + 499 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - + + + + + + - + - Europe - Europe + MiddleAfrica + MiddleAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tennessee - Tennessee + Arizona + Arizona 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Connecticut - Connecticut - + Germany + Germany + DE + DEU + 276 + 276 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Finland + Finland + FI + FIN + 246 + 246 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - South Dakota - South Dakota + Kansas + Kansas 2022-03-30 accepted Harshvardhan J. Pandit - + - Algeria - Algeria - DZ - DZA - 12 - 12 - - + Estonia + Estonia + EE + EST + 233 + 233 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Brunei Darussalam - Brunei Darussalam - BN - BRN - 96 - 96 - - + Hamburg + Hamburg + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + - Nicaragua - Nicaragua - NI - NIC - 558 - 558 + Trinidad and Tobago + Trinidad and Tobago + TT + TTO + 780 + 780 + - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Mauritania - Mauritania - MR - MRT - 478 - 478 - - - + SoutheasternAsia + SoutheasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - WesternAfrica - WesternAfrica - + Brandenburg + Brandenburg + 2022-03-30 accepted Harshvardhan J. Pandit - + - China, Hong Kong Special Administrative Region - China, Hong Kong Special Administrative Region - HK - HKG - 344 - 344 - - + Nigeria + Nigeria + NG + NGA + 566 + 566 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Lucia - Saint Lucia - LC - LCA - 662 - 662 + Guatemala + Guatemala + GT + GTM + 320 + 320 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hesse - Hesse - + NorthernAmerica + NorthernAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Oklahoma - Oklahoma + American Samoa + American Samoa 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + - Saint Helena - Saint Helena - SH - SHN - 654 - 654 - - - + New Caledonia + New Caledonia + NC + NCL + 540 + 540 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Texas - Texas - + Taiwan (Province of China) + Taiwan (Province of China) 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Guam - Guam - + Northern Mariana Islands + Northern Mariana Islands + MP + MNP + 580 + 580 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bermuda - Bermuda - BM - BMU - 60 - 60 + Turks and Caicos Islands + Turks and Caicos Islands + TC + TCA + 796 + 796 - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + - Morocco - Morocco - MA - MAR - 504 - 504 + Somalia + Somalia + SO + SOM + 706 + 706 - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + - Georgia - Georgia - GE - GEO - 268 - 268 - - + Haiti + Haiti + HT + HTI + 332 + 332 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Nauru - Nauru - NR - NRU - 520 - 520 - - + New Mexico + New Mexico + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kiribati - Kiribati - KI - KIR - 296 - 296 - - + China + China + CN + CHN + 156 + 156 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Switzerland - Switzerland - CH - CHE - 756 - 756 + Sweden + Sweden + SE + SWE + 752 + 752 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Minnesota + Minnesota + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Viet Nam - Viet Nam - VN - VNM - 704 - 704 - - + Seychelles + Seychelles + SC + SYC + 690 + 690 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - WesternEurope - WesternEurope - + Saxony + Saxony + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Nevada - Nevada - + Indonesia + Indonesia + ID + IDN + 360 + 360 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Minor Outlying Islands - United States Minor Outlying Islands + Idaho + Idaho 2022-03-30 accepted Harshvardhan J. Pandit - + - NorthernAmerica - NorthernAmerica - + SouthernAfrica + SouthernAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - + + + + Nevada + Nevada + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Oceania - Oceania + Mississippi + Mississippi + 2022-03-30 accepted Harshvardhan J. Pandit - + - NorthernEurope - NorthernEurope + WesternEurope + WesternEurope 2022-03-30 accepted Harshvardhan J. Pandit - + - State of Palestine - State of Palestine - PS - PSE - 275 - 275 - - + Costa Rica + Costa Rica + CR + CRI + 188 + 188 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Iowa - Iowa - + Saint Martin (French Part) + Saint Martin (French Part) + MF + MAF + 663 + 663 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Wisconsin - Wisconsin - + Hesse + Hesse + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Cocos (Keeling) Islands - Cocos (Keeling) Islands - CC - CCK - 166 - 166 - - + Wyoming + Wyoming + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominica - Dominica - DM - DMA - 212 - 212 - - - + Austria + Austria + AT + AUT + 40 + 40 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bavaria - Bavaria - + Georgia + Georgia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Gambia - Gambia - GM - GMB - 270 - 270 - - - + Caribbean + Caribbean + 2022-03-30 accepted Harshvardhan J. Pandit - + - North-Rhine Westphalia - North-Rhine Westphalia + Schleswig-Holstein + Schleswig-Holstein 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Utah - Utah - + Belgium + Belgium + BE + BEL + 56 + 56 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + - Africa - Africa + SouthernAsia + SouthernAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Wyoming - Wyoming + Illinois + Illinois 2022-03-30 accepted Harshvardhan J. Pandit - - + + - MiddleAfrica - MiddleAfrica - + Iran (Islamic Republic of) + Iran (Islamic Republic of) + IR + IRN + 364 + 364 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - District of Columbia - District of Columbia - + Venezuela (Bolivarian Republic of) + Venezuela (Bolivarian Republic of) + VE + VEN + 862 + 862 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lower-Saxony - Lower-Saxony - + Alabama + Alabama + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Republic of Korea - Republic of Korea - KR - KOR - 410 - 410 - - + North Dakota + North Dakota + 2022-03-30 accepted Harshvardhan J. Pandit @@ -5615,32 +5588,59 @@ accepted Harshvardhan J. Pandit - + - Americas - Americas + Ohio + Ohio + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Taiwan (Province of China) - Taiwan (Province of China) + CentralAmerica + CentralAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Montana - Montana + Utah + Utah + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Vermont + Vermont 2022-03-30 accepted Harshvardhan J. Pandit + + + + Syrian Arab Republic + Syrian Arab Republic + SY + SYR + 760 + 760 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + diff --git a/dpv-owl/dpv-legal/modules/ontology.jsonld b/dpv-owl/dpv-legal/modules/ontology.jsonld index dfebb0ba5..cdcf37ca1 100644 --- a/dpv-owl/dpv-legal/modules/ontology.jsonld +++ b/dpv-owl/dpv-legal/modules/ontology.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -19,12 +19,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" + "@value": "The UN-M49 code for a given region" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -40,7 +40,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ISO-alpha2" + "@value": "UN-M49" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -61,7 +61,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -80,12 +80,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The UN-M49 code for a given region" + "@value": "The ISO-Alpha3 code for a given region" } ], "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#domain": [ @@ -101,7 +101,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "UN-M49" + "@value": "ISO-alpha3" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -122,7 +122,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -141,7 +141,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "The ISO-Numeric code for a given region" } ], "http://purl.org/dc/terms/source": [ @@ -162,7 +162,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ISO-alpha3" + "@value": "ISO-numeric" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -183,7 +183,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-legal#iso_alpha2", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -202,7 +202,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@value": "The ISO-Alpha2 code for a given region" } ], "http://purl.org/dc/terms/source": [ @@ -223,7 +223,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ISO-numeric" + "@value": "ISO-alpha2" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ diff --git a/dpv-owl/dpv-legal/modules/ontology.rdf b/dpv-owl/dpv-legal/modules/ontology.rdf index b593c3ed3..eec2d298a 100644 --- a/dpv-owl/dpv-legal/modules/ontology.rdf +++ b/dpv-owl/dpv-legal/modules/ontology.rdf @@ -5,57 +5,57 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - ISO-alpha2 - The ISO-Alpha2 code for a given region + ISO-alpha3 + The ISO-Alpha3 code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-alpha3 - The ISO-Alpha3 code for a given region + ISO-numeric + The ISO-Numeric code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - UN-M49 - The UN-M49 code for a given region - + ISO-alpha2 + The ISO-Alpha2 code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-numeric - The ISO-Numeric code for a given region - + UN-M49 + The UN-M49 code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/dpv-pd/dpv-pd.html b/dpv-owl/dpv-pd/dpv-pd.html index 900c3c2d7..76090bc4f 100644 --- a/dpv-owl/dpv-pd/dpv-pd.html +++ b/dpv-owl/dpv-pd/dpv-pd.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-pd", @@ -330,6 +330,8 @@

Classes

Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

Classes

Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

Classes

Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

Classes

Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

Classes

Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

Classes

Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

Classes

MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

Classes

Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

Classes

Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -651,6 +669,13 @@

Age

dpvo-pd:PhysicalCharacteristic
+ + + +
IRI `https://w3id.org/dpv/dpv-gdpr#SupplementaryMeasure`
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
Typedpvo-gdpr:A45-3dpvo:Lawdpvo:Lawdpvo-gdpr:A45-3
Label:
SuperClass Of: + dpvo-pd:AgeRange, + dpvo-pd:BirthDate +
Source: @@ -671,6 +696,82 @@

Age

+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
SubClass of: + dpvo-pd:AgeRange +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
SubClass of: + dpvo-pd:Age +
SuperClass Of: + dpvo-pd:AgeExact +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

@@ -1041,6 +1142,76 @@

Biometric

+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
SubClass of: + dpvo-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
SubClass of: + dpvo-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

@@ -2076,6 +2247,41 @@

Criminal Pardon

+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
SubClass of: + dpvo-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

@@ -2658,6 +2864,118 @@

Drug Test Result

+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Education`
Term:Education
Definition:Information about education
SubClass of: + dpvo-pd:Professional +
SuperClass Of: + dpvo-pd:EducationExperience, + dpvo-pd:EducationQualification +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
SubClass of: + dpvo-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
SubClass of: + dpvo-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

@@ -2680,21 +2998,98 @@

Email Address

dpvo-pd:Contact + + + + + + + + + + + + + + +
SuperClass Of: + dpvo-pd:EmailAddressPersonal, + dpvo-pd:EmailAddressWork +
Source: - EnterPrivacy Categories of Personal Information + EnterPrivacy Categories of Personal Information +
Created:
Contributor(s): + Elmar Kiesling; Harshvardhan J. Pandit, + Fajar Ekaputra +
+
+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
SubClass of: + dpvo-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + - + @@ -2764,6 +3159,13 @@

Employment History

dpvo-pd:Professional + + + + @@ -3318,6 +3721,7 @@

Financial

@@ -3608,6 +4012,41 @@

General Reputation

IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
SubClass of: + dpvo-pd:EmailAddress
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra + Harshvardhan J. Pandit
SuperClass Of: + dpvo-pd:CurrentEmployment, + dpvo-pd:PastEmployment +
Source: @@ -2907,6 +3309,7 @@

External

dpvo-pd:Identifying, dpvo-pd:Language, dpvo-pd:MedicalHealth, + dpvo-pd:Nationality, dpvo-pd:PhysicalCharacteristic, dpvo-pd:Sexual
SuperClass Of: dpvo-pd:FinancialAccount, + dpvo-pd:Insurance, dpvo-pd:Ownership, dpvo-pd:Transactional
+
+

Genetic Data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#GeneticData`
Term:GeneticData
Definition:Information about inherited or acquired genetic characteristics
SubClass of: + dpvo:HealthData +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Geographic

@@ -3714,6 +4153,12 @@

Group Membership

dpvo-pd:SocialNetwork + + + +
SuperClass Of: + dpvo-pd:TradeUnionMembership +
Source: @@ -4239,6 +4684,41 @@

Individual Health History

+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
SubClass of: + dpvo-pd:Financial +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

@@ -4808,9 +5288,11 @@

Location

@@ -5105,6 +5587,41 @@

Name

SuperClass Of: + dpvo-pd:BirthPlace, dpvo-pd:Country, dpvo-pd:GPSCoordinate, - dpvo-pd:RoomNumber + dpvo-pd:RoomNumber, + dpvo-pd:TravelHistory
+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
SubClass of: + dpvo-pd:External +
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

@@ -5127,6 +5644,12 @@

Official ID

dpvo-pd:Identifying + + + +
SuperClass Of: + dpvo-pd:Passport +
Source: @@ -5329,6 +5852,41 @@

Parent

+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
SubClass of: + dpvo-pd:OfficialID +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

@@ -5371,6 +5929,41 @@

Password

+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
SubClass of: + dpvo-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

@@ -5997,6 +6590,42 @@

Political Affiliation

+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
SubClass of: + dpvo:SpecialCategoryPersonalData, + dpvo-pd:PublicLife +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

@@ -6207,6 +6836,7 @@

Professional

@@ -7655,6 +8286,42 @@

Tracking

SuperClass Of: dpvo-pd:DisciplinaryAction, + dpvo-pd:Education, dpvo-pd:EmploymentHistory, dpvo-pd:Job, dpvo-pd:ProfessionalCertification, @@ -6395,6 +7025,7 @@

Public Life

dpvo-pd:Interaction, dpvo-pd:MaritalStatus, dpvo-pd:PoliticalAffiliation, + dpvo-pd:PoliticalOpinion, dpvo-pd:Religion, dpvo-pd:SocialStatus
+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
SubClass of: + dpvo:SpecialCategoryPersonalData, + dpvo-pd:GroupMembership +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

@@ -7752,6 +8419,41 @@

Transactional

+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
SubClass of: + dpvo-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

@@ -8060,21 +8762,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
  • AgeExact
  • -
  • AgeRange
  • -
  • BirthDate
  • -
  • BirthPlace
  • -
  • EmailAddressWork
  • -
  • EmailAddressPersonal
  • -
  • CurrentEmployment
  • -
  • PastEmployment
  • -
  • Insurance
  • -
  • Nationality
  • -
  • Education
  • -
  • EducationExperience
  • -
  • EducationQualification
  • -
  • TravelHistory
  • -
  • CustomerOrder
  • +
    • CustomerOrder
    • RequestTarget
    • UsageHistory
    • UserAgent
    • diff --git a/dpv-owl/dpv-pd/dpv-pd.jsonld b/dpv-owl/dpv-pd/dpv-pd.jsonld index 471c12da2..49f26afcf 100644 --- a/dpv-owl/dpv-pd/dpv-pd.jsonld +++ b/dpv-owl/dpv-pd/dpv-pd.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Marriage", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Picture", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -21,7 +21,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about marriage(s)." + "@value": "Information about visual representation or image e.g. profile photo." } ], "http://purl.org/dc/terms/source": [ @@ -37,12 +37,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marriage" + "@value": "Picture" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -53,7 +53,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CommunicationsMetadata", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GPSCoordinate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -74,7 +74,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about communication metadata in the public sphere" + "@value": "Information about location expressed using Global Position System coordinates (GPS)" } ], "http://purl.org/dc/terms/source": [ @@ -90,17 +90,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" + "@value": "GPS Coordinate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -111,7 +106,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditStanding", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Password", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -132,7 +127,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit standing." + "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." } ], "http://purl.org/dc/terms/source": [ @@ -148,12 +143,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Standing" + "@value": "Password" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -164,7 +159,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -185,7 +180,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about social status" } ], "http://purl.org/dc/terms/source": [ @@ -201,17 +196,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" + "@value": "Social Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -222,33 +212,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HairColor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about software on or related to a device." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -259,12 +255,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Device Software" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -275,7 +271,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Disability", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Prescription", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -296,7 +292,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information about medical and pharmaceutical prescriptions" } ], "http://purl.org/dc/terms/source": [ @@ -312,7 +308,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disability" + "@value": "Prescription" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -328,7 +324,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PersonalPossession", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -349,7 +345,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about personal possessions." } ], "http://purl.org/dc/terms/source": [ @@ -365,12 +361,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family" + "@value": "Personal Possession" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -381,7 +377,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalEvaluation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Income", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -402,7 +398,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@value": "Information about financial income e.g. for individual or household or family" } ], "http://purl.org/dc/terms/source": [ @@ -418,12 +414,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Evaluation" + "@value": "Income" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -434,7 +430,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SkinTone", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PurchasesAndSpendingHabit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -455,7 +451,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" } ], "http://purl.org/dc/terms/source": [ @@ -471,12 +467,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "Purchases and Spending Habit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -487,7 +483,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalAffiliation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tattoo", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -508,7 +504,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about tattoos" } ], "http://purl.org/dc/terms/source": [ @@ -524,20 +520,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" + "@value": "Tattoo" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -548,7 +536,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -569,7 +557,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@value": "Information about family and relationships" } ], "http://purl.org/dc/terms/source": [ @@ -585,12 +573,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit" + "@value": "Family" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -601,7 +589,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DrugTestResult", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Like", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -622,7 +610,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about drug test results." + "@value": "Information about likes or preferences regarding attractions." } ], "http://purl.org/dc/terms/source": [ @@ -638,12 +626,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Drug Test Result" + "@value": "Like" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -654,7 +642,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccountNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tax", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -675,7 +663,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial account number" + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://purl.org/dc/terms/source": [ @@ -691,12 +679,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial Account Number" + "@value": "Tax" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -707,33 +695,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCardNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit card number" + "@value": "Information about payment card number." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -744,12 +729,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Card Number" + "@value": "Payment Card Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -760,7 +748,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Password", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MACAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -781,7 +769,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about the Media Access Control (MAC) address of a device" } ], "http://purl.org/dc/terms/source": [ @@ -797,12 +785,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Password" + "@value": "MAC Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -813,7 +801,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dialect", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Friend", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -834,7 +822,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about linguistic dialects." + "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." } ], "http://purl.org/dc/terms/source": [ @@ -850,12 +838,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dialect" + "@value": "Friend" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -866,33 +854,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Friend", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingReferral", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." + "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -903,12 +888,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Friend" + "@value": "Browsing Referral" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -919,7 +904,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Prescription", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhilosophicalBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -940,7 +925,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about philosophical beliefs." } ], "http://purl.org/dc/terms/source": [ @@ -956,12 +941,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Prescription" + "@value": "Philosophical Belief" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -972,7 +960,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Thought", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -993,7 +981,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" + "@value": "Information about thoughts" } ], "http://purl.org/dc/terms/source": [ @@ -1009,12 +997,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identifying" + "@value": "Thought" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1025,7 +1013,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalInterview", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#School", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1046,7 +1034,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information about school such as name of school, conduct, or grades obtained." } ], "http://purl.org/dc/terms/source": [ @@ -1062,7 +1050,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "School" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1078,7 +1066,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MaritalStatus", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalCertification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1099,7 +1087,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about professional certifications" } ], "http://purl.org/dc/terms/source": [ @@ -1115,12 +1103,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Professional Certification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1131,7 +1119,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalConviction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IndividualHealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1152,7 +1140,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about information health history." } ], "http://purl.org/dc/terms/source": [ @@ -1168,12 +1156,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Individual Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1184,7 +1172,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1205,7 +1193,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about health history." } ], "http://purl.org/dc/terms/source": [ @@ -1221,12 +1209,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1237,7 +1225,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteColor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalTrait", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1258,7 +1246,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite color." + "@value": "Information about defining traits or features regarding the body." } ], "http://purl.org/dc/terms/source": [ @@ -1274,12 +1262,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Physical Trait" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1290,7 +1278,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transaction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GeneralReputation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1311,7 +1299,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information about reputation in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -1327,12 +1315,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transaction" + "@value": "General Reputation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1343,33 +1331,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Piercing", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CurrentEmployment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about piercings" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about current employment" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1380,12 +1360,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Piercing" + "@value": "Current Employment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1396,7 +1376,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Offspring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1417,7 +1397,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about offspring(s)." } ], "http://purl.org/dc/terms/source": [ @@ -1433,17 +1413,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" + "@value": "Offspring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1454,7 +1429,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Proclivitie", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Divorce", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1475,7 +1450,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about divorce(s)." } ], "http://purl.org/dc/terms/source": [ @@ -1491,12 +1466,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Divorce" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1507,7 +1482,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#UID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1528,7 +1503,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about age" } ], "http://purl.org/dc/terms/source": [ @@ -1544,17 +1519,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "UID" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" + "@value": "Age" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1565,7 +1535,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GeneralReputation", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Accent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1586,7 +1556,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information about linguistic and speech accents." } ], "http://purl.org/dc/terms/source": [ @@ -1602,12 +1572,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Accent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1618,33 +1588,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteMusic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalOpinion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite music." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about opinions regarding politics and political topics" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1655,12 +1617,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Music" + "@value": "Political Opinion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1671,7 +1636,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1692,7 +1657,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical health." + "@value": "Information about external characteristics that can be observed" } ], "http://purl.org/dc/terms/source": [ @@ -1708,12 +1673,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Physical Health" + "@value": "External" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1724,7 +1689,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PersonalPossession", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1745,7 +1710,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personal possessions." + "@value": "Information about contacts or used for contacting e.g. email address or phone number" } ], "http://purl.org/dc/terms/source": [ @@ -1761,12 +1726,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Possession" + "@value": "Contact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1777,7 +1747,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ApartmentOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1798,7 +1768,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about apartment(s) owned and its history" + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "http://purl.org/dc/terms/source": [ @@ -1814,12 +1784,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Apartment Owned" + "@value": "Ownership" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1830,7 +1800,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IncomeBracket", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CarOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1851,7 +1821,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about income bracket." + "@value": "Information about cars ownership and ownership history." } ], "http://purl.org/dc/terms/source": [ @@ -1867,12 +1837,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Income Bracket" + "@value": "Car Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1883,7 +1853,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Purchase", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteMusic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1904,7 +1874,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about purchases such as items bought e.g. grocery or clothing" + "@value": "Information about favorite music." } ], "http://purl.org/dc/terms/source": [ @@ -1920,17 +1890,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purchase" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" + "@value": "Favorite Music" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1941,33 +1906,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PINCode", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Nationality", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "https://www.w3.org/2022/04/20-dpvcg-minutes.html" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about nationality" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1978,12 +1935,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "PIN Code" + "@value": "Nationality" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1994,7 +1951,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GPSCoordinate", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2015,7 +1972,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location expressed using Global Position System coordinates (GPS)" + "@value": "Information about physical health." } ], "http://purl.org/dc/terms/source": [ @@ -2031,12 +1988,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Physical Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2047,7 +2004,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2068,7 +2025,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." + "@value": "Information about family and familial structure." } ], "http://purl.org/dc/terms/source": [ @@ -2084,15 +2041,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Biometric" + "@value": "Family Structure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2103,7 +2057,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalInterview", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2124,7 +2078,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about professional interviews" } ], "http://purl.org/dc/terms/source": [ @@ -2140,12 +2094,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional" + "@value": "Professional Interview" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2156,33 +2110,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AgeExact", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about the exact age (i.e. to some degree within a year, month, or day)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2193,12 +2139,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Demographic" + "@value": "Age Exact" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AgeRange" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2209,7 +2155,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LifeHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2230,7 +2176,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal activity e.g. criminal convictions or jail time" + "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" } ], "http://purl.org/dc/terms/source": [ @@ -2246,17 +2192,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" + "@value": "Life History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2267,7 +2208,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2288,7 +2229,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Information about financial account identifier." } ], "http://purl.org/dc/terms/source": [ @@ -2304,12 +2245,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Interest" + "@value": "Account Identifier" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2320,33 +2261,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Offspring", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EducationExperience", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about offspring(s)." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about education experience e.g. attending a university" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2357,12 +2290,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Offspring" + "@value": "Education Experience" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Education" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2373,7 +2306,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Country", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2394,7 +2327,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about Email address." + "@value": "Information about country e.g. residence, travel." } ], "http://purl.org/dc/terms/source": [ @@ -2410,12 +2343,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Email Address" + "@value": "Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2426,33 +2359,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EducationQualification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial accounts." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about educational qualifications" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2463,12 +2388,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial Account" + "@value": "Education Qualification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Education" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2479,7 +2404,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2500,7 +2425,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about philosophical beliefs." + "@value": "Information about browsing Behavior." } ], "http://purl.org/dc/terms/source": [ @@ -2516,15 +2441,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Philosophical Belief" + "@value": "Browsing Behavior" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" - }, + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2535,7 +2462,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HairColor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2556,7 +2483,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health record." + "@value": "Information about hair color" } ], "http://purl.org/dc/terms/source": [ @@ -2572,12 +2499,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health Record" + "@value": "Hair Color" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2588,7 +2515,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demeanor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2609,7 +2536,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@value": "Information about demeanor." } ], "http://purl.org/dc/terms/source": [ @@ -2625,12 +2552,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "House Owned" + "@value": "Demeanor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2641,7 +2568,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PrivacyPreference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2662,7 +2589,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about age" + "@value": "Information about privacy preferences" } ], "http://purl.org/dc/terms/source": [ @@ -2678,12 +2605,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Age" + "@value": "Privacy Preference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2694,7 +2621,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LinkClicked", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2715,7 +2642,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the links that an individual has clicked." + "@value": "Information about friends or connections expressed as a social network" } ], "http://purl.org/dc/terms/source": [ @@ -2731,17 +2658,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" + "@value": "Social Network" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2752,7 +2674,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditScore", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sale", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2773,7 +2695,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit score." + "@value": "Information about sales e.g. selling of goods or services" } ], "http://purl.org/dc/terms/source": [ @@ -2789,12 +2711,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Score" + "@value": "Sale" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2805,7 +2727,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IPAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyHealthHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2826,7 +2748,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the Internet protocol (IP) address of a device" + "@value": "Information about family health history." } ], "http://purl.org/dc/terms/source": [ @@ -2842,12 +2764,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "IP Address" + "@value": "Family Health History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2858,7 +2780,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Personality", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2879,7 +2801,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about contacts or used for contacting e.g. email address or phone number" + "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" } ], "http://purl.org/dc/terms/source": [ @@ -2895,17 +2817,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" + "@value": "Personality" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2916,7 +2833,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MACAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccountNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2937,7 +2854,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the Media Access Control (MAC) address of a device" + "@value": "Information about financial account number" } ], "http://purl.org/dc/terms/source": [ @@ -2953,12 +2870,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "MAC Address" + "@value": "Financial Account Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2969,7 +2886,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#RoomNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2990,7 +2907,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location expressed as Room number or similar numbering systems" + "@value": "Information about language and lingual history." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/source": [ @@ -3006,23 +2929,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Room Number" + "@value": "Language" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "changed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Association", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interaction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3043,7 +2966,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + "@value": "Information about interactions in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -3059,12 +2982,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Association" + "@value": "Interaction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3075,7 +2998,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3096,7 +3019,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about criminal activity e.g. criminal convictions or jail time" } ], "http://purl.org/dc/terms/source": [ @@ -3112,17 +3035,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" + "@value": "Criminal" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3133,33 +3056,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AuthenticationHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about school such as name of school, conduct, or grades obtained." + "@value": "Information about prior authentication and its outcomes such as login attempts or location." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3170,12 +3090,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "School" + "@value": "Authentication History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3186,7 +3106,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sibling", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PINCode", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3207,7 +3127,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sibling(s)." + "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." } ], "http://purl.org/dc/terms/source": [ @@ -3223,12 +3143,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sibling" + "@value": "PIN Code" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3239,7 +3159,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3260,7 +3180,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health history." + "@value": "Information about health." } ], "http://purl.org/dc/terms/source": [ @@ -3276,7 +3196,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Health History" + "@value": "Health" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -3292,33 +3217,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalCertification", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TradeUnionMembership", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional certifications" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about trade union memberships and related topics" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3329,12 +3246,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Professional Certification" + "@value": "Trade Union Membership" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3345,7 +3265,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fetish", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3366,7 +3286,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information about knowledge and beliefs" } ], "http://purl.org/dc/terms/source": [ @@ -3382,12 +3302,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fetish" + "@value": "Knowledge and Beliefs" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3398,7 +3318,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Divorce", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IPAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3419,7 +3339,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about the Internet protocol (IP) address of a device" } ], "http://purl.org/dc/terms/source": [ @@ -3435,12 +3355,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Divorce" + "@value": "IP Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3451,7 +3371,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Connection", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Retina", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3472,7 +3392,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about and including connections in a social network" + "@value": "Information about retina and the retinal patterns." } ], "http://purl.org/dc/terms/source": [ @@ -3488,12 +3408,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Connection" + "@value": "Retina" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3504,7 +3424,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailContent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3525,7 +3445,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the contents of Emails sent or received" + "@value": "Information about social aspects such as family, public life, or professional networks." } ], "http://purl.org/dc/terms/source": [ @@ -3541,12 +3461,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Email Content" + "@value": "Social" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3557,7 +3477,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fetish", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3578,7 +3498,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information an individual's sexual fetishes" } ], "http://purl.org/dc/terms/source": [ @@ -3594,12 +3514,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Fetish" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3610,7 +3530,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dialect", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3631,7 +3551,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about linguistic dialects." } ], "http://purl.org/dc/terms/source": [ @@ -3647,12 +3567,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethnicity" + "@value": "Dialect" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3663,33 +3583,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TVViewingBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DisciplinaryAction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" + "@value": "Information about disciplinary actions and its history" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3700,12 +3620,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Disciplinary Action" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3716,7 +3636,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3737,7 +3657,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about devices" + "@value": "Information about an official identifier or identification document" } ], "http://purl.org/dc/terms/source": [ @@ -3753,17 +3673,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Based" + "@value": "Official ID" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3774,7 +3694,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interaction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SkinTone", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3795,7 +3715,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about skin tone" } ], "http://purl.org/dc/terms/source": [ @@ -3811,12 +3731,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Interaction" + "@value": "Skin Tone" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3827,7 +3747,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SecretText", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Association", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3848,7 +3768,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." + "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" } ], "http://purl.org/dc/terms/source": [ @@ -3864,12 +3784,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Association" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3880,7 +3800,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Salary", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3901,7 +3821,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social aspects such as family, public life, or professional networks." + "@value": "Information about salary" } ], "http://purl.org/dc/terms/source": [ @@ -3917,12 +3837,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social" + "@value": "Salary" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3933,33 +3853,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3970,12 +3887,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "External" + "@value": "Payment Card" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3986,7 +3903,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BloodType", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4007,7 +3924,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about physical characteristics" } ], "http://purl.org/dc/terms/source": [ @@ -4023,12 +3940,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Blood Type" + "@value": "PhysicalCharacteristic" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4039,7 +3961,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4060,7 +3982,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about historical data related to or relevant regarding history or past events" + "@value": "Information communicated from or to an individual" } ], "http://purl.org/dc/terms/source": [ @@ -4076,12 +3998,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Historical" + "@value": "Communication" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4092,33 +4014,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Income", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PastEmployment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial income e.g. for individual or household or family" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about past employment" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4129,12 +4043,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Income" + "@value": "Past Employment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4145,33 +4059,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Name", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about names associated or used as given name or nickname." + "@value": "Information about the consumption of a service, e.g. time and duration of consumption." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4182,12 +4096,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Name" + "@value": "Service Consumption Behavior" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4198,7 +4112,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Height", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalCharge", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4219,7 +4133,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical height" + "@value": "Information about criminal charges." } ], "http://purl.org/dc/terms/source": [ @@ -4235,12 +4149,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Height" + "@value": "Criminal Charge" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4251,7 +4165,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ReligiousBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Username", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4272,7 +4186,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information about usernames." } ], "http://purl.org/dc/terms/source": [ @@ -4288,15 +4202,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Username" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4307,7 +4218,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalTrait", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4328,7 +4239,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about defining traits or features regarding the body." + "@value": "Information about preferences or interests" } ], "http://purl.org/dc/terms/source": [ @@ -4344,12 +4255,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "Preference" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4360,7 +4276,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceCommunicationRecording", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditStanding", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4381,7 +4297,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + "@value": "Information about credit standing." } ], "http://purl.org/dc/terms/source": [ @@ -4397,12 +4313,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Voice Communication Recording" + "@value": "Credit Standing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4413,33 +4329,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CallLog", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TVViewingBehavior", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the calls that an individual has made." + "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4450,12 +4366,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Call Log" + "@value": "TV Viewing Behavior" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4466,7 +4382,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowserFingerprint", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Height", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4487,7 +4403,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the web browser which is used as a 'fingerprint'" + "@value": "Information about physical height" } ], "http://purl.org/dc/terms/source": [ @@ -4503,12 +4419,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browser Fingerprint" + "@value": "Height" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4519,7 +4435,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4540,7 +4456,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about browsing Behavior." + "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" } ], "http://purl.org/dc/terms/source": [ @@ -4556,17 +4472,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" + "@value": "Identifying" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4577,7 +4488,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LoanRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4598,7 +4509,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about loans, whether applied, provided or rejected, and its history" + "@value": "Information about health record." } ], "http://purl.org/dc/terms/source": [ @@ -4614,12 +4525,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Loan Record" + "@value": "Health Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4630,7 +4541,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demeanor", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4651,7 +4562,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information about public life" } ], "http://purl.org/dc/terms/source": [ @@ -4667,12 +4578,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Public Life" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4683,33 +4594,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ServiceConsumptionBehavior", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IncomeBracket", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the consumption of a service, e.g. time and duration of consumption." + "@value": "Information about income bracket." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4720,12 +4631,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Income Bracket" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4736,7 +4647,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fingerprint", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4757,7 +4668,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about fingerprint used for biometric purposes." } ], "http://purl.org/dc/terms/source": [ @@ -4773,12 +4684,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication" + "@value": "Fingerprint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4789,7 +4700,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tattoo", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4810,7 +4721,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about physical address." } ], "http://purl.org/dc/terms/source": [ @@ -4826,12 +4737,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Physical Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4842,7 +4753,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalPardon", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4863,7 +4774,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal pardons." + "@value": "Information about ethnic origins and lineage" } ], "http://purl.org/dc/terms/source": [ @@ -4879,12 +4790,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Ethnicity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4895,7 +4806,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BankAccount", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4916,7 +4827,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about public life" + "@value": "Information about bank accounts." } ], "http://purl.org/dc/terms/source": [ @@ -4932,12 +4843,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Life" + "@value": "Bank Account" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4948,33 +4859,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardExpiry", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@value": "Information about payment card expiry such as a date." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4985,17 +4893,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Preference" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" + "@value": "Payment Card Expiry" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5006,7 +4909,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MentalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalPardon", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5027,7 +4930,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about criminal pardons." } ], "http://purl.org/dc/terms/source": [ @@ -5043,12 +4946,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Criminal Pardon" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5059,7 +4962,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#WorkHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5080,7 +4983,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about work history in a professional context" + "@value": "Information about health, medical conditions or health care" } ], "http://purl.org/dc/terms/source": [ @@ -5096,12 +4999,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Work History" + "@value": "MedicalHealth" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5112,7 +5018,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteFood", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5133,7 +5039,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorite food." + "@value": "Information about demography and demographic characteristics" } ], "http://purl.org/dc/terms/source": [ @@ -5149,12 +5055,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite Food" + "@value": "Demographic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5165,7 +5071,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CommunicationsMetadata", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5186,7 +5092,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about employment history" + "@value": "Information about communication metadata in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -5202,12 +5108,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Employment History" + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5218,30 +5129,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about Email address." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5252,15 +5166,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "Email Address" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5271,30 +5182,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingReferral", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MentalHealth", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." + "@value": "Information about mental health." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5305,12 +5219,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Browsing Referral" + "@value": "Mental Health" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowsingBehavior" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Health" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5321,7 +5235,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceMail", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5342,7 +5256,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about voice mail messages." + "@value": "Informatoin about internal characteristics that cannot be seen or observed" } ], "http://purl.org/dc/terms/source": [ @@ -5358,12 +5272,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Voice Mail" + "@value": "Internal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5374,7 +5288,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Country", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Attitude", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5395,7 +5309,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about attitude." } ], "http://purl.org/dc/terms/source": [ @@ -5411,12 +5325,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Country" + "@value": "Attitude" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5427,7 +5341,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#IndividualHealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5448,7 +5362,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information used to track an individual or group e.g. location or email" } ], "http://purl.org/dc/terms/source": [ @@ -5464,12 +5378,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Individual Health History" + "@value": "Tracking" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5480,33 +5394,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CarOwned", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Insurance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about cars ownership and ownership history." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about Insurance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5517,12 +5423,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Car Owned" + "@value": "Insurance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5533,7 +5439,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Race", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5554,7 +5460,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about sexuality and sexual history" } ], "http://purl.org/dc/terms/source": [ @@ -5570,12 +5476,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Race" + "@value": "Sexual" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" }, { "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" @@ -5589,7 +5495,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Job", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMediaCommunication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5610,7 +5516,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about professional jobs" + "@value": "Information about social media communication, including the communication itself and metadata." } ], "http://purl.org/dc/terms/source": [ @@ -5626,12 +5532,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Job" + "@value": "Social Media Communication" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5642,7 +5553,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EthnicOrigin", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Acquantaince", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5663,7 +5574,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ethnic origin" + "@value": "Information about acquaintainces in a social network." } ], "http://purl.org/dc/terms/source": [ @@ -5679,15 +5590,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ethnic Origin" + "@value": "Acquantaince" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5698,7 +5606,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BloodType", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5719,13 +5627,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about language and lingual history." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-20" + "@value": "Information about blood type." } ], "http://purl.org/dc/terms/source": [ @@ -5741,151 +5643,76 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Language" + "@value": "Blood Type" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "changed" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv-owl/dpv-pd", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#WorkHistory", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ - { - "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Simon Steyskal" - } + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." - } - ], - "http://purl.org/dc/terms/license": [ - { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@value": "Information about work history in a professional context" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "DPV-PD: Personal Data Extension for DPV" + "@value": "Work History" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "dpvo-pd" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "https://w3id.org/dpv-owl/dpv-pd" - } - ], - "http://www.w3.org/2002/07/owl#versionInfo": [ - { - "@value": "0.6" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5906,7 +5733,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about financial accounts." } ], "http://purl.org/dc/terms/source": [ @@ -5922,17 +5749,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" + "@value": "Financial Account" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5943,33 +5765,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalCharge", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GeneticData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about criminal charges." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about inherited or acquired genetic characteristics" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5980,12 +5794,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Genetic Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-owl#HealthData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5996,33 +5810,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BirthPlace", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about birth place" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6033,17 +5839,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Financial" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" + "@value": "Birth Place" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6054,33 +5855,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Passport", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Informatoin about internal characteristics that cannot be seen or observed" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about passport" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6091,12 +5884,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal" + "@value": "Passport" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#OfficialID" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6107,30 +5900,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardExpiry", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card expiry such as a date." + "@value": "Information about house(s) owned and ownership history." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6141,12 +5937,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "House Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6157,33 +5953,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Geographic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressWork", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about location or based on geography (e.g. home address)" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about Email address used for Work or in Professional capacity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6194,12 +5982,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Geographic" + "@value": "Email Address Work" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6210,7 +5998,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Acquantaince", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteColor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6231,7 +6019,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@value": "Information about favorite color." } ], "http://purl.org/dc/terms/source": [ @@ -6247,12 +6035,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquantaince" + "@value": "Favorite Color" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6263,33 +6051,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceOperatingSystem", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about groups and memberships included or associated with a social network" + "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6300,12 +6094,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Group Membership" + "@value": "Device Operating System" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6316,7 +6110,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Character", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6337,7 +6131,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about health, medical conditions or health care" + "@value": "Information about character in the public sphere" } ], "http://purl.org/dc/terms/source": [ @@ -6353,15 +6147,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "MedicalHealth" + "@value": "Character" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6372,7 +6163,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialMediaCommunication", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Disability", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6393,7 +6184,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social media communication, including the communication itself and metadata." + "@value": "Information about disabilities." } ], "http://purl.org/dc/terms/source": [ @@ -6409,17 +6200,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media Communication" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" + "@value": "Disability" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6430,7 +6216,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dislike", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6451,7 +6237,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about dislikes or preferences regarding repulsions." } ], "http://purl.org/dc/terms/source": [ @@ -6467,12 +6253,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Dislike" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6483,7 +6269,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditScore", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6504,7 +6290,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about credit score." } ], "http://purl.org/dc/terms/source": [ @@ -6520,12 +6306,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "Credit Score" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6536,33 +6322,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Accent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Education", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about linguistic and speech accents." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Information about education" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6573,12 +6351,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Accent" + "@value": "Education" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6589,39 +6367,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Opinion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about software on or related to a device." + "@value": "Information about opinions" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6632,12 +6404,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Software" + "@value": "Opinion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6648,7 +6420,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Religion", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditWorthiness", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6669,7 +6441,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about religion, religious inclinations, and religious history." + "@value": "Information about credit worthiness." } ], "http://purl.org/dc/terms/source": [ @@ -6685,15 +6457,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Religion" + "@value": "Credit Worthiness" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6704,39 +6473,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceApplications", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about applications or application-like software on a device." + "@value": "Information about credit record." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6747,12 +6510,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Applications" + "@value": "Credit Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6763,7 +6526,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Weight", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6784,7 +6547,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about a purchasing, spending or income" } ], "http://purl.org/dc/terms/source": [ @@ -6800,12 +6563,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Weight" + "@value": "Transactional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6816,7 +6579,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Fingerprint", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CriminalConviction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6837,7 +6600,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about criminal convictions." } ], "http://purl.org/dc/terms/source": [ @@ -6853,12 +6616,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Criminal Conviction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Criminal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6869,7 +6632,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6890,7 +6653,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about friends or connections expressed as a social network" + "@value": "Information about biometrics and biometric characteristics." } ], "http://purl.org/dc/terms/source": [ @@ -6906,12 +6669,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Network" + "@value": "Biometric" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6922,7 +6688,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalAddress", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Relationship", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6943,7 +6709,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical address." + "@value": "Information about relationships and relationship history." } ], "http://purl.org/dc/terms/source": [ @@ -6959,12 +6725,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Physical Address" + "@value": "Relationship" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6975,7 +6741,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditRecord", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BrowserFingerprint", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6996,7 +6762,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit record." + "@value": "Information about the web browser which is used as a 'fingerprint'" } ], "http://purl.org/dc/terms/source": [ @@ -7012,12 +6778,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Record" + "@value": "Browser Fingerprint" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7028,7 +6794,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Name", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7049,7 +6815,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about names associated or used as given name or nickname." } ], "http://purl.org/dc/terms/source": [ @@ -7065,12 +6831,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Name" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7081,7 +6847,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Salary", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LoanRecord", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7102,7 +6868,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about salary" + "@value": "Information about loans, whether applied, provided or rejected, and its history" } ], "http://purl.org/dc/terms/source": [ @@ -7118,12 +6884,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Salary" + "@value": "Loan Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7134,7 +6900,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DNACode", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7155,7 +6921,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about DNA." + "@value": "Information about sexual history" } ], "http://purl.org/dc/terms/source": [ @@ -7171,12 +6937,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "DNA Code" + "@value": "Sexual History" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7187,33 +6953,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Retina", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceApplications", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about retina and the retinal patterns." + "@value": "Information about applications or application-like software on a device." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7224,12 +6996,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retina" + "@value": "Device Applications" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7240,7 +7012,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PurchasesAndSpendingHabit", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ProfessionalEvaluation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7261,7 +7033,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" + "@value": "Information about professional evaluations" } ], "http://purl.org/dc/terms/source": [ @@ -7277,12 +7049,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Professional Evaluation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7293,7 +7065,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tax", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Purchase", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7314,7 +7086,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about financial tax e.g. tax records or tax due" + "@value": "Information about purchases such as items bought e.g. grocery or clothing" } ], "http://purl.org/dc/terms/source": [ @@ -7330,7 +7102,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tax" + "@value": "Purchase" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -7346,39 +7123,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceOperatingSystem", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Parent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." + "@value": "Information about parent(s)." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7389,12 +7160,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "Parent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7405,7 +7176,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualPreference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Marriage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7426,7 +7197,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about marriage(s)." } ], "http://purl.org/dc/terms/source": [ @@ -7442,12 +7213,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual Preference" + "@value": "Marriage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7458,30 +7229,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AuthenticationHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Piercing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about prior authentication and its outcomes such as login attempts or location." + "@value": "Information about piercings" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7492,12 +7266,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication History" + "@value": "Piercing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7508,7 +7282,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Parent", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#GroupMembership", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7529,7 +7303,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about parent(s)." + "@value": "Information about groups and memberships included or associated with a social network" } ], "http://purl.org/dc/terms/source": [ @@ -7545,12 +7319,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Parent" + "@value": "Group Membership" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7561,7 +7335,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Character", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ReligiousBelief", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7582,7 +7356,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about religion and religious beliefs." } ], "http://purl.org/dc/terms/source": [ @@ -7598,12 +7372,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Character" + "@value": "Religious Belief" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7614,7 +7391,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ownership", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Proclivitie", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7635,7 +7412,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about proclivities in a sexual context" } ], "http://purl.org/dc/terms/source": [ @@ -7651,12 +7428,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Ownership" + "@value": "Proclivitie" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7667,7 +7444,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Dislike", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FavoriteFood", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7688,7 +7465,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@value": "Information about favorite food." } ], "http://purl.org/dc/terms/source": [ @@ -7704,12 +7481,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dislike" + "@value": "Favorite Food" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7720,7 +7497,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Personality", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7741,7 +7518,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" + "@value": "Information about historical data related to or relevant regarding history or past events" } ], "http://purl.org/dc/terms/source": [ @@ -7757,12 +7534,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personality" + "@value": "Historical" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7773,7 +7550,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sibling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7794,7 +7571,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sexuality and sexual history" + "@value": "Information about sibling(s)." } ], "http://purl.org/dc/terms/source": [ @@ -7810,15 +7587,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sexual" + "@value": "Sibling" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7829,7 +7603,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BankAccount", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transaction", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7850,7 +7624,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about financial transactions e.g. bank transfers" } ], "http://purl.org/dc/terms/source": [ @@ -7866,12 +7640,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Transaction" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7882,7 +7656,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Job", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7903,7 +7677,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@value": "Information about professional jobs" } ], "http://purl.org/dc/terms/source": [ @@ -7919,12 +7693,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transactional" + "@value": "Job" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7935,7 +7709,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MaritalStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7956,7 +7730,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information used to track an individual or group e.g. location or email" + "@value": "Information about marital status and history" } ], "http://purl.org/dc/terms/source": [ @@ -7972,12 +7746,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tracking" + "@value": "Marital Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7988,7 +7762,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Thought", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#ApartmentOwned", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8009,7 +7783,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about apartment(s) owned and its history" } ], "http://purl.org/dc/terms/source": [ @@ -8025,12 +7799,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Thought" + "@value": "Apartment Owned" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HouseOwned" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8041,7 +7815,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FamilyHealthHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCardNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8062,7 +7836,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about family health history." + "@value": "Information about credit card number" } ], "http://purl.org/dc/terms/source": [ @@ -8078,12 +7852,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Family Health History" + "@value": "Credit Card Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCardNumber" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8094,30 +7868,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PaymentCard", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Gender", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about payment card such as Credit Card, Debit Card." + "@value": "Information about gender" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8128,12 +7905,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment Card" + "@value": "Gender" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8144,7 +7921,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TelephoneNumber", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Reference", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8165,7 +7942,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about telephone number." + "@value": "Information about references in the professional context" } ], "http://purl.org/dc/terms/source": [ @@ -8181,12 +7958,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Reference" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8197,7 +7974,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmploymentHistory", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8218,7 +7995,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about physical characteristics" + "@value": "Information about employment history" } ], "http://purl.org/dc/terms/source": [ @@ -8234,17 +8011,65 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "PhysicalCharacteristic" + "@value": "Employment History" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailContent", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about the contents of Emails sent or received" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Email Content" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8255,7 +8080,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Gender", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DrugTestResult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8276,7 +8101,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about gender" + "@value": "Information about drug test results." } ], "http://purl.org/dc/terms/source": [ @@ -8292,12 +8117,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Gender" + "@value": "Drug Test Result" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8361,7 +8186,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Weight", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8382,7 +8207,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about authentication and information used for authenticating" + "@value": "Information about physical weight" } ], "http://purl.org/dc/terms/source": [ @@ -8398,12 +8223,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authenticating" + "@value": "Weight" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8414,7 +8239,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LifeHistory", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8435,7 +8260,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" + "@value": "Information about interests" } ], "http://purl.org/dc/terms/source": [ @@ -8451,12 +8276,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Life History" + "@value": "Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Historical" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8467,7 +8292,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8488,7 +8313,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about favorites" + "@value": "Information about educational or professional career" } ], "http://purl.org/dc/terms/source": [ @@ -8504,12 +8329,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Favorite" + "@value": "Professional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Social" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8520,7 +8345,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Like", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Favorite", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8541,7 +8366,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about favorites" } ], "http://purl.org/dc/terms/source": [ @@ -8557,12 +8382,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Like" + "@value": "Favorite" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8573,7 +8398,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Opinion", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Financial", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8594,7 +8419,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://purl.org/dc/terms/source": [ @@ -8610,12 +8435,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Opinion" + "@value": "Financial" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8626,7 +8456,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PrivacyPreference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8647,7 +8477,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about Behavior or activity" } ], "http://purl.org/dc/terms/source": [ @@ -8663,12 +8493,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "Behavioral" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#External" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8679,7 +8514,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Relationship", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#UID", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8700,7 +8535,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about relationships and relationship history." + "@value": "Information about unique identifiers." } ], "http://purl.org/dc/terms/source": [ @@ -8716,12 +8551,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Relationship" + "@value": "UID" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8732,7 +8572,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialStatus", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SecretText", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8753,7 +8593,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about social status" + "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." } ], "http://purl.org/dc/terms/source": [ @@ -8769,12 +8609,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Status" + "@value": "Secret Text" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8785,7 +8625,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sale", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Connection", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8806,7 +8646,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about sales e.g. selling of goods or services" + "@value": "Information about and including connections in a social network" } ], "http://purl.org/dc/terms/source": [ @@ -8822,12 +8662,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sale" + "@value": "Connection" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8838,7 +8678,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DisciplinaryAction", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#RoomNumber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8859,7 +8699,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about disciplinary actions and its history" + "@value": "Information about location expressed as Room number or similar numbering systems" } ], "http://purl.org/dc/terms/source": [ @@ -8875,12 +8715,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disciplinary Action" + "@value": "Room Number" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8891,7 +8731,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Username", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8912,7 +8752,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about location" } ], "http://purl.org/dc/terms/source": [ @@ -8928,12 +8768,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Username" + "@value": "Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8944,7 +8789,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCapacity", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Religion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8965,7 +8810,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about credit capacity." + "@value": "Information about religion, religious inclinations, and religious history." } ], "http://purl.org/dc/terms/source": [ @@ -8981,12 +8826,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Credit Capacity" + "@value": "Religion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8997,7 +8845,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Attitude", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#LinkClicked", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9018,7 +8866,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about the links that an individual has clicked." } ], "http://purl.org/dc/terms/source": [ @@ -9034,7 +8882,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Attitude" + "@value": "LinkClicked" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -9050,7 +8903,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Picture", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CreditCapacity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9071,7 +8924,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about visual representation or image e.g. profile photo." + "@value": "Information about credit capacity." } ], "http://purl.org/dc/terms/source": [ @@ -9087,12 +8940,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Picture" + "@value": "Credit Capacity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9103,7 +8956,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Reference", + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Authenticating", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -9124,7 +8977,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about authentication and information used for authenticating" } ], "http://purl.org/dc/terms/source": [ @@ -9140,12 +8993,975 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Reference" + "@value": "Authenticating" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Internal" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DNACode", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about DNA." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "DNA Code" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#MedicalHealth" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceMail", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about voice mail messages." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Voice Mail" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TelephoneNumber", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about telephone number." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Telephone Number" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Contact" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Race", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about race or racial history." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Race" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressPersonal", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about Email address used in Personal capacity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Email Address Personal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddress" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#EthnicOrigin", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about ethnic origin" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Ethnic Origin" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv-owl/dpv-pd", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@language": "en", + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." + } + ], + "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-05-25" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "DPV-PD: Personal Data Extension for DPV" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "dpvo-pd" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.7" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Geographic", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about location or based on geography (e.g. home address)" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Geographic" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Demographic" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#DeviceBased", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about devices" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Device Based" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Tracking" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#SexualPreference", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about sexual preferences" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Sexual Preference" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Sexual" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Credit", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about reputation with regards to money" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Credit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Transactional" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#CallLog", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about the calls that an individual has made." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Call Log" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Behavioral" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#TravelHistory", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about travel history" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Travel History" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Location" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#VoiceCommunicationRecording", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Voice Communication Recording" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Communication" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#AgeRange", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about age range i.e. inexact age to some degree (i.e. some years)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Age Range" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#BirthDate", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about birth date" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Birth Date" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#Age" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalAffiliation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Information about political affiliation and history" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Political Affiliation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv-pd/dpv-pd.n3 b/dpv-owl/dpv-pd/dpv-pd.n3 index 153602516..41f7f7e56 100644 --- a/dpv-owl/dpv-pd/dpv-pd.n3 +++ b/dpv-owl/dpv-pd/dpv-pd.n3 @@ -34,12 +34,12 @@ "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-pd:Accent a owl:Class ; rdfs:label "Accent"@en ; @@ -63,15 +63,13 @@ dpvo-pd:Acquantaince a owl:Class ; rdfs:subClassOf dpvo-pd:SocialNetwork ; sw:term_status "accepted"@en . -dpvo-pd:Age a owl:Class ; - rdfs:label "Age"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about age"@en ; - dct:source ; +dpvo-pd:AgeExact a owl:Class ; + rdfs:label "Age Exact"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:PhysicalCharacteristic ; + rdfs:subClassOf dpvo-pd:AgeRange ; sw:term_status "accepted"@en . dpvo-pd:ApartmentOwned a owl:Class ; @@ -128,6 +126,24 @@ dpvo-pd:BankAccount a owl:Class ; rdfs:subClassOf dpvo-pd:FinancialAccount ; sw:term_status "accepted"@en . +dpvo-pd:BirthDate a owl:Class ; + rdfs:label "Birth Date"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about birth date"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Age ; + sw:term_status "accepted"@en . + +dpvo-pd:BirthPlace a owl:Class ; + rdfs:label "Birth Place"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about birth place"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Location ; + sw:term_status "accepted"@en . + dpvo-pd:BloodType a owl:Class ; rdfs:label "Blood Type"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -315,6 +331,15 @@ dpvo-pd:CriminalPardon a owl:Class ; rdfs:subClassOf dpvo-pd:Criminal ; sw:term_status "accepted"@en . +dpvo-pd:CurrentEmployment a owl:Class ; + rdfs:label "Current Employment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about current employment"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmploymentHistory ; + sw:term_status "accepted"@en . + dpvo-pd:DNACode a owl:Class ; rdfs:label "DNA Code"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -429,15 +454,40 @@ dpvo-pd:DrugTestResult a owl:Class ; rdfs:subClassOf dpvo-pd:MedicalHealth ; sw:term_status "accepted"@en . -dpvo-pd:EmailAddress a owl:Class ; - rdfs:label "Email Address"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about Email address."@en ; - dct:source ; +dpvo-pd:EducationExperience a owl:Class ; + rdfs:label "Education Experience"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about education experience e.g. attending a university"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Contact ; + rdfs:subClassOf dpvo-pd:Education ; + sw:term_status "accepted"@en . + +dpvo-pd:EducationQualification a owl:Class ; + rdfs:label "Education Qualification"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about educational qualifications"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Education ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddressPersonal a owl:Class ; + rdfs:label "Email Address Personal"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Email address used in Personal capacity"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmailAddress ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddressWork a owl:Class ; + rdfs:label "Email Address Work"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Email address used for Work or in Professional capacity"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmailAddress ; sw:term_status "accepted"@en . dpvo-pd:EmailContent a owl:Class ; @@ -451,17 +501,6 @@ dpvo-pd:EmailContent a owl:Class ; rdfs:subClassOf dpvo-pd:Communication ; sw:term_status "accepted"@en . -dpvo-pd:EmploymentHistory a owl:Class ; - rdfs:label "Employment History"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about employment history"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Professional ; - sw:term_status "accepted"@en . - dpvo-pd:EthnicOrigin a owl:Class ; rdfs:label "Ethnic Origin"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -595,6 +634,15 @@ dpvo-pd:GeneralReputation a owl:Class ; rdfs:subClassOf dpvo-pd:PublicLife ; sw:term_status "accepted"@en . +dpvo-pd:GeneticData a owl:Class ; + rdfs:label "Genetic Data"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about inherited or acquired genetic characteristics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:HealthData ; + sw:term_status "accepted"@en . + dpvo-pd:Geographic a owl:Class ; rdfs:label "Geographic"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -606,17 +654,6 @@ dpvo-pd:Geographic a owl:Class ; rdfs:subClassOf dpvo-pd:Demographic ; sw:term_status "accepted"@en . -dpvo-pd:GroupMembership a owl:Class ; - rdfs:label "Group Membership"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about groups and memberships included or associated with a social network"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:SocialNetwork ; - sw:term_status "accepted"@en . - dpvo-pd:HairColor a owl:Class ; rdfs:label "Hair Color"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -694,6 +731,15 @@ dpvo-pd:IndividualHealthHistory a owl:Class ; rdfs:subClassOf dpvo-pd:HealthHistory ; sw:term_status "accepted"@en . +dpvo-pd:Insurance a owl:Class ; + rdfs:label "Insurance"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Insurance"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Financial ; + sw:term_status "accepted"@en . + dpvo-pd:Intention a owl:Class ; rdfs:label "Intention"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -827,16 +873,13 @@ dpvo-pd:Name a owl:Class ; rdfs:subClassOf dpvo-pd:Identifying ; sw:term_status "accepted"@en . -dpvo-pd:OfficialID a owl:Class ; - rdfs:label "Official ID"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about an official identifier or identification document"@en ; - dct:source ; +dpvo-pd:Nationality a owl:Class ; + rdfs:label "Nationality"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; + dct:description "Information about nationality"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Government ; - rdfs:subClassOf dpvo-pd:Identifying ; + rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . dpvo-pd:Offspring a owl:Class ; @@ -883,6 +926,15 @@ dpvo-pd:Parent a owl:Class ; rdfs:subClassOf dpvo-pd:FamilyStructure ; sw:term_status "accepted"@en . +dpvo-pd:Passport a owl:Class ; + rdfs:label "Passport"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about passport"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:OfficialID ; + sw:term_status "accepted"@en . + dpvo-pd:Password a owl:Class ; rdfs:label "Password"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -894,6 +946,15 @@ dpvo-pd:Password a owl:Class ; rdfs:subClassOf dpvo-pd:Authenticating ; sw:term_status "accepted"@en . +dpvo-pd:PastEmployment a owl:Class ; + rdfs:label "Past Employment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about past employment"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmploymentHistory ; + sw:term_status "accepted"@en . + dpvo-pd:PaymentCardExpiry a owl:Class ; rdfs:label "Payment Card Expiry"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1006,6 +1067,16 @@ dpvo-pd:PoliticalAffiliation a owl:Class ; dpvo-pd:PublicLife ; sw:term_status "accepted"@en . +dpvo-pd:PoliticalOpinion a owl:Class ; + rdfs:label "Political Opinion"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about opinions regarding politics and political topics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:SpecialCategoryPersonalData, + dpvo-pd:PublicLife ; + sw:term_status "accepted"@en . + dpvo-pd:Prescription a owl:Class ; rdfs:label "Prescription"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1341,6 +1412,16 @@ dpvo-pd:Thought a owl:Class ; rdfs:subClassOf dpvo-pd:KnowledgeBelief ; sw:term_status "accepted"@en . +dpvo-pd:TradeUnionMembership a owl:Class ; + rdfs:label "Trade Union Membership"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about trade union memberships and related topics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:SpecialCategoryPersonalData, + dpvo-pd:GroupMembership ; + sw:term_status "accepted"@en . + dpvo-pd:Transaction a owl:Class ; rdfs:label "Transaction"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1352,6 +1433,15 @@ dpvo-pd:Transaction a owl:Class ; rdfs:subClassOf dpvo-pd:Transactional ; sw:term_status "accepted"@en . +dpvo-pd:TravelHistory a owl:Class ; + rdfs:label "Travel History"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about travel history"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Location ; + sw:term_status "accepted"@en . + dpvo-pd:UID a owl:Class ; rdfs:label "UID"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1419,6 +1509,15 @@ dpvo-pd:WorkHistory a owl:Class ; rdfs:subClassOf dpvo-pd:Professional ; sw:term_status "accepted"@en . +dpvo-pd:AgeRange a owl:Class ; + rdfs:label "Age Range"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Age ; + sw:term_status "accepted"@en . + dpvo-pd:BrowsingBehavior a owl:Class ; rdfs:label "Browsing Behavior"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1442,6 +1541,17 @@ dpvo-pd:CreditWorthiness a owl:Class ; rdfs:subClassOf dpvo-pd:Credit ; sw:term_status "accepted"@en . +dpvo-pd:GroupMembership a owl:Class ; + rdfs:label "Group Membership"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about groups and memberships included or associated with a social network"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:SocialNetwork ; + sw:term_status "accepted"@en . + dpvo-pd:Historical a owl:Class ; rdfs:label "Historical"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1464,6 +1574,18 @@ dpvo-pd:HouseOwned a owl:Class ; rdfs:subClassOf dpvo-pd:Ownership ; sw:term_status "accepted"@en . +dpvo-pd:OfficialID a owl:Class ; + rdfs:label "Official ID"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about an official identifier or identification document"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Government ; + rdfs:subClassOf dpvo-pd:Identifying ; + sw:term_status "accepted"@en . + dpvo-pd:PaymentCardNumber a owl:Class ; rdfs:label "Payment Card Number"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1497,6 +1619,17 @@ dpvo-pd:AccountIdentifier a owl:Class ; rdfs:subClassOf dpvo-pd:FinancialAccount ; sw:term_status "accepted"@en . +dpvo-pd:Age a owl:Class ; + rdfs:label "Age"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about age"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:PhysicalCharacteristic ; + sw:term_status "accepted"@en . + dpvo-pd:Biometric a owl:Class ; rdfs:label "Biometric"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1522,6 +1655,37 @@ dpvo-pd:DeviceSoftware a owl:Class ; rdfs:subClassOf dpvo-pd:DeviceBased ; sw:term_status "accepted"@en . +dpvo-pd:Education a owl:Class ; + rdfs:label "Education"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about education"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Professional ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddress a owl:Class ; + rdfs:label "Email Address"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about Email address."@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Contact ; + sw:term_status "accepted"@en . + +dpvo-pd:EmploymentHistory a owl:Class ; + rdfs:label "Employment History"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about employment history"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Professional ; + sw:term_status "accepted"@en . + dpvo-pd:Ethnicity a owl:Class ; rdfs:label "Ethnicity"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1657,18 +1821,6 @@ dpvo-pd:Favorite a owl:Class ; rdfs:subClassOf dpvo-pd:Preference ; sw:term_status "accepted"@en . -dpvo-pd:Financial a owl:Class ; - rdfs:label "Financial"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about finance including monetary characteristics and transactions"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Financial ; - rdfs:subClassOf dpvo:PersonalData ; - sw:term_status "accepted"@en . - dpvo-pd:FinancialAccount a owl:Class ; rdfs:label "Financial Account"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1702,18 +1854,6 @@ dpvo-pd:KnowledgeBelief a owl:Class ; rdfs:subClassOf dpvo-pd:Internal ; sw:term_status "accepted"@en . -dpvo-pd:Location a owl:Class ; - rdfs:label "Location"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about location"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Location ; - rdfs:subClassOf dpvo-pd:Tracking ; - sw:term_status "accepted"@en . - dpvo-pd:Ownership a owl:Class ; rdfs:label "Ownership"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1770,6 +1910,18 @@ dpvo-pd:DeviceBased a owl:Class ; rdfs:subClassOf dpvo-pd:Tracking ; sw:term_status "accepted"@en . +dpvo-pd:Financial a owl:Class ; + rdfs:label "Financial"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about finance including monetary characteristics and transactions"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Financial ; + rdfs:subClassOf dpvo:PersonalData ; + sw:term_status "accepted"@en . + dpvo-pd:Sexual a owl:Class ; rdfs:label "Sexual"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1793,6 +1945,18 @@ dpvo-pd:FamilyStructure a owl:Class ; rdfs:subClassOf dpvo-pd:Family ; sw:term_status "accepted"@en . +dpvo-pd:Location a owl:Class ; + rdfs:label "Location"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about location"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Location ; + rdfs:subClassOf dpvo-pd:Tracking ; + sw:term_status "accepted"@en . + dpvo-pd:Preference a owl:Class ; rdfs:label "Preference"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1850,17 +2014,6 @@ dpvo-pd:Behavioral a owl:Class ; rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . -dpvo-pd:External a owl:Class ; - rdfs:label "External"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about external characteristics that can be observed"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo:PersonalData ; - sw:term_status "accepted"@en . - dpvo-pd:MedicalHealth a owl:Class ; rdfs:label "MedicalHealth"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1885,26 +2038,37 @@ dpvo-pd:PhysicalCharacteristic a owl:Class ; rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . -dpvo-pd:PublicLife a owl:Class ; - rdfs:label "Public Life"@en ; +dpvo-pd:Transactional a owl:Class ; + rdfs:label "Transactional"@en ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about public life"@en ; + dct:description "Information about a purchasing, spending or income"@en ; dct:source ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Social ; + rdfs:subClassOf dpvo-pd:Financial ; sw:term_status "accepted"@en . -dpvo-pd:Transactional a owl:Class ; - rdfs:label "Transactional"@en ; +dpvo-pd:External a owl:Class ; + rdfs:label "External"@en ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about a purchasing, spending or income"@en ; + dct:description "Information about external characteristics that can be observed"@en ; dct:source ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Financial ; + rdfs:subClassOf dpvo:PersonalData ; + sw:term_status "accepted"@en . + +dpvo-pd:PublicLife a owl:Class ; + rdfs:label "Public Life"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about public life"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Social ; sw:term_status "accepted"@en . dpvo-pd:Professional a owl:Class ; diff --git a/dpv-owl/dpv-pd/dpv-pd.rdf b/dpv-owl/dpv-pd/dpv-pd.rdf index 85f463ad7..517b92cf6 100644 --- a/dpv-owl/dpv-pd/dpv-pd.rdf +++ b/dpv-owl/dpv-pd/dpv-pd.rdf @@ -7,12 +7,11 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - - - Religious Belief - Information about religion and religious beliefs. + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -20,11 +19,21 @@ Fajar Ekaputra - + - - Interest - Information about interests + + Genetic Data + Information about inherited or acquired genetic characteristics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Credit Worthiness + Information about credit worthiness. 2019-06-04 accepted @@ -32,35 +41,31 @@ Fajar Ekaputra - + - Work History - Information about work history in a professional context - - 2019-06-04 + Education + Information about education + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Favorite Music - Information about favorite music. - - 2019-06-04 + + Current Employment + Information about current employment + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Credit Card Number - Information about credit card number + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) 2019-06-04 accepted @@ -68,23 +73,21 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere - - 2019-06-04 + + Age Range + Information about age range i.e. inexact age to some degree (i.e. some years) + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - School - Information about school such as name of school, conduct, or grades obtained. + + MAC Address + Information about the Media Access Control (MAC) address of a device 2019-06-04 accepted @@ -92,11 +95,11 @@ Fajar Ekaputra - + - - Like - Information about likes or preferences regarding attractions. + + Secret Text + Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. 2019-06-04 accepted @@ -104,12 +107,12 @@ Fajar Ekaputra - + - + - Biometric - Information about biometrics and biometric characteristics. + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -117,11 +120,11 @@ Fajar Ekaputra - + - - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -129,11 +132,11 @@ Fajar Ekaputra - + - - House Owned - Information about house(s) owned and ownership history. + + Divorce + Information about divorce(s). 2019-06-04 accepted @@ -141,11 +144,11 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + Skin Tone + Information about skin tone 2019-06-04 accepted @@ -153,12 +156,11 @@ Fajar Ekaputra - + - - Location - Information about location - + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -166,12 +168,11 @@ Fajar Ekaputra - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Parent + Information about parent(s). 2019-06-04 accepted @@ -179,11 +180,11 @@ Fajar Ekaputra - + - - Criminal Pardon - Information about criminal pardons. + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -191,6 +192,20 @@ Fajar Ekaputra + + + + Device Applications + Information about applications or application-like software on a device. + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan + + @@ -204,11 +219,11 @@ Fajar Ekaputra - + - - Account Identifier - Information about financial account identifier. + + Acquantaince + Information about acquaintainces in a social network. 2019-06-04 accepted @@ -216,11 +231,11 @@ Fajar Ekaputra - + - - Intention - Information about intentions + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) 2019-06-04 accepted @@ -228,11 +243,21 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + Email Address Work + Information about Email address used for Work or in Professional capacity + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + Connection + Information about and including connections in a social network 2019-06-04 accepted @@ -240,11 +265,11 @@ Fajar Ekaputra - + - - Communication - Information communicated from or to an individual + + Piercing + Information about piercings 2019-06-04 accepted @@ -252,11 +277,23 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + Hair Color + Information about hair color + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Age + Information about age 2019-06-04 accepted @@ -278,11 +315,11 @@ Paul Ryan - + - - IP Address - Information about the Internet protocol (IP) address of a device + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -290,11 +327,11 @@ Fajar Ekaputra - + - - Weight - Information about physical weight + + Employment History + Information about employment history 2019-06-04 accepted @@ -302,12 +339,11 @@ Fajar Ekaputra - + - - PhysicalCharacteristic - Information about physical characteristics - + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -315,12 +351,11 @@ Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + Sale + Information about sales e.g. selling of goods or services 2019-06-04 accepted @@ -328,11 +363,11 @@ Fajar Ekaputra - + - - Retina - Information about retina and the retinal patterns. + + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. 2019-06-04 accepted @@ -340,11 +375,11 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -352,12 +387,11 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + Disability + Information about disabilities. 2019-06-04 accepted @@ -365,12 +399,11 @@ Fajar Ekaputra - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Family Health History + Information about family health history. 2019-06-04 accepted @@ -378,11 +411,11 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Bank Account + Information about bank accounts. 2019-06-04 accepted @@ -390,23 +423,21 @@ Fajar Ekaputra - + - - Tattoo - Information about tattoos - - 2019-06-04 + + Insurance + Information about Insurance + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. + + Health History + Information about health history. 2019-06-04 accepted @@ -414,24 +445,22 @@ Fajar Ekaputra - + - - Sale - Information about sales e.g. selling of goods or services - - 2019-06-04 + + Passport + Information about passport + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - Device Based - Information about devices - + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -439,11 +468,11 @@ Fajar Ekaputra - + - - Demeanor - Information about demeanor. + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -451,12 +480,21 @@ Fajar Ekaputra - + - - Health - Information about health. - + + Birth Place + Information about birth place + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -464,11 +502,11 @@ Fajar Ekaputra - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + Apartment Owned + Information about apartment(s) owned and its history 2019-06-04 accepted @@ -476,13 +514,11 @@ Fajar Ekaputra - + - - - Political Affiliation - Information about political affiliation and history - + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -490,11 +526,11 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + Loan Record + Information about loans, whether applied, provided or rejected, and its history 2019-06-04 accepted @@ -502,11 +538,11 @@ Fajar Ekaputra - + - - Accent - Information about linguistic and speech accents. + + Call Log + Information about the calls that an individual has made. 2019-06-04 accepted @@ -514,45 +550,11 @@ Fajar Ekaputra - - - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - Axel Polleres - Beatriz Esteves - Bert Bos - Bud Bruegger - David Hickey - Elmar Kiesling - Eva Schlehahn - Fajar J. Ekaputra - Georg P Krog - Harshvardhan J. Pandit - Javier D. Fernández - Julian Flake - Mark Lizar - Paul Ryan - Piero Bonatti - Ramisa Gachpaz Hamed - Rigo Wenning - Rob Brennan - Simon Steyskal - 2022-04-02 - 2022-04-02 - Axel Polleres - Harshvardhan J. Pandit - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - - DPV-PD: Personal Data Extension for DPV - dpvo-pd - https://w3id.org/dpv-owl/dpv-pd - - 0.6 - - + - - Health Record - Information about health record. + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -560,11 +562,23 @@ Fajar Ekaputra - + - - Group Membership - Information about groups and memberships included or associated with a social network + + TV Viewing Behavior + Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed + + 2019-11-26 + accepted + Harshvardhan J. Pandit + Rudy Jacob + + + + + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -572,11 +586,11 @@ Fajar Ekaputra - + - - Piercing - Information about piercings + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -584,11 +598,11 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Thought + Information about thoughts 2019-06-04 accepted @@ -596,11 +610,12 @@ Fajar Ekaputra - + - Username - Information about usernames. + + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -608,11 +623,11 @@ Fajar Ekaputra - + - - Blood Type - Information about blood type. + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -620,11 +635,21 @@ Fajar Ekaputra - + - - MAC Address - Information about the Media Access Control (MAC) address of a device + + Age Exact + Information about the exact age (i.e. to some degree within a year, month, or day) + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + General Reputation + Information about reputation in the public sphere 2019-06-04 accepted @@ -632,11 +657,11 @@ Fajar Ekaputra - + - Country - Information about country e.g. residence, travel. + Room Number + Information about location expressed as Room number or similar numbering systems 2019-06-04 accepted @@ -644,11 +669,11 @@ Fajar Ekaputra - + - - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend + + Professional Certification + Information about professional certifications 2019-06-04 accepted @@ -656,11 +681,12 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + + MedicalHealth + Information about health, medical conditions or health care 2019-06-04 accepted @@ -668,11 +694,11 @@ Fajar Ekaputra - + - - Prescription - Information about medical and pharmaceutical prescriptions + + Dislike + Information about dislikes or preferences regarding repulsions. 2019-06-04 accepted @@ -680,11 +706,11 @@ Fajar Ekaputra - + - - Historical - Information about historical data related to or relevant regarding history or past events + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -692,11 +718,11 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + Relationship + Information about relationships and relationship history. 2019-06-04 accepted @@ -704,23 +730,21 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications - - 2019-06-04 + + Past Employment + Information about past employment + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted @@ -728,11 +752,11 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Geographic + Information about location or based on geography (e.g. home address) 2019-06-04 accepted @@ -740,11 +764,11 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + Tracking + Information used to track an individual or group e.g. location or email 2019-06-04 accepted @@ -752,11 +776,11 @@ Fajar Ekaputra - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -764,11 +788,11 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Family + Information about family and relationships 2019-06-04 accepted @@ -776,12 +800,12 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -789,12 +813,11 @@ Fajar Ekaputra - + - - LinkClicked - Information about the links that an individual has clicked. - + + Purchases and Spending Habit + Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends 2019-06-04 accepted @@ -802,12 +825,13 @@ Fajar Ekaputra - + - + - Race - Information about race or racial history. + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -815,11 +839,11 @@ Fajar Ekaputra - + - - Transaction - Information about financial transactions e.g. bank transfers + + Ownership + Information about ownership and history, including renting, borrowing, possessions. 2019-06-04 accepted @@ -827,11 +851,12 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Preference + Information about preferences or interests + 2019-06-04 accepted @@ -839,11 +864,11 @@ Fajar Ekaputra - + - - Credit Score - Information about credit score. + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -851,11 +876,12 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. + + PhysicalCharacteristic + Information about physical characteristics + 2019-06-04 accepted @@ -863,11 +889,11 @@ Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations + + Gender + Information about gender 2019-06-04 accepted @@ -875,11 +901,11 @@ Fajar Ekaputra - + - - Marital Status - Information about marital status and history + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -887,11 +913,11 @@ Fajar Ekaputra - + - - Fetish - Information an individual's sexual fetishes + + Credit + Information about reputation with regards to money 2019-06-04 accepted @@ -899,11 +925,12 @@ Fajar Ekaputra - + - - Offspring - Information about offspring(s). + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + 2019-06-04 accepted @@ -911,11 +938,12 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + Communications Metadata + Information about communication metadata in the public sphere + 2019-06-04 accepted @@ -923,11 +951,11 @@ Fajar Ekaputra - + - - DNA Code - Information about DNA. + + Favorite + Information about favorites 2019-06-04 accepted @@ -935,11 +963,11 @@ Fajar Ekaputra - + - - Room Number - Information about location expressed as Room number or similar numbering systems + + Attitude + Information about attitude. 2019-06-04 accepted @@ -947,11 +975,11 @@ Fajar Ekaputra - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + House Owned + Information about house(s) owned and ownership history. 2019-06-04 accepted @@ -959,11 +987,11 @@ Fajar Ekaputra - + - - Secret Text - Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -971,23 +999,11 @@ Fajar Ekaputra - - - - Service Consumption Behavior - Information about the consumption of a service, e.g. time and duration of consumption. - - 2019-11-26 - accepted - Harshvardhan J. Pandit - Rudy Jacob - - - + - - Physical Health - Information about physical health. + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -995,11 +1011,12 @@ Fajar Ekaputra - + - - Income Bracket - Information about income bracket. + + + Race + Information about race or racial history. 2019-06-04 accepted @@ -1007,11 +1024,11 @@ Fajar Ekaputra - + - - Opinion - Information about opinions + + Marriage + Information about marriage(s). 2019-06-04 accepted @@ -1019,11 +1036,12 @@ Fajar Ekaputra - + - - Family Health History - Information about family health history. + + Location + Information about location + 2019-06-04 accepted @@ -1031,11 +1049,11 @@ Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + Social Network + Information about friends or connections expressed as a social network 2019-06-04 accepted @@ -1043,11 +1061,11 @@ Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + Intention + Information about intentions 2019-06-04 accepted @@ -1055,11 +1073,45 @@ Fajar Ekaputra - - - - Family - Information about family and relationships + + + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + Axel Polleres + Beatriz Esteves + Bert Bos + Bud Bruegger + David Hickey + Elmar Kiesling + Eva Schlehahn + Fajar J. Ekaputra + Georg P Krog + Harshvardhan J. Pandit + Javier D. Fernández + Julian Flake + Mark Lizar + Paul Ryan + Piero Bonatti + Ramisa Gachpaz Hamed + Rigo Wenning + Rob Brennan + Simon Steyskal + 2022-04-02 + 2022-05-25 + Axel Polleres + Harshvardhan J. Pandit + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + + DPV-PD: Personal Data Extension for DPV + dpvo-pd + https://w3id.org/dpv-owl/dpv-pd# + + 0.7 + + + + + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -1067,23 +1119,21 @@ Fajar Ekaputra - + - - Call Log - Information about the calls that an individual has made. - - 2019-06-04 + + Education Experience + Information about education experience e.g. attending a university + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - Authenticating - Information about authentication and information used for authenticating + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -1091,11 +1141,11 @@ Fajar Ekaputra - + - - Favorite - Information about favorites + + Credit Record + Information about credit record. 2019-06-04 accepted @@ -1103,11 +1153,11 @@ Fajar Ekaputra - + - - PIN Code - Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. + + IP Address + Information about the Internet protocol (IP) address of a device 2019-06-04 accepted @@ -1115,25 +1165,11 @@ Fajar Ekaputra - - - - Device Applications - Information about applications or application-like software on a device. - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - - - + - - Credit Capacity - Information about credit capacity. + + Country + Information about country e.g. residence, travel. 2019-06-04 accepted @@ -1141,11 +1177,11 @@ Fajar Ekaputra - + - - Credit Record - Information about credit record. + + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -1153,11 +1189,11 @@ Fajar Ekaputra - + - - Individual Health History - Information about information health history. + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -1165,11 +1201,11 @@ Fajar Ekaputra - + - - Purchases and Spending Habit - Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends + + Weight + Information about physical weight 2019-06-04 accepted @@ -1177,12 +1213,11 @@ Fajar Ekaputra - + - - - Sexual - Information about sexuality and sexual history + + Interest + Information about interests 2019-06-04 accepted @@ -1190,11 +1225,12 @@ Fajar Ekaputra - + - - Mental Health - Information about mental health. + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -1202,12 +1238,11 @@ Fajar Ekaputra - + - - Purchase - Information about purchases such as items bought e.g. grocery or clothing - + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1215,11 +1250,11 @@ Fajar Ekaputra - + - - Height - Information about physical height + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -1227,11 +1262,12 @@ Fajar Ekaputra - + - - Email Content - Information about the contents of Emails sent or received + + Behavioral + Information about Behavior or activity + 2019-06-04 accepted @@ -1239,11 +1275,11 @@ Fajar Ekaputra - + - - Telephone Number - Information about telephone number. + + Historical + Information about historical data related to or relevant regarding history or past events 2019-06-04 accepted @@ -1251,11 +1287,11 @@ Fajar Ekaputra - + - - Parent - Information about parent(s). + + Financial Account Number + Information about financial account number 2019-06-04 accepted @@ -1263,11 +1299,11 @@ Fajar Ekaputra - + - Privacy Preference - Information about privacy preferences + Opinion + Information about opinions 2019-06-04 accepted @@ -1275,11 +1311,11 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. + + Email Address + Information about Email address. 2019-06-04 accepted @@ -1287,11 +1323,11 @@ Fajar Ekaputra - + - - Salary - Information about salary + + Social Status + Information about social status 2019-06-04 accepted @@ -1299,12 +1335,11 @@ Fajar Ekaputra - + - - UID - Information about unique identifiers. - + + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -1312,12 +1347,11 @@ Fajar Ekaputra - + - - - Ethnic Origin - Information about ethnic origin + + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -1325,11 +1359,11 @@ Fajar Ekaputra - + - - Sibling - Information about sibling(s). + + Credit Standing + Information about credit standing. 2019-06-04 accepted @@ -1337,11 +1371,11 @@ Fajar Ekaputra - + - - Employment History - Information about employment history + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -1349,11 +1383,11 @@ Fajar Ekaputra - + - - Email Address - Information about Email address. + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -1361,11 +1395,11 @@ Fajar Ekaputra - + - - Tax - Information about financial tax e.g. tax records or tax due + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -1373,11 +1407,11 @@ Fajar Ekaputra - + - - Life History - Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -1385,11 +1419,11 @@ Fajar Ekaputra - + - Social - Information about social aspects such as family, public life, or professional networks. + External + Information about external characteristics that can be observed 2019-06-04 accepted @@ -1397,11 +1431,22 @@ Fajar Ekaputra - + - - Personal Possession - Information about personal possessions. + + + Trade Union Membership + Information about trade union memberships and related topics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -1409,11 +1454,12 @@ Fajar Ekaputra - + - - Marriage - Information about marriage(s). + + LinkClicked + Information about the links that an individual has clicked. + 2019-06-04 accepted @@ -1421,34 +1467,58 @@ Fajar Ekaputra - + - - Browsing Referral - Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns. - - 2020-11-04 + + UID + Information about unique identifiers. + + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. - - 2020-11-04 + + Mental Health + Information about mental health. + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Transactional - Information about a purchasing, spending or income + + + Political Opinion + Information about opinions regarding politics and political topics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Nationality + Information about nationality + 2022-04-20 + accepted + https://www.w3.org/2022/04/20-dpvcg-minutes.html + + + + + + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -1456,11 +1526,11 @@ Fajar Ekaputra - + - - Ethnicity - Information about ethnic origins and lineage + + Health Record + Information about health record. 2019-06-04 accepted @@ -1468,23 +1538,36 @@ Fajar Ekaputra - + - - TV Viewing Behavior - Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed - - 2019-11-26 + + Voice Mail + Information about voice mail messages. + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + + + + Height + Information about physical height + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - Drug Test Result - Information about drug test results. + Health + Information about health. + 2019-06-04 accepted @@ -1492,11 +1575,12 @@ Fajar Ekaputra - + - - Attitude - Information about attitude. + + Purchase + Information about purchases such as items bought e.g. grocery or clothing + 2019-06-04 accepted @@ -1504,23 +1588,23 @@ Fajar Ekaputra - + - - Payment Card - Information about payment card such as Credit Card, Debit Card. - - 2020-11-04 + + Internal + Informatoin about internal characteristics that cannot be seen or observed + + 2019-06-04 accepted - Harshvardhan J. Pandit + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Browsing Behavior - Information about browsing Behavior. - + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -1528,11 +1612,11 @@ Fajar Ekaputra - + - - Tracking - Information used to track an individual or group e.g. location or email + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -1540,11 +1624,24 @@ Fajar Ekaputra - + - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + Language + Information about language and lingual history. + + 2019-06-04 + 2022-04-20 + changed + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + Tattoo + Information about tattoos 2019-06-04 accepted @@ -1552,11 +1649,11 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + Criminal Charge + Information about criminal charges. 2019-06-04 accepted @@ -1564,11 +1661,11 @@ Fajar Ekaputra - + - - Financial Account - Information about financial accounts. + + Social + Information about social aspects such as family, public life, or professional networks. 2019-06-04 accepted @@ -1576,11 +1673,11 @@ Fajar Ekaputra - + - - Income - Information about financial income e.g. for individual or household or family + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -1588,11 +1685,12 @@ Fajar Ekaputra - + - - Social Network - Information about friends or connections expressed as a social network + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -1600,11 +1698,11 @@ Fajar Ekaputra - + - Health History - Information about health history. + Prescription + Information about medical and pharmaceutical prescriptions 2019-06-04 accepted @@ -1612,11 +1710,11 @@ Fajar Ekaputra - + - - Sexual Preference - Information about sexual preferences + + DNA Code + Information about DNA. 2019-06-04 accepted @@ -1624,49 +1722,47 @@ Fajar Ekaputra - + - Authentication History - Information about prior authentication and its outcomes such as login attempts or location. - - 2020-11-04 + Service Consumption Behavior + Information about the consumption of a service, e.g. time and duration of consumption. + + 2019-11-26 accepted - Georg P Krog + Harshvardhan J. Pandit + Rudy Jacob - + - - Device Software - Information about software on or related to a device. - - 2020-11-04 + + Life History + Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) + + 2019-06-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Language - Information about language and lingual history. + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 - 2022-04-20 - changed + accepted Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - + - - Disability - Information about disabilities. + + Work History + Information about work history in a professional context 2019-06-04 accepted @@ -1674,12 +1770,11 @@ Fajar Ekaputra - + - - - MedicalHealth - Information about health, medical conditions or health care + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' 2019-06-04 accepted @@ -1687,11 +1782,22 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + Browsing Referral + Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns. + + 2020-11-04 + accepted + Georg P Krog + + + + + + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -1699,11 +1805,11 @@ Fajar Ekaputra - + - - Age - Information about age + + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -1711,11 +1817,11 @@ Fajar Ekaputra - + - - Acquantaince - Information about acquaintainces in a social network. + + Public Life + Information about public life 2019-06-04 accepted @@ -1723,12 +1829,11 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + Professional + Information about educational or professional career 2019-06-04 accepted @@ -1736,11 +1841,11 @@ Fajar Ekaputra - + - - Interaction - Information about interactions in the public sphere + + Sibling + Information about sibling(s). 2019-06-04 accepted @@ -1748,12 +1853,11 @@ Fajar Ekaputra - + - - Financial - Information about finance including monetary characteristics and transactions - + + Interaction + Information about interactions in the public sphere 2019-06-04 accepted @@ -1761,11 +1865,11 @@ Fajar Ekaputra - + - - Thought - Information about thoughts + + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -1773,11 +1877,25 @@ Fajar Ekaputra - + + + + Device Software + Information about software on or related to a device. + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan + + + - - Dislike - Information about dislikes or preferences regarding repulsions. + + Blood Type + Information about blood type. 2019-06-04 accepted @@ -1785,11 +1903,11 @@ Fajar Ekaputra - + - - Favorite Color - Information about favorite color. + + Account Identifier + Information about financial account identifier. 2019-06-04 accepted @@ -1797,12 +1915,11 @@ Fajar Ekaputra - + - - - Philosophical Belief - Information about philosophical beliefs. + + Salary + Information about salary 2019-06-04 accepted @@ -1810,11 +1927,11 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted @@ -1822,11 +1939,11 @@ Fajar Ekaputra - + - - Public Life - Information about public life + + Individual Health History + Information about information health history. 2019-06-04 accepted @@ -1834,11 +1951,11 @@ Fajar Ekaputra - + - - Internal - Informatoin about internal characteristics that cannot be seen or observed + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -1846,11 +1963,11 @@ Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs + + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -1858,12 +1975,11 @@ Fajar Ekaputra - + - - Behavioral - Information about Behavior or activity - + + Username + Information about usernames. 2019-06-04 accepted @@ -1871,11 +1987,12 @@ Fajar Ekaputra - + - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + Social Media Communication + Information about social media communication, including the communication itself and metadata. + 2019-06-04 accepted @@ -1883,11 +2000,11 @@ Fajar Ekaputra - + - - Financial Account Number - Information about financial account number + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -1895,11 +2012,11 @@ Fajar Ekaputra - + - - Name - Information about names associated or used as given name or nickname. + + Privacy Preference + Information about privacy preferences 2019-06-04 accepted @@ -1907,11 +2024,11 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career + + Job + Information about professional jobs 2019-06-04 accepted @@ -1919,11 +2036,11 @@ Fajar Ekaputra - + - - Criminal Conviction - Information about criminal convictions. + + Fetish + Information an individual's sexual fetishes 2019-06-04 accepted @@ -1931,23 +2048,33 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. - - 2019-06-04 + + Education Qualification + Information about educational qualifications + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Connection - Information about and including connections in a social network + + + Payment Card Number + Information about payment card number. + + 2020-11-04 + accepted + Georg P Krog + + + + + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -1955,11 +2082,11 @@ Fajar Ekaputra - + - - Divorce - Information about divorce(s). + + Professional Evaluation + Information about professional evaluations 2019-06-04 accepted @@ -1967,11 +2094,12 @@ Fajar Ekaputra - + - - Bank Account - Information about bank accounts. + + Device Based + Information about devices + 2019-06-04 accepted @@ -1979,11 +2107,11 @@ Fajar Ekaputra - + - - Character - Information about character in the public sphere + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -2002,11 +2130,12 @@ Georg P Krog - + - - Relationship - Information about relationships and relationship history. + + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -2014,11 +2143,11 @@ Fajar Ekaputra - + - - Family Structure - Information about family and familial structure. + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -2026,11 +2155,54 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Birth Date + Information about birth date + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + Payment Card + Information about payment card such as Credit Card, Debit Card. + + 2020-11-04 + accepted + Harshvardhan J. Pandit + + + + + + Email Address Personal + Information about Email address used in Personal capacity + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + Authentication History + Information about prior authentication and its outcomes such as login attempts or location. + + 2020-11-04 + accepted + Georg P Krog + + + + + + Browsing Behavior + Information about browsing Behavior. + 2019-06-04 accepted @@ -2038,11 +2210,11 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -2050,11 +2222,21 @@ Fajar Ekaputra - + - - Credit Standing - Information about credit standing. + + Travel History + Information about travel history + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -2062,11 +2244,11 @@ Fajar Ekaputra - + - Social Status - Information about social status + Marital Status + Information about marital status and history 2019-06-04 accepted @@ -2074,11 +2256,11 @@ Fajar Ekaputra - + - - Proclivitie - Information about proclivities in a sexual context + + PIN Code + Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted diff --git a/dpv-owl/dpv-pd/dpv-pd.ttl b/dpv-owl/dpv-pd/dpv-pd.ttl index 153602516..41f7f7e56 100644 --- a/dpv-owl/dpv-pd/dpv-pd.ttl +++ b/dpv-owl/dpv-pd/dpv-pd.ttl @@ -34,12 +34,12 @@ "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvo-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-owl/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo-pd:Accent a owl:Class ; rdfs:label "Accent"@en ; @@ -63,15 +63,13 @@ dpvo-pd:Acquantaince a owl:Class ; rdfs:subClassOf dpvo-pd:SocialNetwork ; sw:term_status "accepted"@en . -dpvo-pd:Age a owl:Class ; - rdfs:label "Age"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about age"@en ; - dct:source ; +dpvo-pd:AgeExact a owl:Class ; + rdfs:label "Age Exact"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:PhysicalCharacteristic ; + rdfs:subClassOf dpvo-pd:AgeRange ; sw:term_status "accepted"@en . dpvo-pd:ApartmentOwned a owl:Class ; @@ -128,6 +126,24 @@ dpvo-pd:BankAccount a owl:Class ; rdfs:subClassOf dpvo-pd:FinancialAccount ; sw:term_status "accepted"@en . +dpvo-pd:BirthDate a owl:Class ; + rdfs:label "Birth Date"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about birth date"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Age ; + sw:term_status "accepted"@en . + +dpvo-pd:BirthPlace a owl:Class ; + rdfs:label "Birth Place"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about birth place"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Location ; + sw:term_status "accepted"@en . + dpvo-pd:BloodType a owl:Class ; rdfs:label "Blood Type"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -315,6 +331,15 @@ dpvo-pd:CriminalPardon a owl:Class ; rdfs:subClassOf dpvo-pd:Criminal ; sw:term_status "accepted"@en . +dpvo-pd:CurrentEmployment a owl:Class ; + rdfs:label "Current Employment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about current employment"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmploymentHistory ; + sw:term_status "accepted"@en . + dpvo-pd:DNACode a owl:Class ; rdfs:label "DNA Code"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -429,15 +454,40 @@ dpvo-pd:DrugTestResult a owl:Class ; rdfs:subClassOf dpvo-pd:MedicalHealth ; sw:term_status "accepted"@en . -dpvo-pd:EmailAddress a owl:Class ; - rdfs:label "Email Address"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about Email address."@en ; - dct:source ; +dpvo-pd:EducationExperience a owl:Class ; + rdfs:label "Education Experience"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about education experience e.g. attending a university"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Contact ; + rdfs:subClassOf dpvo-pd:Education ; + sw:term_status "accepted"@en . + +dpvo-pd:EducationQualification a owl:Class ; + rdfs:label "Education Qualification"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about educational qualifications"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Education ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddressPersonal a owl:Class ; + rdfs:label "Email Address Personal"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Email address used in Personal capacity"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmailAddress ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddressWork a owl:Class ; + rdfs:label "Email Address Work"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Email address used for Work or in Professional capacity"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmailAddress ; sw:term_status "accepted"@en . dpvo-pd:EmailContent a owl:Class ; @@ -451,17 +501,6 @@ dpvo-pd:EmailContent a owl:Class ; rdfs:subClassOf dpvo-pd:Communication ; sw:term_status "accepted"@en . -dpvo-pd:EmploymentHistory a owl:Class ; - rdfs:label "Employment History"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about employment history"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Professional ; - sw:term_status "accepted"@en . - dpvo-pd:EthnicOrigin a owl:Class ; rdfs:label "Ethnic Origin"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -595,6 +634,15 @@ dpvo-pd:GeneralReputation a owl:Class ; rdfs:subClassOf dpvo-pd:PublicLife ; sw:term_status "accepted"@en . +dpvo-pd:GeneticData a owl:Class ; + rdfs:label "Genetic Data"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about inherited or acquired genetic characteristics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:HealthData ; + sw:term_status "accepted"@en . + dpvo-pd:Geographic a owl:Class ; rdfs:label "Geographic"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -606,17 +654,6 @@ dpvo-pd:Geographic a owl:Class ; rdfs:subClassOf dpvo-pd:Demographic ; sw:term_status "accepted"@en . -dpvo-pd:GroupMembership a owl:Class ; - rdfs:label "Group Membership"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about groups and memberships included or associated with a social network"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:SocialNetwork ; - sw:term_status "accepted"@en . - dpvo-pd:HairColor a owl:Class ; rdfs:label "Hair Color"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -694,6 +731,15 @@ dpvo-pd:IndividualHealthHistory a owl:Class ; rdfs:subClassOf dpvo-pd:HealthHistory ; sw:term_status "accepted"@en . +dpvo-pd:Insurance a owl:Class ; + rdfs:label "Insurance"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about Insurance"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Financial ; + sw:term_status "accepted"@en . + dpvo-pd:Intention a owl:Class ; rdfs:label "Intention"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -827,16 +873,13 @@ dpvo-pd:Name a owl:Class ; rdfs:subClassOf dpvo-pd:Identifying ; sw:term_status "accepted"@en . -dpvo-pd:OfficialID a owl:Class ; - rdfs:label "Official ID"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about an official identifier or identification document"@en ; - dct:source ; +dpvo-pd:Nationality a owl:Class ; + rdfs:label "Nationality"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; + dct:description "Information about nationality"@en ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Government ; - rdfs:subClassOf dpvo-pd:Identifying ; + rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . dpvo-pd:Offspring a owl:Class ; @@ -883,6 +926,15 @@ dpvo-pd:Parent a owl:Class ; rdfs:subClassOf dpvo-pd:FamilyStructure ; sw:term_status "accepted"@en . +dpvo-pd:Passport a owl:Class ; + rdfs:label "Passport"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about passport"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:OfficialID ; + sw:term_status "accepted"@en . + dpvo-pd:Password a owl:Class ; rdfs:label "Password"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -894,6 +946,15 @@ dpvo-pd:Password a owl:Class ; rdfs:subClassOf dpvo-pd:Authenticating ; sw:term_status "accepted"@en . +dpvo-pd:PastEmployment a owl:Class ; + rdfs:label "Past Employment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about past employment"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:EmploymentHistory ; + sw:term_status "accepted"@en . + dpvo-pd:PaymentCardExpiry a owl:Class ; rdfs:label "Payment Card Expiry"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1006,6 +1067,16 @@ dpvo-pd:PoliticalAffiliation a owl:Class ; dpvo-pd:PublicLife ; sw:term_status "accepted"@en . +dpvo-pd:PoliticalOpinion a owl:Class ; + rdfs:label "Political Opinion"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about opinions regarding politics and political topics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:SpecialCategoryPersonalData, + dpvo-pd:PublicLife ; + sw:term_status "accepted"@en . + dpvo-pd:Prescription a owl:Class ; rdfs:label "Prescription"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1341,6 +1412,16 @@ dpvo-pd:Thought a owl:Class ; rdfs:subClassOf dpvo-pd:KnowledgeBelief ; sw:term_status "accepted"@en . +dpvo-pd:TradeUnionMembership a owl:Class ; + rdfs:label "Trade Union Membership"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about trade union memberships and related topics"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo:SpecialCategoryPersonalData, + dpvo-pd:GroupMembership ; + sw:term_status "accepted"@en . + dpvo-pd:Transaction a owl:Class ; rdfs:label "Transaction"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1352,6 +1433,15 @@ dpvo-pd:Transaction a owl:Class ; rdfs:subClassOf dpvo-pd:Transactional ; sw:term_status "accepted"@en . +dpvo-pd:TravelHistory a owl:Class ; + rdfs:label "Travel History"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about travel history"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Location ; + sw:term_status "accepted"@en . + dpvo-pd:UID a owl:Class ; rdfs:label "UID"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1419,6 +1509,15 @@ dpvo-pd:WorkHistory a owl:Class ; rdfs:subClassOf dpvo-pd:Professional ; sw:term_status "accepted"@en . +dpvo-pd:AgeRange a owl:Class ; + rdfs:label "Age Range"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Age ; + sw:term_status "accepted"@en . + dpvo-pd:BrowsingBehavior a owl:Class ; rdfs:label "Browsing Behavior"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1442,6 +1541,17 @@ dpvo-pd:CreditWorthiness a owl:Class ; rdfs:subClassOf dpvo-pd:Credit ; sw:term_status "accepted"@en . +dpvo-pd:GroupMembership a owl:Class ; + rdfs:label "Group Membership"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about groups and memberships included or associated with a social network"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:SocialNetwork ; + sw:term_status "accepted"@en . + dpvo-pd:Historical a owl:Class ; rdfs:label "Historical"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1464,6 +1574,18 @@ dpvo-pd:HouseOwned a owl:Class ; rdfs:subClassOf dpvo-pd:Ownership ; sw:term_status "accepted"@en . +dpvo-pd:OfficialID a owl:Class ; + rdfs:label "Official ID"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about an official identifier or identification document"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Government ; + rdfs:subClassOf dpvo-pd:Identifying ; + sw:term_status "accepted"@en . + dpvo-pd:PaymentCardNumber a owl:Class ; rdfs:label "Payment Card Number"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -1497,6 +1619,17 @@ dpvo-pd:AccountIdentifier a owl:Class ; rdfs:subClassOf dpvo-pd:FinancialAccount ; sw:term_status "accepted"@en . +dpvo-pd:Age a owl:Class ; + rdfs:label "Age"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about age"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:PhysicalCharacteristic ; + sw:term_status "accepted"@en . + dpvo-pd:Biometric a owl:Class ; rdfs:label "Biometric"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1522,6 +1655,37 @@ dpvo-pd:DeviceSoftware a owl:Class ; rdfs:subClassOf dpvo-pd:DeviceBased ; sw:term_status "accepted"@en . +dpvo-pd:Education a owl:Class ; + rdfs:label "Education"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Information about education"@en ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Professional ; + sw:term_status "accepted"@en . + +dpvo-pd:EmailAddress a owl:Class ; + rdfs:label "Email Address"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about Email address."@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Contact ; + sw:term_status "accepted"@en . + +dpvo-pd:EmploymentHistory a owl:Class ; + rdfs:label "Employment History"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about employment history"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Professional ; + sw:term_status "accepted"@en . + dpvo-pd:Ethnicity a owl:Class ; rdfs:label "Ethnicity"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1657,18 +1821,6 @@ dpvo-pd:Favorite a owl:Class ; rdfs:subClassOf dpvo-pd:Preference ; sw:term_status "accepted"@en . -dpvo-pd:Financial a owl:Class ; - rdfs:label "Financial"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about finance including monetary characteristics and transactions"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Financial ; - rdfs:subClassOf dpvo:PersonalData ; - sw:term_status "accepted"@en . - dpvo-pd:FinancialAccount a owl:Class ; rdfs:label "Financial Account"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1702,18 +1854,6 @@ dpvo-pd:KnowledgeBelief a owl:Class ; rdfs:subClassOf dpvo-pd:Internal ; sw:term_status "accepted"@en . -dpvo-pd:Location a owl:Class ; - rdfs:label "Location"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about location"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:seeAlso svd:Location ; - rdfs:subClassOf dpvo-pd:Tracking ; - sw:term_status "accepted"@en . - dpvo-pd:Ownership a owl:Class ; rdfs:label "Ownership"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1770,6 +1910,18 @@ dpvo-pd:DeviceBased a owl:Class ; rdfs:subClassOf dpvo-pd:Tracking ; sw:term_status "accepted"@en . +dpvo-pd:Financial a owl:Class ; + rdfs:label "Financial"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about finance including monetary characteristics and transactions"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Financial ; + rdfs:subClassOf dpvo:PersonalData ; + sw:term_status "accepted"@en . + dpvo-pd:Sexual a owl:Class ; rdfs:label "Sexual"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1793,6 +1945,18 @@ dpvo-pd:FamilyStructure a owl:Class ; rdfs:subClassOf dpvo-pd:Family ; sw:term_status "accepted"@en . +dpvo-pd:Location a owl:Class ; + rdfs:label "Location"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about location"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:seeAlso svd:Location ; + rdfs:subClassOf dpvo-pd:Tracking ; + sw:term_status "accepted"@en . + dpvo-pd:Preference a owl:Class ; rdfs:label "Preference"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1850,17 +2014,6 @@ dpvo-pd:Behavioral a owl:Class ; rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . -dpvo-pd:External a owl:Class ; - rdfs:label "External"@en ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about external characteristics that can be observed"@en ; - dct:source ; - rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo:PersonalData ; - sw:term_status "accepted"@en . - dpvo-pd:MedicalHealth a owl:Class ; rdfs:label "MedicalHealth"@en ; dct:created "2019-06-04"^^xsd:date ; @@ -1885,26 +2038,37 @@ dpvo-pd:PhysicalCharacteristic a owl:Class ; rdfs:subClassOf dpvo-pd:External ; sw:term_status "accepted"@en . -dpvo-pd:PublicLife a owl:Class ; - rdfs:label "Public Life"@en ; +dpvo-pd:Transactional a owl:Class ; + rdfs:label "Transactional"@en ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about public life"@en ; + dct:description "Information about a purchasing, spending or income"@en ; dct:source ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Social ; + rdfs:subClassOf dpvo-pd:Financial ; sw:term_status "accepted"@en . -dpvo-pd:Transactional a owl:Class ; - rdfs:label "Transactional"@en ; +dpvo-pd:External a owl:Class ; + rdfs:label "External"@en ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, "Fajar Ekaputra"^^xsd:string ; - dct:description "Information about a purchasing, spending or income"@en ; + dct:description "Information about external characteristics that can be observed"@en ; dct:source ; rdfs:isDefinedBy dpvo-pd: ; - rdfs:subClassOf dpvo-pd:Financial ; + rdfs:subClassOf dpvo:PersonalData ; + sw:term_status "accepted"@en . + +dpvo-pd:PublicLife a owl:Class ; + rdfs:label "Public Life"@en ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:description "Information about public life"@en ; + dct:source ; + rdfs:isDefinedBy dpvo-pd: ; + rdfs:subClassOf dpvo-pd:Social ; sw:term_status "accepted"@en . dpvo-pd:Professional a owl:Class ; diff --git a/dpv-owl/dpv-pd/index.html b/dpv-owl/dpv-pd/index.html index 900c3c2d7..76090bc4f 100644 --- a/dpv-owl/dpv-pd/index.html +++ b/dpv-owl/dpv-pd/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvo-pd", title: "DPVO-PD: Extended Personal Data concepts for DPV-OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl/dpv-pd", @@ -330,6 +330,8 @@

      Classes

      Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

      Classes

      Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

      Classes

      Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

      Classes

      Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

      Classes

      Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

      Classes

      Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

      Classes

      MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

      Classes

      Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

      Classes

      Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -651,6 +669,13 @@

      Age

      dpvo-pd:PhysicalCharacteristic +
+ + +
SuperClass Of: + dpvo-pd:AgeRange, + dpvo-pd:BirthDate +
Source: @@ -671,6 +696,82 @@

Age

+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
SubClass of: + dpvo-pd:AgeRange +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
SubClass of: + dpvo-pd:Age +
SuperClass Of: + dpvo-pd:AgeExact +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

@@ -1041,6 +1142,76 @@

Biometric

+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
SubClass of: + dpvo-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
SubClass of: + dpvo-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

@@ -2076,6 +2247,41 @@

Criminal Pardon

+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
SubClass of: + dpvo-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

@@ -2658,6 +2864,118 @@

Drug Test Result

+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Education`
Term:Education
Definition:Information about education
SubClass of: + dpvo-pd:Professional +
SuperClass Of: + dpvo-pd:EducationExperience, + dpvo-pd:EducationQualification +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
SubClass of: + dpvo-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
SubClass of: + dpvo-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

@@ -2680,21 +2998,98 @@

Email Address

dpvo-pd:Contact + + + + + + + + + + + + + + +
SuperClass Of: + dpvo-pd:EmailAddressPersonal, + dpvo-pd:EmailAddressWork +
Source: - EnterPrivacy Categories of Personal Information + EnterPrivacy Categories of Personal Information +
Created:
Contributor(s): + Elmar Kiesling; Harshvardhan J. Pandit, + Fajar Ekaputra +
+
+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
SubClass of: + dpvo-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + - + @@ -2764,6 +3159,13 @@

Employment History

dpvo-pd:Professional + + + + @@ -3318,6 +3721,7 @@

Financial

@@ -3608,6 +4012,41 @@

General Reputation

IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
SubClass of: + dpvo-pd:EmailAddress
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra + Harshvardhan J. Pandit
SuperClass Of: + dpvo-pd:CurrentEmployment, + dpvo-pd:PastEmployment +
Source: @@ -2907,6 +3309,7 @@

External

dpvo-pd:Identifying, dpvo-pd:Language, dpvo-pd:MedicalHealth, + dpvo-pd:Nationality, dpvo-pd:PhysicalCharacteristic, dpvo-pd:Sexual
SuperClass Of: dpvo-pd:FinancialAccount, + dpvo-pd:Insurance, dpvo-pd:Ownership, dpvo-pd:Transactional
+
+

Genetic Data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#GeneticData`
Term:GeneticData
Definition:Information about inherited or acquired genetic characteristics
SubClass of: + dpvo:HealthData +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Geographic

@@ -3714,6 +4153,12 @@

Group Membership

dpvo-pd:SocialNetwork + + + +
SuperClass Of: + dpvo-pd:TradeUnionMembership +
Source: @@ -4239,6 +4684,41 @@

Individual Health History

+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
SubClass of: + dpvo-pd:Financial +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

@@ -4808,9 +5288,11 @@

Location

@@ -5105,6 +5587,41 @@

Name

SuperClass Of: + dpvo-pd:BirthPlace, dpvo-pd:Country, dpvo-pd:GPSCoordinate, - dpvo-pd:RoomNumber + dpvo-pd:RoomNumber, + dpvo-pd:TravelHistory
+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
SubClass of: + dpvo-pd:External +
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

@@ -5127,6 +5644,12 @@

Official ID

dpvo-pd:Identifying + + + +
SuperClass Of: + dpvo-pd:Passport +
Source: @@ -5329,6 +5852,41 @@

Parent

+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
SubClass of: + dpvo-pd:OfficialID +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

@@ -5371,6 +5929,41 @@

Password

+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
SubClass of: + dpvo-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

@@ -5997,6 +6590,42 @@

Political Affiliation

+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
SubClass of: + dpvo:SpecialCategoryPersonalData, + dpvo-pd:PublicLife +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

@@ -6207,6 +6836,7 @@

Professional

@@ -7655,6 +8286,42 @@

Tracking

SuperClass Of: dpvo-pd:DisciplinaryAction, + dpvo-pd:Education, dpvo-pd:EmploymentHistory, dpvo-pd:Job, dpvo-pd:ProfessionalCertification, @@ -6395,6 +7025,7 @@

Public Life

dpvo-pd:Interaction, dpvo-pd:MaritalStatus, dpvo-pd:PoliticalAffiliation, + dpvo-pd:PoliticalOpinion, dpvo-pd:Religion, dpvo-pd:SocialStatus
+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
SubClass of: + dpvo:SpecialCategoryPersonalData, + dpvo-pd:GroupMembership +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

@@ -7752,6 +8419,41 @@

Transactional

+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
SubClass of: + dpvo-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

@@ -8060,21 +8762,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
SubClass of: + dpvo:EnforceSecurity +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

@@ -4835,6 +4875,41 @@

Communication Management

+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
SubClass of: + dpvo:FraudPreventionAndDetection +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

@@ -4972,6 +5047,41 @@

Create Product Recommendations

+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
SubClass of: + dpvo:CustomerSolvencyMonitoring +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

@@ -5222,6 +5332,12 @@

Customer Solvency Monitoring

dpvo:CustomerManagement + + + + + + + + @@ -6375,6 +6498,41 @@

Personalised Benefits

SuperClass Of: + dpvo:CreditChecking +
Source: @@ -5444,6 +5560,7 @@

Enforce Security

SuperClass Of: + dpvo:AntiTerrorismOperations, dpvo:EnforceAccessControl, dpvo:FraudPreventionAndDetection, dpvo:IdentityVerification @@ -5493,6 +5610,12 @@

Fraud Prevention and Detection

dpvo:EnforceSecurity
SuperClass Of: + dpvo:CounterMoneyLaundering +
Created:
+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
SubClass of: + dpvo:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

@@ -6397,6 +6555,13 @@

Personnel Management

dpvo:HumanResources + + + +
SuperClass Of: + dpvo:PersonnelHiring, + dpvo:PersonnelPayment +
Source: @@ -6417,6 +6582,41 @@

Personnel Management

+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
SubClass of: + dpvo:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

@@ -7589,7 +7789,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -8020,6 +8223,12 @@

Derive

dpvo:Transform + + + + @@ -8228,6 +8437,80 @@

Erase

SuperClass Of: + dpvo:Infer +
Note: Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer.
+
+

Generate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Generate`
Term:Generate
Definition:to generate or create data
SubClass of: + dpvo:Obtain +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Infer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Infer`
Term:Infer
Definition:to infer data from existing data
SubClass of: + dpvo:Derive +
Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Make Available

@@ -8263,6 +8546,47 @@

Make Available

+
+

Match

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Match`
Term:Match
Definition:to combine, compare, or match data from different sources
SubClass of: + dpvo:Use +
Source: + A29WP WP 248 rev.01 Guideliens on DPIA +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Move

@@ -8331,6 +8655,7 @@

Obtain

@@ -8927,6 +9252,7 @@

Use

@@ -11822,21 +12148,223 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

+
+

Activity Completed

+
dpvo:Acquire, dpvo:Collect, + dpvo:Generate, dpvo:Record
dpvo:Analyse, dpvo:Consult, + dpvo:Match, dpvo:Profiling, dpvo:Retrieve
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityCompleted`
Term:ActivityCompleted
Definition:State of an activity that has completed i.e. is fully in the past
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Halted

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityHalted`
Term:ActivityHalted
Definition:State of an activity that was occuring in the past, and has been halted or paused or stoped
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Ongoing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityOngoing`
Term:ActivityOngoing
Definition:State of an activity occuring in continuation i.e. currently ongoing
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Proposed

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityProposed`
Term:ActivityProposed
Definition:State of an activity being proposed or planned i.e. yet to occur
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:ActivityCompleted, + dpvo:ActivityHalted, + dpvo:ActivityOngoing, + dpvo:ActivityProposed +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Algorithmic Logic

@@ -11859,13 +12387,313 @@

Algorithmic Logic

dpvo:Context - - - - + + + + + + + + + + + + + +
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:AuditApproved, + dpvo:AuditNotRequired, + dpvo:AuditRejected, + dpvo:AuditRequested, + dpvo:AuditRequired +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:Compliant, + dpvo:Incompliant, + dpvo:NotCompliant, + dpvo:PartiallyCompliant, + dpvo:ViolationOfCompliance +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + - + @@ -11900,7 +12728,8 @@

Context

dpvo:HumanInvolvement, dpvo:Importance, dpvo:Necessity, - dpvo:ProcessingContext + dpvo:ProcessingContext, + dpvo:Status @@ -12074,6 +12903,41 @@

Importance

IRI`https://w3id.org/dpv/dpv-owl#Compliant`
Term:Compliant
Definition:State of being fully compliant
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s):
+
+

Incompliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Incompliant`
Term:Incompliant
Definition:State of not being compliant
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Necessity

@@ -12125,6 +12989,41 @@

Necessity

+
+

Not Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#NotCompliant`
Term:NotCompliant
Definition:State of not being compliant where objectives have not been met, but have not been violated
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Not Required

@@ -12203,6 +13102,41 @@

Optional

+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

@@ -12320,6 +13254,49 @@

Secondary Importance

+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Status`
Term:Status
Definition:The status or state of something
SubClass of: + dpvo:Context +
SuperClass Of: + dpvo:ActivityStatus, + dpvo:AuditStatus, + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

@@ -12353,23 +13330,104 @@

Technology

+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Sub-Property Of: + dpvo:hasStatus +
Domain:owl:Thing
Range:dpvo:ActivityStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -12409,6 +13467,49 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Sub-Property Of: + dpvo:hasStatus +
Domain:owl:Thing
Range:dpvo:ComplianceStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -12602,6 +13703,43 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Domain:owl:Thing
Range:dpvo:Status
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -12808,6 +13946,10 @@

Automated Decision Making

dpvo:ProcessingContext + + + + - + @@ -14177,7 +15319,7 @@

has impact on

- + @@ -15431,47 +16573,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv-owl/dpv.jsonld b/dpv-owl/dpv.jsonld index de329229a..991460312 100644 --- a/dpv-owl/dpv.jsonld +++ b/dpv-owl/dpv.jsonld @@ -1,39 +1,42 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -44,12 +47,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication Management" + "@value": "has impact on" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasConsequenceOn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -60,39 +68,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The processing performed on personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Manage payment of vendors" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -103,12 +111,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "Vendor Payment" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -119,25 +127,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adapt", + "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -148,12 +170,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adapt" + "@value": "Public Relations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -164,34 +186,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Fajar Ekaputra" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -202,12 +230,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Identity Verification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -218,43 +246,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity", + "@id": "https://w3id.org/dpv/dpv-owl#Applicant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-12" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -265,12 +287,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Necessity" + "@value": "Applicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -281,25 +303,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "Manage orders related to vendors" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -310,12 +346,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Make Available" + "@value": "Vendor Records Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -326,25 +362,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", + "@id": "https://w3id.org/dpv/dpv-owl#Acquire", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to come into possession or control of the data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "A human" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -355,12 +391,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Natural Person" + "@value": "Acquire" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -371,37 +407,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-owl#Seal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Rob Brennan" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -412,12 +445,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Right" + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -428,10 +461,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -447,12 +479,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -463,17 +490,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has organisational measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "Third-Party Agreement" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -484,61 +506,41 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-owl#Destruct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "Fraud Prevention and Detection" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@language": "en", + "@value": "Destruct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -549,7 +551,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -561,34 +563,34 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Elmar Kiesling" + "@value": "Javier Fernandez" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Axel Polleres" }, { - "@value": "Simon Steyskal" + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Sell products or services to the user, consumer, or data subjects" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -599,7 +601,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Sell Products to Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -615,25 +617,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Copy", + "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernández" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "Indicates association with Purpose" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -644,17 +675,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" + "@value": "has purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -665,48 +691,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient", + "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entities that receive personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -717,17 +732,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@value": "Register of Processing Activities" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -738,7 +748,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Profiling", + "@id": "https://w3id.org/dpv/dpv-owl#Adapt", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -751,7 +761,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://purl.org/dc/terms/source": [ @@ -767,12 +777,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Profiling" + "@value": "Adapt" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -783,34 +793,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "An organisation that does not aim to achieve profit as its primary goal" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -821,12 +827,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "NonProfitOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -837,25 +843,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -866,12 +884,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "has recipient third party" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -882,55 +905,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + "@value": "Monitor solvency of customers for financial diligence" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -941,44 +945,56 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "Customer Solvency Monitoring" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -989,12 +1005,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Internal Resource Optimisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1005,15 +1021,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -1022,20 +1037,12 @@ }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1046,17 +1053,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data exporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" + "@value": "Organisational Unit" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1067,23 +1069,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-owl#Region", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1091,13 +1087,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1108,12 +1098,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analytics" + "@value": "Region" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1124,31 +1114,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", + "@id": "https://w3id.org/dpv/dpv-owl#hasSector", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Georg P Krog" + "@language": "en", + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1159,12 +1144,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "has sector" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-owl#Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1175,25 +1160,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", + "@id": "https://w3id.org/dpv/dpv-owl#Consumer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1204,12 +1201,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Consumer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1220,7 +1217,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", + "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1232,34 +1229,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Axel Polleres" + "@value": "Simon Steyskal" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimise services or activities" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1270,12 +1261,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Commercial Research" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1286,40 +1282,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1330,17 +1311,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Product Recommendations" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@value": "Material Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1351,37 +1327,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Member", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Javier Fernandez" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1392,12 +1371,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Member" + "@value": "Improve Internal CRM Processes" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1408,45 +1390,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#PIA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1457,23 +1425,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Privacy Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#mitigatesRisk", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -1481,23 +1449,30 @@ "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": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "Specifies the entity that provisioned or provided consent" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + "@language": "en", + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1508,12 +1483,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "has provision by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1524,33 +1499,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rudy Jacob" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Processing that involves automated decision making" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1561,12 +1542,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Automated Decision Making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1577,34 +1558,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", + "@id": "https://w3id.org/dpv/dpv-owl#Consent", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1615,17 +1587,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Country" + "@value": "Consent" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1636,29 +1603,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Importance", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1666,13 +1621,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1683,12 +1632,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Importance" + "@value": "Data Processing Records" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1699,25 +1648,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Data", + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krogg" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1728,7 +1680,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data" + "@value": "Data Transfer Legal Basis" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1739,23 +1696,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Payment", + "@id": "https://w3id.org/dpv/dpv-owl#Child", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1763,7 +1714,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1774,12 +1731,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment" + "@value": "Child" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1790,25 +1747,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose", + "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to make data known" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1819,12 +1785,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose" + "@value": "Storage Location" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1835,25 +1804,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Entity", + "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1864,7 +1848,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Entity" + "@value": "Delivery of Goods" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1875,25 +1869,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence", + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1904,12 +1907,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence" + "@value": "Joint Data Controllers" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1920,40 +1923,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "David Hickey" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@value": "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1964,12 +1965,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "has provision method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1980,7 +1976,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Country", + "@id": "https://w3id.org/dpv/dpv-owl#Law", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1993,21 +1989,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2018,12 +2005,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@value": "Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2034,7 +2016,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Certification", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2046,22 +2028,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2072,12 +2060,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification" + "@value": "Academic Research" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2088,14 +2081,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -2103,25 +2096,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2132,12 +2116,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Vital Interest of Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2148,39 +2132,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", + "@id": "https://w3id.org/dpv/dpv-owl#Transmit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" + "@value": "to send out data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2191,12 +2161,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Transmit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2207,43 +2177,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#Compliant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@value": "State of being fully compliant" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2254,12 +2206,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Compliant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2270,55 +2222,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "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": "Beatriz Esteves" + "@value": "Elmar Kiesling" }, { "@value": "Fajar Ekaputra" }, { - "@value": "Julian Flake" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Removed plural suffix for consistency" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2329,12 +2266,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consequence" + "@value": "Non-Commercial Research" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2345,37 +2282,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isAfter", + "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Rob Brennan" }, { - "@value": "Georg P. Krog" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@value": "Procedures for determining authorisation through permission or authority" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2386,12 +2326,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is after" + "@value": "Authorisation Procedure" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2402,30 +2342,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#Remove", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "to destruct or erase data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "http://purl.org/adms" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2436,12 +2371,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "Remove" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2452,25 +2387,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Store", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "Manage customer orders" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2481,12 +2427,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Store" + "@value": "Customer Order Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2497,30 +2443,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#isAfter", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2531,12 +2484,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Party" + "@value": "is after" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2547,37 +2500,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Citizen", + "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2588,12 +2535,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Citizen" + "@value": "Anonymised Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2604,25 +2551,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Analyse", + "@id": "https://w3id.org/dpv/dpv-owl#Country", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@language": "en", + "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2633,17 +2589,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@value": "Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2654,10 +2605,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-owl#Duration", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2668,20 +2618,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2692,17 +2634,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has third country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry" + "@value": "Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2713,37 +2645,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@value": "Conduct activities and functions for organisation's governance" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2754,7 +2688,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marketing" + "@value": "Organisation Governance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2770,9 +2704,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -2782,22 +2717,32 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Indicates information about location" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2808,12 +2753,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Design Standard" + "@value": "has location" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2824,31 +2769,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#InternationalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan Pandit" + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2859,12 +2806,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "International Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2875,7 +2822,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2886,6 +2833,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "David Hickey" }, @@ -2894,15 +2844,12 @@ }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://purl.org/dc/terms/source": [ @@ -2918,12 +2865,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Members and Partners Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2934,14 +2881,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -2952,12 +2899,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "The algorithmic logic applied or used" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://purl.org/adms" + "@language": "en", + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2968,12 +2916,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "IndustryConsortium" + "@value": "Algorithmic Logic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2984,33 +2932,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "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": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Indicates information about duration" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3021,12 +2981,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "has duration" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3037,36 +2997,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasRight", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Indicates use or applicability of Right" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3077,12 +3032,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "has right" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3093,14 +3048,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity", + "@id": "https://w3id.org/dpv/dpv-owl#Generate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -3111,7 +3066,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@value": "to generate or create data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3122,12 +3077,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "Generate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3138,14 +3093,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#Detriment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -3153,16 +3108,22 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Beatriz" + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3173,12 +3134,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Detriment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3189,40 +3150,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", + "@id": "https://w3id.org/dpv/dpv-owl#Copy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Javier Fernandez" + "@language": "en", + "@value": "to produce an exact reprodution of the data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3233,12 +3179,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Copy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3249,7 +3200,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3260,23 +3211,34 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "The individual (or category of individuals) whose personal data is being processed" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3287,12 +3249,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3303,10 +3268,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", + "@id": "https://w3id.org/dpv/dpv-owl#Sector", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -3316,32 +3280,34 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about storage condition" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3352,12 +3318,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has storage" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@value": "Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3368,14 +3329,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ @@ -3386,7 +3347,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3397,12 +3363,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3413,25 +3379,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3442,12 +3414,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Risk Mitigation Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3458,34 +3430,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDeletion", + "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Rob Brennan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3496,12 +3465,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Direct Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3512,7 +3481,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3524,22 +3493,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "The Technical and Organisational measures used." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3550,15 +3516,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Duration" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Duration" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3569,9 +3527,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -3581,33 +3540,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Bud Bruegger" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3618,15 +3563,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson" + "@value": "has withdrawal time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3637,7 +3574,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -3645,30 +3582,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Indicates use or applicability of Technical measure" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3679,12 +3609,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is explicit" + "@value": "has technical measure" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3695,47 +3630,66 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "Personal Data that is obtained or derived from other data" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" } ], "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Derived Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3746,17 +3700,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3764,13 +3721,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3781,15 +3732,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Consequence of Success" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3800,45 +3748,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", + "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Indicates use or applicability of Organisational measure" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3849,12 +3783,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Importer" + "@value": "has organisational measure" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3865,34 +3804,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-owl#Share", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Paul Ryan" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "to give data (or a portion of it) to others" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3903,17 +3833,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data protection officer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" + "@value": "Share" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3924,37 +3849,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NotRequired", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-15" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3965,12 +3878,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Not Required" + "@value": "Vital Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3981,34 +3894,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4019,12 +3923,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Anonymise" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4035,37 +3944,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4076,12 +3991,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Source" + "@value": "Data Processing Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4092,31 +4007,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-owl#Purpose", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "The purpose of processing personal data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4127,12 +4050,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4143,25 +4066,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Sell data or information to third parties" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4172,12 +4116,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Sell Data to Third Parties" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4188,25 +4132,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transmit", + "@id": "https://w3id.org/dpv/dpv-owl#isBefore", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to send out data" + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4217,12 +4173,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transmit" + "@value": "is before" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4233,17 +4189,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" } @@ -4251,12 +4222,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "Conduct or enforce access control" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://purl.org/adms" + "@language": "en", + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4267,12 +4239,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4283,85 +4260,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Representative", + "@id": "https://w3id.org/dpv/dpv-owl#Right", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg Krog" + "@value": "Georg P Krog" }, { "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A representative of a legal entity" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#hasContext", - "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "The right(s) applicable, provided, or expected." } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4372,12 +4301,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has context" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@value": "Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4388,46 +4312,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Sector", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Beatriz" }, { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "Manage claims, including repayment of monies owed" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4438,7 +4352,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sector" + "@value": "Customer Claims Management" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4449,37 +4368,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-owl#AuditApproved", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "State of being approved through the audit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4490,17 +4397,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data importer" + "@value": "Audit Approved" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4511,20 +4413,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location", + "@id": "https://w3id.org/dpv/dpv-owl#Advertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -4532,13 +4437,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4549,7 +4454,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" + "@value": "Advertising" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4560,23 +4470,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractPerformance", + "@id": "https://w3id.org/dpv/dpv-owl#Required", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" } @@ -4584,7 +4500,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4595,12 +4511,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Required" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4611,28 +4527,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Employee", + "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Simon Steyskal" }, { - "@value": "Julian Flake" + "@value": "Elmar Kiesling" }, { - "@value": "Beatriz Esteves" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" }, { "@value": "Harshvardhan J. Pandit" @@ -4641,7 +4560,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are employees" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4652,12 +4571,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Employee" + "@value": "Increase Service Robustness" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4668,31 +4587,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-owl#Move", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@language": "en", + "@value": "to move data from one location to another including deleting the original copy" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4703,12 +4616,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Management" + "@value": "Move" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Transfer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4719,34 +4637,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", + "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Create and provide personalised recommendations for events" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4757,12 +4674,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Create Event Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Notice" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4773,37 +4690,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising", + "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4814,12 +4719,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Advertising" + "@value": "ForProfitOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4830,34 +4735,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" }, { - "@value": "David Hickey" + "@value": "Simon Steyskal" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Ensure and enforce security e.g. of data, personnel" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4868,7 +4785,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record Management" + "@value": "Enforce Security" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -4884,7 +4801,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -4895,23 +4812,37 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "David Hickey" }, { "@value": "Georg P Krog" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4922,12 +4853,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Human Resources Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4938,40 +4869,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Benefit", + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4982,12 +4898,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benefit" + "@value": "GovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4998,28 +4914,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "Optimise services or activities" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5030,12 +4964,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "Service Optimization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5046,7 +4980,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -5058,22 +4992,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5084,12 +5024,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Customer Care" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5100,18 +5045,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -5119,12 +5069,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the context or application of policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Policy" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5135,12 +5080,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is policy for" + "@value": "Service Order Management" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5151,15 +5096,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -5167,16 +5111,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5187,7 +5128,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision time" + "@value": "Consequence of Failure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5198,23 +5144,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", + "@id": "https://w3id.org/dpv/dpv-owl#Consequence", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -5222,13 +5162,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5239,12 +5173,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Consequence" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5255,18 +5189,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/2002/07/owl#AnnotationProperty", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" } @@ -5274,12 +5214,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Specifies the justification for entity providing consent" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5290,12 +5231,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has frequency" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Frequency" + "@value": "has provision by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5306,32 +5242,44 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Javier Fernández" + }, + { + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Indicates use or applicability of Technical or Organisational measure" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -5347,17 +5295,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has technical and organisational measure" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5368,34 +5311,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", + "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Mark Lizar" + "@language": "en", + "@value": "to spread data throughout" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5406,12 +5340,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Disseminate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5422,32 +5356,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-owl#hasAuthority", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Indicates applicability of authority for a jurisdiction" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5458,12 +5394,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry time" + "@value": "has authority" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#expiry" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5474,31 +5410,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "The Legal basis used to justify processing of personal data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5509,12 +5454,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@value": "Legal Basis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5525,32 +5465,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-owl#hasPolicy", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" } @@ -5558,7 +5484,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Indicates policy applicable or used" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5569,17 +5500,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Consumer" + "@value": "has policy" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@id": "https://w3id.org/dpv/dpv-owl#Policy" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5590,14 +5521,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Law", + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -5608,7 +5539,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5619,7 +5550,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Law" + "@value": "Public Interest" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5630,34 +5566,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5668,12 +5601,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Registration and Authentication" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5684,25 +5617,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", + "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to disclose data by means of transmission" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5713,12 +5646,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Country" + "@value": "Disclose by Transmission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Country" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5729,25 +5662,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", + "@id": "https://w3id.org/dpv/dpv-owl#Organise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "to organize data for arranging or classifying" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5758,12 +5691,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Organise" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5774,10 +5707,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-owl#Importance", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -5787,10 +5719,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -5799,12 +5737,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "An indication of 'importance' within a context" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5815,17 +5754,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has joint data controllers" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers" + "@value": "Importance" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5836,30 +5770,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#Alter", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "to change the data without changing it into something else" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5870,12 +5799,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processor" + "@value": "Alter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5886,34 +5815,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", + "@id": "https://w3id.org/dpv/dpv-owl#Customer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "Data subjects that purchase goods or services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5924,12 +5862,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Customer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5940,25 +5878,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Move", + "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "Indicates applicability or relevance of a 'third country'" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5969,17 +5916,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Move" + "@value": "has third country" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer" + "@id": "https://w3id.org/dpv/dpv-owl#hasCountry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5990,54 +5937,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Purpose" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6048,12 +5972,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@value": "Impact Assessment" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6064,49 +5988,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Julian Flake" }, { - "@value": "Javier Fernández" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Subject" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6117,17 +6029,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data subject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@value": "Non-Public Data Source" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6138,15 +6045,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPolicy", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityCompleted", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -6157,12 +6063,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates policy applicable or used" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "State of an activity that has completed i.e. is fully in the past" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6173,17 +6074,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Policy" + "@value": "Activity Completed" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6194,7 +6090,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6206,10 +6102,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -6218,7 +6114,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Conduct analysis and reporting related to usage of services or products" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6229,12 +6131,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Analytics" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6245,25 +6147,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adult", + "@id": "https://w3id.org/dpv/dpv-owl#Client", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6274,12 +6188,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adult" + "@value": "Client" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6290,31 +6204,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of a Law" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6325,12 +6242,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has applicable law" + "@value": "Design Standard" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Law" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6341,7 +6258,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -6352,12 +6269,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6365,12 +6276,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6381,12 +6287,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Technical Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6397,20 +6303,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv/dpv-owl#Data", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6418,12 +6321,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6434,12 +6332,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@value": "Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6450,46 +6343,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", + "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { - "@value": "Simon Steyskal" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6500,12 +6384,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "Controller-Processor Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6516,40 +6400,70 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-owl#CreditChecking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Simon Steyskal" - }, + "@language": "en", + "@value": "Monitor, perform, or assess credit worthiness or solvency" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Axel Polleres" - }, + "@language": "en", + "@value": "Credit Checking" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Elmar Kiesling" - }, + "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Fajar Ekaputra" + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityOngoing", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "State of an activity occuring in continuation i.e. currently ongoing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6560,12 +6474,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Activity Ongoing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6576,14 +6490,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", + "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -6594,7 +6509,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Indicates applicability of specified jurisdiction" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6605,12 +6525,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Material Damage" + "@value": "has jurisdiction" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6621,28 +6541,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#Necessity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -6651,7 +6571,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "An indication of 'necessity' within a context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6662,12 +6588,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Necessity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6678,25 +6604,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Structure", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-01" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6707,12 +6642,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Structure" + "@value": "Organisation Risk Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organise" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6723,34 +6658,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Seal", + "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6761,12 +6693,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seal" + "@value": "Single Sign On" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6827,33 +6759,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Status associated with Compliance with some norms, objectives, or requirements" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6864,12 +6788,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personnel Management" + "@value": "Compliance Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6880,34 +6804,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Notice", + "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6918,12 +6845,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Notice" + "@value": "Sub-Processor Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6934,32 +6861,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6967,7 +6879,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6978,17 +6896,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@value": "Generated Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6999,14 +6912,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -7017,7 +6930,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7028,12 +6941,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Non-Material Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7044,25 +6957,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Share", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-04-21" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7073,12 +6992,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Share" + "@value": "Vital Interest of Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7089,37 +7008,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DPIA", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" + "@value": "to replace personal identifiable information by artificial identifiers" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7130,12 +7037,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Pseudo-Anonymise" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7146,26 +7053,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasSector", + "@id": "https://w3id.org/dpv/dpv-owl#NotCompliant", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "State of not being compliant where objectives have not been met, but have not been violated" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7176,12 +7082,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has sector" + "@value": "Not Compliant" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Sector" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7192,31 +7098,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", + "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7227,12 +7133,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Records of Activities" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7243,34 +7149,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@value": "Processing that involves use of innovative and new technologies" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7281,12 +7186,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is authority for" + "@value": "Innovative Use of New Technologies" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7297,37 +7202,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Tourist", + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7338,12 +7237,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tourist" + "@value": "Communication for Customer Care" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7354,39 +7256,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernández" }, { - "@value": "David Hickey" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Indicates association with Processing" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7397,12 +7314,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "has processing" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7413,100 +7330,90 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Participant", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Participant" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Protection Officer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Representative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-owl#hasActivityStatus", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Indicates the status of activity of specified concept" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7517,17 +7424,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact on" + "@value": "has activity status" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7538,31 +7445,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7573,12 +7483,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media" + "@value": "Storage Condition" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7589,7 +7499,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Derive", + "@id": "https://w3id.org/dpv/dpv-owl#Record", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -7602,18 +7512,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "to make a record (especially media)" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7624,17 +7528,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@value": "Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7645,39 +7544,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", + "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage payment of vendors" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7688,12 +7579,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Account Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7704,34 +7595,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#Consultation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7742,12 +7630,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Consultation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7758,37 +7646,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Detriment", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Indicates association with Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7799,12 +7681,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Detriment" + "@value": "has personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7815,43 +7697,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpact", + "@id": "https://w3id.org/dpv/dpv-owl#Certification", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7862,17 +7735,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@value": "Certification" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence" + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7883,40 +7751,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7927,12 +7786,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Social Media" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7943,36 +7802,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "The involvement of humans in specified context" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@language": "en", + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7983,12 +7837,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Human Involvement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7999,14 +7853,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#hasComplianceStatus", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -8017,12 +7872,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + "@value": "Indicates the status of compliance of specified concept" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://purl.org/adms" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8033,12 +7888,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "has compliance status" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8049,31 +7909,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8084,12 +7944,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8100,38 +7960,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-owl#Transform", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "to change the form or nature of data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8142,7 +7989,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consent notice" + "@value": "Transform" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8153,31 +8005,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8188,12 +8046,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation" + "@value": "has recipient data controller" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8204,40 +8067,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", + "@id": "https://w3id.org/dpv/dpv-owl#hasName", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "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": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Specifies name of a legal entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8248,12 +8111,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "has name" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8264,31 +8127,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#Context", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8299,12 +8171,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@value": "Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8315,46 +8182,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", + "@id": "https://w3id.org/dpv/dpv-owl#Student", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8365,12 +8223,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Student" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8381,34 +8239,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8419,12 +8274,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Legitimate Interest Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8435,20 +8290,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, @@ -8457,17 +8309,15 @@ }, { "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders related to vendors" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8478,12 +8328,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Privacy Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8494,34 +8344,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8532,12 +8385,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "has joint data controllers" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8548,31 +8406,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Child", + "@id": "https://w3id.org/dpv/dpv-owl#isExplicit", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@value": "Specifies consent is 'explicit'" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8583,12 +8448,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Child" + "@value": "is explicit" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8599,40 +8464,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContact", + "@id": "https://w3id.org/dpv/dpv-owl#AuditRejected", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@value": "State of not being approved or being rejected through the audit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8643,12 +8493,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has contact" + "@value": "Audit Rejected" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8659,7 +8509,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataController", + "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -8671,7 +8521,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" }, { "@value": "Axel Polleres" @@ -8680,24 +8536,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8708,12 +8558,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Risk Management Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8724,31 +8574,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", + "@id": "https://w3id.org/dpv/dpv-owl#Obtain", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + "@value": "to solicit or gather data from someone" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "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" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8759,12 +8603,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Obtain" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8775,31 +8619,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Status", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "The status or state of something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8810,12 +8648,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8826,17 +8664,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8844,13 +8689,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8861,12 +8700,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "has expiry time" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8877,45 +8716,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.iso.org/iso-31000-risk-management.html" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8926,12 +8751,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "Legitimate Interest of Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8942,25 +8767,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" @@ -8969,18 +8792,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Indicates the source or origin of data being processed" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8991,12 +8808,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "has data source" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9007,40 +8824,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Indicates applicability of specified country" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9051,12 +8862,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Research and Development" + "@value": "has country" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Country" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9067,33 +8883,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternationalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + "@value": "Indicates the status of specified concept" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9104,12 +8918,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "International Organisation" + "@value": "has status" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9120,49 +8934,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consult", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to consult or query data" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Mark Lizar" }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Bud Bruegger" + }, { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consult" + "@value": "Generic property specifying when or under which condition(s) the consent will expire" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@language": "en", + "@value": "has expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9173,40 +8981,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", + "@id": "https://w3id.org/dpv/dpv-owl#Structure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Simon Steyskal" + "@language": "en", + "@value": "to arrange data according to a structure" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9217,17 +9010,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" + "@value": "Structure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#Organise" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9238,14 +9026,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -9257,12 +9045,20 @@ }, { "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9273,12 +9069,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Vendor Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9289,82 +9085,48 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#User", + "@id": "https://w3id.org/dpv/dpv-owl#Recipient", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that use service(s)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "User" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Entities that receive personal data" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], - "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_4/par_9/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9375,12 +9137,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9391,29 +9158,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Human involvement is also relevant to 'human in the loop'" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -9429,12 +9205,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has human involvement" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9445,43 +9221,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Impact", + "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { "@value": "Fajar Ekaputra" }, { - "@value": "Julian Flake" + "@value": "Javier Fernandez" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" + "@value": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9492,12 +9271,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact" + "@value": "Sell Insights from Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9508,25 +9287,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9537,12 +9324,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Obtain" + "@value": "Personnel Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9553,46 +9340,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9603,15 +9375,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Non-Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9622,23 +9391,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelHiring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -9646,13 +9409,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9663,12 +9420,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "Personnel Hiring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9679,40 +9436,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "PseudoAnonmyization or '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;" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9723,12 +9479,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Pseudo-Anonymization" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9739,37 +9495,70 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Georg P. Krog" + "@language": "en", + "@value": "A political union of two or more countries based on economic or trade agreements" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "EconomicUnion" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Store", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "to keep data for future use" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9780,17 +9569,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data processor" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + "@value": "Store" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9801,38 +9585,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-owl#mitigatesRisk", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Indicates risks mitigated by this concept" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9843,7 +9620,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "mitigates risk" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9854,14 +9636,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -9872,7 +9654,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9883,12 +9665,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Legitimate Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9899,10 +9681,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionByJustification", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -9924,13 +9706,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9941,7 +9723,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "has withdrawal by" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9952,34 +9739,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9990,12 +9777,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Safeguard for Data Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10006,40 +9793,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv/dpv-owl#Policy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "David Hickey" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10050,12 +9831,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Policy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10066,23 +9847,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Harm", + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" }, @@ -10096,7 +9871,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Sell products or services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10107,12 +9888,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Harm" + "@value": "Sell Products" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10123,59 +9904,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv/dpv-owl#Combine", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@language": "en", + "@value": "to join or merge data" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@value": "Javier Fernandez" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@value": "Combine" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@language": "en", - "@value": "Improve Internal CRM Processes" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10186,54 +9957,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Axel Polleres" }, { - "@value": "Bud Bruegger" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10244,17 +10001,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@value": "Service Provision" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10265,7 +10017,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Restrict", + "@id": "https://w3id.org/dpv/dpv-owl#Align", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -10278,7 +10030,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to adjust the data to be in relation to another data" } ], "http://purl.org/dc/terms/source": [ @@ -10294,7 +10046,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Restrict" + "@value": "Align" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -10310,7 +10062,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Profiling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -10323,7 +10075,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to create a profile that describes or represents a person" } ], "http://purl.org/dc/terms/source": [ @@ -10339,12 +10091,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Profiling" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10355,25 +10107,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Use", + "@id": "https://w3id.org/dpv/dpv-owl#Harm", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-23" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to use data" + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10384,12 +10148,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Use" + "@value": "Harm" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10400,28 +10164,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Optional", + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" @@ -10430,7 +10191,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10441,12 +10202,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optional" + "@value": "Legal Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10457,31 +10218,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "Axel Polleres" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10492,12 +10256,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Storage Duration" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10508,26 +10275,21 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" } @@ -10535,12 +10297,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Indicates association with Personal Data Handling" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10551,12 +10313,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "has personal data handling" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10567,25 +10329,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Alter", + "@id": "https://w3id.org/dpv/dpv-owl#hasContext", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10596,12 +10359,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alter" + "@value": "has context" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10612,34 +10375,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-owl#NotRequired", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10650,12 +10416,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Not Required" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10666,25 +10432,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Destruct", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10695,12 +10461,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Destruct" + "@value": "SupraNationalUnion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10711,38 +10477,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-owl#Disclose", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "to make data known" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "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." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10753,7 +10506,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision method" + "@value": "Disclose" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10764,7 +10522,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -10772,23 +10530,47 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "Indicates consenquence(s) possible or arising from specified concept" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-21" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10799,17 +10581,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "has consequence" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10820,40 +10597,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "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": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10864,12 +10641,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has address" + "@value": "Optimisation for Controller" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10880,28 +10657,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-11" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10912,12 +10698,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Secondary Importance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10928,25 +10714,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10957,12 +10752,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Authentication Protocols" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10973,34 +10768,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Policy", + "@id": "https://w3id.org/dpv/dpv-owl#Citizen", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11011,12 +10809,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Policy" + "@value": "Citizen" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11027,25 +10825,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Indicates association with Data Controller" } ], "http://purl.org/dc/terms/modified": [ @@ -11054,6 +10865,11 @@ "@value": "2020-11-04" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -11062,7 +10878,20 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "has data controller" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataController" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11073,40 +10902,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", + "@id": "https://w3id.org/dpv/dpv-owl#Consult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Fajar Ekaputra" + "@language": "en", + "@value": "to consult or query data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11117,12 +10934,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Consult" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11133,34 +10955,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#Processing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "The processing performed on personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" } @@ -11168,12 +10998,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Processing" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11184,9 +11014,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -11196,22 +11027,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Bud Bruegger" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11222,7 +11050,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "has provision time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11233,34 +11061,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption", + "@id": "https://w3id.org/dpv/dpv-owl#DPIA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11271,12 +11102,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11287,40 +11118,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-owl#Representative", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "A representative of a legal entity" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11331,12 +11161,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Representative" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11347,25 +11177,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#isAuthorityFor", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "Indicates area, scope, or applicability of an Authority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11376,12 +11215,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "is authority for" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11392,9 +11231,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -11404,30 +11244,32 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "Indicates information about storage condition" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11438,17 +11280,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "has storage" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11459,33 +11296,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Rudy Jacob" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "to retrieve data, often in an automated manner" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11496,12 +11325,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Retrieve" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11512,45 +11341,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityHalted", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11561,17 +11370,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derived Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + "@value": "Activity Halted" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11582,32 +11386,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Status associated with Auditing or Investigation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11618,7 +11415,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "Audit Status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11629,25 +11431,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#JobApplicant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11658,12 +11472,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "JobApplicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Applicant" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11674,31 +11488,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11709,12 +11523,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Consultation with Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Consultation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11725,17 +11539,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Technology", + "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11743,13 +11572,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11760,7 +11583,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technology" + "@value": "Create Product Recommendations" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11771,28 +11604,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Combine", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" - }, + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11803,17 +11645,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Combine" + "@value": "has data exporter" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11824,32 +11666,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus", "@type": [ - "http://www.w3.org/2002/07/owl#AnnotationProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Status associated with activity operations and lifecycles" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11860,7 +11695,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry" + "@value": "Activity Status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11871,37 +11711,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", + "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" + "@value": "Specifies the indicated entity is responsible within some context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11912,12 +11746,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonCitizen" + "@value": "has responsible entity" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11928,34 +11767,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11966,12 +11810,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Vendor Selection Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11982,25 +11826,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organise", + "@id": "https://w3id.org/dpv/dpv-owl#DataController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12011,12 +11875,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organise" + "@value": "Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12027,40 +11891,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Context", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@value": "Specifices an associated data protection officer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12071,7 +11929,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Context" + "@value": "has data protection officer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12082,14 +11950,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NDA", + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ @@ -12097,19 +11965,16 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12120,12 +11985,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Official Authority of Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12136,10 +12001,1479 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Create and provide personalised benefits for a service" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Personalised Benefits" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Data directly or indirectly associated or related to an individual." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Data" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Analyse", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "to study or examine the data in detail" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Analyse" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Use" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-05-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Legitimate Interests of a Third Party in conducting specified processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Legitimate Interest of Third Party" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Risk" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Vulnerable Data Subject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Importer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates applicability of Risk" + }, + { + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has risk" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Risk" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@language": "en", + "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Ramisa Gachpaz Hamed" + } + ], + "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 Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + } + ], + "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-05-25" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Data Privacy Vocabulary" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "dpvo" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.7" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "An authority tasked with overseeing legal compliance for a nation" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "NationalAuthority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Authority" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Create and provide personalised recommendations" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Create Personalized Recommendations" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Employee", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Data subjects that are employees" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Employee" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Improve existing products and services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Improve Existing Products and Services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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/description": [ + { + "@language": "en", + "@value": "The consequence(s) possible or arising as a side-effect of specified context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Consequence as Side-Effect" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Methods which restrict access to a place or resource" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Access Control Method" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Contract", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-07" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Contract" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Dispute Management" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "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" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Complete Anonymisation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Manage past, current, and future customers" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Customer Management" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The rights applicable or provided to a Data Subject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Subject Right" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Right" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataSource", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The source or origin of data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Source" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Impact Assessment for conducting data transfers" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Transfer Impact Assessment" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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/description": [ + { + "@language": "en", + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Targeted Advertising" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasIdentifier", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-25" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates an identifier associated for identification or reference" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has identifier" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Frequency", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-16" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The frequency or information about periods and repetitions in terms of recurrence." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Frequency" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg Krog" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Data Exporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -12149,25 +13483,181 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { "@value": "Mark Lizar" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Policy regarding repetition or renewal of existing certification(s)" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Regularity of Re-certification" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Personalise services or product or activities" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Service Personalization" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Incompliant", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of not being compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Incompliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12178,12 +13668,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@value": "Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12194,37 +13679,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Right", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Harshvardhan J Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "Specifies the justification for entity withdrawing consent" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" + "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12235,7 +13721,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Right" + "@value": "has withdrawal by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12246,150 +13732,70 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl", + "@id": "https://w3id.org/dpv/dpv-owl#PartiallyCompliant", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ - { - "@language": "en", - "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." - } - ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Mark Lizar" - } + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." - } - ], - "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-04-02" + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Privacy Vocabulary" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "dpvo" + "@value": "Partially Compliant" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "https://w3id.org/dpv/dpv-owl" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "0.6" + "@language": "en", + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Remove", + "@id": "https://w3id.org/dpv/dpv-owl#AuditRequested", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to destruct or erase data" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "State of an audit being requested whose outcome is not yet known" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12400,12 +13806,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Remove" + "@value": "Audit Requested" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12416,31 +13822,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Georg P Krog" + }, { - "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12451,12 +13857,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Requested Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12467,17 +13873,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment", + "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" } @@ -12485,7 +13906,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12496,12 +13917,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Assessment" + "@value": "Optimise User Interface" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12512,38 +13933,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "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": "Piero Bonatti" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Processing that takes place at large scales" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12554,12 +13970,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "Large Scale Processing" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12570,34 +13986,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelPayment", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Management and execution of payment of personnel" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12608,12 +14015,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has authority" + "@value": "Personnel Payment" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12624,31 +14031,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "Beatriz" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12659,12 +14066,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Customer Relationship Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12675,25 +14082,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", + "@id": "https://w3id.org/dpv/dpv-owl#PublicDataSource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "A source of data that is publicly accessible or available" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12704,12 +14129,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Public Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12720,37 +14145,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JobApplicant", + "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that apply for jobs or employments" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12761,12 +14183,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "JobApplicant" + "@value": "De-Identification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Applicant" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12777,15 +14199,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "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": [ @@ -12796,24 +14217,22 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12824,12 +14243,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has human involvement" + "@value": "Safeguard" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12840,40 +14259,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-owl#Use", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "to use data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12884,12 +14288,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Use" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12900,37 +14304,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Student", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Georg Krog" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12941,12 +14339,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Student" + "@value": "Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12957,37 +14355,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Required", + "@id": "https://w3id.org/dpv/dpv-owl#Member", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Georg P. Krog" }, { "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12998,12 +14396,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Required" + "@value": "Member" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13014,45 +14412,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", + "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about location" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13063,12 +14447,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has location" + "@value": "is policy for" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13079,40 +14463,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", + "@id": "https://w3id.org/dpv/dpv-owl#Restrict", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Javier Fernandez" + "@language": "en", + "@value": "to apply a restriction on the processsing of specific records" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Verify or authorize identity" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13123,12 +14492,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Restrict" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13139,38 +14508,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Can be used to record information of how to withdraw consent, 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." + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13181,7 +14543,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "Collected Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13192,40 +14559,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasName", + "@id": "https://w3id.org/dpv/dpv-owl#Location", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "A location is a position, site, or area where something is located" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@language": "en", + "@value": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13236,12 +14597,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has name" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13252,25 +14608,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13281,12 +14652,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Communication Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13297,31 +14668,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13332,12 +14697,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Legal Entity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13348,23 +14713,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Impact", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" }, { "@value": "Georg P Krog" }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -13372,7 +14743,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "The impact(s) possible or arising as a consequence from specified context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13383,12 +14760,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "Impact" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13399,14 +14776,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -13417,13 +14794,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + "@value": "A human" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13434,12 +14805,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13450,25 +14821,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Record", + "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-04-07" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to make a record (especially media)" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13479,12 +14856,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record" + "@value": "Enter Into Contract" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13495,49 +14872,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13548,12 +14916,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "User Interface Personalisation" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13564,54 +14932,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Processing" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Personal Data that is obtained through inference from other data" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13622,12 +14967,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has processing" + "@value": "Inferred Personal Data" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13638,7 +14986,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#RegionalAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13656,7 +15004,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://purl.org/dc/terms/source": [ @@ -13672,7 +15020,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "RegionalAuthority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -13688,7 +15036,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13699,6 +15047,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Rob Brennan" }, @@ -13707,20 +15058,12 @@ }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13731,12 +15074,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Encryption in Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13747,34 +15090,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13785,12 +15128,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Record Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13801,28 +15144,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Collect", + "@id": "https://w3id.org/dpv/dpv-owl#Benefit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-23" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to gather data from someone" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Julian Flake" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13833,17 +15188,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@value": "Benefit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13854,25 +15204,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transform", + "@id": "https://w3id.org/dpv/dpv-owl#AuditNotRequired", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to change the form or nature of data" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "State where an audit is determined as not being required" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13883,12 +15233,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transform" + "@value": "Audit Not Required" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13899,7 +15249,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", + "@id": "https://w3id.org/dpv/dpv-owl#Marketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -13911,21 +15261,25 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Piero Bonatti" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13936,12 +15290,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13952,31 +15306,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Indiciates inclusion or applicability of a Data Processor" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13987,15 +15347,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "has data processor" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" - }, + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14006,37 +15368,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#ContractPerformance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14047,12 +15403,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Contract Performance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14063,9 +15419,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#AnnotationProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -14075,13 +15432,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Mark Lizar" }, { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -14090,7 +15444,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Specifries the method by which consent can be/has been withdrawn" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Can be used to record information of how to withdraw consent, 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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14101,12 +15461,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification and Seal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "has withdrawal method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14117,29 +15472,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -14147,18 +15490,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14169,12 +15501,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Legal Obligation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14185,40 +15517,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-owl#Organisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14229,12 +15546,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14245,25 +15562,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Frequency", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The frequency or information about periods and repetitions in terms of recurrence." + "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14274,7 +15600,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Frequency" + "@value": "Personal Data Handling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14285,31 +15611,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PIA", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14320,12 +15645,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14336,45 +15661,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", + "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about duration" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14385,12 +15702,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has duration" + "@value": "Immigrant" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Duration" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14401,7 +15718,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", + "@id": "https://w3id.org/dpv/dpv-owl#Encryption", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -14413,22 +15730,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14439,12 +15756,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Encryption" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14455,7 +15772,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -14473,7 +15790,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "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" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14484,12 +15801,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Processing Context" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14512,13 +15829,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg Krog" }, { "@value": "Harshvardhan Pandit" }, { - "@value": "Georg Krog" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ @@ -14554,25 +15871,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent", + "@id": "https://w3id.org/dpv/dpv-owl#NDA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14583,12 +15909,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consent" + "@value": "Non-Disclosure Agreement (NDA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14599,7 +15925,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Erase", + "@id": "https://w3id.org/dpv/dpv-owl#Derive", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -14612,12 +15938,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to delete data" + "@value": "to create new derivative data from the original data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14628,12 +15960,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Erase" + "@value": "Derive" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14644,37 +15981,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14685,12 +16019,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has entity" + "@value": "Organisation Compliance Management" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14701,28 +16035,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krogg" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14733,12 +16073,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Code of Conduct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14749,73 +16089,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Contract", + "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Contract" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@value": "Georg P. Krog" }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Align", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14826,12 +16130,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Align" + "@value": "has algorithmic logic" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14842,39 +16146,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose", + "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@language": "en", - "@value": "The purpose of processing personal data" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Paul Ryan" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@language": "en", + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14885,12 +16187,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" + "@value": "NonCitizen" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14901,25 +16203,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Acquire", + "@id": "https://w3id.org/dpv/dpv-owl#Subscriber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "Data subjects that subscribe to service(s)" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "note: subscriber can be customer or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14930,12 +16250,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquire" + "@value": "Subscriber" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14946,25 +16266,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", + "@id": "https://w3id.org/dpv/dpv-owl#hasContact", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" + "@value": "Specifies contact details of a legal entity such as phone or email" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14975,12 +16310,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "has contact" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14991,46 +16326,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "An organisation not part of or independent from the government" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15041,17 +16360,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Access Control" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@value": "NonGovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15062,31 +16376,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Participant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15097,12 +16417,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Participant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15113,18 +16433,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-owl#StorageDeletion", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15132,12 +16460,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15148,17 +16471,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has responsible entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@value": "Storage Deletion" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15169,37 +16487,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Visitor", + "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" + "@value": "Piero Bonatti" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "Processing that involves systematic monitoring of individuals" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15210,12 +16524,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Visitor" + "@value": "Systematic Monitoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15226,14 +16540,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -15244,12 +16559,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" + "@value": "Indicate a risk is mitigated by specified measure" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://purl.org/adms" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15260,12 +16575,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "is mitigated by measure" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15276,37 +16596,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Applicant", + "@id": "https://w3id.org/dpv/dpv-owl#Match", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are applicants in some context" + "@value": "to combine, compare, or match data from different sources" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15317,12 +16630,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Applicant" + "@value": "Match" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15333,7 +16646,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -15345,22 +16658,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15371,12 +16684,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Storage Restoration" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15387,31 +16700,38 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "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": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Specifies the condition or event that determines the expiry of consent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15422,15 +16742,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "has expiry condition" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising" - }, + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15441,37 +16758,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consumer", + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P. Krog" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Specifies representative of the legal entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15482,12 +16802,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consumer" + "@value": "has representative" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Representative" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15498,17 +16823,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Duration", + "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15516,7 +16848,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Specifies the notice provided in context of consent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15527,7 +16865,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Duration" + "@value": "has consent notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15538,14 +16876,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ @@ -15556,13 +16895,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" + "@value": "Indicates the frequency with which something takes place" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15573,12 +16911,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "has frequency" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15589,46 +16927,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-owl#Damage", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15639,12 +16956,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "Damage" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Technology" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15655,15 +16972,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@id": "https://w3id.org/dpv/dpv-owl#IndustryConsortium", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -15674,16 +16990,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of Risk" - }, - { - "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "A consortium established and comprising on industry organisations" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15694,12 +17006,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "IndustryConsortium" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15710,31 +17022,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15745,12 +17057,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Legal Compliance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15761,37 +17073,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", + "@id": "https://w3id.org/dpv/dpv-owl#Notice", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "David Hickey" }, { "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15802,12 +17111,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15818,25 +17127,55 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" + "@value": "Indicates implementation details such as entities or agents" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15847,59 +17186,50 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "is implemented by entity" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Subscriber", + "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that subscribe to service(s)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "note: subscriber can be customer or consumer" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15910,12 +17240,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Subscriber" + "@value": "Staff Training" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15926,25 +17256,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@language": "en", + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15955,17 +17291,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@value": "Personalised Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Advertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15976,17 +17310,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation", + "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Harshvardhan J. Pandit" } @@ -15994,7 +17343,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16005,12 +17354,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation" + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16021,7 +17375,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", "@type": [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -16029,18 +17383,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -16056,12 +17416,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "has data importer" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16072,25 +17437,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", + "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16101,12 +17472,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Sensitive Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16117,23 +17488,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", + "@id": "https://w3id.org/dpv/dpv-owl#ViolationOfCompliance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -16141,7 +17506,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "State where objectives have been violated" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16152,12 +17517,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Violation of Compliance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16168,7 +17533,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -16180,28 +17545,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Rob Brennan" + }, { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Mark Lizar" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16212,7 +17571,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Organisational Measure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16223,34 +17587,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", + "@id": "https://w3id.org/dpv/dpv-owl#Optional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-14" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16261,12 +17628,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Optional" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16277,37 +17644,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Patient", + "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16318,12 +17682,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Patient" + "@value": "ContractualTerms" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16334,31 +17698,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv/dpv-owl#hasImpact", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16369,12 +17745,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "has impact" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16385,24 +17766,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isBefore", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -16410,12 +17784,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16426,12 +17800,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is before" + "@value": "AcademicScientificOrganisation" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16442,31 +17816,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16477,12 +17854,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Privacy by Default" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16493,30 +17870,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "Indicates use or applicability of a Legal Basis" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "http://purl.org/adms" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16527,12 +17914,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "has legal basis" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16543,39 +17930,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#Tourist", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16586,12 +17971,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Tourist" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16602,40 +17987,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16646,17 +18016,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Representative" + "@value": "Pseudo-anonymised Data" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16667,31 +18032,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-02-10" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@value": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16702,12 +18073,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "Primary Importance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16718,15 +18089,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRight", + "@id": "https://w3id.org/dpv/dpv-owl#Assessment", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -16737,12 +18107,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16753,12 +18118,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has right" + "@value": "Assessment" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Right" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16769,37 +18134,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16810,12 +18178,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Research and Development" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16826,10 +18194,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -16839,25 +18206,28 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Fajar Ekaputra" + }, { - "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Can be TextOrDocumentOrURI" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16868,12 +18238,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "Optimisation for Consumer" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#expiry" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16884,44 +18259,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Controller" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -16937,20 +18294,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data controller" + "@value": "has applicable law" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16961,7 +18310,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -16979,22 +18328,16 @@ "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17005,17 +18348,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@value": "Technical Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17026,31 +18364,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17061,23 +18413,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Special Category Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Client", + "@id": "https://w3id.org/dpv/dpv-owl#User", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -17088,15 +18440,15 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Julian Flake" }, { "@value": "Georg P. Krog" }, + { + "@value": "Paul Ryan" + }, { "@value": "Beatriz Esteves" }, @@ -17107,7 +18459,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17118,12 +18470,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Client" + "@value": "User" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Customer" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17134,40 +18486,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17178,12 +18524,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has identifier" + "@value": "Certification and Seal" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17194,28 +18540,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "to transform or publish data to be used" } ], "http://purl.org/dc/terms/source": [ @@ -17231,12 +18569,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Make Available" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17247,43 +18585,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17294,12 +18628,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17310,15 +18644,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#AuditRequired", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -17329,12 +18662,55 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" + "@value": "State where an audit is determined as being required but has not been conducted" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Required" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Collect", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "to gather data from someone" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17345,17 +18721,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical measure" + "@value": "Collect" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17366,37 +18742,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17407,17 +18776,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient data controller" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" + "@value": "SupraNationalAuthority" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17428,25 +18792,22 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-owl#Payment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -17455,7 +18816,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17466,12 +18827,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17482,31 +18843,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", + "@id": "https://w3id.org/dpv/dpv-owl#CounterMoneyLaundering", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Detect and prevent or mitigate money laundering" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17517,12 +18872,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Counter Money Laundering" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17533,7 +18888,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -17545,34 +18900,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Simon Steyskal" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17583,12 +18926,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "GuidelinesPrinciple" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17599,7 +18942,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -17611,28 +18954,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17643,17 +18980,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Delivery of Goods" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" + "@value": "Encryption in Rest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17664,34 +18996,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Piero Bonatti" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Processing that involves evaluation and scoring of individuals" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17702,12 +19033,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Evaluation and Scoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17718,20 +19049,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#Visitor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Beatriz Esteves" }, @@ -17743,12 +19071,15 @@ }, { "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17759,12 +19090,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Visitor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17775,34 +19106,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", + "@id": "https://w3id.org/dpv/dpv-owl#Erase", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/description": [ { - "@value": "Rob Brennan" + "@language": "en", + "@value": "to delete data" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17813,15 +19135,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Erase" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17832,20 +19151,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-owl#Technology", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, { "@value": "Harshvardhan J. Pandit" } @@ -17853,12 +19169,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17869,12 +19186,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Systematic Monitoring" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@value": "Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17885,37 +19197,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubProcessor", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17926,12 +19232,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data source" + "@value": "Data Sub-Processor" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17942,39 +19248,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Georg Krog" + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + "@value": "Indicates implementation details such as technologies or processes" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" + "@language": "en", + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17985,30 +19298,30 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "is implemented using technology" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Representative" + "@id": "https://w3id.org/dpv/dpv-owl#Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityProposed", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -18019,7 +19332,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "State of an activity being proposed or planned i.e. yet to occur" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18030,12 +19343,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Activity Proposed" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18046,36 +19359,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Javier Fernández" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz" + "@value": "Bud Bruegger" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Indicates association with Data Subject" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18083,15 +19409,20 @@ "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has data subject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "Customer Order Management" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18102,37 +19433,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#AntiTerrorismOperations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18143,12 +19462,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Anti-Terrorism Operations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18159,39 +19478,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", + "@id": "https://w3id.org/dpv/dpv-owl#Infer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + "@value": "to infer data from existing data" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@language": "en", + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18202,12 +19513,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Infer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#Derive" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18218,14 +19529,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Damage", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -18236,7 +19547,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18247,12 +19558,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Damage" + "@value": "Third Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Country" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18263,25 +19574,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Region", + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18292,12 +19615,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Region" + "@value": "Joint Data Controllers Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18308,37 +19631,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-owl#Adult", "@type": [ - "http://www.w3.org/2002/07/owl#ObjectProperty", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18349,12 +19660,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "Adult" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18365,29 +19676,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Customer", + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -18395,13 +19695,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that purchase goods or services" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + "@value": "parent property for controller, processor, data subject, authority, etc.?" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18412,12 +19717,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer" + "@value": "has entity" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18428,31 +19733,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "Specifies address of a legal entity such as street address or pin code" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18463,7 +19777,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk" + "@value": "has address" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18474,22 +19793,19 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-owl#Patient", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -18499,12 +19815,15 @@ }, { "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18515,12 +19834,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Patient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18531,37 +19850,54 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/2002/07/owl#ObjectProperty", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Javier Fernández" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Bud Bruegger" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Indicates Recipient of Personal Data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18572,12 +19908,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Immigrant" + "@value": "has recipient" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18588,25 +19929,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18617,12 +19967,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "Privacy by Design" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/dpv.n3 b/dpv-owl/dpv.n3 index f11f116e7..3cfc96311 100644 --- a/dpv-owl/dpv.n3 +++ b/dpv-owl/dpv.n3 @@ -36,12 +36,12 @@ "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvo" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo:AcademicResearch a owl:Class ; rdfs:label "Academic Research"@en ; @@ -100,6 +100,42 @@ dpvo:Acquire a owl:Class ; rdfs:subClassOf dpvo:Obtain ; sw:term_status "accepted"@en . +dpvo:ActivityCompleted a owl:Class ; + rdfs:label "Activity Completed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that has completed i.e. is fully in the past"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityHalted a owl:Class ; + rdfs:label "Activity Halted"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityOngoing a owl:Class ; + rdfs:label "Activity Ongoing"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity occuring in continuation i.e. currently ongoing"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityProposed a owl:Class ; + rdfs:label "Activity Proposed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity being proposed or planned i.e. yet to occur"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + dpvo:Adapt a owl:Class ; rdfs:label "Adapt"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -166,6 +202,60 @@ dpvo:AnonymisedData a owl:Class ; rdfs:subClassOf dpvo:NonPersonalData ; sw:term_status "accepted"@en . +dpvo:AntiTerrorismOperations a owl:Class ; + rdfs:label "Anti-Terrorism Operations"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + +dpvo:AuditApproved a owl:Class ; + rdfs:label "Audit Approved"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being approved through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditNotRequired a owl:Class ; + rdfs:label "Audit Not Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as not being required"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRejected a owl:Class ; + rdfs:label "Audit Rejected"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being approved or being rejected through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequested a owl:Class ; + rdfs:label "Audit Requested"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an audit being requested whose outcome is not yet known"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequired a owl:Class ; + rdfs:label "Audit Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as being required but has not been conducted"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + dpvo:AuthorisationProcedure a owl:Class ; rdfs:label "Authorisation Procedure"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -186,6 +276,7 @@ dpvo:AutomatedDecisionMaking a owl:Class ; "Piero Bonatti"^^xsd:string ; dct:description "Processing that involves automated decision making"@en ; dct:source ; + rdfs:comment "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . @@ -332,6 +423,15 @@ dpvo:CompleteAnonymisation a owl:Class ; rdfs:subClassOf dpvo:Anonymization ; sw:term_status "accepted"@en . +dpvo:Compliant a owl:Class ; + rdfs:label "Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being fully compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Consent a owl:Class ; rdfs:label "Consent"@en ; dct:created "2021-04-07"^^xsd:date ; @@ -451,6 +551,15 @@ dpvo:Copy a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . +dpvo:CounterMoneyLaundering a owl:Class ; + rdfs:label "Counter Money Laundering"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect and prevent or mitigate money laundering"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:FraudPreventionAndDetection ; + sw:term_status "accepted"@en . + dpvo:CreateEventRecommendations a owl:Class ; rdfs:label "Create Event Recommendations"@en ; dct:created "2019-11-26"^^xsd:date ; @@ -477,6 +586,15 @@ dpvo:CreateProductRecommendations a owl:Class ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . +dpvo:CreditChecking a owl:Class ; + rdfs:label "Credit Checking"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor, perform, or assess credit worthiness or solvency"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerSolvencyMonitoring ; + sw:term_status "accepted"@en . + dpvo:CustomerClaimsManagement a owl:Class ; rdfs:label "Customer Claims Management"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -501,18 +619,6 @@ dpvo:CustomerOrderManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . -dpvo:CustomerSolvencyMonitoring a owl:Class ; - rdfs:label "Customer Solvency Monitoring"@en ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "Monitor solvency of customers for financial diligence"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:CustomerManagement ; - sw:term_status "accepted"@en . - dpvo:DPIA a owl:Class ; rdfs:label "Data Protection Impact Assessment (DPIA)"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -606,17 +712,6 @@ dpvo:DeliveryOfGoods a owl:Class ; rdfs:subClassOf dpvo:RequestedServiceProvision ; sw:term_status "accepted"@en . -dpvo:Derive a owl:Class ; - rdfs:label "Derive"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to create new derivative data from the original data"@en ; - dct:source ; - rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpr:Derive ; - rdfs:subClassOf dpvo:Transform ; - sw:term_status "accepted"@en . - dpvo:DesignStandard a owl:Class ; rdfs:label "Design Standard"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -794,19 +889,13 @@ dpvo:ForProfitOrganisation a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . -dpvo:FraudPreventionAndDetection a owl:Class ; - rdfs:label "Fraud Prevention and Detection"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Detect and prevent fraud"@en ; +dpvo:Generate a owl:Class ; + rdfs:label "Generate"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to generate or create data"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpu:Government ; - rdfs:subClassOf dpvo:EnforceSecurity ; + rdfs:subClassOf dpvo:Obtain ; sw:term_status "accepted"@en . dpvo:Harm a owl:Class ; @@ -893,6 +982,15 @@ dpvo:ImproveInternalCRMProcesses a owl:Class ; dpvo:OptimisationForController ; sw:term_status "accepted"@en . +dpvo:Incompliant a owl:Class ; + rdfs:label "Incompliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:IncreaseServiceRobustness a owl:Class ; rdfs:label "Increase Service Robustness"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -917,6 +1015,16 @@ dpvo:IndustryConsortium a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . +dpvo:Infer a owl:Class ; + rdfs:label "Infer"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to infer data from existing data"@en ; + rdfs:comment "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Derive ; + sw:term_status "accepted"@en . + dpvo:InferredPersonalData a owl:Class ; rdfs:label "Inferred Personal Data"@en ; dct:created "2022-01-19"^^xsd:date ; @@ -1063,6 +1171,16 @@ dpvo:MakeAvailable a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:Match a owl:Class ; + rdfs:label "Match"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to combine, compare, or match data from different sources"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Use ; + sw:term_status "accepted"@en . + dpvo:MaterialDamage a owl:Class ; rdfs:label "Material Damage"@en ; dct:created "2022-03-30"^^xsd:date ; @@ -1199,6 +1317,15 @@ dpvo:NonPublicDataSource a owl:Class ; rdfs:subClassOf dpvo:DataSource ; sw:term_status "accepted"@en . +dpvo:NotCompliant a owl:Class ; + rdfs:label "Not Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant where objectives have not been met, but have not been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:NotRequired a owl:Class ; rdfs:label "Not Required"@en ; dct:created "2022-02-15"^^xsd:date ; @@ -1295,6 +1422,15 @@ dpvo:PIA a owl:Class ; rdfs:subClassOf dpvo:ImpactAssessment ; sw:term_status "accepted"@en . +dpvo:PartiallyCompliant a owl:Class ; + rdfs:label "Partially Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Participant a owl:Class ; rdfs:label "Participant"@en ; dct:created "2022-04-06"^^xsd:date ; @@ -1346,15 +1482,22 @@ dpvo:PersonalisedBenefits a owl:Class ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . -dpvo:PersonnelManagement a owl:Class ; - rdfs:label "Personnel Management"@en ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - dct:source ; +dpvo:PersonnelHiring a owl:Class ; + rdfs:label "Personnel Hiring"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of hiring processes of personnel"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:HumanResources ; + rdfs:subClassOf dpvo:PersonnelManagement ; + sw:term_status "accepted"@en . + +dpvo:PersonnelPayment a owl:Class ; + rdfs:label "Personnel Payment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of payment of personnel"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:PersonnelManagement ; sw:term_status "accepted"@en . dpvo:PrimaryImportance a owl:Class ; @@ -2016,6 +2159,15 @@ dpvo:VendorSelectionAssessment a owl:Class ; rdfs:subClassOf dpvo:VendorManagement ; sw:term_status "accepted"@en . +dpvo:ViolationOfCompliance a owl:Class ; + rdfs:label "Violation of Compliance"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where objectives have been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Visitor a owl:Class ; rdfs:label "Visitor"@en ; dct:created "2022-04-06"^^xsd:date ; @@ -2052,6 +2204,18 @@ dpvo:VulnerableDataSubject a owl:Class ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . +dpvo:hasActivityStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has activity status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of activity of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ActivityStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasAddress a rdf:Property, owl:ObjectProperty ; rdfs:label "has address"@en ; @@ -2102,6 +2266,18 @@ dpvo:hasAuthority a rdf:Property, rdfs:range dpvo:Authority ; sw:term_status "accepted"@en . +dpvo:hasComplianceStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has compliance status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of compliance of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ComplianceStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasConsentNotice a rdf:Property, owl:AnnotationProperty ; rdfs:label "has consent notice"@en ; @@ -2316,7 +2492,7 @@ dpvo:hasIdentifier a rdf:Property, dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -2332,7 +2508,7 @@ dpvo:hasImpact a rdf:Property, dpvo:hasImpactOn a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact on"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -2915,6 +3091,18 @@ dpvo:CustomerRelationshipManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . +dpvo:CustomerSolvencyMonitoring a owl:Class ; + rdfs:label "Customer Solvency Monitoring"@en ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor solvency of customers for financial diligence"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerManagement ; + sw:term_status "accepted"@en . + dpvo:DataExporter a owl:Class ; rdfs:label "Data Exporter"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -2964,6 +3152,17 @@ dpvo:DataProtectionOfficer a owl:Class ; rdfs:subClassOf dpvo:Representative ; sw:term_status "modified"@en . +dpvo:Derive a owl:Class ; + rdfs:label "Derive"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to create new derivative data from the original data"@en ; + dct:source ; + rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpr:Derive ; + rdfs:subClassOf dpvo:Transform ; + sw:term_status "accepted"@en . + dpvo:DerivedPersonalData a owl:Class ; rdfs:label "Derived Personal Data"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -2978,6 +3177,21 @@ dpvo:DerivedPersonalData a owl:Class ; rdfs:subClassOf dpvo:PersonalData ; sw:term_status "accepted"@en . +dpvo:FraudPreventionAndDetection a owl:Class ; + rdfs:label "Fraud Prevention and Detection"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Detect and prevent fraud"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpu:Government ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:Frequency a owl:Class ; rdfs:label "Frequency"@en ; dct:created "2022-02-16"^^xsd:date ; @@ -3439,6 +3653,17 @@ dpvo:Personalisation a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:PersonnelManagement a owl:Class ; + rdfs:label "Personnel Management"@en ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:HumanResources ; + sw:term_status "accepted"@en . + dpvo:Policy a owl:Class ; rdfs:label "Policy"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -3510,6 +3735,17 @@ dpvo:ServiceOptimization a owl:Class ; rdfs:subClassOf dpvo:ServiceProvision ; sw:term_status "accepted"@en . +dpvo:hasStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Anonymization a owl:Class ; rdfs:label "Anonymization"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3548,21 +3784,6 @@ dpvo:DataSource a owl:Class ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . -dpvo:EnforceSecurity a owl:Class ; - rdfs:label "Enforce Security"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Ensure and enforce security e.g. of data, personnel"@en ; - rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Purpose ; - sw:term_status "accepted"@en . - dpvo:GuidelinesPrinciple a owl:Class ; rdfs:label "GuidelinesPrinciple"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3600,15 +3821,6 @@ dpvo:Necessity a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . -dpvo:Obtain a owl:Class ; - rdfs:label "Obtain"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to solicit or gather data from someone"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Processing ; - sw:term_status "accepted"@en . - dpvo:ResearchAndDevelopment a owl:Class ; rdfs:label "Research and Development"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3687,6 +3899,21 @@ dpvo:DataProcessingAgreement a owl:Class ; rdfs:subClassOf dpvo:LegalAgreement ; sw:term_status "accepted"@en . +dpvo:EnforceSecurity a owl:Class ; + rdfs:label "Enforce Security"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Ensure and enforce security e.g. of data, personnel"@en ; + rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Purpose ; + sw:term_status "accepted"@en . + dpvo:LegalAgreement a owl:Class ; rdfs:label "Legal Agreement"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3711,6 +3938,15 @@ dpvo:Marketing a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:Obtain a owl:Class ; + rdfs:label "Obtain"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to solicit or gather data from someone"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Processing ; + sw:term_status "accepted"@en . + dpvo:OptimisationForController a owl:Class ; rdfs:label "Optimisation for Controller"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3753,6 +3989,15 @@ dpvo:Recipient a owl:Class ; rdfs:subClassOf dpvo:LegalEntity ; sw:term_status "accepted"@en . +dpvo:Status a owl:Class ; + rdfs:label "Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "The status or state of something"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Context ; + sw:term_status "accepted"@en . + dpvo:TechnicalOrganisationalMeasure a owl:Class ; rdfs:label "Technical and Organisational Measure"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3762,15 +4007,6 @@ dpvo:TechnicalOrganisationalMeasure a owl:Class ; rdfs:isDefinedBy dpvo: ; sw:term_status "accepted"@en . -dpvo:Use a owl:Class ; - rdfs:label "Use"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to use data"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Processing ; - sw:term_status "accepted"@en . - dpvo:hasRecipient a rdf:Property, owl:ObjectProperty ; rdfs:label "has recipient"@en ; @@ -3805,6 +4041,24 @@ dpvo:hasTechnicalOrganisationalMeasure a rdf:Property, rdfs:range dpvo:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:ActivityStatus a owl:Class ; + rdfs:label "Activity Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with activity operations and lifecycles"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:AuditStatus a owl:Class ; + rdfs:label "Audit Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Auditing or Investigation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Consequence a owl:Class ; rdfs:label "Consequence"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -3858,6 +4112,15 @@ dpvo:TechnicalMeasure a owl:Class ; rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:Use a owl:Class ; + rdfs:label "Use"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to use data"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Processing ; + sw:term_status "accepted"@en . + dpvo:Authority a owl:Class ; rdfs:label "Authority"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -3870,6 +4133,15 @@ dpvo:Authority a owl:Class ; dpvo:LegalEntity ; sw:term_status "accepted"@en . +dpvo:ComplianceStatus a owl:Class ; + rdfs:label "Compliance Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Compliance with some norms, objectives, or requirements"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Impact a owl:Class ; rdfs:label "Impact"@en ; dct:created "2022-03-23"^^xsd:date ; @@ -3909,19 +4181,6 @@ dpvo:hasEntity a rdf:Property, rdfs:range dpvo:Entity ; sw:term_status "accepted"@en . -dpvo:Context a owl:Class ; - rdfs:label "Context"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Contextually relevant information about purpose not possible to represent through other concepts"@en ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:Location a owl:Class ; rdfs:label "Location"@en ; dct:created "2022-01-19"^^xsd:date ; @@ -3950,6 +4209,19 @@ dpvo:ProcessingContext a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Context a owl:Class ; + rdfs:label "Context"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Contextually relevant information about purpose not possible to represent through other concepts"@en ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:Transform a owl:Class ; rdfs:label "Transform"@en ; dct:created "2019-05-07"^^xsd:date ; diff --git a/dpv-owl/dpv.rdf b/dpv-owl/dpv.rdf index 522016471..ba280439d 100644 --- a/dpv-owl/dpv.rdf +++ b/dpv-owl/dpv.rdf @@ -7,4384 +7,4685 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + + Create and provide personalised recommendations + 2019-11-26 + Harshvardhan J. Pandit + Rudy Jacob + + accepted + + Create Personalized Recommendations - Alter - 2019-05-07 - accepted - - - to change the data without changing it into something else - - Georg P Krog - Beatriz Esteves + + Specifies the entity that withdrew consent + has withdrawal by + + + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Registration and Authentication + 2019-04-05 + Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. - Register, authenticate, and identify users or agents in context of a service accepted - - - 2020-11-04 - + + The Technical and Organisational measures used. + accepted + Technical and Organisational Measure + Bud Bruegger + 2020-11-04 2019-04-05 - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + + + + + Specifies the instant in time when consent was given + Bud Bruegger Harshvardhan J. Pandit - + Mark Lizar + + + accepted + 2019-04-05 + has provision time + + + + Harshvardhan J. Pandit + Piero Bonatti + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) + Processing that involves automated decision making accepted + Automated Decision Making + + 2020-11-04 + - Legal Entity - - Axel Polleres - Rob Brennan - Mark Lizar + + + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + + + accepted + Indication of 'required' or 'necessary' + 2022-02-13 + Required + + + accepted - 2019-04-05 - - Privacy by Design + Organisation Compliance Management + David Hickey + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + 2021-09-01 + + + Manage compliance for organisation in relation to internal policies + + + + 2020-11-04 + Marketing accepted - Practices regarding incorporating data protection and privacy in the design of information and services + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + + Was commercial interest, changed to consider Marketing a separate Purpose category by itself - + + + Axel Polleres Elmar Kiesling + Simon Steyskal Fajar Ekaputra Javier Fernandez - Simon Steyskal Harshvardhan J. Pandit - - + + Was previous "Security". Prefixed to distinguish from TechOrg measures. + Ensure and enforce security e.g. of data, personnel 2019-04-05 - + Enforce Security accepted - - Delivery of Goods - Deliver goods and services requested or asked by consumer - + Axel Polleres Rob Brennan Mark Lizar Harshvardhan J. Pandit - - Certification and Seal - 2019-04-05 + Legal Agreement - - Certifications, seals, and marks indicating compliance to regulations or practices - accepted - - - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - Non-Commercial Research - + 2019-04-05 accepted - - 2019-04-05 + A legally binding agreement + - + - Indicates association with Data Subject - Bud Bruegger - Javier Fernández - Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - + - 2020-11-04 - - 2019-04-04 - accepted - has data subject - - - - 2022-01-26 + 2022-05-18 + Indicates the status of activity of specified concept + accepted Harshvardhan J. Pandit - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - Technology - - - - - accepted - - Paul Ryan - Harshvardhan Pandit - Georg Krog - 2020-11-04 - - An authority with the power to create or enforce laws, or determine their compliance. - Authority + has activity status - - Organise + + Indicates the specified concepts is 'after' this concept in some context + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + + + + 2022-03-02 - 2019-05-07 - to organize data for arranging or classifying + + is after accepted - - - - - Georg P. Krog - Paul Ryan + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - - + - has joint data controllers - - Indicates inclusion or applicability of a Joint Data Controller - - + has withdrawal time accepted - 2022-02-09 + Specifies the instant in time when consent was withdrawn + 2019-04-05 + - - Transfer - accepted + + Fraud Prevention and Detection - - - 2019-05-07 - to move data from one place to another - - - accepted - Legal Obligation to conduct the specified processing - Legal Obligation - 2021-04-07 - + Axel Polleres + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit - - + + + 2019-04-05 + Detect and prevent fraud - - Harshvardhan J. Pandit - Targeted Advertising - - 2022-03-30 - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - - + + 2022-05-25 + dpvo + + 2019-06-18 + Harshvardhan J. Pandit + Georg P Krog + Fajar J. Ekaputra + Axel Polleres + Bud Bruegger + Javier D. Fernández + Eva Schlehahn + Mark Lizar + Simon Steyskal + Beatriz Esteves + Piero Bonatti + Elmar Kiesling + Rigo Wenning + Paul Ryan + Rob Brennan + Julian Flake + Bert Bos + Ramisa Gachpaz Hamed + Harshvardhan J. Pandit + Axel Polleres + 0.7 + https://w3id.org/dpv/dpv-owl# + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + + Data Privacy Vocabulary + + + + + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + accepted + 2021-05-05 + Official Authority of Controller - - Location may be geographic, physical, or virtual. - A location is a position, site, or area where something is located + + + + + Alter + + to change the data without changing it into something else + 2019-05-07 accepted - 2022-01-19 + + + accepted + Impact that acts as or causes non-material damages + + Non-Material Damage + 2022-03-30 - Georg P Krog Harshvardhan J. Pandit - Location + + + + + accepted + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + 2019-05-07 + Anonymise + + + - + + Represents a country outside applicable or compatible jurisdiction as outlined in law + Harshvardhan J. Pandit + 2022-02-09 + + accepted + Third Country + + + + + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + Axel Polleres + Elmar Kiesling + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + + 2019-04-05 + + Sell data or information to third parties + accepted + Sell Data to Third Parties + + + Georg P. Krog Harshvardhan J. Pandit Paul Ryan - Georg P Krog + Julian Flake + Beatriz Esteves + + Customer + accepted + note: for B2B relations where customers are organisations, this concept only applies for data subjects - 2020-11-04 - - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - Single Sign On + 2022-04-06 + Data subjects that purchase goods or services - + accepted - Indicates association with Processing + Axel Polleres + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Harshvardhan J. Pandit + 2019-04-05 + + Provide service or product or activities + + + Service Provision + + + Mark Lizar Bud Bruegger Harshvardhan J. Pandit Axel Polleres - Mark Lizar Javier Fernández - - - 2020-11-04 - - has processing + + + + + Indicates association with Data Controller + 2020-11-04 + has data controller + accepted + 2019-04-04 + + + + + Harshvardhan J. Pandit + Georg P Krog + Indicates area, scope, or applicability of an Authority + 2022-01-19 + + + + is authority for + accepted + + + + has data processor + + + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + Indiciates inclusion or applicability of a Data Processor + accepted + + + 2022-02-09 + + + + + Data Subject + Axel Polleres + Javier Fernández + + + + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + + + 2020-11-04 + The individual (or category of individuals) whose personal data is being processed + accepted + 2019-04-05 + + + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + + + 2019-04-05 + + Improve existing products and services + Improve Existing Products and Services + accepted + + + + 2021-09-08 + + Service Order Management + accepted + Manage invoicing, orders, and records in relation to services + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + + + + NationalAuthority + + 2022-02-02 + + + Harshvardhan J. Pandit + accepted + An authority tasked with overseeing legal compliance for a nation + + + + 2021-09-08 + accepted + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + Tied to compliance processes and documents, decide how to specify those + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + Register of Processing Activities + + + + + + Indicates use or applicability of Technical measure + + + + 2022-02-09 + Harshvardhan J. Pandit + + + has technical measure + + accepted + + + 2022-01-19 + + A law is a set of rules created by government or authorities + accepted + Law + Harshvardhan J. Pandit + + + + Record Management + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + David Hickey + accepted + + + 2021-09-01 + + + + + to solicit or gather data from someone + accepted + + + 2019-05-07 + Obtain + + + Harshvardhan J.Pandit + Paul Ryan + Beatriz Esteves + Georg P Krog + + + has representative + + accepted + Specifies representative of the legal entity + + + + 2020-11-04 + + + accepted + 2022-02-14 + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Paul Ryan + + + + Indication of 'optional' or 'voluntary' + Optional + + + is implemented by entity + Axel Polleres + Harshvardhan J. Pandit + Paul Ryan + Julian Flake + Beatriz Esteves + 2022-01-26 + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + 2019-05-07 + + - 2019-04-04 + + Indicates implementation details such as entities or agents + + modified - - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit - Axel Polleres - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - - Conduct or enforce access control - - 2019-04-05 + + + Transmit + to send out data accepted - - Enforce Access Control + + 2019-05-07 + - - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit Axel Polleres - Javier Fernandez - + 2019-04-05 + Anonymization - Verify or authorize identity accepted - Identity Verification + Process by which some personal identifiers are removed or identifiability is reduced + - - - + + Georg Krog + Harshvardhan Pandit + A group of Data Controllers that jointly determine the purposes and means of processing + + 2022-02-02 + Joint Data Controllers - - 2019-05-07 - Collect - + To indicate the membership, hasDataController may be used + + accepted + + + 2019-04-05 + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + Specifries the method by which consent can be/has been withdrawn + + accepted - to gather data from someone + has withdrawal method + Can be used to record information of how to withdraw consent, 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. - - Harshvardhan J. Pandit - Axel Polleres - Ramisa Gachpaz Hamed - Julian Flake - Rob Brennan - Axel Polleres - Fajar J. Ekaputra - Elmar Kiesling - Eva Schlehahn - Beatriz Esteves - Paul Ryan - Simon Steyskal - Piero Bonatti - Bert Bos - Javier D. Fernández - Bud Bruegger - Harshvardhan J. Pandit - Georg P Krog - Rigo Wenning - Mark Lizar - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - 0.6 - https://w3id.org/dpv/dpv-owl - - - 2022-04-02 - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - dpvo - Data Privacy Vocabulary - - 2019-06-18 + + accepted + + + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + 2019-06-04 + + + Harshvardhan J. Pandit + Third Party - + + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + 2021-09-22 Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar + Paul Ryan + David Hickey + Georg P Krog - 2019-04-05 + Safeguard accepted - A legally binding agreement - Legal Agreement + This concept is relevant given the requirement to assert safeguards in cross-border data transfers - - - Processing necessary to enter into contract - Enter Into Contract - - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - 2021-04-07 + + Certification and Seal accepted + - - - Sell products or services to the user, consumer, or data subjects - - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit Axel Polleres - Sell Products to Data Subject + Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + Certifications, seals, and marks indicating compliance to regulations or practices + 2019-04-05 - Was subclass of commercial interest, changed to reflect selling something - - accepted - - - Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + + Audit Rejected Harshvardhan J. Pandit - Conduct research and development for new methods, products, or services - 2019-04-05 - - Research and Development + State of not being approved or being rejected through the audit accepted + + 2022-05-18 - - - Paul Ryan - Georg P Krog + Harshvardhan J. Pandit - - 2021-09-08 + Georg P Krog + has personal data handling + + + + + Indicates association with Personal Data Handling accepted - Register of Processing Activities - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - Tied to compliance processes and documents, decide how to specify those + 2022-01-19 - - Data subjects that apply for jobs or employments + + 2020-11-04 + + + accepted + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Communication for Customer Care + + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + + Georg P. Krog Harshvardhan J. Pandit Paul Ryan Julian Flake - Georg P. Krog Beatriz Esteves - 2022-04-06 + + accepted - JobApplicant + Participant + Data subjects that participate in some context such as volunteers in a function - - 2022-02-02 + + Violation of Compliance + Harshvardhan J. Pandit accepted + + State where objectives have been violated - An organisation managed or part of government - GovernmentalOrganisation - - Harshvardhan J. Pandit + 2022-05-18 - - Mark Lizar - Javier Fernández - Bud Bruegger - Harshvardhan J. Pandit - Axel Polleres - - + + 2022-02-09 + + has entity + parent property for controller, processor, data subject, authority, etc.? - Indicates association with Data Controller + Indicates inclusion or applicability of an entity to some concept + Harshvardhan J. Pandit accepted - has data controller - - 2020-11-04 - 2019-04-04 - + - - has technical and organisational measure - Javier Fernández - Bud Bruegger - Harshvardhan J. Pandit - Axel Polleres - Mark Lizar + + has data exporter + - accepted - - 2020-11-04 - 2019-04-04 + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + 2022-02-09 - Indicates use or applicability of Technical or Organisational measure + accepted + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + - + + Specifies the expiry time or duration for consent + accepted + has expiry time + + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit + 2019-04-05 + + + Axel Polleres Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + + Encryption in Transfer 2019-04-05 - A set of rules or guidelines outlining criterias for design - Design Standard - + Encryption of data in transit e.g. when being transferred from one location to another, including sharing accepted - + David Hickey - Harshvardhan Pandit - Georg Krog + Georg P Krog + Harshvardhan J. Pandit Paul Ryan + Organisation Governance + 2021-09-01 + + Conduct activities and functions for organisation's governance + + accepted - - Data Exporter + + + + + Axel Polleres + Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + Organisational measures required/followed when processing data of the declared category + Organisational Measure + + 2019-04-05 + accepted + + + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + Assessment + Harshvardhan J. Pandit + 2021-09-08 - An entity that 'exports' data where exporting is considered a form of data transfer accepted - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - + + - - Javier Fernandez - Simon Steyskal + + accepted + Consultation with Authority + Georg P Krog Harshvardhan J. Pandit - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - 2019-04-05 - - Service Provision - Provide service or product or activities + Paul Ryan + + 2020-11-04 + Consultation with an authority or authoritative entity + + accepted + + + has consent notice + 2019-04-05 + + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + Specifies the notice provided in context of consent - - Joint Data Controllers Agreement - + + + accepted Paul Ryan - Beatriz Esteves - Julian Flake + David Hickey Georg P Krog Harshvardhan J. Pandit - 2022-01-26 - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + Vendor Payment + + Manage payment of vendors + 2021-09-01 + - - accepted - + + has applicable law + Indicates applicability of a Law + + + - 2019-05-07 - + Harshvardhan J. Pandit + 2022-01-19 + accepted - - - to delete data - Erase - - 2019-04-05 - + + + + Encryption Axel Polleres - Mark Lizar Rob Brennan + Mark Lizar Harshvardhan J. Pandit - - Conditions required or followed regarding storage of data - Storage Condition + Technical measures consisting of encryption + 2019-04-05 accepted - - Specifies the instant in time when consent was given - Harshvardhan J. Pandit + + + + Pseudo-Anonymization + accepted + PseudoAnonmyization or '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; + + Axel Polleres + Rob Brennan Mark Lizar - Bud Bruegger + Harshvardhan J. Pandit + + 2019-04-05 + + 2019-04-05 - - has provision time - + + + + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) accepted + has sector + - + + accepted + Javier Fernández + Mark Lizar + Bud Bruegger + Axel Polleres Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Georg P Krog + + + + Indicates association with Purpose + + has purpose + + 2019-04-04 + 2020-11-04 + + + Beatriz Esteves - Not Required + Harshvardhan J. Pandit + Julian Flake + Georg P. Krog + Paul Ryan + JobApplicant + + Data subjects that apply for jobs or employments - 2022-02-15 - Indication of neither being required nor optional i.e. not relevant or needed - + 2022-04-06 accepted - + + + + accepted + Create and provide product recommendations e.g. suggest similar products + Axel Polleres + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit - + + Create Product Recommendations + 2019-04-05 + + + + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + David Hickey + 2021-09-22 + Safeguard for Data Transfer accepted - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - 2022-01-19 - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Sensitive Personal Data + + + Represents a safeguard used for data transfer. Can include technical or organisational measures. + + + accepted + An entity that 'exports' data where exporting is considered a form of data transfer + + + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + Harshvardhan Pandit + David Hickey + Paul Ryan + Georg Krog + + Data Exporter + 2021-09-08 - - + + Protocols involving validation of identity i.e. authentication of a person or information Rob Brennan Mark Lizar Harshvardhan J. Pandit Axel Polleres - + Authentication Protocols 2019-04-05 - - accepted - Process by which some personal identifiers are removed or identifiability is reduced - - Anonymization - - - 2022-02-02 accepted + - A general term reflecting a company or a business or a group acting as a unit - Organisation - - Harshvardhan J. Pandit - - - + + + accepted Paul Ryan + Julian Flake Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Data Transfer Impact Assessment - 2021-09-08 - Impact Assessment for conducting data transfers + - accepted + 2022-01-26 + Controller-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - - Consumer - Julian Flake - Beatriz Esteves + + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - accepted - Data subjects that consume goods or services for direct use + Axel Polleres + Simon Steyskal + Elmar Kiesling + + 2019-04-05 + Verify or authorize identity - - 2022-04-06 + accepted + Identity Verification - - - - Large Scale Processing + + Entity + A human or non-human 'thing' that constitutes as an entity - Processing that takes place at large scales - - 2020-11-04 - Piero Bonatti + Harshvardhan J. Pandit accepted + 2022-02-02 - + + Creation, completion, fulfilment, or performance of a contract involving specified processing accepted - - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - 2019-04-05 - Encryption in Transfer + + + 2021-04-07 + Contract - - Harshvardhan J. Pandit - 2020-11-25 - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - - Child - The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. - - - accepted - - 2022-04-06 - Subscriber - - Julian Flake - Beatriz Esteves + Harshvardhan J. Pandit Paul Ryan - Georg P. Krog - Data subjects that subscribe to service(s) + Georg P Krog + Julian Flake + Beatriz Esteves + 2022-01-26 + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + A source of data that is publicly accessible or available accepted - note: subscriber can be customer or consumer - + + + Public Data Source - - + + 2020-11-04 + + + + accepted + Consultation is a process of receiving feedback, advice, or opinion from an external agency + Consultation Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Paul Ryan + + + 2022-02-02 + + An organisation that aims to achieve profit as its primary goal + - Advertising + ForProfitOrganisation + Harshvardhan J. Pandit accepted - - 2020-11-04 - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - - Specifies the instant in time when consent was withdrawn + + to modify the data, often rewritten into a new form for a new use + Adapt accepted - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - 2019-04-05 + 2019-05-07 + + + - - - has withdrawal time - - - Mark Lizar + + Legal Compliance Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - 2019-04-05 - - - - - has duration - - Indicates information about duration + Georg P Krog + Beatriz Esteves accepted - - - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - - Create Product Recommendations + Fulfilment of obligations or requirements towards achieving compliance with law or regulations - accepted - + - Create and provide product recommendations e.g. suggest similar products - 2019-04-05 + 2020-11-04 - - + accepted + + to delete data + 2019-05-07 - SupraNationalAuthority + - Harshvardhan J. Pandit - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU - - 2022-02-02 + Erase - - Georg Krog + + Specifices an associated data protection officer + + accepted + has data protection officer + + Paul Ryan + Rob Brennan + + 2022-03-02 + + + + + + Beatriz Esteves + Georg P Krog + Harshvardhan J.Pandit Paul Ryan - Harshvardhan Pandit - - Data Protection Authority 2020-11-04 - - accepted - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + has address + + + + + Specifies address of a legal entity such as street address or pin code + accepted - - + + + - - Georg P. Krog - Julian Flake + Harshvardhan J.Pandit + Paul Ryan + Georg P Krog + Beatriz Esteves + Specifies contact details of a legal entity such as phone or email + + accepted + 2020-11-04 + has contact + + + accepted + + + 2020-11-04 + + mitigates risk + Harshvardhan J. Pandit + Indicates risks mitigated by this concept + + + - is before + + Move + 2019-05-07 + + accepted - 2022-03-02 - Indicates the specified concepts is 'before' this concept in some context + to move data from one location to another including deleting the original copy + - - - Rob Brennan - Paul Ryan + + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + Axel Polleres + Non-Commercial Research + 2019-04-05 accepted - 2022-03-02 - has data protection officer - Specifices an associated data protection officer + + - - - - + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - has provision by - Specifies the entity that provisioned or provided consent + + + 2019-04-05 + Bud Bruegger Harshvardhan J. Pandit Mark Lizar - Bud Bruegger - 2019-04-05 - - - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + has provision by accepted + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + Specifies the entity that provisioned or provided consent - - Manage and analyse interactions with past, current, and potential customers - 2021-09-08 - - Georg P Krog - Harshvardhan J. Pandit - Beatriz - Customer Relationship Management - - accepted - - - - Records of personal data processing, whether ex-ante or ex-post - Data Processing Records - Harshvardhan J. Pandit + + to arrange data according to a structure - - 2021-09-08 + Structure accepted + + + 2019-05-07 - - accepted + + Piero Bonatti Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog + - Legal Compliance - Fulfilment of obligations or requirements towards achieving compliance with law or regulations + + accepted + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals + 2020-11-04 - - - + + accepted Georg P Krog + Julian Flake Beatriz Esteves Harshvardhan J. Pandit Fajar Ekaputra - Julian Flake - 2022-03-23 - Impact + + + - The impact(s) possible or arising as a consequence from specified context - - - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments - accepted + has impact on + + + Indicates the thing (e.g. plan, process, or entity) affected by an impact + 2022-05-18 - + + Harshvardhan J. Pandit + Axel Polleres + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + accepted + Context + - - Impact Assessment + Contextually relevant information about purpose not possible to represent through other concepts + 2019-04-05 + + accepted + Vendor Management + Manage orders, payment, evaluation, and prospecting related to vendors + 2021-09-01 + Georg P Krog Harshvardhan J. Pandit Paul Ryan - Georg P Krog + David Hickey + + - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - 2020-11-04 + - - Indicates implementation details such as technologies or processes - The term 'technology' is inclusive of technologies, processes, and methods. - 2022-01-26 - - + + Fajar Ekaputra + Georg P Krog Julian Flake Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan + + + Impact + 2022-03-23 + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments - is implemented using technology - - + The impact(s) possible or arising as a consequence from specified context accepted - - Staff Training - - Practices and policies regarding training of staff members + + Indicates policy applicable or used accepted + 2022-01-26 + + + + + Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - - - 2019-04-05 - - + has policy - Combine - - - 2019-05-07 - to join or merge data - - accepted - - - - - - Vital Interest - Processing is necessary or required to protect vital interests of a data subject or other natural person - - accepted + Harshvardhan J. Pandit - 2021-04-21 - - - + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU accepted + 2022-02-02 + + SupraNationalAuthority + - to change the form or nature of data - - Transform - 2019-05-07 - + + Purpose + + Axel Polleres + Javier Fernández + The purpose of processing personal data + + 2020-11-04 + accepted - - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - 2019-04-05 - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - - accepted - 2021-04-21 - Paul Ryan + Georg P Krog Harshvardhan J. Pandit - Processing is necessary or required to protect vital interests of a data subject - - - - Vital Interest of Data Subject - - - accepted - Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit + Beatriz + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers + 2021-09-08 - Optimize activities and services for consumer or user - 2019-04-05 - - Optimisation for Consumer - - - - 2022-01-19 - - - - Harshvardhan J. Pandit - Georg P Krog - - has country accepted - - - Indicates applicability of specified country + - - - + + accepted + + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something Axel Polleres + Simon Steyskal Elmar Kiesling Fajar Ekaputra Javier Fernandez - Simon Steyskal Harshvardhan J. Pandit - User Interface Personalisation + Sell Insights from Data + Sell data or information relevant to insights obtained from analysis of data 2019-04-05 + - accepted - Personalise interfaces presented to the user - - accepted - - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan + + Specifies the method by which consent was provisioned or provided Mark Lizar - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + Bud Bruegger + Harshvardhan J. Pandit 2019-04-05 + + + has provision method + accepted + 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. - + + accepted + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' - Damage + Data Subject Right + 2020-11-18 + Georg P Krog + Beatriz Esteves + Harshvardhan Pandit + + + The rights applicable or provided to a Data Subject + + accepted + Impact that acts as or causes harms + Georg P Krog + Julian Flake + Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit - Impact that acts as or causes damages - 2022-03-30 - - - - accepted - to modify the data, often rewritten into a new form for a new use - 2019-05-07 - Adapt - - + 2022-03-23 + Harm - - Profiling - + accepted - - to create a profile that describes or represents a person + EconomicUnion - 2019-05-07 + + 2022-01-19 + A political union of two or more countries based on economic or trade agreements - - - - Rob Brennan - Mark Lizar Harshvardhan J. Pandit - Axel Polleres - 2019-04-05 - - accepted - Organisational Measure - - Organisational measures required/followed when processing data of the declared category - - 2022-01-26 - - - Indicates the context or application of policy - - - is policy for + + + Processing that involves systematic monitoring of individuals accepted + 2020-11-04 + Piero Bonatti Harshvardhan J. Pandit - - - - Improve robustness and resilience of services + Systematic Monitoring + + - Simon Steyskal + + + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra + accepted - Increase Service Robustness - - 2019-04-05 + Data subjects that are immigrants (for a jurisdiction) + Immigrant + + 2022-04-06 - to consult or query data - - accepted + + Consult + + to consult or query data + - - 2019-05-07 - - Non-Public Data Source - Paul Ryan - Julian Flake - Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - A source of data that is not publicly accessible or available - accepted - - 2022-01-26 - + - - + 2020-11-04 + + accepted - Technical Measure + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - - Technical measures required/followed when processing data of the declared category - 2019-04-05 - - + Register, authenticate, and identify users or agents in context of a service + Registration and Authentication - - - - - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - Harshvardhan J. Pandit - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Javier Fernandez - Simon Steyskal - 2019-04-05 - Commercial Research + + A human - accepted - - - 2019-04-05 - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). accepted - Sector + Natural Person + 2022-02-09 - - Manage invoicing, orders, and records in relation to services - 2021-09-08 - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves + - accepted - + The consequence(s) possible or arising from failure of specified context + Harshvardhan J. Pandit + Georg P Krog + 2022-03-23 + Consequence of Failure - Service Order Management + accepted + - - + + 2022-05-18 + accepted + Indicates the status of compliance of specified concept + + + + Harshvardhan J. Pandit + + + has compliance status + + + + Javier Fernández + Mark Lizar + Bud Bruegger + Axel Polleres + Harshvardhan J. Pandit + + + + + 2020-11-04 + 2019-04-04 + has data subject + Indicates association with Data Subject accepted - - Copy - - 2019-05-07 - to produce an exact reprodution of the data - + - - Georg P Krog - Beatriz Esteves - Harshvardhan Pandit - + + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + has recipient data controller + + + 2022-02-09 + + - - 2020-11-18 - Data Subject Right + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data accepted - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' - The rights applicable or provided to a Data Subject - + + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy Mark Lizar - Harshvardhan J. Pandit Bud Bruegger + Harshvardhan J. Pandit + + 2019-04-05 - has expiry time - Specifies the expiry time or duration for consent - - - + Specifies the justification for entity withdrawing consent + has withdrawal by justification accepted - - Mark Lizar - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Protocols involving validation of identity i.e. authentication of a person or information + + + - + to make a record (especially media) + Record + + 2019-05-07 accepted - - 2019-04-05 - Authentication Protocols - - Indicates an identifier associated for identification or reference - Georg P Krog - Beatriz Esteves - Paul Ryan - Harshvardhan J.Pandit + - - accepted - has identifier - 2020-11-25 - + + to retrieve data, often in an automated manner + + 2019-05-07 + Retrieve + + + + 2019-04-05 + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres + + has duration + accepted + + + + Indicates information about duration + - + + + 2020-11-04 + accepted Paul Ryan - Julian Flake Georg P Krog - Beatriz Esteves Harshvardhan J. Pandit - 2022-02-11 - Secondary Importance + + Single Sign On + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - + + accepted + Data + 2022-01-19 - Indication of 'secondary' or 'minor' or 'auxiliary' importance + + Harshvardhan J. Pandit + A broad concept representing 'data' or 'information' - + + Harshvardhan J. Pandit + Paul Ryan + Georg P. Krog + Indicates Involvement of humans in processing such as within automated decision making process + accepted + + + Human involvement is also relevant to 'human in the loop' + + - - Fajar Ekaputra - Julian Flake + has human involvement + 2020-11-04 + + Harshvardhan J. Pandit + Paul Ryan Georg P Krog - Beatriz Esteves + 2021-04-21 + accepted - Harm - Impact that acts as or causes harms - 2022-03-23 - + + Processing is necessary or required to protect vital interests of a data subject + Vital Interest of Data Subject + - + + Personal Data that has been collected from another source such as the Data Subject - Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. - 2022-01-19 - - accepted - - Personal Data that is obtained or derived from other data - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - Derived Personal Data + Harshvardhan J. Pandit + Collected Personal Data - 2019-05-07 + To indicate the source of data, use the DataSource concept with the hasDataSource relation + 2022-03-30 + accepted - + Rob Brennan - Harshvardhan J. Pandit Mark Lizar + Harshvardhan J. Pandit Axel Polleres - - Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. - - Risk Management Procedure - + + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved 2019-04-05 + + accepted + + Storage Restoration + + + 2022-02-09 accepted - Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + Processing Context + + + Harshvardhan J. Pandit + Context or conditions within which processing takes place - - 2019-04-05 - Processing - - - 2020-11-04 - Javier Fernández - Axel Polleres + + Organisation Risk Management + + Harshvardhan J. Pandit + Paul Ryan + David Hickey + Georg P Krog - The processing performed on personal data accepted + Manage risk for organisation's activities + 2021-09-01 - - + + accepted + + - - - Paul Ryan + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Georg P. Krog - has recipient data controller - - - 2022-02-09 + Access Control Method + Methods which restrict access to a place or resource + 2019-04-05 + + + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy + + + has provision by justification accepted - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + Specifies the justification for entity providing consent + 2019-04-05 + + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit - - Importance - Paul Ryan - Georg P Krog - Julian Flake + + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - - - Importance can be used to express importance, desirability, relevance, or significance as a context. - accepted - 2022-02-09 - An indication of 'importance' within a context + Paul Ryan + Julian Flake + Tourist + + 2022-04-06 + Data subjects that are tourists i.e. not citizens and not immigrants + accepted - - - has provision by justification + + Non-disclosure Agreements e.g. preserving confidentiality of information + 2019-04-05 Mark Lizar - Bud Bruegger Harshvardhan J. Pandit - - - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy - Specifies the justification for entity providing consent + Axel Polleres + Rob Brennan accepted - 2019-04-05 + + + Non-Disclosure Agreement (NDA) + - - + + A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight + The right(s) applicable, provided, or expected. + + 2020-11-18 Georg P Krog Beatriz Esteves - Paul Ryan - Harshvardhan J.Pandit - - - 2020-11-04 - has name - accepted - - Specifies name of a legal entity + Harshvardhan J Pandit + Right + accepted - + + + David Hickey + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit + Paul Ryan accepted - - - 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 - 2022-02-09 - Complete Anonymisation + 2021-09-01 + + Human Resources Management + + Manage humans and 'human resources' within the organisation for effective and efficient operations. + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. - - - SupraNationalUnion + + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - 2022-01-19 - A political union of two or more countries with an establishment of common authority + accepted + 2019-04-05 + + - accepted + Storage Location + Location or geospatial scope where the data is stored - + + Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + Harshvardhan J. Pandit accepted - + - to keep data for future use - - 2019-05-07 - Store + Human Involvement + 2022-01-26 + The involvement of humans in specified context - - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 - accepted - Harshvardhan J. Pandit + - + 2021-09-08 + David Hickey + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + accepted + Notice + + A notice is an artefact for providing information, choices, or controls - RegionalAuthority - - - Legitimate Interests of a Data Controller in conducting specified processing - 2021-05-19 - Legitimate Interest of Controller - Paul Ryan + + + Harshvardhan J. Pandit - Georg P Krog - + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + Data Processor + + accepted - + 2019-06-04 - - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - accepted - Harshvardhan J. Pandit + + is implemented using technology + Indicates implementation details such as technologies or processes + + + Julian Flake Beatriz Esteves - Georg P Krog - - 2020-11-04 - Marketing - Was commercial interest, changed to consider Marketing a separate Purpose category by itself - + Harshvardhan J. Pandit + Paul Ryan + + 2022-01-26 + + accepted + The term 'technology' is inclusive of technologies, processes, and methods. - + - accepted + David Hickey + Georg P Krog Harshvardhan J. Pandit Paul Ryan - Personnel Management + Public Relations + 2021-09-01 + + Manage and conduct public relations processes. This includes creating goodwill for the organization. - - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - 2022-03-30 + accepted - + + 2022-05-18 accepted - 2021-09-01 Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog + Partially Compliant + + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation - Manage and conduct public relations processes. This includes creating goodwill for the organization. - - - Public Relations - - Paul Ryan - Georg P. Krog - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - 2022-04-06 - - Data subjects that are employees - Employee + + + + to use data + 2019-05-07 accepted - - - - has storage - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - Axel Polleres - accepted - 2019-04-05 - - - - - - Indicates information about storage condition + Use - - - - - Julian Flake - Georg P. Krog + + 2020-11-04 + + The source or origin of data + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - is after - Indicates the specified concepts is 'after' this concept in some context + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - + accepted - 2022-03-02 + Data Source - - Axel Polleres - Paul Ryan - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - - - - 2022-01-26 - - Indicates implementation details such as entities or agents - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - modified - is implemented by entity + + 2019-04-05 + Legal Entity - 2019-05-07 - - - Georg P Krog - Beatriz Esteves + Harshvardhan J. Pandit - Paul Ryan - Julian Flake + accepted + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + + + + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + Axel Polleres + Elmar Kiesling + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + + Commercial Research + + 2019-04-05 accepted - - Controller-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - 2022-01-26 - - Paul Ryan - Harshvardhan J.Pandit - Georg P Krog - Beatriz Esteves - Specifies contact details of a legal entity such as phone or email - has contact + + 2022-02-09 + + + Harshvardhan J. Pandit - - 2020-11-04 + + accepted - - + Indicate a risk is mitigated by specified measure + is mitigated by measure - - Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - Data Source + + accepted + 2022-04-20 - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - The source or origin of data + Anti-Terrorism Operations + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities - 2020-11-04 - accepted - + + Harshvardhan J. Pandit - - Georg P Krog + Harshvardhan J. Pandit Paul Ryan - David Hickey - Vendor Records Management - + Julian Flake + Beatriz Esteves + Georg P Krog accepted - + Indication of 'primary' or 'main' or 'core' importance - 2021-09-01 - - Manage orders related to vendors - - - Algorithmic Logic - Harshvardhan J. Pandit - - The algorithmic logic applied or used - - accepted - Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. - 2022-01-26 + 2022-02-10 + + Primary Importance - - - + + Simon Steyskal + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit Axel Polleres - Javier Fernandez Elmar Kiesling - Fajar Ekaputra - Optimisation for Controller - accepted - - Optimize activities and services for provider or controller 2019-04-05 - - + Sell Products to Data Subject accepted - - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data - - Anonymise - 2019-05-07 - + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something - - 2019-05-07 + - to make data known + + 2022-05-18 + Audit Required + Harshvardhan J. Pandit + accepted + State where an audit is determined as being required but has not been conducted + + + - Disclose + 2019-05-07 + to transform or publish data to be used accepted + - + + Make Available - + + + + + is policy for + Harshvardhan J. Pandit + accepted + + Indicates the context or application of policy + 2022-01-26 + + + + Mark Lizar Harshvardhan J. Pandit Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Academic Research + Rob Brennan + 2019-04-05 + + Seal accepted - + A seal or a mark indicating proof of certification to some certification or standard - - Conduct or assist with research conducted in an academic context e.g. within universities - 2019-04-05 - - Human involvement is also relevant to 'human in the loop' - accepted - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog + - 2020-11-04 - - - - Indicates Involvement of humans in processing such as within automated decision making process - has human involvement - - - - Generated Personal Data accepted - 2022-03-30 + has responsible entity + Harshvardhan J. Pandit - Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - Generated Data is used to indicate data that is produced and is not derived or inferred from other data - + + Specifies the indicated entity is responsible within some context + 2022-03-02 + - - - Harshvardhan J. Pandit + + Paul Ryan + David Hickey Georg P Krog - Beatriz Esteves - Fajar Ekaputra - Julian Flake - has impact on - - - - - Indicates the thing (e.g. plan, process, or entity) affected by an impact - + Harshvardhan J. Pandit accepted - - - - 2019-04-05 - - - A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. - 2020-11-04 - Javier Fernández - Axel Polleres - - Entities that receive personal data - - Recipient - accepted + 2021-09-01 + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + Members and Partners Management + + - - - + accepted + + + has risk + 2020-11-18 + + Indicates applicability of Risk + Indicates applicability of Risk for this concept + Harshvardhan J. Pandit - Paul Ryan - Entity within an organisation that does not constitute as a separate legal entity - Organisational Unit - 2022-03-23 - - - 2021-09-08 - Assessment + + + 2022-03-30 + + Harshvardhan J. Pandit accepted - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + Consequence as Side-Effect + The consequence(s) possible or arising as a side-effect of specified context + + + + Personnel Payment Harshvardhan J. Pandit + Management and execution of payment of personnel + + accepted + 2022-04-20 - - accepted - 2021-09-01 - Harshvardhan J. Pandit - Paul Ryan - David Hickey + Georg P Krog - - - - Vendor Selection Assessment - Manage selection, assessment, and evaluation related to vendors + Julian Flake + Beatriz Esteves + Fajar Ekaputra + Harshvardhan J. Pandit + Axel Polleres + Benefit + + accepted + + 2022-03-23 + Impact(s) that acts as or causes benefits - + + accepted - 2019-04-05 - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - The Legal basis used to justify processing of personal data - Legal Basis - 2020-11-04 - accepted - Javier Fernández Axel Polleres + Simon Steyskal + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Harshvardhan J. Pandit + + Improve robustness and resilience of services + Increase Service Robustness + 2019-04-05 - - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions - Georg P Krog + + A representative of a legal entity Harshvardhan J. Pandit Paul Ryan - + Beatriz Esteves + Georg Krog accepted + + - - 2021-09-08 + 2020-11-04 + + Representative - - David Hickey + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan - - + Advertising + 2020-11-04 accepted + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. + - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies - 2021-09-01 + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + - - + + Frequency + Harshvardhan J. Pandit accepted - - - - has context - 2019-04-05 - Indicates a purpose is restricted to the specified context(s) + The frequency or information about periods and repetitions in terms of recurrence. + + 2022-02-16 - + + Harshvardhan J. Pandit + 2022-04-20 - - 2019-05-07 + Detect and prevent or mitigate money laundering + accepted - Obtain - - to solicit or gather data from someone + Counter Money Laundering - - - + accepted + + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal Harshvardhan J. Pandit - Third-Party Agreement + Optimise User Interface + 2019-04-05 - 2022-02-09 - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + Optimize interfaces presented to the user + - - Data subjects that use service(s) - accepted - Harshvardhan J. Pandit - Paul Ryan + + + Necessity can be used to express need, essentiality, requirement, or compulsion. + Georg P Krog Julian Flake - Georg P. Krog + Paul Ryan Beatriz Esteves - - 2022-04-06 - - User + Harshvardhan J. Pandit - - + An indication of 'necessity' within a context accepted - Beatriz Esteves - Paul Ryan - Harshvardhan J.Pandit - Georg P Krog - - - has address - - - 2020-11-04 - - Specifies address of a legal entity such as street address or pin code + Necessity + 2022-02-12 + - - Specifies the indicated entity is responsible within some context - 2022-03-02 - - - - - has responsible entity + accepted - - + Optimize activities and services for provider or controller + Optimisation for Controller + + + + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal Harshvardhan J. Pandit + 2019-04-05 - - Beatriz Esteves - Georg P Krog + + + 2021-09-08 Harshvardhan J. Pandit - - - Communication for Customer Care - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - 2020-11-04 - + Beatriz + Georg P Krog accepted + Manage claims, including repayment of monies owed + + Customer Claims Management + - - Improve existing products and services + + accepted + - Simon Steyskal - Harshvardhan J. Pandit Axel Polleres - Javier Fernandez Elmar Kiesling Fajar Ekaputra - Improve Existing Products and Services - accepted - - + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + + Optimize activities and services for consumer or user + + Optimisation for Consumer 2019-04-05 - + + 2022-05-18 + accepted + + Harshvardhan J. Pandit + Audit Not Required + State where an audit is determined as not being required + + + + Design Standard + 2019-04-05 + Mark Lizar Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog + Axel Polleres + Rob Brennan + A set of rules or guidelines outlining criterias for design + + accepted - 2021-09-01 - Record Management - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - - - David Hickey - Georg P Krog + + 2019-04-05 + Mark Lizar Harshvardhan J. Pandit - Paul Ryan - - Manage communication or provide means for communication e.g. to send an email notifying some information + Axel Polleres + Rob Brennan + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + Certification + + accepted - 2021-09-01 - - Communication Management - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - + + Axel Polleres + Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + Code of Conduct + 2019-04-05 + A set of rules or procedures outlining the norms and practices for conducting activities + - Simon Steyskal + + accepted + + + Javier Fernández + Bud Bruegger Harshvardhan J. Pandit + Mark Lizar Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra + + + Indicates use or applicability of Technical or Organisational measure + + has technical and organisational measure + + 2020-11-04 accepted - - 2019-04-05 - - Create and provide personalised benefits for a service - Personalised Benefits + + 2019-04-04 - - David Hickey - Georg P Krog + + Third-Party Agreement + 2022-02-09 Harshvardhan J. Pandit - Paul Ryan - - Conduct activities and functions for organisation's governance + + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + - 2021-09-01 + accepted + + + Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + Axel Polleres + + 2019-04-05 + Procedures for determining authorisation through permission or authority accepted - Organisation Governance - + + Authorisation Procedure + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data - - Harshvardhan Pandit - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2022-01-19 + 2019-04-05 + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. accepted - 2019-04-05 + Data directly or indirectly associated or related to an individual. Personal Data - - - - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - Harshvardhan J. Pandit - Axel Polleres - 2019-04-05 - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing services - accepted + Harshvardhan Pandit - - + - accepted - Harshvardhan J. Pandit + Indicates association with Processing Axel Polleres - Rob Brennan + Javier Fernández + Bud Bruegger + Harshvardhan J. Pandit Mark Lizar - - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities - 2019-04-05 - - + 2020-11-04 + + 2019-04-04 + - - Indicates the frequency with which something takes place - has frequency - 2022-02-16 - - - accepted - Harshvardhan J. Pandit - - accepted - - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - 2022-02-09 - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data - has recipient third party - - - - + has processing - - 2022-01-26 - Public Data Source - - accepted - Julian Flake - Paul Ryan - Georg P Krog - Beatriz Esteves + + + Harshvardhan J. Pandit - A source of data that is publicly accessible or available - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - + Paul Ryan + accepted + Personnel Management + + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + 2022-03-30 - - Customer Care - Axel Polleres - Elmar Kiesling + Fajar Ekaputra Javier Fernandez - Simon Steyskal Harshvardhan J. Pandit + Axel Polleres + Elmar Kiesling + Simon Steyskal + 2019-04-05 - - - accepted - Provide assistance, resolve issues, ensure satisfaction in relation to services provided + Delivery of Goods + Deliver goods and services requested or asked by consumer + + - + + + Disclose by Transmission + 2019-05-07 + to disclose data by means of transmission + accepted + - The involvement of humans in specified context - Human Involvement - Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. - 2022-01-26 - - accepted - Harshvardhan J. Pandit - - accepted - has personal data handling - 2022-01-19 - - - Indicates association with Personal Data Handling - Georg P Krog - Harshvardhan J. Pandit + + + + 2022-01-19 + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. + Personal Data that is obtained or derived from other data + + - - + Derived Personal Data + 2019-05-07 + accepted - - Dispute Management + Beatriz Esteves - Georg P Krog Harshvardhan J. Pandit - accepted + Georg P Krog + - - - 2021-09-08 + Account Management - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation + 2021-09-08 + accepted + Create, maintain, and manage accounts for purposes of providing services - - - - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - Paul Ryan + + Indicates impact(s) possible or arising as consequences from specified concept + Georg P Krog + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit - Legitimate Interest Assessment - 2021-09-08 + Fajar Ekaputra + + has impact + + + + 2022-05-18 accepted - - - Simon Steyskal + + Georg P Krog Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra + Paul Ryan + + + Processing is necessary or required to protect vital interests of a natural person + 2021-04-21 + Vital Interest of Natural Person accepted - Optimise User Interface - - 2019-04-05 - Optimize interfaces presented to the user - - - NationalAuthority - Harshvardhan J. Pandit - - 2022-02-02 - An authority tasked with overseeing legal compliance for a nation + + International Organisation + Julian Flake + Georg P. Krog + 2022-03-23 accepted - - - - - Harshvardhan J. Pandit - Legitimate Interests of a Party as justification for specified processing - + An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries - accepted - 2021-05-19 - Legitimate Interest - + + + - - Technical measures consisting of encryption - Rob Brennan - Mark Lizar + + Harshvardhan J. Pandit + Rob Brennan Axel Polleres - - - Encryption - accepted - + Mark Lizar + + + 2019-04-05 + + accepted + has location + Indicates information about location + - - to move data from one location to another including deleting the original copy - - - 2019-05-07 - Move + + 2021-04-07 + Contract Performance + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + + Fulfilment or performance of a contract involving specified processing accepted - - - Third Party + - 2019-06-04 - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - - + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit + Guidelines or Principles regarding processing and operational measures + + 2019-04-05 accepted + GuidelinesPrinciple - - Consent of the Data Subject for specified processing - - accepted - 2021-04-07 + + 2022-04-06 + Georg P. Krog Harshvardhan J. Pandit - Consent - + Paul Ryan + Julian Flake + Beatriz Esteves + + accepted + Employee + + Data subjects that are employees - + + Julian Flake - Georg P Krog + Georg P. Krog Beatriz Esteves Harshvardhan J. Pandit Paul Ryan - An indication of 'necessity' within a context - Necessity can be used to express need, essentiality, requirement, or compulsion. + Member - - 2022-02-12 + 2022-04-06 + Data subjects that are members of a group, organisation, or other collectives accepted - Necessity - + - - Consequence - The consequence(s) possible or arising from specified context + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - - - 2022-01-26 + Axel Polleres - accepted - - - + 2019-04-05 + + - 2019-05-07 - - to destruct or erase data - + Storage Duration + Duration or temporal limitation on storage of personal data accepted - Remove - - Specifies the entity that withdrew consent - has withdrawal by - + + has country - accepted - Bud Bruegger Harshvardhan J. Pandit - Mark Lizar - Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. - 2019-04-05 + Georg P Krog + + Indicates applicability of specified country + + accepted + + 2022-01-19 - - 2019-05-07 - Pseudo-Anonymise + + - + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Legitimate Interests of a Third Party in conducting specified processing + accepted + Legitimate Interest of Third Party + + 2021-05-19 + + + Legitimate Interests of a Data Controller in conducting specified processing + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + accepted + 2021-05-19 + Legitimate Interest of Controller + + + + accepted + + Profiling + to create a profile that describes or represents a person + - to replace personal identifiable information by artificial identifiers + + 2019-05-07 - - Natural Person + - 2022-02-09 - - A human Harshvardhan J. Pandit - + Mark Lizar + Bud Bruegger accepted - - - - + The conditions for what is considered 'explicit consent' differ by norms and laws. + is explicit + + + Specifies consent is 'explicit' 2019-04-05 - The individual (or category of individuals) whose personal data is being processed - 2020-11-04 - Javier Fernández + + + + + Axel Polleres + Javier Fernández + - Data Subject + 2020-11-04 + Indicates use or applicability of a Legal Basis accepted - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - - + + 2019-04-04 + has legal basis - + + Paul Ryan Georg P Krog Julian Flake Beatriz Esteves Harshvardhan J. Pandit - 2022-02-14 - - - accepted - Optional - Indication of 'optional' or 'voluntary' - - - - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - Authorisation Procedure - 2019-04-05 - + Importance can be used to express importance, desirability, relevance, or significance as a context. - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + An indication of 'importance' within a context + Importance + 2022-02-09 accepted - Procedures for determining authorisation through permission or authority - - accepted + + Privacy Notice Harshvardhan J. Pandit - Beatriz Esteves + Paul Ryan + David Hickey Georg P Krog - 2020-11-04 - Social Media - Conduct marketing through social media - + 2021-09-08 + + accepted + Represents a notice or document outlining information regarding privacy - - Paul Ryan - David Hickey - Georg P Krog + + + Sell products or services Harshvardhan J. Pandit - - Vendor Payment - Manage payment of vendors + Georg P Krog + Beatriz Esteves accepted - - 2021-09-01 - + + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + Sell Products + 2021-09-08 - + + Improve Internal CRM Processes Javier Fernandez - Simon Steyskal Harshvardhan J. Pandit Axel Polleres + Simon Steyskal Elmar Kiesling Fajar Ekaputra 2019-04-05 - Optimize internal resource availability and usage for organisation + Improve customer-relationship management (CRM) processes + + + accepted - - Internal Resource Optimisation - - + + Requested Service Provision + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Deliver service as requested by user or consumer - Fulfilment or performance of a contract involving specified processing + 2021-09-08 - - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog + accepted - 2021-04-07 - Contract Performance - - Personal Data Handling - 2020-11-04 - Javier Fernández + + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Javier Fernandez + Harshvardhan J. Pandit Axel Polleres + Service Optimization + Subclass of ServiceProvision since optimisation is usually considered part of providing services 2019-04-05 - + Optimise services or activities + accepted - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + - + + Julian Flake Beatriz Esteves - Georg P Krog + Georg P. Krog Harshvardhan J. Pandit - Conduct direct marketing i.e. marketing communicated directly to the individual - + Paul Ryan + + 2022-04-06 + Data subjects that are citizens (for a jurisdiction) accepted - Direct Marketing + Citizen - 2020-11-04 - + + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Paul Ryan + Julian Flake + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. accepted - - Law + Data Processing Agreement - 2022-01-19 - Harshvardhan J. Pandit - A law is a set of rules created by government or authorities - - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - 2019-04-05 - Can be used to record information of how to withdraw consent, 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. - Specifries the method by which consent can be/has been withdrawn - accepted - - - has withdrawal method + 2022-01-26 + - Beatriz Esteves + Was "UsageAnalytics", prefixed with Service to better reflect scope Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - 2020-11-04 Conduct analysis and reporting related to usage of services or products - - Was "UsageAnalytics", prefixed with Service to better reflect scope accepted Analytics - - - - - + - - accepted - Indicates use or applicability of Right - Harshvardhan J. Pandit - has right - 2020-11-18 - - David Hickey - Georg P Krog + + Child + + 2020-11-25 Harshvardhan J. Pandit - Paul Ryan - A notice is an artefact for providing information, choices, or controls + accepted + The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + + + + Harshvardhan J. Pandit accepted - Notice - - 2021-09-08 - - - Georg P Krogg - David Hickey + 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 + + 2022-02-09 + Complete Anonymisation + + + accepted + A political union of two or more countries with an establishment of common authority + SupraNationalUnion - Data Transfer Legal Basis + + Harshvardhan J. Pandit + + 2022-01-19 + + + Share + + 2019-05-07 + + to give data (or a portion of it) to others accepted - Specific or special categories and instances of legal basis intended for justifying data transfers - - 2021-09-08 + + - - - - Indicates use or applicability of a Legal Basis - has legal basis + - 2020-11-04 - Javier Fernández - Axel Polleres - 2019-04-04 - + + to combine, compare, or match data from different sources + Match + + Harshvardhan J. Pandit + 2022-04-20 accepted - + - + + + + 2019-05-07 + accepted + + Analyse + to study or examine the data in detail + + + + Georg P Krog Harshvardhan J. Pandit Paul Ryan - David Hickey + 2021-09-08 - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - + Records of activities within some context such as maintainence tasks or governance functions accepted - + + Records of Activities - + accepted + + 2022-02-09 + + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + + Georg P. Krog Harshvardhan J. Pandit - - mitigates risk - + Paul Ryan - Indicates risks mitigated by this concept - - - 2020-11-04 + + + has recipient third party - - + Harshvardhan J. Pandit - Material Damage - 2022-03-30 - - accepted - Impact that acts as or causes material damages - - - + Credit Checking + accepted - Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Georg P. Krog - Beatriz Esteves + 2022-04-20 - 2022-04-06 - - Data subjects that are temporary visitors - Visitor + Monitor, perform, or assess credit worthiness or solvency - - 2022-04-06 - Paul Ryan - Julian Flake - Georg P. Krog - Beatriz Esteves + + + Harshvardhan J. Pandit - - Client - Data subjects that are clients or recipients of services - - accepted - - - - accepted - - Monitor solvency of customers for financial diligence - Harshvardhan J. Pandit - Beatriz - Georg P Krog - Customer Solvency Monitoring - - - 2021-09-08 + has jurisdiction + + 2022-01-19 + + Indicates applicability of specified jurisdiction + - + + Harshvardhan J. Pandit - 2022-03-30 - Impact that acts as or causes non-material damages + Personnel Hiring + accepted + 2022-04-20 - Non-Material Damage - + Management and execution of hiring processes of personnel + + + Measures intended to mitigate, minimise, or prevent risk. accepted + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + + + 2020-11-04 + Risk Mitigation Measure + - - Personalised Advertising - - + + 2020-11-04 + + Conduct marketing through social media Georg P Krog Beatriz Esteves Harshvardhan J. Pandit - + Social Media accepted + - 2020-11-04 - Create and provide personalised advertising - - 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. - Specifies the method by which consent was provisioned or provided - has provision method - accepted - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - 2019-04-05 - - + + Data Protection Officer + An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. + + Georg Krog + Paul Ryan + 2020-11-04 + 2021-12-08 + + modified + - - Mark Lizar - Javier Fernández - Bud Bruegger - Harshvardhan J. Pandit - Axel Polleres + + + + 2022-02-09 - 2020-11-04 + Indicates applicability or relevance of a 'third country' - 2019-04-04 + + Harshvardhan J. Pandit + Georg P Krog accepted - Indicates association with Purpose - - - - has purpose - + + has third country - - - + + Georg P Krogg + David Hickey + + Specific or special categories and instances of legal basis intended for justifying data transfers + Data Transfer Legal Basis + 2021-09-08 + accepted - Structure - to arrange data according to a structure - 2019-05-07 - - - - Javier Fernandez - Simon Steyskal + + Create and provide personalised recommendations for events + Harshvardhan J. Pandit - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - 2019-04-05 + Rudy Jacob + + Create Event Recommendations + 2019-11-26 - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + accepted - Sell data or information relevant to insights obtained from analysis of data - - Sell Insights from Data - + + 2022-02-16 + has frequency - 2019-05-07 accepted - Derive - to create new derivative data from the original data - - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - - - + + + Harshvardhan J. Pandit + + + Indicates the frequency with which something takes place - + + + Transform accepted - Disclose by Transmission - + to change the form or nature of data 2019-05-07 - to disclose data by means of transmission - - - - - Risk - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - Harshvardhan J. Pandit - accepted - - 2020-11-18 - A risk or possibility or uncertainty of negative effects, impacts, or consequences. + - - Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez + + Academic Research + Conduct or assist with research conducted in an academic context e.g. within universities + Simon Steyskal Elmar Kiesling Fajar Ekaputra - Simon Steyskal - - - + Javier Fernandez + Harshvardhan J. Pandit + Axel Polleres + 2019-04-05 - Improve customer-relationship management (CRM) processes - Improve Internal CRM Processes + + accepted - - - Simon Steyskal + Harshvardhan J. Pandit Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - accepted - + Rob Brennan + Mark Lizar - 2019-04-05 - Detect and prevent fraud - Fraud Prevention and Detection - - - + accepted - - - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - The conditions for what is considered 'explicit consent' differ by norms and laws. + Technical measures required/followed when processing data of the declared category + Technical Measure + 2019-04-05 - Specifies consent is 'explicit' - - is explicit - - - Patient - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Georg P. Krog + + to make data known + - Data subjects that receive medican attention, treatment, care, advice, or other health related services + Disclose + + + 2019-05-07 accepted - 2022-04-06 - - - - Mark Lizar - Rob Brennan + + + 2022-05-18 Harshvardhan J. Pandit - Axel Polleres - Indicates information about location - - - has location - - - + Activity Proposed accepted - 2019-04-05 - - - - Retrieve - 2019-05-07 - to retrieve data, often in an automated manner + + State of an activity being proposed or planned i.e. yet to occur - - + + + Targeted Advertising + Harshvardhan J. Pandit + + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals accepted - - - - - Indicates area, scope, or applicability of an Authority + 2022-03-30 + + + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit + Paul Ryan + Julian Flake + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + + - - is authority for - - 2022-01-19 accepted + 2022-01-26 + Joint Data Controllers Agreement - - - Beatriz Esteves - Axel Polleres - Fajar Ekaputra - Julian Flake + + Harshvardhan J. Pandit + Paul Ryan + David Hickey Georg P Krog - 2022-03-23 - Impact(s) that acts as or causes benefits + 2021-09-08 accepted - Benefit + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + Policy - - Consequence of Failure - - + + + 2022-02-02 + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies accepted - Georg P Krog - Harshvardhan J. Pandit - 2022-03-23 - - The consequence(s) possible or arising from failure of specified context - - - - to come into possession or control of the data - - 2019-05-07 - Acquire - accepted + + Harshvardhan J. Pandit - + - 2020-11-04 - Javier Fernández - Axel Polleres - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. accepted - - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + + Customer Care 2019-04-05 - - Data Controller + Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + + + + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + Can be TextOrDocumentOrURI + 2019-04-05 + has expiry condition - - 2020-11-04 - Automated Decision Making - - Processing that involves automated decision making + Specifies the condition or event that determines the expiry of consent accepted - - Piero Bonatti + + + + Consent of the Data Subject for specified processing + Consent + accepted + + 2021-04-07 + Harshvardhan J. Pandit - - - + + accepted Rob Brennan Mark Lizar Harshvardhan J. Pandit Axel Polleres - Pseudo-Anonymization 2019-04-05 - - PseudoAnonmyization or '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; - accepted + + + Storage Condition + Conditions required or followed regarding storage of data - - Julian Flake - Beatriz Esteves + Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog accepted - Data subjects that participate in some context such as volunteers in a function - Participant + 2021-04-07 - - 2022-04-06 + Legal Obligation to conduct the specified processing + Legal Obligation + - - Georg P Krog + Beatriz Esteves - Harshvardhan J Pandit - - A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight - - Right - accepted - 2020-11-18 - The right(s) applicable, provided, or expected. - - - Region + Harshvardhan J.Pandit + Paul Ryan + Georg P Krog + has identifier + - A region is an area or site that is considered a location - - 2022-01-19 + + + + 2020-11-25 + Indicates an identifier associated for identification or reference accepted - Harshvardhan J. Pandit - - - - - 2019-05-07 + + Collect - to make a record (especially media) + - Record + + + to gather data from someone accepted + + 2019-05-07 - - - - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - 2022-02-09 + + State of an activity occuring in continuation i.e. currently ongoing + 2022-05-18 - has data processor - - - - Indiciates inclusion or applicability of a Data Processor + Activity Ongoing accepted - - - - + + Harshvardhan J. Pandit + + Georg P Krog - has authority - + Beatriz Esteves + Harshvardhan J. Pandit accepted + + - - Indicates applicability of authority for a jurisdiction - 2022-01-19 + Conduct direct marketing i.e. marketing communicated directly to the individual + 2020-11-04 + Direct Marketing - - Non-Disclosure Agreement (NDA) + + to join or merge data - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - 2019-04-05 - Non-disclosure Agreements e.g. preserving confidentiality of information + accepted - + + + + 2019-05-07 + Combine - - Paul Ryan - David Hickey - Georg P Krog + + + accepted + + Piero Bonatti Harshvardhan J. Pandit - 2021-09-01 - Organisation Risk Management - - - Manage risk for organisation's activities + Large Scale Processing + 2020-11-04 - accepted + + Processing that takes place at large scales - - - - Bud Bruegger + + 2022-01-19 + Country + Georg P Krog Harshvardhan J. Pandit - Mark Lizar - has consent notice + The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. accepted - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. - 2019-04-05 + - Specifies the notice provided in context of consent + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas + - + + Customer Order Management + Harshvardhan J. Pandit - Paul Ryan - Julian Flake - Georg P. Krog - Beatriz Esteves - accepted - Data subjects that are students + Beatriz + Georg P Krog - 2022-04-06 - - Student + 2021-09-08 + accepted + + Manage customer orders - - Indicates applicability or relevance of a 'third country' - 2022-02-09 + + 2022-05-18 accepted - has third country - - Harshvardhan J. Pandit - Georg P Krog - - - + + + The status or state of something + Status - - to study or examine the data in detail - Analyse + + + to destruct or erase data accepted - - - - + + + Remove 2019-05-07 - + + + accepted + Georg P Krog + Julian Flake Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit - Paul Ryan - Julian Flake + 2022-03-23 + Detriment - - Indication of 'primary' or 'main' or 'core' importance - accepted - 2022-02-10 - - Primary Importance + Impact that acts as or causes detriments - + + Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit + + 2022-01-19 + modified + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. + Special Category Personal Data + Sensitive Personal Data whose use requires specific legal permission or justification + - Transmit 2019-05-07 - - to send out data - - accepted - + + 2022-05-18 + Audit Requested + accepted - - to process data in a way it no longer exists or cannot be repaired - Destruct + State of an audit being requested whose outcome is not yet known - 2019-05-07 - + Harshvardhan J. Pandit - + + Manage selection, assessment, and evaluation related to vendors Harshvardhan J. Pandit - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Javier Fernandez - Simon Steyskal + Paul Ryan + David Hickey + Georg P Krog + accepted - Sell Data to Third Parties - - Sell data or information to third parties - 2019-04-05 + Vendor Selection Assessment - accepted - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2021-09-01 + + - - - accepted - Measures intended to mitigate, minimise, or prevent risk. - 2020-11-04 - Paul Ryan + Harshvardhan J. Pandit + Paul Ryan Georg P Krog - + - Risk Mitigation Measure + 2020-11-04 + accepted + Impact Assessment + + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - - Paul Ryan - David Hickey + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - - Represents a notice or document outlining information regarding privacy - 2021-09-08 + + + 2021-09-08 + + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation accepted - Privacy Notice - + Dispute Management - + + accepted + + Axel Polleres Elmar Kiesling Fajar Ekaputra + Javier Fernandez Simon Steyskal Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Ensure and enforce security e.g. of data, personnel + Enforce Access Control + Conduct or enforce access control + Was previously "Access Control". Prefixed to distinguish from Technical Measure. + 2019-04-05 + + + + + + + + Georg Krog + Harshvardhan Pandit + Paul Ryan + An authority with the power to create or enforce laws, or determine their compliance. + + + accepted + Authority + 2020-11-04 + + + 2021-09-01 + Personalisation - Was previous "Security". Prefixed to distinguish from TechOrg measures. + 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 + Create and provide customisation based on attributes and/or needs of person(s) or context(s). + Harshvardhan J. Pandit accepted - Enforce Security - 2019-04-05 - + accepted - - - - 2022-02-09 - is mitigated by measure - Indicate a risk is mitigated by specified measure - + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + Inferred Personal Data Harshvardhan J. Pandit - + + + 2022-01-19 + + Personal Data that is obtained through inference from other data - + + Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Paul Ryan + Julian Flake + + Sub-Processor Agreement + + + 2022-01-26 + accepted + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + + + A consortium established and comprising on industry organisations accepted + 2022-02-02 - + + Harshvardhan J. Pandit + IndustryConsortium + - 2022-01-19 + + + Harshvardhan J. Pandit + Fajar Ekaputra Georg P Krog - The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. - Country - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - - - + Julian Flake + Beatriz Esteves accepted - Indicates applicability of a Law - - has applicable law - - 2022-01-19 + 2021-09-21 + + 2020-11-04 + + Indicates consenquence(s) possible or arising from specified concept + has consequence + Removed plural suffix for consistency + + + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Julian Flake + Beatriz Esteves + 2022-04-06 + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + + accepted + + - + accepted - - Piero Bonatti + + Beatriz Esteves Harshvardhan J. Pandit - Systematic Monitoring - + Paul Ryan + Julian Flake + Georg P. Krog + + Visitor + Data subjects that are temporary visitors + 2022-04-06 + + - 2020-11-04 - Processing that involves systematic monitoring of individuals + + Destruct + accepted + + to process data in a way it no longer exists or cannot be repaired + + 2019-05-07 - - - + + + Harshvardhan J. Pandit + + 2021-04-21 + Vital Interest + accepted + Processing is necessary or required to protect vital interests of a data subject or other natural person + + Mark Lizar + Harshvardhan J. Pandit Axel Polleres Rob Brennan - Storage Location + + + accepted + Staff Training + Practices and policies regarding training of staff members 2019-04-05 + + + The Legal basis used to justify processing of personal data + Legal Basis + + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2020-11-04 + 2019-04-05 accepted - Location or geospatial scope where the data is stored + Axel Polleres + Javier Fernández - - accepted + + ContractualTerms + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Requested Service Provision + + 2019-04-05 + Contractual terms governing data handling within or with an entity - Deliver service as requested by user or consumer - 2021-09-08 - + accepted - - has personal data - - + + Indicates the logic used in processing such as for automated decision making + 2020-11-04 + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + + accepted + + + has algorithmic logic + + + Pseudo-anonymised Data accepted + + + Harshvardhan J. Pandit - - Indicates association with Personal Data + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data 2022-01-19 - - Julian Flake - Georg P. Krog + accepted + NonGovernmentalOrganisation - An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries + - 2022-03-23 - + Harshvardhan J. Pandit + An organisation not part of or independent from the government + + 2022-02-02 + + + accepted + has expiry + + + 2019-04-05 + Generic property specifying when or under which condition(s) the consent will expire + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit - International Organisation - - 2022-01-26 - Beatriz Esteves + + Julian Flake - Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit Paul Ryan - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - Data Processing Agreement + Georg P Krog + + A source of data that is not publicly accessible or available + 2022-01-26 accepted - - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + Non-Public Data Source - - Contractual terms governing data handling within or with an entity - Mark Lizar - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - + + 2020-11-04 + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + Harshvardhan Pandit + Georg Krog + Paul Ryan + Vulnerable Data Subject accepted + + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - 2019-04-05 - ContractualTerms - - - + + Organise + + + to organize data for arranging or classifying + + + 2019-05-07 accepted - Bud Bruegger + + Harshvardhan J. Pandit - Mark Lizar + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog + accepted + Data subjects that are clients or recipients of services + - 2019-04-05 - Generic property specifying when or under which condition(s) the consent will expire - has expiry + Client + + 2022-04-06 - - + Georg P Krog + Beatriz Harshvardhan J. Pandit - Paul Ryan - + Customer Management + + 2021-09-08 accepted - 2020-11-04 - Consultation with an authority or authoritative entity - Consultation with Authority + + Manage past, current, and future customers - + + accepted + + 2019-05-07 + to keep data for future use + Store - Guidelines or Principles regarding processing and operational measures - GuidelinesPrinciple - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - 2019-04-05 - - - Data that is not Personal Data - The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. - accepted - + - - 2022-01-19 + Indicates use or applicability of Right + accepted + + + + 2020-11-18 + has right Harshvardhan J. Pandit - Non-Personal Data + - - 2019-04-05 - Simon Steyskal + + Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + Mark Lizar + Rob Brennan Harshvardhan J. Pandit Axel Polleres - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Subclass of ServiceProvision since optimisation is usually considered part of providing services - Optimise services or activities + Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. + + Risk Management Procedure + accepted + + + 2019-04-05 + + + accepted - + + 2019-05-07 + + Acquire - Service Optimization + to come into possession or control of the data - - A group of Data Controllers that jointly determine the purposes and means of processing - 2022-02-02 - Joint Data Controllers + + Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. + Algorithmic Logic accepted - To indicate the membership, hasDataController may be used - Georg Krog - Harshvardhan Pandit - - + + Harshvardhan J. Pandit + 2022-01-26 + + The algorithmic logic applied or used - - has expiry condition + + + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. + Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - 2019-04-05 - Specifies the condition or event that determines the expiry of consent + Sensitive Personal Data + 2022-01-19 accepted - - - Can be TextOrDocumentOrURI - - - - Seal - accepted - A seal or a mark indicating proof of certification to some certification or standard - Harshvardhan J. Pandit + Axel Polleres Rob Brennan Mark Lizar + Harshvardhan J. Pandit + accepted + 2019-04-05 + Deletion or Erasure of data including any deletion guarantees + Storage Deletion + - - 2022-04-06 - Georg P. Krog + + Paul Ryan Julian Flake Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan - - Member - Data subjects that are members of a group, organisation, or other collectives - - + Georg P Krog accepted - - - - - accepted - Data Processor - 2019-06-04 + Indication of 'secondary' or 'minor' or 'auxiliary' importance + + Secondary Importance - Harshvardhan J. Pandit - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + 2022-02-11 - - Specifies the justification for entity withdrawing consent - has withdrawal by justification + + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy - 2019-04-05 - - + A 'sub-processor' is a processor engaged by another processor accepted + + Data Sub-Processor + + 2020-11-25 - - Harshvardhan J. Pandit + + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer Georg P. Krog - Paul Ryan - has data source - - - - - 2020-11-04 - accepted - Indicates the source or origin of data being processed - - - - - Consultation is a process of receiving feedback, advice, or opinion from an external agency - Georg P Krog Harshvardhan J. Pandit Paul Ryan - - accepted - - Consultation - 2020-11-04 - - - 2019-04-05 - - - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - has sector - accepted - - + + has data importer accepted - Beatriz Esteves - Fajar Ekaputra - Julian Flake - Harshvardhan J. Pandit - Georg P Krog - - 2020-11-04 - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - - - has consequence + 2022-02-09 + - - 2021-09-21 - - - - Paul Ryan - Georg P. Krog - Beatriz Esteves - Julian Flake + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Data subjects that purchase goods or services - 2022-04-06 - Customer - - note: for B2B relations where customers are organisations, this concept only applies for data subjects + Axel Polleres + + 2019-04-05 + Privacy by Design accepted + Practices regarding incorporating data protection and privacy in the design of information and services + + - - + + Indicates information about storage condition + + + 2019-04-05 + Rob Brennan Mark Lizar Harshvardhan J. Pandit Axel Polleres - 2019-04-05 + - Removal of identity or information to reduce identifiability accepted - - De-Identification + has storage + - + accepted - - Impact that acts as or causes detriments Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - Fajar Ekaputra - Julian Flake - Detriment - 2022-03-23 + + Audit Status + 2022-05-18 + Status associated with Auditing or Investigation - - accepted - Harshvardhan J. Pandit - Beatriz Esteves + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + Privacy Impact Assessment + - Create, maintain, and manage accounts for purposes of providing services - 2021-09-08 - Account Management - + 2020-11-04 + accepted + Carrying out an impact assessment regarding privacy risks - - - 2019-05-07 + accepted - to adjust the data to be in relation to another data - - Align - + + to spread data throughout + Disseminate + + 2019-05-07 + - - - 2022-01-19 + + + 2020-11-04 + + Processing that involves use of innovative and new technologies + Harshvardhan J. Pandit - A political union of two or more countries based on economic or trade agreements - + Piero Bonatti + Innovative Use of New Technologies accepted - EconomicUnion - + - - Georg Krog - A natural person that is not a child i.e. has attained some legally specified age of adulthood - - Adult + + A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. + Entities that receive personal data + accepted + Javier Fernández + Axel Polleres + 2019-04-05 + Recipient + + + - accepted - 2022-03-30 - + + + 2020-11-04 - - Creation, completion, fulfilment, or performance of a contract involving specified processing + - accepted - - - 2021-04-07 - Harshvardhan J. Pandit - Contract + State of being approved through the audit + Harshvardhan J. Pandit + accepted + + 2022-05-18 + Audit Approved - + + Georg P Krog + Julian Flake + Beatriz Esteves + Harshvardhan J. Pandit + Paul Ryan - + Indication of neither being required nor optional i.e. not relevant or needed + Not Required + accepted - - to spread data throughout + 2022-02-15 - Disseminate - 2019-05-07 - - + Harshvardhan J. Pandit - Axel Polleres - Javier Fernandez - Simon Steyskal - Elmar Kiesling - Fajar Ekaputra - accepted + + An authority tasked with overseeing legal compliance for a region + 2022-02-02 + - Context - Contextually relevant information about purpose not possible to represent through other concepts - 2019-04-05 - - + + RegionalAuthority accepted + + Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog - 2021-09-01 - - Manage orders, payment, evaluation, and prospecting related to vendors - Vendor Management - + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + 2022-01-26 + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + Technology - - - 2022-02-02 - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies accepted + + + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - + Generated Personal Data + accepted + Harshvardhan J. Pandit - - AcademicScientificOrganisation + 2022-03-30 - + + to generate or create data + Generate + Harshvardhan J. Pandit + 2022-04-20 + + - 2019-05-07 accepted - Use - - - - to use data - - - - Indicates applicability of Risk - Indicates applicability of Risk for this concept - has risk + + has authority Harshvardhan J. Pandit + Georg P Krog + Indicates applicability of authority for a jurisdiction + 2022-01-19 + + + accepted - 2020-11-18 - + + + Beatriz Esteves + Harshvardhan J. Pandit + Paul Ryan + Julian Flake + Georg P. Krog + + + 2022-04-06 + NonCitizen + accepted + Data subjects that are not citizens (for a jurisdiction) + - 2021-09-08 Georg Krog - Paul Ryan - David Hickey Harshvardhan Pandit + David Hickey + Paul Ryan + - The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing + Data Importer + 2021-09-08 accepted - An entity that 'imports' data where importing is considered a form of data transfer - + The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing + An entity that 'imports' data where importing is considered a form of data transfer - Data Importer - + + Adult + + A natural person that is not a child i.e. has attained some legally specified age of adulthood + Georg Krog + 2022-03-30 - Paul Ryan - Georg P. Krog + accepted + + + 2021-09-08 + Data Processing Records + + Harshvardhan J. Pandit + accepted + + + Records of personal data processing, whether ex-ante or ex-post + + + Julian Flake Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - 2022-04-06 - Data subjects that are citizens (for a jurisdiction) + Paul Ryan + 2022-04-06 + Data subjects that consume goods or services for direct use accepted - Citizen + Consumer + - + - Processing that involves use of innovative and new technologies - Piero Bonatti + 2022-03-30 + + Material Damage + Harshvardhan J. Pandit - 2020-11-04 - accepted - - - Innovative Use of New Technologies + Impact that acts as or causes material damages - - + + 2019-04-05 + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + accepted + Harshvardhan J. Pandit + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal - 2022-02-02 + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + + Sector + + + + 2020-11-04 + has recipient + accepted + 2019-04-04 + Javier Fernández + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - + Axel Polleres + + + Indicates Recipient of Personal Data + - An organisation that does not aim to achieve profit as its primary goal - NonProfitOrganisation + - + + Harshvardhan J. Pandit accepted + + Status associated with Compliance with some norms, objectives, or requirements + Compliance Status + + + 2022-05-18 + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit Axel Polleres - Mark Lizar - - + + Policy regarding repetition or renewal of existing certification(s) 2019-04-05 + accepted + + + Regularity of Re-certification + + + Harshvardhan J. Pandit + accepted + + Organisation + 2022-02-02 + A general term reflecting a company or a business or a group acting as a unit - Duration or temporal limitation on storage of personal data - Storage Duration - - 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 - Create and provide customisation based on attributes and/or needs of person(s) or context(s). + + + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal + Harshvardhan J. Pandit + Research and Development + Conduct research and development for new methods, products, or services + 2019-04-05 accepted - Personalisation - 2021-09-01 - Harshvardhan J. Pandit - - + Harshvardhan J. Pandit + Paul Ryan Georg P Krog - 2022-03-23 - - - Consequence of Success - The consequence(s) possible or arising from success of specified context accepted - - - + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - 2021-09-22 + + 2020-11-04 + Top class: Impact Assessment, and DPIA is sub-class + + Data Protection Impact Assessment (DPIA) + + + Harshvardhan J. Pandit Paul Ryan - David Hickey Georg P Krog - Harshvardhan J. Pandit - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. + Data Transfer Impact Assessment + + Impact Assessment for conducting data transfers + 2021-09-08 accepted + - - - - Paul Ryan - Julian Flake - Georg P. Krog - Beatriz Esteves + + accepted + Manage and provide technical processes and functions necessary for delivering services + Technical Service Provision Harshvardhan J. Pandit - 2022-04-06 + - Immigrant - accepted - Data subjects that are immigrants (for a jurisdiction) + 2021-09-08 + - - Javier Fernández - Bud Bruegger + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit Axel Polleres - Mark Lizar - - + Encryption of data when being stored (persistent encryption) + + 2019-04-05 accepted - has recipient - 2019-04-04 - - - Indicates Recipient of Personal Data + - - 2020-11-04 - + Encryption in Rest - - 2019-05-07 - Make Available + + User Interface Personalisation + 2019-04-05 + Harshvardhan J. Pandit + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal accepted - - to transform or publish data to be used - + + Personalise interfaces presented to the user - + + to infer data from existing data + Harshvardhan J. Pandit + 2022-04-20 - - The purpose of processing personal data - 2019-04-05 - Purpose - 2020-11-04 - Javier Fernández - Axel Polleres + Infer + - accepted + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. - - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - 2022-01-19 - - + + Harshvardhan J.Pandit + Paul Ryan + Beatriz Esteves + Georg P Krog + has name + + accepted - Harshvardhan J. Pandit + - Pseudo-anonymised Data + + Specifies name of a legal entity + 2020-11-04 - - Manage claims, including repayment of monies owed - - Customer Claims Management - Georg P Krog + + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit - Beatriz - 2021-09-08 + Axel Polleres + Simon Steyskal + Optimize internal resource availability and usage for organisation + 2019-04-05 + + Internal Resource Optimisation accepted - - + - - Top class: Impact Assessment, and DPIA is sub-class - - 2020-11-04 - - Paul Ryan - Georg P Krog + + + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Data Protection Impact Assessment (DPIA) - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + Axel Polleres + 2019-04-05 + De-Identification + Removal of identity or information to reduce identifiability + accepted - - Rudy Jacob - Harshvardhan J. Pandit - 2019-11-26 + + 2022-01-19 accepted - - - Create Personalized Recommendations - - Create and provide personalised recommendations + has personal data + + + Harshvardhan J. Pandit + Indicates association with Personal Data + + - + Georg P Krog Harshvardhan J. Pandit Beatriz + 2021-09-08 - Manage past, current, and future customers - - accepted + - Customer Management + + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence + Processing is necessary or beneficial for interest of the public or society at large accepted - Processing is necessary or beneficial for interest of the public or society at large - - 2021-04-21 + Public Interest Harshvardhan J. Pandit - Public Interest + + 2021-04-21 - - to apply a restriction on the processsing of specific records - 2019-05-07 - Restrict - - - - + + The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. accepted - - - + 2022-01-19 + - Paul Ryan - David Hickey - Georg P Krog - Harshvardhan J. Pandit - Members and Partners Management - - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - 2021-09-01 - accepted + Harshvardhan J. Pandit + Data that is not Personal Data + Non-Personal Data - - Rob Brennan - Mark Lizar + Harshvardhan J. Pandit - Axel Polleres - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - 2019-04-05 - Privacy by Default - + Julian Flake + Georg P. Krog + Indicates the specified concepts is 'before' this concept in some context + + + + 2022-03-02 + accepted - + is before - - Deletion or Erasure of data including any deletion guarantees - Storage Deletion - Rob Brennan - Harshvardhan J. Pandit - Axel Polleres - Mark Lizar + accepted - 2019-04-05 - + 2020-11-04 + + + Data Protection Authority - + Georg Krog + Harshvardhan Pandit + Paul Ryan + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - - 2022-02-16 + + Processing necessary to enter into contract + Enter Into Contract - The frequency or information about periods and repetitions in terms of recurrence. - + + 2021-04-07 + Georg P Krog Harshvardhan J. Pandit - Frequency + Paul Ryan + accepted - Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData. - accepted - Anonymised Data + + 2022-01-19 Piero Bonatti - 2022-01-19 + accepted + Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data - - - 2021-12-08 - Data Protection Officer - An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. + - - Paul Ryan - Georg Krog - 2020-11-04 - modified - - - - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - Julian Flake - - Data subjects that are applicants in some context - accepted - - Applicant - 2022-04-06 - - - Sell products or services - - Georg P Krog - Beatriz Esteves + 2022-05-18 + Not Compliant Harshvardhan J. Pandit - + State of not being compliant where objectives have not been met, but have not been violated accepted - - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - 2021-09-08 - Sell Products + - - - 2019-04-05 - Axel Polleres - Rob Brennan - Mark Lizar + + 2022-05-18 + State of being fully compliant + accepted + Compliant Harshvardhan J. Pandit - Access Control Method + + - - accepted - Methods which restrict access to a place or resource - - accepted - Processing that involves evaluation and scoring of individuals - - Evaluation and Scoring + + Payment + Process payment transactions in relation to service + Georg P Krog + Beatriz Esteves Harshvardhan J. Pandit - Piero Bonatti - 2020-11-04 - - - - Manage and provide technical processes and functions necessary for delivering services - Technical Service Provision - 2021-09-08 - accepted - Harshvardhan J. Pandit - + + Location - Representative - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - Paul Ryan - A representative of a legal entity - accepted - - - 2020-11-04 - - - - Harshvardhan J. Pandit - Indicates use or applicability of Organisational measure + Georg P Krog + 2022-01-19 + Location may be geographic, physical, or virtual. accepted - - - 2022-02-09 - - - has organisational measure + A location is a position, site, or area where something is located - - Data subjects that are not citizens (for a jurisdiction) + + 2022-03-23 + Organisational Unit accepted - Harshvardhan J. Pandit + Entity within an organisation that does not constitute as a separate legal entity Paul Ryan - Julian Flake - Georg P. Krog - Beatriz Esteves - NonCitizen - - - 2022-04-06 - - - - Julian Flake - Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - Tourist - accepted - Data subjects that are tourists i.e. not citizens and not immigrants - 2022-04-06 - + - - Indicates inclusion or applicability of an entity to some concept + + 2021-09-01 + Georg P Krog Harshvardhan J. Pandit + Paul Ryan + David Hickey + Vendor Records Management + + accepted - parent property for controller, processor, data subject, authority, etc.? - has entity + Manage orders related to vendors + - - - 2022-02-09 - - - - - - - 2020-11-04 - Georg P Krog - Beatriz Esteves + + Harshvardhan J. Pandit Paul Ryan - Harshvardhan J.Pandit + David Hickey + Georg P Krog accepted + - - Specifies representative of the legal entity - has representative - + 2021-09-01 + + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. + Manage communication or provide means for communication e.g. to send an email notifying some information + Communication Management - - 2022-01-19 - - - Harshvardhan J. Pandit - - - accepted + + to create new derivative data from the original data + - has jurisdiction - Indicates applicability of specified jurisdiction + Derive + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. + + accepted + 2019-05-07 + + - - Indicates impact(s) possible or arising as consequences from specified concept - + - - - - Fajar Ekaputra - Julian Flake + Data subjects that subscribe to service(s) + Georg P. Krog Harshvardhan J. Pandit - Georg P Krog + Paul Ryan + Julian Flake Beatriz Esteves + 2022-04-06 + Subscriber + + note: subscriber can be customer or consumer accepted - - has impact - + - - 2022-02-09 + + Damage + Impact that acts as or causes damages + accepted - Harshvardhan J. Pandit - Duration - The duration or temporal limitation + 2022-03-30 - - - - - Privacy Impact Assessment - accepted - Carrying out an impact assessment regarding privacy risks Harshvardhan J. Pandit - Paul Ryan - Georg P Krog + + + - 2020-11-04 + Axel Polleres + Javier Fernández + + 2020-11-04 + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + Data Controller + accepted + 2019-04-05 + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + - - - Paul Ryan - David Hickey - Georg P Krog - Beatriz Esteves - Harshvardhan J. Pandit - Human Resources Management - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. - - Manage humans and 'human resources' within the organisation for effective and efficient operations. + + to apply a restriction on the processsing of specific records + accepted - 2021-09-01 + + 2019-05-07 + Restrict - - + + 2019-04-05 + has context accepted + + - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - has data importer - 2022-02-09 - - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + Indicates a purpose is restricted to the specified context(s) - - Policy regarding repetition or renewal of existing certification(s) - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar + - - 2019-04-05 + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + Axel Polleres + Javier Fernández + 2020-11-04 + 2019-04-05 accepted - Regularity of Re-certification + Personal Data Handling - - Georg P Krog - Harshvardhan J. Pandit - Beatriz - - Customer Order Management + + + + 2019-05-07 + Transfer accepted - + to move data from one place to another - 2021-09-08 - Manage customer orders - - - - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - Payment - 2020-11-04 - Process payment transactions in relation to service - accepted - - + - - - - Indicates use or applicability of Technical measure + + - accepted + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez + Simon Steyskal Harshvardhan J. Pandit - has technical measure - - - - 2022-02-09 + Subclass of ServiceProvision since personalisation is usually considered part of providing services + Personalise services or product or activities + Service Personalization + + + 2019-04-05 + accepted - - - Context or conditions within which processing takes place + - Processing Context + Incompliant + 2022-05-18 accepted - 2022-02-09 + State of not being compliant Harshvardhan J. Pandit + - + accepted + 2019-05-07 + + + to produce an exact reprodution of the data + Copy - Third Country + + + + + + + + + 2022-02-09 - - Represents a country outside applicable or compatible jurisdiction as outlined in law + Harshvardhan J. Pandit - + accepted + has organisational measure + Indicates use or applicability of Organisational measure - - - 2022-02-02 - NonGovernmentalOrganisation + + + + Create and provide personalised advertising + 2020-11-04 + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves accepted - An organisation not part of or independent from the government - - - Harshvardhan J. Pandit + + Personalised Advertising - - Share - - to give data (or a portion of it) to others - + + has data source + 2020-11-04 - 2019-05-07 + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + + + + Indicates the source or origin of data being processed + accepted - - - Georg Krog - Harshvardhan Pandit + + + Julian Flake + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit Paul Ryan - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - Vulnerable Data Subject - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - accepted - 2020-11-04 + Data subjects that are students + 2022-04-06 + Student - - Data - - - 2022-01-19 + + Elmar Kiesling + Fajar Ekaputra + Javier Fernandez Harshvardhan J. Pandit - A broad concept representing 'data' or 'information' + Axel Polleres + Simon Steyskal + Personalised Benefits + 2019-04-05 + + + Create and provide personalised benefits for a service accepted + - - Paul Ryan - Julian Flake + + accepted + The consequence(s) possible or arising from success of specified context Georg P Krog - Beatriz Esteves Harshvardhan J. Pandit + + 2022-03-23 + + Consequence of Success + + + 2019-05-07 accepted - Required - Indication of 'required' or 'necessary' - - 2022-02-13 + Align - - - 2022-03-30 + + to adjust the data to be in relation to another data + + + + The consequence(s) possible or arising from specified context + + Consequence + Harshvardhan J. Pandit + 2022-01-26 accepted - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context + + + + Harshvardhan J. Pandit + An organisation that does not aim to achieve profit as its primary goal + + 2022-02-02 + + + accepted + NonProfitOrganisation - + + 2019-04-05 + + accepted Harshvardhan J. Pandit - Paul Ryan - David Hickey - Georg P Krog + Axel Polleres + Rob Brennan + Mark Lizar + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - 2021-09-22 - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - - Safeguard + Privacy by Default + + + Processing + + Javier Fernández + Axel Polleres + 2019-04-05 + accepted + The processing performed on personal data + + + 2020-11-04 - - + - 2020-11-04 - has algorithmic logic - Paul Ryan + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + 2022-02-09 + + - + + has joint data controllers + Indicates inclusion or applicability of a Joint Data Controller accepted - Indicates the logic used in processing such as for automated decision making - - - Vital Interest of Natural Person - Harshvardhan J. Pandit + + + Julian Flake + Georg P. Krog Paul Ryan - Georg P Krog + Beatriz Esteves + Harshvardhan J. Pandit + Data subjects that use service(s) + 2022-04-06 - - + accepted - 2021-04-21 - Processing is necessary or required to protect vital interests of a natural person + User - - 2019-04-05 + - 2020-11-04 - The Technical and Organisational measures used. - accepted - Bud Bruegger - Technical and Organisational Measure + Pseudo-Anonymise + - - - A 'sub-processor' is a processor engaged by another processor + to replace personal identifiable information by artificial identifiers + + 2019-05-07 accepted - - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - Harshvardhan J. Pandit - Data Sub-Processor - 2020-11-25 - - - - 2022-01-19 - - - Inferred Personal Data - Personal Data that is obtained through inference from other data - - Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. - + + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Julian Flake + Beatriz Esteves + 2022-04-06 + Applicant + accepted - - - - 2022-01-19 - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - Special Category Personal Data - modified - Sensitive Personal Data whose use requires specific legal permission or justification - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - 2019-05-07 + Data subjects that are applicants in some context - - - - - + + 2022-05-18 + Indicates the status of specified concept accepted + + Harshvardhan J. Pandit + - Indicates policy applicable or used - 2022-01-26 - has policy - + has status + - + Harshvardhan J. Pandit - - An organisation that aims to achieve profit as its primary goal - ForProfitOrganisation + accepted + + Activity Halted + + State of an activity that was occuring in the past, and has been halted or paused or stoped + 2022-05-18 + + 2022-02-02 - accepted + An organisation managed or part of government + accepted + + + Harshvardhan J. Pandit + GovernmentalOrganisation - + accepted 2021-05-19 - Legitimate Interest of Third Party - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - - Legitimate Interests of a Third Party in conducting specified processing + Legitimate Interests of a Party as justification for specified processing - - - - Rudy Jacob Harshvardhan J. Pandit - 2019-11-26 - - - - Create and provide personalised recommendations for events - accepted - Create Event Recommendations + Legitimate Interest + - - Paul Ryan + Harshvardhan J. Pandit - Georg P. Krog - 2022-02-09 - has data exporter + Duration + - - - - accepted - - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - - - IndustryConsortium - 2022-02-02 accepted - A consortium established and comprising on industry organisations - - - - Harshvardhan J. Pandit - + The duration or temporal limitation + 2022-02-09 - - 2022-03-30 - Collected Personal Data + + 2020-11-18 - To indicate the source of data, use the DataSource concept with the hasDataSource relation - - Personal Data that has been collected from another source such as the Data Subject + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. accepted + Risk Harshvardhan J. Pandit - - Entity - Harshvardhan J. Pandit - accepted - 2022-02-02 - A human or non-human 'thing' that constitutes as an entity + + 2022-05-18 + Status associated with activity operations and lifecycles + accepted - - - 2022-01-26 - Beatriz Esteves - Julian Flake - Georg P Krog + Activity Status Harshvardhan J. Pandit - Paul Ryan - Sub-Processor Agreement - + + + + 2022-01-19 accepted - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + + A region is an area or site that is considered a location + Region + Harshvardhan J. Pandit + - - 2019-04-05 + + Activity Completed - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - Storage Restoration + 2022-05-18 accepted - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved - + State of an activity that has completed i.e. is fully in the past + + Harshvardhan J. Pandit - + accepted - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - Official Authority of Controller + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - 2021-05-05 - + + Legitimate Interest Assessment + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + 2021-09-08 diff --git a/dpv-owl/dpv.ttl b/dpv-owl/dpv.ttl index f11f116e7..3cfc96311 100644 --- a/dpv-owl/dpv.ttl +++ b/dpv-owl/dpv.ttl @@ -36,12 +36,12 @@ "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvo" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-owl#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvo:AcademicResearch a owl:Class ; rdfs:label "Academic Research"@en ; @@ -100,6 +100,42 @@ dpvo:Acquire a owl:Class ; rdfs:subClassOf dpvo:Obtain ; sw:term_status "accepted"@en . +dpvo:ActivityCompleted a owl:Class ; + rdfs:label "Activity Completed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that has completed i.e. is fully in the past"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityHalted a owl:Class ; + rdfs:label "Activity Halted"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityOngoing a owl:Class ; + rdfs:label "Activity Ongoing"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity occuring in continuation i.e. currently ongoing"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityProposed a owl:Class ; + rdfs:label "Activity Proposed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity being proposed or planned i.e. yet to occur"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + dpvo:Adapt a owl:Class ; rdfs:label "Adapt"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -166,6 +202,60 @@ dpvo:AnonymisedData a owl:Class ; rdfs:subClassOf dpvo:NonPersonalData ; sw:term_status "accepted"@en . +dpvo:AntiTerrorismOperations a owl:Class ; + rdfs:label "Anti-Terrorism Operations"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + +dpvo:AuditApproved a owl:Class ; + rdfs:label "Audit Approved"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being approved through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditNotRequired a owl:Class ; + rdfs:label "Audit Not Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as not being required"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRejected a owl:Class ; + rdfs:label "Audit Rejected"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being approved or being rejected through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequested a owl:Class ; + rdfs:label "Audit Requested"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an audit being requested whose outcome is not yet known"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequired a owl:Class ; + rdfs:label "Audit Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as being required but has not been conducted"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + dpvo:AuthorisationProcedure a owl:Class ; rdfs:label "Authorisation Procedure"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -186,6 +276,7 @@ dpvo:AutomatedDecisionMaking a owl:Class ; "Piero Bonatti"^^xsd:string ; dct:description "Processing that involves automated decision making"@en ; dct:source ; + rdfs:comment "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . @@ -332,6 +423,15 @@ dpvo:CompleteAnonymisation a owl:Class ; rdfs:subClassOf dpvo:Anonymization ; sw:term_status "accepted"@en . +dpvo:Compliant a owl:Class ; + rdfs:label "Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being fully compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Consent a owl:Class ; rdfs:label "Consent"@en ; dct:created "2021-04-07"^^xsd:date ; @@ -451,6 +551,15 @@ dpvo:Copy a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . +dpvo:CounterMoneyLaundering a owl:Class ; + rdfs:label "Counter Money Laundering"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect and prevent or mitigate money laundering"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:FraudPreventionAndDetection ; + sw:term_status "accepted"@en . + dpvo:CreateEventRecommendations a owl:Class ; rdfs:label "Create Event Recommendations"@en ; dct:created "2019-11-26"^^xsd:date ; @@ -477,6 +586,15 @@ dpvo:CreateProductRecommendations a owl:Class ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . +dpvo:CreditChecking a owl:Class ; + rdfs:label "Credit Checking"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor, perform, or assess credit worthiness or solvency"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerSolvencyMonitoring ; + sw:term_status "accepted"@en . + dpvo:CustomerClaimsManagement a owl:Class ; rdfs:label "Customer Claims Management"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -501,18 +619,6 @@ dpvo:CustomerOrderManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . -dpvo:CustomerSolvencyMonitoring a owl:Class ; - rdfs:label "Customer Solvency Monitoring"@en ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "Monitor solvency of customers for financial diligence"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:CustomerManagement ; - sw:term_status "accepted"@en . - dpvo:DPIA a owl:Class ; rdfs:label "Data Protection Impact Assessment (DPIA)"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -606,17 +712,6 @@ dpvo:DeliveryOfGoods a owl:Class ; rdfs:subClassOf dpvo:RequestedServiceProvision ; sw:term_status "accepted"@en . -dpvo:Derive a owl:Class ; - rdfs:label "Derive"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to create new derivative data from the original data"@en ; - dct:source ; - rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpr:Derive ; - rdfs:subClassOf dpvo:Transform ; - sw:term_status "accepted"@en . - dpvo:DesignStandard a owl:Class ; rdfs:label "Design Standard"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -794,19 +889,13 @@ dpvo:ForProfitOrganisation a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . -dpvo:FraudPreventionAndDetection a owl:Class ; - rdfs:label "Fraud Prevention and Detection"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Detect and prevent fraud"@en ; +dpvo:Generate a owl:Class ; + rdfs:label "Generate"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to generate or create data"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpu:Government ; - rdfs:subClassOf dpvo:EnforceSecurity ; + rdfs:subClassOf dpvo:Obtain ; sw:term_status "accepted"@en . dpvo:Harm a owl:Class ; @@ -893,6 +982,15 @@ dpvo:ImproveInternalCRMProcesses a owl:Class ; dpvo:OptimisationForController ; sw:term_status "accepted"@en . +dpvo:Incompliant a owl:Class ; + rdfs:label "Incompliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:IncreaseServiceRobustness a owl:Class ; rdfs:label "Increase Service Robustness"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -917,6 +1015,16 @@ dpvo:IndustryConsortium a owl:Class ; rdfs:subClassOf dpvo:Organisation ; sw:term_status "accepted"@en . +dpvo:Infer a owl:Class ; + rdfs:label "Infer"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to infer data from existing data"@en ; + rdfs:comment "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Derive ; + sw:term_status "accepted"@en . + dpvo:InferredPersonalData a owl:Class ; rdfs:label "Inferred Personal Data"@en ; dct:created "2022-01-19"^^xsd:date ; @@ -1063,6 +1171,16 @@ dpvo:MakeAvailable a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:Match a owl:Class ; + rdfs:label "Match"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to combine, compare, or match data from different sources"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Use ; + sw:term_status "accepted"@en . + dpvo:MaterialDamage a owl:Class ; rdfs:label "Material Damage"@en ; dct:created "2022-03-30"^^xsd:date ; @@ -1199,6 +1317,15 @@ dpvo:NonPublicDataSource a owl:Class ; rdfs:subClassOf dpvo:DataSource ; sw:term_status "accepted"@en . +dpvo:NotCompliant a owl:Class ; + rdfs:label "Not Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant where objectives have not been met, but have not been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:NotRequired a owl:Class ; rdfs:label "Not Required"@en ; dct:created "2022-02-15"^^xsd:date ; @@ -1295,6 +1422,15 @@ dpvo:PIA a owl:Class ; rdfs:subClassOf dpvo:ImpactAssessment ; sw:term_status "accepted"@en . +dpvo:PartiallyCompliant a owl:Class ; + rdfs:label "Partially Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Participant a owl:Class ; rdfs:label "Participant"@en ; dct:created "2022-04-06"^^xsd:date ; @@ -1346,15 +1482,22 @@ dpvo:PersonalisedBenefits a owl:Class ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . -dpvo:PersonnelManagement a owl:Class ; - rdfs:label "Personnel Management"@en ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - dct:source ; +dpvo:PersonnelHiring a owl:Class ; + rdfs:label "Personnel Hiring"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of hiring processes of personnel"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:HumanResources ; + rdfs:subClassOf dpvo:PersonnelManagement ; + sw:term_status "accepted"@en . + +dpvo:PersonnelPayment a owl:Class ; + rdfs:label "Personnel Payment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of payment of personnel"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:PersonnelManagement ; sw:term_status "accepted"@en . dpvo:PrimaryImportance a owl:Class ; @@ -2016,6 +2159,15 @@ dpvo:VendorSelectionAssessment a owl:Class ; rdfs:subClassOf dpvo:VendorManagement ; sw:term_status "accepted"@en . +dpvo:ViolationOfCompliance a owl:Class ; + rdfs:label "Violation of Compliance"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where objectives have been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:Visitor a owl:Class ; rdfs:label "Visitor"@en ; dct:created "2022-04-06"^^xsd:date ; @@ -2052,6 +2204,18 @@ dpvo:VulnerableDataSubject a owl:Class ; rdfs:subClassOf dpvo:DataSubject ; sw:term_status "accepted"@en . +dpvo:hasActivityStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has activity status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of activity of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ActivityStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasAddress a rdf:Property, owl:ObjectProperty ; rdfs:label "has address"@en ; @@ -2102,6 +2266,18 @@ dpvo:hasAuthority a rdf:Property, rdfs:range dpvo:Authority ; sw:term_status "accepted"@en . +dpvo:hasComplianceStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has compliance status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of compliance of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ComplianceStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasConsentNotice a rdf:Property, owl:AnnotationProperty ; rdfs:label "has consent notice"@en ; @@ -2316,7 +2492,7 @@ dpvo:hasIdentifier a rdf:Property, dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -2332,7 +2508,7 @@ dpvo:hasImpact a rdf:Property, dpvo:hasImpactOn a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact on"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -2915,6 +3091,18 @@ dpvo:CustomerRelationshipManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . +dpvo:CustomerSolvencyMonitoring a owl:Class ; + rdfs:label "Customer Solvency Monitoring"@en ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor solvency of customers for financial diligence"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerManagement ; + sw:term_status "accepted"@en . + dpvo:DataExporter a owl:Class ; rdfs:label "Data Exporter"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -2964,6 +3152,17 @@ dpvo:DataProtectionOfficer a owl:Class ; rdfs:subClassOf dpvo:Representative ; sw:term_status "modified"@en . +dpvo:Derive a owl:Class ; + rdfs:label "Derive"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to create new derivative data from the original data"@en ; + dct:source ; + rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpr:Derive ; + rdfs:subClassOf dpvo:Transform ; + sw:term_status "accepted"@en . + dpvo:DerivedPersonalData a owl:Class ; rdfs:label "Derived Personal Data"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -2978,6 +3177,21 @@ dpvo:DerivedPersonalData a owl:Class ; rdfs:subClassOf dpvo:PersonalData ; sw:term_status "accepted"@en . +dpvo:FraudPreventionAndDetection a owl:Class ; + rdfs:label "Fraud Prevention and Detection"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Detect and prevent fraud"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpu:Government ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:Frequency a owl:Class ; rdfs:label "Frequency"@en ; dct:created "2022-02-16"^^xsd:date ; @@ -3439,6 +3653,17 @@ dpvo:Personalisation a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:PersonnelManagement a owl:Class ; + rdfs:label "Personnel Management"@en ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:HumanResources ; + sw:term_status "accepted"@en . + dpvo:Policy a owl:Class ; rdfs:label "Policy"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -3510,6 +3735,17 @@ dpvo:ServiceOptimization a owl:Class ; rdfs:subClassOf dpvo:ServiceProvision ; sw:term_status "accepted"@en . +dpvo:hasStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Anonymization a owl:Class ; rdfs:label "Anonymization"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3548,21 +3784,6 @@ dpvo:DataSource a owl:Class ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . -dpvo:EnforceSecurity a owl:Class ; - rdfs:label "Enforce Security"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Ensure and enforce security e.g. of data, personnel"@en ; - rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Purpose ; - sw:term_status "accepted"@en . - dpvo:GuidelinesPrinciple a owl:Class ; rdfs:label "GuidelinesPrinciple"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3600,15 +3821,6 @@ dpvo:Necessity a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . -dpvo:Obtain a owl:Class ; - rdfs:label "Obtain"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to solicit or gather data from someone"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Processing ; - sw:term_status "accepted"@en . - dpvo:ResearchAndDevelopment a owl:Class ; rdfs:label "Research and Development"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3687,6 +3899,21 @@ dpvo:DataProcessingAgreement a owl:Class ; rdfs:subClassOf dpvo:LegalAgreement ; sw:term_status "accepted"@en . +dpvo:EnforceSecurity a owl:Class ; + rdfs:label "Enforce Security"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Ensure and enforce security e.g. of data, personnel"@en ; + rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Purpose ; + sw:term_status "accepted"@en . + dpvo:LegalAgreement a owl:Class ; rdfs:label "Legal Agreement"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3711,6 +3938,15 @@ dpvo:Marketing a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:Obtain a owl:Class ; + rdfs:label "Obtain"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to solicit or gather data from someone"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Processing ; + sw:term_status "accepted"@en . + dpvo:OptimisationForController a owl:Class ; rdfs:label "Optimisation for Controller"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3753,6 +3989,15 @@ dpvo:Recipient a owl:Class ; rdfs:subClassOf dpvo:LegalEntity ; sw:term_status "accepted"@en . +dpvo:Status a owl:Class ; + rdfs:label "Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "The status or state of something"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Context ; + sw:term_status "accepted"@en . + dpvo:TechnicalOrganisationalMeasure a owl:Class ; rdfs:label "Technical and Organisational Measure"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -3762,15 +4007,6 @@ dpvo:TechnicalOrganisationalMeasure a owl:Class ; rdfs:isDefinedBy dpvo: ; sw:term_status "accepted"@en . -dpvo:Use a owl:Class ; - rdfs:label "Use"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to use data"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Processing ; - sw:term_status "accepted"@en . - dpvo:hasRecipient a rdf:Property, owl:ObjectProperty ; rdfs:label "has recipient"@en ; @@ -3805,6 +4041,24 @@ dpvo:hasTechnicalOrganisationalMeasure a rdf:Property, rdfs:range dpvo:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:ActivityStatus a owl:Class ; + rdfs:label "Activity Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with activity operations and lifecycles"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:AuditStatus a owl:Class ; + rdfs:label "Audit Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Auditing or Investigation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Consequence a owl:Class ; rdfs:label "Consequence"@en ; dct:created "2022-01-26"^^xsd:date ; @@ -3858,6 +4112,15 @@ dpvo:TechnicalMeasure a owl:Class ; rdfs:subClassOf dpvo:TechnicalOrganisationalMeasure ; sw:term_status "accepted"@en . +dpvo:Use a owl:Class ; + rdfs:label "Use"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to use data"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Processing ; + sw:term_status "accepted"@en . + dpvo:Authority a owl:Class ; rdfs:label "Authority"@en ; dct:created "2020-11-04"^^xsd:date ; @@ -3870,6 +4133,15 @@ dpvo:Authority a owl:Class ; dpvo:LegalEntity ; sw:term_status "accepted"@en . +dpvo:ComplianceStatus a owl:Class ; + rdfs:label "Compliance Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Compliance with some norms, objectives, or requirements"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Impact a owl:Class ; rdfs:label "Impact"@en ; dct:created "2022-03-23"^^xsd:date ; @@ -3909,19 +4181,6 @@ dpvo:hasEntity a rdf:Property, rdfs:range dpvo:Entity ; sw:term_status "accepted"@en . -dpvo:Context a owl:Class ; - rdfs:label "Context"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Contextually relevant information about purpose not possible to represent through other concepts"@en ; - rdfs:isDefinedBy dpvo: ; - sw:term_status "accepted"@en . - dpvo:Location a owl:Class ; rdfs:label "Location"@en ; dct:created "2022-01-19"^^xsd:date ; @@ -3950,6 +4209,19 @@ dpvo:ProcessingContext a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Context a owl:Class ; + rdfs:label "Context"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Contextually relevant information about purpose not possible to represent through other concepts"@en ; + rdfs:isDefinedBy dpvo: ; + sw:term_status "accepted"@en . + dpvo:Transform a owl:Class ; rdfs:label "Transform"@en ; dct:created "2019-05-07"^^xsd:date ; diff --git a/dpv-owl/index.html b/dpv-owl/index.html index aeb04d109..82577c117 100644 --- a/dpv-owl/index.html +++ b/dpv-owl/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvo", title: "DPV-OWL: Data Privacy Vocabulary (DPV) in OWL", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-owl", @@ -4508,12 +4508,15 @@

              Classes

              Academic Research | Account Management | Advertising | + Anti-Terrorism Operations | Commercial Research | Communication for Customer Care | Communication Management | + Counter Money Laundering | Create Event Recommendations | Create Personalized Recommendations | Create Product Recommendations | + Credit Checking | Customer Care | Customer Claims Management | Customer Management | @@ -4546,7 +4549,9 @@

              Classes

              Personalisation | Personalised Advertising | Personalised Benefits | + Personnel Hiring | Personnel Management | + Personnel Payment | Public Relations | Purpose | Record Management | @@ -4703,6 +4708,41 @@

              Advertising

Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -14130,7 +15272,7 @@

has impact

Created:
Contributor(s):
Created:
Contributor(s):
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
SubClass of: + dpvo:EnforceSecurity +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

@@ -4835,6 +4875,41 @@

Communication Management

+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
SubClass of: + dpvo:FraudPreventionAndDetection +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

@@ -4972,6 +5047,41 @@

Create Product Recommendations

+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
SubClass of: + dpvo:CustomerSolvencyMonitoring +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

@@ -5222,6 +5332,12 @@

Customer Solvency Monitoring

dpvo:CustomerManagement + + + + + + + + @@ -6375,6 +6498,41 @@

Personalised Benefits

SuperClass Of: + dpvo:CreditChecking +
Source: @@ -5444,6 +5560,7 @@

Enforce Security

SuperClass Of: + dpvo:AntiTerrorismOperations, dpvo:EnforceAccessControl, dpvo:FraudPreventionAndDetection, dpvo:IdentityVerification @@ -5493,6 +5610,12 @@

Fraud Prevention and Detection

dpvo:EnforceSecurity
SuperClass Of: + dpvo:CounterMoneyLaundering +
Created:
+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
SubClass of: + dpvo:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

@@ -6397,6 +6555,13 @@

Personnel Management

dpvo:HumanResources + + + +
SuperClass Of: + dpvo:PersonnelHiring, + dpvo:PersonnelPayment +
Source: @@ -6417,6 +6582,41 @@

Personnel Management

+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
SubClass of: + dpvo:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

@@ -7589,7 +7789,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -8020,6 +8223,12 @@

Derive

dpvo:Transform + + + + @@ -8228,6 +8437,80 @@

Erase

SuperClass Of: + dpvo:Infer +
Note: Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer.
+
+

Generate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Generate`
Term:Generate
Definition:to generate or create data
SubClass of: + dpvo:Obtain +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Infer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Infer`
Term:Infer
Definition:to infer data from existing data
SubClass of: + dpvo:Derive +
Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Make Available

@@ -8263,6 +8546,47 @@

Make Available

+
+

Match

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Match`
Term:Match
Definition:to combine, compare, or match data from different sources
SubClass of: + dpvo:Use +
Source: + A29WP WP 248 rev.01 Guideliens on DPIA +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Move

@@ -8331,6 +8655,7 @@

Obtain

@@ -8927,6 +9252,7 @@

Use

@@ -11822,21 +12148,223 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

+
+

Activity Completed

+
dpvo:Acquire, dpvo:Collect, + dpvo:Generate, dpvo:Record
dpvo:Analyse, dpvo:Consult, + dpvo:Match, dpvo:Profiling, dpvo:Retrieve
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityCompleted`
Term:ActivityCompleted
Definition:State of an activity that has completed i.e. is fully in the past
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Halted

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityHalted`
Term:ActivityHalted
Definition:State of an activity that was occuring in the past, and has been halted or paused or stoped
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Ongoing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityOngoing`
Term:ActivityOngoing
Definition:State of an activity occuring in continuation i.e. currently ongoing
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Proposed

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityProposed`
Term:ActivityProposed
Definition:State of an activity being proposed or planned i.e. yet to occur
SubClass of: + dpvo:ActivityStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:ActivityCompleted, + dpvo:ActivityHalted, + dpvo:ActivityOngoing, + dpvo:ActivityProposed +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Algorithmic Logic

@@ -11859,13 +12387,313 @@

Algorithmic Logic

dpvo:Context - - - - + + + + + + + + + + + + + +
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
SubClass of: + dpvo:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:AuditApproved, + dpvo:AuditNotRequired, + dpvo:AuditRejected, + dpvo:AuditRequested, + dpvo:AuditRequired +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
SubClass of: + dpvo:Status +
SuperClass Of: + dpvo:Compliant, + dpvo:Incompliant, + dpvo:NotCompliant, + dpvo:PartiallyCompliant, + dpvo:ViolationOfCompliance +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + - + @@ -11900,7 +12728,8 @@

Context

dpvo:HumanInvolvement, dpvo:Importance, dpvo:Necessity, - dpvo:ProcessingContext + dpvo:ProcessingContext, + dpvo:Status @@ -12074,6 +12903,41 @@

Importance

IRI`https://w3id.org/dpv/dpv-owl#Compliant`
Term:Compliant
Definition:State of being fully compliant
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s):
+
+

Incompliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Incompliant`
Term:Incompliant
Definition:State of not being compliant
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Necessity

@@ -12125,6 +12989,41 @@

Necessity

+
+

Not Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#NotCompliant`
Term:NotCompliant
Definition:State of not being compliant where objectives have not been met, but have not been violated
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Not Required

@@ -12203,6 +13102,41 @@

Optional

+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

@@ -12320,6 +13254,49 @@

Secondary Importance

+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#Status`
Term:Status
Definition:The status or state of something
SubClass of: + dpvo:Context +
SuperClass Of: + dpvo:ActivityStatus, + dpvo:AuditStatus, + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

@@ -12353,23 +13330,104 @@

Technology

+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
SubClass of: + dpvo:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Sub-Property Of: + dpvo:hasStatus +
Domain:owl:Thing
Range:dpvo:ActivityStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -12409,6 +13467,49 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Sub-Property Of: + dpvo:hasStatus +
Domain:owl:Thing
Range:dpvo:ComplianceStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -12602,6 +13703,43 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-owl#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Domain:owl:Thing
Range:dpvo:Status
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -12808,6 +13946,10 @@

Automated Decision Making

dpvo:ProcessingContext + + + + - + @@ -14177,7 +15319,7 @@

has impact on

- + @@ -15431,47 +16573,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv-owl/modules/base.jsonld b/dpv-owl/modules/base.jsonld index 7c6491a46..b0f60c3e6 100644 --- a/dpv-owl/modules/base.jsonld +++ b/dpv-owl/modules/base.jsonld @@ -1,38 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The processing performed on personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Indicates association with Personal Data Handling" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -43,12 +38,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "has personal data handling" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -59,49 +54,83 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernández" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Mark Lizar" - }, + "@language": "en", + "@value": "The rights applicable or provided to a Data Subject" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Bud Bruegger" + "@language": "en", + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Data Subject Right" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Right" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -117,12 +146,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@value": "has personal data" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -133,7 +162,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -164,7 +193,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://purl.org/dc/terms/modified": [ @@ -186,12 +215,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data subject" + "@value": "has technical and organisational measure" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -202,7 +231,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataController", + "@id": "https://w3id.org/dpv/dpv-owl#Recipient", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -223,7 +252,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "Entities that receive personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -234,13 +263,16 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -251,7 +283,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Recipient" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -267,7 +304,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -277,18 +314,10 @@ "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@value": "The Legal basis used to justify processing of personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -297,15 +326,10 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -316,12 +340,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@value": "Legal Basis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -332,7 +351,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#DataController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -344,13 +363,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://purl.org/dc/terms/modified": [ @@ -359,6 +381,17 @@ "@value": "2020-11-04" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -367,7 +400,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Data Controller" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -378,15 +416,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#Purpose", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -400,7 +437,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "The purpose of processing personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -409,9 +446,9 @@ "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -422,12 +459,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -438,7 +475,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@id": "https://w3id.org/dpv/dpv-owl#hasLegalBasis", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -446,18 +483,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "Indicates use or applicability of a Legal Basis" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -473,12 +519,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "has legal basis" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -489,32 +535,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#hasRight", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/description": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@language": "en", + "@value": "Indicates use or applicability of Right" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -525,7 +570,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "has right" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -588,37 +638,42 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Georg P Krog" - }, + "@language": "en", + "@value": "Data directly or indirectly associated or related to an individual." + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -629,12 +684,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Right" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -694,7 +754,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -725,7 +785,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Indicates association with Data Controller" } ], "http://purl.org/dc/terms/modified": [ @@ -747,12 +807,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "has data controller" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -763,7 +823,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -794,7 +854,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Indicates association with Data Subject" } ], "http://purl.org/dc/terms/modified": [ @@ -803,11 +863,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { "@id": "http://www.w3.org/2002/07/owl#Thing" @@ -821,12 +876,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient" + "@value": "has data subject" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -837,7 +892,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -868,7 +923,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "Indicates association with Purpose" } ], "http://purl.org/dc/terms/modified": [ @@ -895,12 +950,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has processing" + "@value": "has purpose" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -911,10 +966,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRight", + "@id": "https://w3id.org/dpv/dpv-owl#Risk", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -930,12 +984,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -946,12 +1001,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has right" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Right" + "@value": "Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -962,7 +1012,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -974,19 +1024,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "The individual (or category of individuals) whose personal data is being processed" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ @@ -997,7 +1050,7 @@ "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1008,17 +1061,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1029,7 +1077,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient", + "@id": "https://w3id.org/dpv/dpv-owl#Processing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1050,7 +1098,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "The processing performed on personal data" } ], "http://purl.org/dc/terms/modified": [ @@ -1062,15 +1110,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1081,17 +1120,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Recipient" + "@value": "Processing" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1102,7 +1136,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1110,36 +1144,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Controller" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Indicates applicability of Risk" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1155,12 +1171,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data controller" + "@value": "has risk" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1171,7 +1187,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1183,16 +1199,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "The Technical and Organisational measures used." } ], "http://purl.org/dc/terms/modified": [ @@ -1201,11 +1214,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -1214,12 +1222,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1230,72 +1233,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "@value": "Javier Fernández" + }, { - "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "@value": "Mark Lizar" + }, { - "@language": "en", - "@value": "Risk" + "@value": "Bud Bruegger" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "accepted" + "@value": "Indicates association with Processing" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/description": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Indicates association with Personal Data" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1311,12 +1291,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" + "@value": "has processing" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1327,7 +1307,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1335,21 +1315,41 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates Recipient of Personal Data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1365,12 +1365,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has recipient" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/base.rdf b/dpv-owl/modules/base.rdf index 19174db82..e128e47b8 100644 --- a/dpv-owl/modules/base.rdf +++ b/dpv-owl/modules/base.rdf @@ -5,43 +5,35 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - has recipient - Indicates Recipient of Personal Data - - 2019-04-04 + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 2020-11-04 accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar Bud Bruegger - - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 + + + Personal Data Handling + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + 2019-04-05 + 2020-11-04 accepted - Harshvardhan J. Pandit + Axel Polleres + Javier Fernández - + - - has data subject - Indicates association with Data Subject + + has processing + Indicates association with Processing + 2019-04-04 2020-11-04 accepted @@ -52,38 +44,35 @@ Bud Bruegger - + - - Data Subject - The individual (or category of individuals) whose personal data is being processed - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. 2019-04-05 2020-11-04 accepted - Axel Polleres - Javier Fernández - - - Personal Data Handling - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. - 2019-04-05 - 2020-11-04 + + + + + + has risk + Indicates applicability of Risk + 2020-11-18 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit - + - - has processing - Indicates association with Processing + + has purpose + Indicates association with Purpose 2019-04-04 2020-11-04 @@ -95,17 +84,16 @@ Bud Bruegger - + - - has personal data handling - Indicates association with Personal Data Handling + + has personal data + Indicates association with Personal Data 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog @@ -122,31 +110,27 @@ Harshvardhan Pandit - + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure + + has legal basis + Indicates use or applicability of a Legal Basis 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - has purpose - Indicates association with Purpose - + + has data subject + Indicates association with Data Subject 2019-04-04 2020-11-04 accepted @@ -157,41 +141,21 @@ Bud Bruegger - - - - - - has right - Indicates use or applicability of Right - 2020-11-18 - accepted - Harshvardhan J. Pandit - - - + - - has risk - Indicates applicability of Risk - 2020-11-18 + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure + 2019-04-04 + 2020-11-04 accepted + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - - - - - - Data Subject Right - The rights applicable or provided to a Data Subject - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' - 2020-11-18 - accepted - Beatriz Esteves - Georg P Krog - Harshvardhan Pandit + Mark Lizar + Bud Bruegger @@ -211,20 +175,6 @@ Bud Bruegger - - - - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - @@ -241,32 +191,13 @@ Javier Fernández - - - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2019-04-05 - 2020-11-04 - accepted - - - - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 - accepted - Harshvardhan J. Pandit - - - + - Purpose - The purpose of processing personal data - - + + Data Subject + The individual (or category of individuals) whose personal data is being processed + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + 2019-04-05 2020-11-04 accepted @@ -287,28 +218,70 @@ Javier Fernández - + - - has legal basis - Indicates use or applicability of a Legal Basis + + has recipient + Indicates Recipient of Personal Data + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - + + + + + + has personal data handling + Indicates association with Personal Data Handling + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + - Technical and Organisational Measure - The Technical and Organisational measures used. + Purpose + The purpose of processing personal data + + 2019-04-05 2020-11-04 accepted - Bud Bruegger + Axel Polleres + Javier Fernández + + + + + + + + has right + Indicates use or applicability of Right + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + + + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 + accepted + Harshvardhan J. Pandit @@ -323,4 +296,31 @@ Georg P Krog + + + + Data Subject Right + The rights applicable or provided to a Data Subject + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + 2020-11-18 + accepted + Beatriz Esteves + Georg P Krog + Harshvardhan Pandit + + + + + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + diff --git a/dpv-owl/modules/consent.jsonld b/dpv-owl/modules/consent.jsonld index 6e7c5af4a..b202732f2 100644 --- a/dpv-owl/modules/consent.jsonld +++ b/dpv-owl/modules/consent.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -25,13 +25,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "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." + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -42,7 +36,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision method" + "@value": "has withdrawal time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -53,10 +47,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", + "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#AnnotationProperty" ], "http://purl.org/dc/terms/created": [ { @@ -78,13 +72,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Specifies the notice provided in context of consent" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -95,12 +89,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision by" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@value": "has consent notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -111,7 +100,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -136,7 +125,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Specifies the condition or event that determines the expiry of consent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -147,7 +142,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has provision time" + "@value": "has expiry condition" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -158,7 +158,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -183,7 +183,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Specifies the justification for entity withdrawing consent" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -194,7 +200,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry" + "@value": "has withdrawal by justification" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -205,7 +211,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -230,7 +236,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Specifries the method by which consent can be/has been withdrawn" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Can be used to record information of how to withdraw consent, 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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -241,12 +253,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry time" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#expiry" + "@value": "has withdrawal method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -315,10 +322,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#AnnotationProperty" + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -340,13 +347,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -357,7 +364,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "has withdrawal by" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -368,7 +380,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionBy", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -393,13 +405,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -410,7 +422,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "has provision by" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -479,7 +491,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -504,13 +516,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Can be TextOrDocumentOrURI" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -521,12 +527,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has expiry condition" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#expiry" + "@value": "has provision time" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -537,7 +538,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiry", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -562,7 +563,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -573,7 +574,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "has expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -584,7 +585,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-owl#hasProvisionMethod", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -609,13 +610,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." + "@value": "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." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -626,7 +627,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has provision method" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -637,7 +638,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-owl#hasExpiryTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#AnnotationProperty" @@ -662,13 +663,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Can be used to record information of how to withdraw consent, 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." + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -679,7 +674,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "has expiry time" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/consent.rdf b/dpv-owl/modules/consent.rdf index f86cc9957..350b5063b 100644 --- a/dpv-owl/modules/consent.rdf +++ b/dpv-owl/modules/consent.rdf @@ -19,11 +19,11 @@ Bud Bruegger - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + has provision time + Specifies the instant in time when consent was given 2019-04-05 accepted Harshvardhan J. Pandit @@ -31,11 +31,12 @@ Bud Bruegger - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + 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 accepted Harshvardhan J. Pandit @@ -43,12 +44,12 @@ Bud Bruegger - + - has withdrawal method - Specifries the method by which consent can be/has been withdrawn - Can be used to record information of how to withdraw consent, 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. + has provision by justification + Specifies the justification for entity providing consent + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -56,12 +57,13 @@ Bud Bruegger - + - - has consent notice - Specifies the notice provided in context of consent - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + + + has provision by + Specifies the entity that provisioned or provided consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. 2019-04-05 accepted Harshvardhan J. Pandit @@ -69,12 +71,13 @@ Bud Bruegger - + - - 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. + + + is explicit + Specifies consent is 'explicit' + The conditions for what is considered 'explicit consent' differ by norms and laws. 2019-04-05 accepted Harshvardhan J. Pandit @@ -82,12 +85,12 @@ Bud Bruegger - + - has withdrawal by justification - Specifies the justification for entity withdrawing consent - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy + has withdrawal method + Specifries the method by which consent can be/has been withdrawn + Can be used to record information of how to withdraw consent, 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 accepted Harshvardhan J. Pandit @@ -95,12 +98,11 @@ Bud Bruegger - + - has provision by justification - Specifies the justification for entity providing consent - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy + has withdrawal time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -108,13 +110,12 @@ Bud Bruegger - + - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI + has expiry time + Specifies the expiry time or duration for consent 2019-04-05 accepted Harshvardhan J. Pandit @@ -122,13 +123,12 @@ Bud Bruegger - + - - - has provision by - Specifies the entity that provisioned or provided consent - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + + has withdrawal by justification + Specifies the justification for entity withdrawing consent + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -136,11 +136,13 @@ Bud Bruegger - + - has provision time - Specifies the instant in time when consent was given + + has expiry condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit @@ -148,13 +150,11 @@ Bud Bruegger - + - - - is explicit - Specifies consent is 'explicit' - The conditions for what is considered 'explicit consent' differ by norms and laws. + + has expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -162,12 +162,12 @@ Bud Bruegger - + - - has expiry time - Specifies the expiry time or duration for consent + has consent notice + Specifies the notice provided in context of consent + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. 2019-04-05 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/context.jsonld b/dpv-owl/modules/context.jsonld index 9c869474c..6c4116975 100644 --- a/dpv-owl/modules/context.jsonld +++ b/dpv-owl/modules/context.jsonld @@ -1,122 +1,25 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Duration", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "The duration or temporal limitation" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Duration" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Frequency", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "The frequency or information about periods and repetitions in terms of recurrence." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Frequency" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity", + "@id": "https://w3id.org/dpv/dpv-owl#hasContext", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-12" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -127,10 +30,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Necessity" + "@value": "has context" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-owl#Context" } @@ -200,46 +103,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-owl#ViolationOfCompliance", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "State where objectives have been violated" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -250,12 +132,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "Violation of Compliance" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Technology" + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -323,45 +205,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", + "@id": "https://w3id.org/dpv/dpv-owl#AuditNotRequired", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about duration" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "State where an audit is determined as not being required" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -372,12 +234,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has duration" + "@value": "Audit Not Required" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Duration" + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -388,14 +250,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Context", + "@id": "https://w3id.org/dpv/dpv-owl#Optional", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-14" } ], "http://purl.org/dc/terms/creator": [ @@ -403,25 +265,22 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -432,7 +291,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Context" + "@value": "Optional" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Necessity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -443,7 +307,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isBefore", + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -451,24 +315,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@value": "Indicates the status of specified concept" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -484,12 +342,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is before" + "@value": "has status" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -500,15 +358,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityOngoing", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -519,12 +376,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "State of an activity occuring in continuation i.e. currently ongoing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -535,12 +387,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has frequency" + "@value": "Activity Ongoing" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Frequency" + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -551,37 +403,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "Status associated with activity operations and lifecycles" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -592,12 +432,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "Activity Status" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -608,24 +448,17 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-owl#Duration", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -633,12 +466,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -649,12 +477,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has algorithmic logic" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" + "@value": "Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -665,17 +488,24 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -683,13 +513,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." + "@value": "Human involvement is also relevant to 'human in the loop'" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -700,12 +535,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "has human involvement" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -716,14 +551,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Importance", + "@id": "https://w3id.org/dpv/dpv-owl#Necessity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ @@ -746,13 +581,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -763,7 +598,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Importance" + "@value": "Necessity" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -779,7 +614,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContext", + "@id": "https://w3id.org/dpv/dpv-owl#hasIdentifier", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -787,13 +622,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-25" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -809,12 +658,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has context" + "@value": "has identifier" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -825,43 +674,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-owl#SecondaryImportance", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-11" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Georg P Krog" + }, { - "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "@value": "Julian Flake" + }, { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/description": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -872,12 +715,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has human involvement" + "@value": "Secondary Importance" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -888,37 +731,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Optional", + "@id": "https://w3id.org/dpv/dpv-owl#Frequency", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -929,12 +760,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optional" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Necessity" + "@value": "Frequency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -945,7 +771,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -963,13 +789,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "The algorithmic logic applied or used" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -980,7 +806,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Algorithmic Logic" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -996,7 +822,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-owl#isBefore", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1004,22 +830,16 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Julian Flake" } @@ -1027,19 +847,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1055,23 +863,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "is before" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Technology", + "@id": "https://w3id.org/dpv/dpv-owl#HumanInvolvement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1089,13 +897,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1106,7 +914,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technology" + "@value": "Human Involvement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1117,40 +930,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-owl#Technology", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1161,12 +965,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has identifier" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Technology" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1177,37 +976,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-owl#hasDuration", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indicates information about duration" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1218,12 +1025,281 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "has duration" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Importance" + "@id": "https://w3id.org/dpv/dpv-owl#Duration" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasComplianceStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates the status of compliance of specified concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has compliance status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Status associated with Compliance with some norms, objectives, or requirements" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Compliance Status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Status" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#isImplementedUsingTechnology", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates implementation details such as technologies or processes" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "is implemented using technology" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Technology" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditApproved", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of being approved through the audit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Approved" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PrimaryImportance", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-10" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indication of 'primary' or 'main' or 'core' importance" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Primary Importance" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Importance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1289,5 +1365,902 @@ "@value": "accepted" } ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityProposed", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of an activity being proposed or planned i.e. yet to occur" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Activity Proposed" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Context", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Context" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Importance", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "An indication of 'importance' within a context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Importance" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Context" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasFrequency", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-16" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates the frequency with which something takes place" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has frequency" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Frequency" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Incompliant", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of not being compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Incompliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasAlgorithmicLogic", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates the logic used in processing such as for automated decision making" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has algorithmic logic" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AlgorithmicLogic" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PartiallyCompliant", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Partially Compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#isImplementedByEntity", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates implementation details such as entities or agents" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "is implemented by entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "modified" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditRequired", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State where an audit is determined as being required but has not been conducted" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Required" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityCompleted", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of an activity that has completed i.e. is fully in the past" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Activity Completed" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#NotCompliant", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of not being compliant where objectives have not been met, but have not been violated" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Not Compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditRejected", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of not being approved or being rejected through the audit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Rejected" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityHalted", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Activity Halted" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Compliant", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of being fully compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Compliant" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ComplianceStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditRequested", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "State of an audit being requested whose outcome is not yet known" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Requested" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AuditStatus", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Status associated with Auditing or Investigation" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Audit Status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Status" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#hasActivityStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates the status of activity of specified concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has activity status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ActivityStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Status", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The status or state of something" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Status" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Context" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] } ] \ No newline at end of file diff --git a/dpv-owl/modules/context.n3 b/dpv-owl/modules/context.n3 index 5410d3514..3164fdbc9 100644 --- a/dpv-owl/modules/context.n3 +++ b/dpv-owl/modules/context.n3 @@ -6,6 +6,114 @@ @prefix sw: . @prefix xsd: . +dpvo:ActivityCompleted a owl:Class ; + rdfs:label "Activity Completed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that has completed i.e. is fully in the past"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityHalted a owl:Class ; + rdfs:label "Activity Halted"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityOngoing a owl:Class ; + rdfs:label "Activity Ongoing"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity occuring in continuation i.e. currently ongoing"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityProposed a owl:Class ; + rdfs:label "Activity Proposed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity being proposed or planned i.e. yet to occur"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditApproved a owl:Class ; + rdfs:label "Audit Approved"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being approved through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditNotRequired a owl:Class ; + rdfs:label "Audit Not Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as not being required"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRejected a owl:Class ; + rdfs:label "Audit Rejected"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being approved or being rejected through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequested a owl:Class ; + rdfs:label "Audit Requested"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an audit being requested whose outcome is not yet known"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequired a owl:Class ; + rdfs:label "Audit Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as being required but has not been conducted"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:Compliant a owl:Class ; + rdfs:label "Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being fully compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:Incompliant a owl:Class ; + rdfs:label "Incompliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:NotCompliant a owl:Class ; + rdfs:label "Not Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant where objectives have not been met, but have not been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:NotRequired a owl:Class ; rdfs:label "Not Required"@en ; dct:created "2022-02-15"^^xsd:date ; @@ -32,6 +140,15 @@ dpvo:Optional a owl:Class ; rdfs:subClassOf dpvo:Necessity ; sw:term_status "accepted"@en . +dpvo:PartiallyCompliant a owl:Class ; + rdfs:label "Partially Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:PrimaryImportance a owl:Class ; rdfs:label "Primary Importance"@en ; dct:created "2022-02-10"^^xsd:date ; @@ -71,6 +188,27 @@ dpvo:SecondaryImportance a owl:Class ; rdfs:subClassOf dpvo:Importance ; sw:term_status "accepted"@en . +dpvo:ViolationOfCompliance a owl:Class ; + rdfs:label "Violation of Compliance"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where objectives have been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:hasActivityStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has activity status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of activity of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ActivityStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasAlgorithmicLogic a rdf:Property, owl:ObjectProperty ; rdfs:label "has algorithmic logic"@en ; @@ -84,6 +222,18 @@ dpvo:hasAlgorithmicLogic a rdf:Property, rdfs:range dpvo:AlgorithmicLogic ; sw:term_status "accepted"@en . +dpvo:hasComplianceStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has compliance status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of compliance of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ComplianceStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasContext a rdf:Property, owl:ObjectProperty ; rdfs:label "has context"@en ; @@ -265,6 +415,17 @@ dpvo:Importance a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:hasStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Necessity a owl:Class ; rdfs:label "Necessity"@en ; dct:created "2022-02-12"^^xsd:date ; @@ -279,6 +440,42 @@ dpvo:Necessity a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Status a owl:Class ; + rdfs:label "Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "The status or state of something"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Context ; + sw:term_status "accepted"@en . + +dpvo:ActivityStatus a owl:Class ; + rdfs:label "Activity Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with activity operations and lifecycles"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:AuditStatus a owl:Class ; + rdfs:label "Audit Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Auditing or Investigation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:ComplianceStatus a owl:Class ; + rdfs:label "Compliance Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Compliance with some norms, objectives, or requirements"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Context a owl:Class ; rdfs:label "Context"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/modules/context.rdf b/dpv-owl/modules/context.rdf index d87e7d050..b6ae5d51a 100644 --- a/dpv-owl/modules/context.rdf +++ b/dpv-owl/modules/context.rdf @@ -5,21 +5,73 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + Audit Required + State where an audit is determined as being required but has not been conducted + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Required + Indication of 'required' or 'necessary' + 2022-02-13 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + - - has human involvement - Indicates Involvement of humans in processing such as within automated decision making process - Human involvement is also relevant to 'human in the loop' - 2020-11-04 - accepted - Georg P. Krog + + is implemented by entity + Indicates implementation details such as entities or agents + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + 2019-05-07 + 2022-01-26 + modified + Axel Polleres + Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + Julian Flake + + + + + + Activity Ongoing + State of an activity occuring in continuation i.e. currently ongoing + 2022-05-18 + accepted Harshvardhan J. Pandit + + + + Necessity + An indication of 'necessity' within a context + Necessity can be used to express need, essentiality, requirement, or compulsion. + 2022-02-12 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + Context @@ -34,20 +86,41 @@ Simon Steyskal - + + + + Activity Proposed + State of an activity being proposed or planned i.e. yet to occur + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Optional + Indication of 'optional' or 'voluntary' + 2022-02-14 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + - - has duration - Indicates information about duration - - 2019-04-05 + + + has activity status + Indicates the status of activity of specified concept + 2022-05-18 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar @@ -65,68 +138,63 @@ Beatriz Esteves - + - - has context - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 - accepted - - - - - Technology - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - 2022-01-26 + + is after + Indicates the specified concepts is 'after' this concept in some context + 2022-03-02 accepted + Georg P. Krog Harshvardhan J. Pandit + Julian Flake - + - - is implemented using technology - Indicates implementation details such as technologies or processes - The term 'technology' is inclusive of technologies, processes, and methods. - 2022-01-26 + + has frequency + Indicates the frequency with which something takes place + 2022-02-16 accepted - Beatriz Esteves Harshvardhan J. Pandit - Paul Ryan - Julian Flake - - - - - - has algorithmic logic - Indicates the logic used in processing such as for automated decision making - 2020-11-04 + + + + Audit Status + Status associated with Auditing or Investigation + 2022-05-18 accepted - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit - + - - Primary Importance - Indication of 'primary' or 'main' or 'core' importance - 2022-02-10 + Duration + The duration or temporal limitation + 2022-02-09 accepted Harshvardhan J. Pandit - Paul Ryan + + + + + + + + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 + accepted + Harshvardhan J.Pandit Georg P Krog - Julian Flake + Paul Ryan Beatriz Esteves @@ -141,73 +209,65 @@ Harshvardhan J. Pandit - + - - is before - Indicates the specified concepts is 'before' this concept in some context - 2022-03-02 + + + has compliance status + Indicates the status of compliance of specified concept + 2022-05-18 accepted - Georg P. Krog Harshvardhan J. Pandit - Julian Flake - + + + + Audit Approved + State of being approved through the audit + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + - - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 + + has algorithmic logic + Indicates the logic used in processing such as for automated decision making + 2020-11-04 accepted - Harshvardhan J.Pandit - Georg P Krog + Georg P. Krog Paul Ryan - Beatriz Esteves + Harshvardhan J. Pandit - + - - is implemented by entity - Indicates implementation details such as entities or agents - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - 2019-05-07 - 2022-01-26 - modified - Axel Polleres - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - - - - - - Required - Indication of 'required' or 'necessary' - 2022-02-13 + + is implemented using technology + Indicates implementation details such as technologies or processes + The term 'technology' is inclusive of technologies, processes, and methods. + 2022-01-26 accepted + Beatriz Esteves Harshvardhan J. Pandit Paul Ryan - Georg P Krog Julian Flake - Beatriz Esteves - + - - Optional - Indication of 'optional' or 'voluntary' - 2022-02-14 + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 accepted Harshvardhan J. Pandit Paul Ryan @@ -227,6 +287,32 @@ Harshvardhan J. Pandit + + + + + + has human involvement + Indicates Involvement of humans in processing such as within automated decision making process + Human involvement is also relevant to 'human in the loop' + 2020-11-04 + accepted + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + + + + + + + + has context + Indicates a purpose is restricted to the specified context(s) + 2019-04-05 + accepted + + @@ -241,40 +327,86 @@ Beatriz Esteves - + - - Secondary Importance - Indication of 'secondary' or 'minor' or 'auxiliary' importance - 2022-02-11 + Technology + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + 2022-01-26 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog + + + + + + + + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 + accepted + Georg P. Krog + Harshvardhan J. Pandit Julian Flake - Beatriz Esteves - + - - Necessity - An indication of 'necessity' within a context - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 + + Audit Not Required + State where an audit is determined as not being required + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - + - Duration - The duration or temporal limitation - 2022-02-09 + + Audit Requested + State of an audit being requested whose outcome is not yet known + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Audit Rejected + State of not being approved or being rejected through the audit + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Violation of Compliance + State where objectives have been violated + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Partially Compliant + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Incompliant + State of not being compliant + 2022-05-18 accepted Harshvardhan J. Pandit @@ -288,28 +420,114 @@ Harshvardhan J. Pandit - + + + + Activity Status + Status associated with activity operations and lifecycles + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Not Compliant + State of not being compliant where objectives have not been met, but have not been violated + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Activity Halted + State of an activity that was occuring in the past, and has been halted or paused or stoped + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Compliance Status + Status associated with Compliance with some norms, objectives, or requirements + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Activity Completed + State of an activity that has completed i.e. is fully in the past + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Status + The status or state of something + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Primary Importance + Indication of 'primary' or 'main' or 'core' importance + 2022-02-10 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + - - is after - Indicates the specified concepts is 'after' this concept in some context - 2022-03-02 + + has duration + Indicates information about duration + + 2019-04-05 accepted - Georg P. Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Julian Flake + Mark Lizar - + - - has frequency - Indicates the frequency with which something takes place - 2022-02-16 + + has status + Indicates the status of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Compliant + State of being fully compliant + 2022-05-18 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/context.ttl b/dpv-owl/modules/context.ttl index 5410d3514..3164fdbc9 100644 --- a/dpv-owl/modules/context.ttl +++ b/dpv-owl/modules/context.ttl @@ -6,6 +6,114 @@ @prefix sw: . @prefix xsd: . +dpvo:ActivityCompleted a owl:Class ; + rdfs:label "Activity Completed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that has completed i.e. is fully in the past"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityHalted a owl:Class ; + rdfs:label "Activity Halted"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityOngoing a owl:Class ; + rdfs:label "Activity Ongoing"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity occuring in continuation i.e. currently ongoing"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:ActivityProposed a owl:Class ; + rdfs:label "Activity Proposed"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an activity being proposed or planned i.e. yet to occur"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ActivityStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditApproved a owl:Class ; + rdfs:label "Audit Approved"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being approved through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditNotRequired a owl:Class ; + rdfs:label "Audit Not Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as not being required"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRejected a owl:Class ; + rdfs:label "Audit Rejected"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being approved or being rejected through the audit"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequested a owl:Class ; + rdfs:label "Audit Requested"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of an audit being requested whose outcome is not yet known"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:AuditRequired a owl:Class ; + rdfs:label "Audit Required"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where an audit is determined as being required but has not been conducted"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:AuditStatus ; + sw:term_status "accepted"@en . + +dpvo:Compliant a owl:Class ; + rdfs:label "Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of being fully compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:Incompliant a owl:Class ; + rdfs:label "Incompliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:NotCompliant a owl:Class ; + rdfs:label "Not Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of not being compliant where objectives have not been met, but have not been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:NotRequired a owl:Class ; rdfs:label "Not Required"@en ; dct:created "2022-02-15"^^xsd:date ; @@ -32,6 +140,15 @@ dpvo:Optional a owl:Class ; rdfs:subClassOf dpvo:Necessity ; sw:term_status "accepted"@en . +dpvo:PartiallyCompliant a owl:Class ; + rdfs:label "Partially Compliant"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + dpvo:PrimaryImportance a owl:Class ; rdfs:label "Primary Importance"@en ; dct:created "2022-02-10"^^xsd:date ; @@ -71,6 +188,27 @@ dpvo:SecondaryImportance a owl:Class ; rdfs:subClassOf dpvo:Importance ; sw:term_status "accepted"@en . +dpvo:ViolationOfCompliance a owl:Class ; + rdfs:label "Violation of Compliance"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "State where objectives have been violated"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:ComplianceStatus ; + sw:term_status "accepted"@en . + +dpvo:hasActivityStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has activity status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of activity of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ActivityStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasAlgorithmicLogic a rdf:Property, owl:ObjectProperty ; rdfs:label "has algorithmic logic"@en ; @@ -84,6 +222,18 @@ dpvo:hasAlgorithmicLogic a rdf:Property, rdfs:range dpvo:AlgorithmicLogic ; sw:term_status "accepted"@en . +dpvo:hasComplianceStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has compliance status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of compliance of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:ComplianceStatus ; + rdfs:subPropertyOf dpvo:hasStatus ; + sw:term_status "accepted"@en . + dpvo:hasContext a rdf:Property, owl:ObjectProperty ; rdfs:label "has context"@en ; @@ -265,6 +415,17 @@ dpvo:Importance a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:hasStatus a rdf:Property, + owl:ObjectProperty ; + rdfs:label "has status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Indicates the status of specified concept"@en ; + rdfs:domain owl:Thing ; + rdfs:isDefinedBy dpvo: ; + rdfs:range dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Necessity a owl:Class ; rdfs:label "Necessity"@en ; dct:created "2022-02-12"^^xsd:date ; @@ -279,6 +440,42 @@ dpvo:Necessity a owl:Class ; rdfs:subClassOf dpvo:Context ; sw:term_status "accepted"@en . +dpvo:Status a owl:Class ; + rdfs:label "Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "The status or state of something"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Context ; + sw:term_status "accepted"@en . + +dpvo:ActivityStatus a owl:Class ; + rdfs:label "Activity Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with activity operations and lifecycles"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:AuditStatus a owl:Class ; + rdfs:label "Audit Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Auditing or Investigation"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + +dpvo:ComplianceStatus a owl:Class ; + rdfs:label "Compliance Status"@en ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Status associated with Compliance with some norms, objectives, or requirements"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Status ; + sw:term_status "accepted"@en . + dpvo:Context a owl:Class ; rdfs:label "Context"@en ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv-owl/modules/entities.jsonld b/dpv-owl/modules/entities.jsonld index a21860e38..ca030fa46 100644 --- a/dpv-owl/modules/entities.jsonld +++ b/dpv-owl/modules/entities.jsonld @@ -1,4 +1,60 @@ [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Specifies the indicated entity is responsible within some context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has responsible entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, { "@id": "https://w3id.org/dpv/dpv-owl#Entity", "@type": [ @@ -100,7 +156,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -108,32 +164,29 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "Indicates inclusion or applicability of an entity to some concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "parent property for controller, processor, data subject, authority, etc.?" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -144,12 +197,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has address" + "@value": "has entity" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -219,7 +272,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasContact", + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -247,7 +300,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -263,57 +316,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has contact" + "@value": "has representative" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "A human" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Natural Person" + "@id": "https://w3id.org/dpv/dpv-owl#Representative" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -324,7 +337,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-owl#hasAddress", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -332,23 +345,32 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -359,17 +381,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has responsible entity" + "@value": "has address" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -380,14 +397,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity", + "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -398,7 +415,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@value": "A human" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -409,7 +426,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -425,15 +442,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity", + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -444,18 +460,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -466,10 +471,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has entity" + "@value": "Legal Entity" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#Entity" } @@ -482,7 +487,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative", + "@id": "https://w3id.org/dpv/dpv-owl#hasContact", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -510,7 +515,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -526,17 +531,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has representative" + "@value": "has contact" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/entities.rdf b/dpv-owl/modules/entities.rdf index 7ef9363c3..489a78456 100644 --- a/dpv-owl/modules/entities.rdf +++ b/dpv-owl/modules/entities.rdf @@ -5,6 +5,58 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + + has name + Specifies name of a legal entity + 2020-11-04 + accepted + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves + + + + + + Natural Person + A human + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + + + has responsible entity + Specifies the indicated entity is responsible within some context + 2022-03-02 + accepted + Harshvardhan J. Pandit + + + + + + Representative + A representative of a legal entity + + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + + @@ -15,32 +67,35 @@ Harshvardhan J. Pandit - - - Entity - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 + + + + + + has entity + Indicates inclusion or applicability of an entity to some concept + parent property for controller, processor, data subject, authority, etc.? + 2022-02-09 accepted Harshvardhan J. Pandit - + - - Natural Person - A human - 2022-02-09 + Entity + A human or non-human 'thing' that constitutes as an entity + 2022-02-02 accepted Harshvardhan J. Pandit - + - has address - Specifies address of a legal entity such as street address or pin code + has contact + Specifies contact details of a legal entity such as phone or email 2020-11-04 accepted Harshvardhan J.Pandit @@ -65,28 +120,13 @@ Beatriz Esteves - - - - - - has name - Specifies name of a legal entity - 2020-11-04 - accepted - Harshvardhan J.Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves - - - + - has contact - Specifies contact details of a legal entity such as phone or email + has address + Specifies address of a legal entity such as street address or pin code 2020-11-04 accepted Harshvardhan J.Pandit @@ -95,44 +135,4 @@ Beatriz Esteves - - - - Representative - A representative of a legal entity - - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - - has entity - Indicates inclusion or applicability of an entity to some concept - parent property for controller, processor, data subject, authority, etc.? - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - - - - has responsible entity - Specifies the indicated entity is responsible within some context - 2022-03-02 - accepted - Harshvardhan J. Pandit - - diff --git a/dpv-owl/modules/entities_authority.jsonld b/dpv-owl/modules/entities_authority.jsonld index 1d5801db5..bf0a2abb7 100644 --- a/dpv-owl/modules/entities_authority.jsonld +++ b/dpv-owl/modules/entities_authority.jsonld @@ -1,33 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -38,12 +34,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is authority for" + "@value": "SupraNationalAuthority" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -54,34 +50,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -92,10 +84,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has authority" + "@value": "NationalAuthority" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#Authority" } @@ -108,31 +100,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Authority", + "@id": "https://w3id.org/dpv/dpv-owl#isAuthorityFor", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@value": "Indicates area, scope, or applicability of an Authority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -143,15 +138,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authority" + "@value": "is authority for" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -162,30 +154,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -196,7 +189,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "Data Protection Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -212,30 +205,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#Authority", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -246,12 +240,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "Authority" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Authority" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -312,31 +309,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#hasAuthority", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@value": "Indicates applicability of authority for a jurisdiction" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -347,10 +347,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "has authority" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-owl#Authority" } diff --git a/dpv-owl/modules/entities_authority.rdf b/dpv-owl/modules/entities_authority.rdf index c6d3776cd..e63980781 100644 --- a/dpv-owl/modules/entities_authority.rdf +++ b/dpv-owl/modules/entities_authority.rdf @@ -5,19 +5,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - has authority - Indicates applicability of authority for a jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - @@ -31,29 +18,6 @@ Georg P Krog - - - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - - Data Protection Authority - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit - - @@ -67,6 +31,19 @@ Harshvardhan Pandit + + + + + + has authority + Indicates applicability of authority for a jurisdiction + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + @@ -89,4 +66,27 @@ Harshvardhan J. Pandit + + + + Data Protection Authority + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan Pandit + + + + + + RegionalAuthority + An authority tasked with overseeing legal compliance for a region + + 2022-02-02 + accepted + Harshvardhan J. Pandit + + diff --git a/dpv-owl/modules/entities_datasubject.jsonld b/dpv-owl/modules/entities_datasubject.jsonld index 963721681..ad28b91c6 100644 --- a/dpv-owl/modules/entities_datasubject.jsonld +++ b/dpv-owl/modules/entities_datasubject.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Applicant", + "@id": "https://w3id.org/dpv/dpv-owl#JobApplicant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -30,7 +30,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are applicants in some context" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,12 +41,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Applicant" + "@value": "JobApplicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Applicant" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -57,49 +57,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#Consumer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Subject" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -110,19 +98,14 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data subject" + "@value": "Consumer" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -131,45 +114,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#Applicant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Georg P. Krog" + }, { - "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Julian Flake" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -180,15 +155,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Applicant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -199,7 +171,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", + "@id": "https://w3id.org/dpv/dpv-owl#Participant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -229,7 +201,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -240,7 +212,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonCitizen" + "@value": "Participant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -256,7 +228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consumer", + "@id": "https://w3id.org/dpv/dpv-owl#Visitor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -286,7 +258,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -297,7 +269,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consumer" + "@value": "Visitor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -313,25 +285,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adult", + "@id": "https://w3id.org/dpv/dpv-owl#Patient", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -342,7 +326,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adult" + "@value": "Patient" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -358,7 +342,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Patient", + "@id": "https://w3id.org/dpv/dpv-owl#Member", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -388,7 +372,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -399,7 +383,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Patient" + "@value": "Member" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -415,7 +399,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Citizen", + "@id": "https://w3id.org/dpv/dpv-owl#Tourist", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -445,7 +429,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -456,7 +440,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Citizen" + "@value": "Tourist" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -472,37 +456,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#Citizen", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -513,7 +497,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Citizen" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -529,37 +513,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Member", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataSubject", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "Indicates association with Data Subject" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -570,14 +566,19 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Member" + "@value": "has data subject" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -586,7 +587,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Participant", + "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -616,7 +617,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -627,7 +628,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Participant" + "@value": "Immigrant" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -643,7 +644,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Subscriber", + "@id": "https://w3id.org/dpv/dpv-owl#Student", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -673,13 +674,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that subscribe to service(s)" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "note: subscriber can be customer or consumer" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -690,7 +685,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Subscriber" + "@value": "Student" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -706,43 +701,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Customer", + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that purchase goods or services" + "@value": "The individual (or category of individuals) whose personal data is being processed" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -753,12 +750,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer" + "@value": "Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#NaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -769,37 +769,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JobApplicant", + "@id": "https://w3id.org/dpv/dpv-owl#VulnerableDataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" + "@value": "Georg Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that apply for jobs or employments" + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -810,12 +810,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "JobApplicant" + "@value": "Vulnerable Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Applicant" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -826,37 +826,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#User", + "@id": "https://w3id.org/dpv/dpv-owl#Child", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that use service(s)" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -867,12 +861,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "User" + "@value": "Child" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -883,7 +877,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Client", + "@id": "https://w3id.org/dpv/dpv-owl#Customer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -913,7 +907,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "Data subjects that purchase goods or services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -924,12 +924,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Client" + "@value": "Customer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Customer" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -940,37 +940,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Tourist", + "@id": "https://w3id.org/dpv/dpv-owl#Adult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -981,7 +969,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Tourist" + "@value": "Adult" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -997,7 +985,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Immigrant", + "@id": "https://w3id.org/dpv/dpv-owl#NonCitizen", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1027,7 +1015,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1038,7 +1026,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Immigrant" + "@value": "NonCitizen" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1054,7 +1042,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Student", + "@id": "https://w3id.org/dpv/dpv-owl#User", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1084,7 +1072,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1095,7 +1083,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Student" + "@value": "User" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1168,7 +1156,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Visitor", + "@id": "https://w3id.org/dpv/dpv-owl#Client", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1198,7 +1186,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1209,12 +1197,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Visitor" + "@value": "Client" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" + "@id": "https://w3id.org/dpv/dpv-owl#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1225,31 +1213,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Child", + "@id": "https://w3id.org/dpv/dpv-owl#Subscriber", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@value": "Data subjects that subscribe to service(s)" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + "@value": "note: subscriber can be customer or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1260,12 +1260,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Child" + "@value": "Subscriber" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NatualPerson" + "@id": "https://w3id.org/dpv/dpv-owl#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/entities_datasubject.rdf b/dpv-owl/modules/entities_datasubject.rdf index 12c8aefad..c8f858ae6 100644 --- a/dpv-owl/modules/entities_datasubject.rdf +++ b/dpv-owl/modules/entities_datasubject.rdf @@ -5,11 +5,11 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - Citizen - Data subjects that are citizens (for a jurisdiction) + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants 2022-04-06 accepted Harshvardhan J. Pandit @@ -19,11 +19,11 @@ Beatriz Esteves - + - Participant - Data subjects that participate in some context such as volunteers in a function + Consumer + Data subjects that consume goods or services for direct use 2022-04-06 accepted Harshvardhan J. Pandit @@ -33,26 +33,24 @@ Beatriz Esteves - + - Customer - Data subjects that purchase goods or services - note: for B2B relations where customers are organisations, this concept only applies for data subjects - 2022-04-06 + Vulnerable Data Subject + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. + 2020-11-04 accepted - Harshvardhan J. Pandit - Georg P. Krog - Julian Flake + Georg Krog Paul Ryan - Beatriz Esteves + Harshvardhan Pandit - + - Applicant - Data subjects that are applicants in some context + Immigrant + Data subjects that are immigrants (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit @@ -62,11 +60,12 @@ Beatriz Esteves - + - Patient - Data subjects that receive medican attention, treatment, care, advice, or other health related services + Customer + Data subjects that purchase goods or services + note: for B2B relations where customers are organisations, this concept only applies for data subjects 2022-04-06 accepted Harshvardhan J. Pandit @@ -94,11 +93,11 @@ Bud Bruegger - + - - Client - Data subjects that are clients or recipients of services + + Applicant + Data subjects that are applicants in some context 2022-04-06 accepted Harshvardhan J. Pandit @@ -108,15 +107,33 @@ Beatriz Esteves - + - - Child - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. - 2020-11-25 + + Participant + Data subjects that participate in some context such as volunteers in a function + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + Subscriber + Data subjects that subscribe to service(s) + note: subscriber can be customer or consumer + 2022-04-06 accepted Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves @@ -134,26 +151,22 @@ Javier Fernández - + - - User - Data subjects that use service(s) - 2022-04-06 + + Child + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + 2020-11-25 accepted Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - Paul Ryan - Beatriz Esteves - + - Subscriber - Data subjects that subscribe to service(s) - note: subscriber can be customer or consumer + Citizen + Data subjects that are citizens (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit @@ -163,11 +176,11 @@ Beatriz Esteves - + - Member - Data subjects that are members of a group, organisation, or other collectives + NonCitizen + Data subjects that are not citizens (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit @@ -205,25 +218,21 @@ Beatriz Esteves - + - Tourist - Data subjects that are tourists i.e. not citizens and not immigrants - 2022-04-06 + Adult + A natural person that is not a child i.e. has attained some legally specified age of adulthood + 2022-03-30 accepted - Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - Paul Ryan - Beatriz Esteves + Georg Krog - + - Consumer - Data subjects that consume goods or services for direct use + Member + Data subjects that are members of a group, organisation, or other collectives 2022-04-06 accepted Harshvardhan J. Pandit @@ -233,24 +242,25 @@ Beatriz Esteves - + - - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - 2020-11-04 + + Client + Data subjects that are clients or recipients of services + 2022-04-06 accepted - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake Paul Ryan - Harshvardhan Pandit + Beatriz Esteves - + - Immigrant - Data subjects that are immigrants (for a jurisdiction) + Student + Data subjects that are students 2022-04-06 accepted Harshvardhan J. Pandit @@ -260,11 +270,11 @@ Beatriz Esteves - + - Employee - Data subjects that are employees + User + Data subjects that use service(s) 2022-04-06 accepted Harshvardhan J. Pandit @@ -274,11 +284,11 @@ Beatriz Esteves - + - NonCitizen - Data subjects that are not citizens (for a jurisdiction) + Employee + Data subjects that are employees 2022-04-06 accepted Harshvardhan J. Pandit @@ -288,21 +298,11 @@ Beatriz Esteves - - - - Adult - A natural person that is not a child i.e. has attained some legally specified age of adulthood - 2022-03-30 - accepted - Georg Krog - - - + - Student - Data subjects that are students + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services 2022-04-06 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/entities_legalrole.jsonld b/dpv-owl/modules/entities_legalrole.jsonld index 0b1b6007f..9c989d1f1 100644 --- a/dpv-owl/modules/entities_legalrole.jsonld +++ b/dpv-owl/modules/entities_legalrole.jsonld @@ -1,44 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -49,12 +34,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -65,7 +50,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -73,24 +58,36 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Indicates association with Data Controller" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -106,17 +103,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has data controller" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -127,7 +124,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -145,12 +142,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -161,7 +158,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Party" + "@value": "Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -177,7 +174,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -185,41 +182,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -235,17 +215,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient" + "@value": "has data processor" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -256,7 +236,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -281,7 +261,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -297,17 +277,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data importer" + "@value": "has joint data controllers" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -318,7 +298,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -343,7 +323,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -359,12 +339,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data processor" + "@value": "has recipient data controller" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -380,30 +360,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessor", + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -414,18 +403,18 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processor" + "@value": "Data Protection Officer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#Representative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ] }, @@ -495,39 +484,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" + "@value": "Specifices an associated data protection officer" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -538,53 +522,69 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "has data protection officer" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Representative" + "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", + "@id": "https://w3id.org/dpv/dpv-owl#Recipient", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "Entities that receive personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -595,17 +595,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data exporter" + "@value": "Recipient" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -616,7 +616,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", + "@id": "https://w3id.org/dpv/dpv-owl#DataExporter", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -643,7 +643,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://purl.org/dc/terms/source": [ @@ -654,7 +654,7 @@ "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -665,12 +665,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Importer" + "@value": "Data Exporter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -681,7 +681,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -689,21 +689,41 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Indicates Recipient of Personal Data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -719,17 +739,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data protection officer" + "@value": "has recipient" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProtectionOfficer" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasRepresentative" + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -740,34 +760,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataExporter", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -778,12 +801,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "has data exporter" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" + "@id": "https://w3id.org/dpv/dpv-owl#DataExporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -794,48 +822,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Recipient", + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientThirdParty", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entities that receive personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -846,17 +863,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Recipient" + "@value": "has recipient third party" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@id": "https://w3id.org/dpv/dpv-owl#ThirdParty" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -867,49 +884,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController", + "@id": "https://w3id.org/dpv/dpv-owl#DataImporter", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -920,17 +933,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data controller" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#DataController" + "@value": "Data Importer" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -992,37 +1000,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1033,19 +1038,14 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has recipient data controller" + "@value": "Joint Data Controllers" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#DataController" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1054,7 +1054,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataImporter", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1079,7 +1079,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -1095,17 +1095,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "has data importer" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllers" + "@id": "https://w3id.org/dpv/dpv-owl#DataImporter" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataController" + "@id": "https://w3id.org/dpv/dpv-owl#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/entities_legalrole.rdf b/dpv-owl/modules/entities_legalrole.rdf index 665cbce03..9287a0b55 100644 --- a/dpv-owl/modules/entities_legalrole.rdf +++ b/dpv-owl/modules/entities_legalrole.rdf @@ -5,27 +5,37 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + Data Sub-Processor + A 'sub-processor' is a processor engaged by another processor + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + 2020-11-25 + accepted + Harshvardhan J. Pandit + + + - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - 2022-02-09 + + + has data protection officer + Specifices an associated data protection officer + 2022-03-02 accepted Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit + Rob Brennan - + - - Data Exporter - An entity that 'exports' data where exporting is considered a form of data transfer - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + + Data Importer + An entity that 'imports' data where importing is considered a form of data transfer + The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing 2021-09-08 accepted @@ -35,15 +45,14 @@ Harshvardhan Pandit - + - + - has recipient - Indicates Recipient of Personal Data - + has data controller + Indicates association with Data Controller 2019-04-04 2020-11-04 accepted @@ -69,18 +78,14 @@ Harshvardhan J. Pandit - - - - - - - has data processor - Indiciates inclusion or applicability of a Data Processor - 2022-02-09 + + + + Data Processor + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + + 2019-06-04 accepted - Paul Ryan - Georg P. Krog Harshvardhan J. Pandit @@ -99,14 +104,14 @@ Harshvardhan J. Pandit - + - + - has recipient third party - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer 2022-02-09 accepted Paul Ryan @@ -114,26 +119,14 @@ Harshvardhan J. Pandit - - - - Joint Data Controllers - A group of Data Controllers that jointly determine the purposes and means of processing - To indicate the membership, hasDataController may be used - 2022-02-02 - accepted - Georg Krog - Harshvardhan Pandit - - - + - + - has data importer - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + has recipient data controller + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data 2022-02-09 accepted Paul Ryan @@ -141,52 +134,27 @@ Harshvardhan J. Pandit - - - - Data Importer - An entity that 'imports' data where importing is considered a form of data transfer - The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing - - 2021-09-08 - accepted - David Hickey - Georg Krog - Paul Ryan - Harshvardhan Pandit - - - + - - - has data protection officer - Specifices an associated data protection officer - 2022-03-02 + + + has data processor + Indiciates inclusion or applicability of a Data Processor + 2022-02-09 accepted Paul Ryan - Rob Brennan - - - - - - Data Sub-Processor - A 'sub-processor' is a processor engaged by another processor - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - 2020-11-25 - accepted + Georg P. Krog Harshvardhan J. Pandit - + - Data Processor - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. - + Third Party + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + 2019-06-04 accepted Harshvardhan J. Pandit @@ -205,33 +173,45 @@ Paul Ryan - - - - - - - has data controller - Indicates association with Data Controller - 2019-04-04 + + + + Data Exporter + An entity that 'exports' data where exporting is considered a form of data transfer + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + + 2021-09-08 + accepted + David Hickey + Georg Krog + Paul Ryan + Harshvardhan Pandit + + + + + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - Third Party - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - - 2019-06-04 + + Joint Data Controllers + A group of Data Controllers that jointly determine the purposes and means of processing + To indicate the membership, hasDataController may be used + 2022-02-02 accepted - Harshvardhan J. Pandit + Georg Krog + Harshvardhan Pandit @@ -250,18 +230,38 @@ Javier Fernández - - - - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - 2019-04-05 + + + + + + + has recipient third party + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + + + + + + + + has recipient + Indicates Recipient of Personal Data + + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger diff --git a/dpv-owl/modules/entities_organisation.jsonld b/dpv-owl/modules/entities_organisation.jsonld index be6f6285b..5a8b6c2d3 100644 --- a/dpv-owl/modules/entities_organisation.jsonld +++ b/dpv-owl/modules/entities_organisation.jsonld @@ -50,7 +50,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -68,7 +68,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -79,7 +84,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "AcademicScientificOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -148,7 +153,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation", + "@id": "https://w3id.org/dpv/dpv-owl#ForProfitOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -166,7 +171,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -177,12 +182,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation" + "@value": "ForProfitOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -193,7 +198,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -211,7 +216,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "An organisation that does not aim to achieve profit as its primary goal" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -222,7 +232,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "NonProfitOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -238,7 +248,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#GovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -256,12 +266,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -272,7 +277,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "GovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -288,28 +293,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", + "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "An organisation not part of or independent from the government" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -320,12 +327,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "NonGovernmentalOrganisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Entity" + "@id": "https://w3id.org/dpv/dpv-owl#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -336,30 +343,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalUnit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -370,12 +375,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "Organisational Unit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -386,7 +391,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-owl#Organisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -404,12 +409,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -420,12 +420,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "Organisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organisation" + "@id": "https://w3id.org/dpv/dpv-owl#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/entities_organisation.rdf b/dpv-owl/modules/entities_organisation.rdf index 0a0be3101..2f4359b7a 100644 --- a/dpv-owl/modules/entities_organisation.rdf +++ b/dpv-owl/modules/entities_organisation.rdf @@ -5,23 +5,21 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - AcademicScientificOrganisation - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + + Organisation + A general term reflecting a company or a business or a group acting as a unit 2022-02-02 accepted Harshvardhan J. Pandit - + - NonGovernmentalOrganisation - An organisation not part of or independent from the government - + GovernmentalOrganisation + An organisation managed or part of government 2022-02-02 accepted Harshvardhan J. Pandit @@ -38,27 +36,6 @@ Harshvardhan J. Pandit - - - - NonProfitOrganisation - An organisation that does not aim to achieve profit as its primary goal - - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - - ForProfitOrganisation - An organisation that aims to achieve profit as its primary goal - 2022-02-02 - accepted - Harshvardhan J. Pandit - - @@ -82,21 +59,44 @@ Paul Ryan - + - - Organisation - A general term reflecting a company or a business or a group acting as a unit + + ForProfitOrganisation + An organisation that aims to achieve profit as its primary goal 2022-02-02 accepted Harshvardhan J. Pandit - + - GovernmentalOrganisation - An organisation managed or part of government + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + + 2022-02-02 + accepted + Harshvardhan J. Pandit + + + + + + NonGovernmentalOrganisation + An organisation not part of or independent from the government + + 2022-02-02 + accepted + Harshvardhan J. Pandit + + + + + + NonProfitOrganisation + An organisation that does not aim to achieve profit as its primary goal + 2022-02-02 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/jurisdiction.jsonld b/dpv-owl/modules/jurisdiction.jsonld index e0fd4fd37..6c6273b9a 100644 --- a/dpv-owl/modules/jurisdiction.jsonld +++ b/dpv-owl/modules/jurisdiction.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Region", + "@id": "https://w3id.org/dpv/dpv-owl#Law", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -18,7 +18,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -29,12 +29,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Region" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@value": "Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -45,10 +40,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", + "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -59,20 +53,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -83,17 +69,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Country" + "@value": "EconomicUnion" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -104,9 +85,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Location", + "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -117,21 +99,17 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "Indicates applicability of specified jurisdiction" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -142,7 +120,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Location" + "@value": "has jurisdiction" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -153,7 +136,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -161,18 +144,32 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Indicates information about location" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -188,7 +185,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "has location" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ @@ -204,15 +201,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-owl#Location", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -226,12 +222,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "A location is a position, site, or area where something is located" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -242,17 +239,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has third country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasCountry" + "@value": "Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -263,7 +250,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Law", + "@id": "https://w3id.org/dpv/dpv-owl#Region", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -281,7 +268,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -292,7 +279,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Law" + "@value": "Region" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -357,14 +349,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", + "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -375,7 +367,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -386,12 +378,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third Country" + "@value": "SupraNationalUnion" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Country" + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -402,7 +394,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-owl#hasCountry", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -416,12 +408,15 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -437,12 +432,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has applicable law" + "@value": "has country" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Law" + "@id": "https://w3id.org/dpv/dpv-owl#Country" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasLocation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -453,7 +453,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasLocation", + "@id": "https://w3id.org/dpv/dpv-owl#hasApplicableLaw", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -461,32 +461,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about location" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -502,12 +488,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has location" + "@value": "has applicable law" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -518,25 +504,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-owl#hasThirdCountry", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "Indicates applicability or relevance of a 'third country'" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -547,12 +542,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "has third country" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasCountry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -563,14 +563,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdCountry", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -581,7 +581,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -592,12 +592,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Third Country" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#Country" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/jurisdiction.rdf b/dpv-owl/modules/jurisdiction.rdf index b6322e843..b7c6d940b 100644 --- a/dpv-owl/modules/jurisdiction.rdf +++ b/dpv-owl/modules/jurisdiction.rdf @@ -5,77 +5,86 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - - has country - Indicates applicability of specified country - 2022-01-19 + + + + Third Country + Represents a country outside applicable or compatible jurisdiction as outlined in law + 2022-02-09 accepted Harshvardhan J. Pandit - Georg P Krog - + - SupraNationalUnion - A political union of two or more countries with an establishment of common authority + EconomicUnion + A political union of two or more countries based on economic or trade agreements 2022-01-19 accepted Harshvardhan J. Pandit - + - Location - A location is a position, site, or area where something is located - Location may be geographic, physical, or virtual. + + Country + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas + The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. 2022-01-19 accepted Harshvardhan J. Pandit Georg P Krog - + - - - has third country - Indicates applicability or relevance of a 'third country' - 2022-02-09 + + has jurisdiction + Indicates applicability of specified jurisdiction + 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog - + - has jurisdiction - Indicates applicability of specified jurisdiction + has location + Indicates information about location + + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + + has applicable law + Indicates applicability of a Law 2022-01-19 accepted Harshvardhan J. Pandit - + - Country - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. + SupraNationalUnion + A political union of two or more countries with an establishment of common authority 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog @@ -87,59 +96,50 @@ Harshvardhan J. Pandit - - - - Region - A region is an area or site that is considered a location + + + + + + + has country + Indicates applicability of specified country 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + - - has location - Indicates information about location - - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - Third Country - Represents a country outside applicable or compatible jurisdiction as outlined in law + + + has third country + Indicates applicability or relevance of a 'third country' 2022-02-09 accepted Harshvardhan J. Pandit + Georg P Krog - - - - - - has applicable law - Indicates applicability of a Law + + + Location + A location is a position, site, or area where something is located + Location may be geographic, physical, or virtual. 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + - EconomicUnion - A political union of two or more countries based on economic or trade agreements + Region + A region is an area or site that is considered a location 2022-01-19 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/legal_basis.jsonld b/dpv-owl/modules/legal_basis.jsonld index 852462359..13728d05f 100644 --- a/dpv-owl/modules/legal_basis.jsonld +++ b/dpv-owl/modules/legal_basis.jsonld @@ -1,59 +1,4 @@ [ - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "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": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/description": [ - { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Legal Basis" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest", "@type": [ @@ -100,14 +45,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -124,7 +69,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -135,12 +80,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Vital Interest of Natural Person" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Contract" + "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -151,47 +96,51 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "The Legal basis used to justify processing of personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-owl#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#label": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Legal Basis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -202,7 +151,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -226,7 +175,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -237,7 +186,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Legitimate Interest of Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -304,14 +253,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv/dpv-owl#ContractPerformance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -328,7 +277,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -339,12 +288,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Contract Performance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-owl#Contract" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -355,25 +304,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consent", + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" + }, + { + "@value": "Georg P Krogg" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -384,7 +336,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consent" + "@value": "Data Transfer Legal Basis" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -400,14 +352,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -418,7 +370,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -429,7 +381,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Legitimate Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -445,25 +397,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", + "@id": "https://w3id.org/dpv/dpv-owl#OfficialAuthorityOfController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -474,7 +432,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Official Authority of Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -490,31 +448,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv/dpv-owl#PublicInterest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -525,12 +477,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Public Interest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -601,7 +553,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractPerformance", + "@id": "https://w3id.org/dpv/dpv-owl#EnterIntoContract", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -625,7 +577,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -636,7 +588,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Enter Into Contract" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -652,14 +604,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest", + "@id": "https://w3id.org/dpv/dpv-owl#LegalObligation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -670,7 +622,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -681,7 +633,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Legal Obligation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -697,7 +649,58 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Contract", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestOfController", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-05-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Legitimate Interest of Controller" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterest" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Consent", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -715,7 +718,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -726,15 +729,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Contract" + "@value": "Consent" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -745,28 +745,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv/dpv-owl#Contract", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krogg" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -777,12 +774,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Contract" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/legal_basis.rdf b/dpv-owl/modules/legal_basis.rdf index 87c121bbf..54c9528ab 100644 --- a/dpv-owl/modules/legal_basis.rdf +++ b/dpv-owl/modules/legal_basis.rdf @@ -5,40 +5,6 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - 2021-05-05 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - - - - Enter Into Contract - Processing necessary to enter into contract - 2021-04-07 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - - - - Consent - Consent of the Data Subject for specified processing - 2021-04-07 - accepted - Harshvardhan J. Pandit - - @@ -51,11 +17,23 @@ Paul Ryan - + - - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + + + + Vital Interest of Data Subject + Processing is necessary or required to protect vital interests of a data subject 2021-04-21 accepted Georg P Krog @@ -63,14 +41,15 @@ Paul Ryan - + - Legal Obligation - Legal Obligation to conduct the specified processing - 2021-04-07 + Data Transfer Legal Basis + Specific or special categories and instances of legal basis intended for justifying data transfers + 2021-09-08 accepted - Harshvardhan J. Pandit + David Hickey + Georg P Krogg @@ -84,47 +63,46 @@ Harshvardhan J. Pandit - + - - Contract Performance - Fulfilment or performance of a contract involving specified processing + + Legal Obligation + Legal Obligation to conduct the specified processing 2021-04-07 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - Data Transfer Legal Basis - Specific or special categories and instances of legal basis intended for justifying data transfers - 2021-09-08 + Legitimate Interest + Legitimate Interests of a Party as justification for specified processing + 2021-05-19 accepted - David Hickey - Georg P Krogg + Harshvardhan J. Pandit - - - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2019-04-05 + + + + + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández - + - - Legitimate Interest of Controller - Legitimate Interests of a Data Controller in conducting specified processing - 2021-05-19 + + Official Authority of Controller + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + 2021-05-05 accepted Georg P Krog Harshvardhan J. Pandit @@ -141,35 +119,35 @@ Harshvardhan J. Pandit - - - - - - has legal basis - Indicates use or applicability of a Legal Basis - 2019-04-04 - 2020-11-04 + + + + Enter Into Contract + Processing necessary to enter into contract + 2021-04-07 accepted - Axel Polleres - Javier Fernández + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan - + - - Vital Interest - Processing is necessary or required to protect vital interests of a data subject or other natural person - 2021-04-21 + + Contract Performance + Fulfilment or performance of a contract involving specified processing + 2021-04-07 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - - Vital Interest of Data Subject - Processing is necessary or required to protect vital interests of a data subject + + Vital Interest of Natural Person + Processing is necessary or required to protect vital interests of a natural person 2021-04-21 accepted Georg P Krog @@ -177,14 +155,36 @@ Paul Ryan - + - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing + Consent + Consent of the Data Subject for specified processing + 2021-04-07 + accepted + Harshvardhan J. Pandit + + + + + + Vital Interest + Processing is necessary or required to protect vital interests of a data subject or other natural person + 2021-04-21 + accepted + Harshvardhan J. Pandit + + + + + + Legitimate Interest of Controller + Legitimate Interests of a Data Controller in conducting specified processing 2021-05-19 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan diff --git a/dpv-owl/modules/personal_data.jsonld b/dpv-owl/modules/personal_data.jsonld index 4408f65d6..3e7df99c4 100644 --- a/dpv-owl/modules/personal_data.jsonld +++ b/dpv-owl/modules/personal_data.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -18,7 +18,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -29,7 +35,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Sensitive Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -45,15 +51,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -64,12 +69,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -80,10 +86,10 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has personal data" + "@value": "Collected Personal Data" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } @@ -96,14 +102,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -114,13 +120,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -131,15 +137,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Generated Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -150,7 +153,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -162,19 +165,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -185,12 +188,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Personal Data" + "@value": "Anonymised Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Data" + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -201,31 +204,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Personal Data that is obtained or derived from other data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -236,7 +253,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "Derived Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -252,31 +274,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -287,58 +323,47 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Special Category Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -349,12 +374,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "Non-Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -370,14 +390,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CollectedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#Data", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -388,13 +408,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -405,12 +419,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collected Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" + "@value": "Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -421,7 +430,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-owl#InferredPersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -433,19 +442,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "Personal Data that is obtained through inference from other data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -456,12 +465,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Inferred Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#NonPersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#GeneratedPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -472,45 +484,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymisedData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -521,12 +513,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derived Personal Data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + "@value": "Pseudo-anonymised Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -542,9 +529,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Data", + "@id": "https://w3id.org/dpv/dpv-owl#hasPersonalData", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -560,7 +548,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@value": "Indicates association with Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -571,7 +564,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data" + "@value": "has personal data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -582,28 +580,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://purl.org/dc/terms/modified": [ @@ -614,13 +609,13 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -631,18 +626,23 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SensitivePersonalData" + "@id": "https://w3id.org/dpv/dpv-owl#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "modified" + "@value": "accepted" } ] } diff --git a/dpv-owl/modules/personal_data.rdf b/dpv-owl/modules/personal_data.rdf index 365771441..b73960ebe 100644 --- a/dpv-owl/modules/personal_data.rdf +++ b/dpv-owl/modules/personal_data.rdf @@ -5,72 +5,28 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - Sensitive Personal Data - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - Personal Data - Data directly or indirectly associated or related to an individual. - - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2019-04-05 - 2022-01-19 - accepted - Harshvardhan Pandit - - - - - Data - A broad concept representing 'data' or 'information' - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - Special Category Personal Data - Sensitive Personal Data whose use requires specific legal permission or justification - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - + Derived Personal Data + Personal Data that is obtained or derived from other data + + Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. + 2019-05-07 2022-01-19 - modified + accepted Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - - - - - Inferred Personal Data - Personal Data that is obtained through inference from other data - Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - + - Pseudo-anonymised Data - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - 2022-01-19 + Collected Personal Data + Personal Data that has been collected from another source such as the Data Subject + To indicate the source of data, use the DataSource concept with the hasDataSource relation + 2022-03-30 accepted Harshvardhan J. Pandit @@ -86,6 +42,15 @@ Piero Bonatti + + + Data + A broad concept representing 'data' or 'information' + 2022-01-19 + accepted + Harshvardhan J. Pandit + + @@ -98,30 +63,52 @@ Harshvardhan J. Pandit - + - Collected Personal Data - Personal Data that has been collected from another source such as the Data Subject - To indicate the source of data, use the DataSource concept with the hasDataSource relation - 2022-03-30 + Sensitive Personal Data + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. + 2022-01-19 accepted Harshvardhan J. Pandit - + - Derived Personal Data - Personal Data that is obtained or derived from other data - - Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. - - 2019-05-07 + Generated Personal Data + Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + Inferred Personal Data + Personal Data that is obtained through inference from other data + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + Personal Data + Data directly or indirectly associated or related to an individual. + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + + 2019-04-05 2022-01-19 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan Pandit @@ -135,13 +122,26 @@ Harshvardhan J. Pandit - + + + + Special Category Personal Data + Sensitive Personal Data whose use requires specific legal permission or justification + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. + + 2019-05-07 + 2022-01-19 + modified + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - Generated Personal Data - Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - Generated Data is used to indicate data that is produced and is not derived or inferred from other data - 2022-03-30 + Pseudo-anonymised Data + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + 2022-01-19 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/processing.jsonld b/dpv-owl/modules/processing.jsonld index a830f240e..e832b1678 100644 --- a/dpv-owl/modules/processing.jsonld +++ b/dpv-owl/modules/processing.jsonld @@ -1,38 +1,24 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@id": "https://w3id.org/dpv/dpv-owl#Disclose", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The processing performed on personal data" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "to make data known" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -43,12 +29,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing" + "@value": "Disclose" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -59,7 +45,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Derive", + "@id": "https://w3id.org/dpv/dpv-owl#Record", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -72,18 +58,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "to make a record (especially media)" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -94,17 +74,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@value": "Record" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -115,7 +90,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Adapt", + "@id": "https://w3id.org/dpv/dpv-owl#Acquire", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -128,7 +103,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "to come into possession or control of the data" } ], "http://purl.org/dc/terms/source": [ @@ -144,12 +119,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Adapt" + "@value": "Acquire" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -160,7 +135,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Organise", + "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -173,7 +148,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to spread data throughout" } ], "http://purl.org/dc/terms/source": [ @@ -189,12 +164,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organise" + "@value": "Disseminate" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -205,7 +180,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-owl#Structure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -218,7 +193,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to arrange data according to a structure" } ], "http://purl.org/dc/terms/source": [ @@ -234,12 +209,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Make Available" + "@value": "Structure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Organise" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -250,7 +225,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Store", + "@id": "https://w3id.org/dpv/dpv-owl#Use", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -263,7 +238,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "to use data" } ], "http://purl.org/dc/terms/source": [ @@ -279,7 +254,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Store" + "@value": "Use" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -295,25 +270,30 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Analyse", + "@id": "https://w3id.org/dpv/dpv-owl#Match", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "to combine, compare, or match data from different sources" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -324,12 +304,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@value": "Match" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -345,7 +320,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Record", + "@id": "https://w3id.org/dpv/dpv-owl#Share", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -358,7 +333,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to give data (or a portion of it) to others" } ], "http://purl.org/dc/terms/source": [ @@ -374,12 +349,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record" + "@value": "Share" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -390,7 +365,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Remove", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -403,12 +378,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -419,12 +394,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Remove" + "@value": "Anonymise" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -480,7 +460,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Structure", + "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -493,7 +473,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "to disclose data by means of transmission" } ], "http://purl.org/dc/terms/source": [ @@ -509,12 +489,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Structure" + "@value": "Disclose by Transmission" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Organise" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -525,54 +505,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#Generate", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Processing" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "to generate or create data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -583,12 +534,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has processing" + "@value": "Generate" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -599,7 +550,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Copy", + "@id": "https://w3id.org/dpv/dpv-owl#Transfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -612,7 +563,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "to move data from one place to another" } ], "http://purl.org/dc/terms/source": [ @@ -628,12 +579,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Copy" + "@value": "Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -649,7 +600,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer", + "@id": "https://w3id.org/dpv/dpv-owl#Destruct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -662,12 +613,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -678,17 +629,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + "@value": "Destruct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Remove" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -699,7 +645,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transmit", + "@id": "https://w3id.org/dpv/dpv-owl#Restrict", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -712,7 +658,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to send out data" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://purl.org/dc/terms/source": [ @@ -728,12 +674,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transmit" + "@value": "Restrict" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -744,7 +690,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Restrict", + "@id": "https://w3id.org/dpv/dpv-owl#Organise", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -757,7 +703,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to organize data for arranging or classifying" } ], "http://purl.org/dc/terms/source": [ @@ -773,12 +719,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Restrict" + "@value": "Organise" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -789,7 +735,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Copy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -802,12 +748,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to produce an exact reprodution of the data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -818,12 +764,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Copy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -834,7 +785,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consult", + "@id": "https://w3id.org/dpv/dpv-owl#Transform", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -847,15 +798,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to change the form or nature of data" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -866,17 +814,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@value": "Transform" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -887,7 +830,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Profiling", + "@id": "https://w3id.org/dpv/dpv-owl#Store", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -900,7 +843,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to keep data for future use" } ], "http://purl.org/dc/terms/source": [ @@ -916,12 +859,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Profiling" + "@value": "Store" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -932,7 +875,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disseminate", + "@id": "https://w3id.org/dpv/dpv-owl#Analyse", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -945,12 +888,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to study or examine the data in detail" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -961,15 +904,20 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Analyse" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Use" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" @@ -977,25 +925,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Share", + "@id": "https://w3id.org/dpv/dpv-owl#Infer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "to infer data from existing data" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@language": "en", + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1006,12 +960,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Share" + "@value": "Infer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Derive" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1022,7 +976,66 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Use", + "@id": "https://w3id.org/dpv/dpv-owl#Processing", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "The processing performed on personal data" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Consult", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1035,12 +1048,15 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to use data" + "@value": "to consult or query data" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1051,12 +1067,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Use" + "@value": "Consult" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1067,7 +1088,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Align", + "@id": "https://w3id.org/dpv/dpv-owl#Adapt", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1080,7 +1101,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://purl.org/dc/terms/source": [ @@ -1096,7 +1117,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Align" + "@value": "Adapt" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1112,7 +1133,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose", + "@id": "https://w3id.org/dpv/dpv-owl#Alter", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1125,7 +1146,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to make data known" + "@value": "to change the data without changing it into something else" } ], "http://purl.org/dc/terms/source": [ @@ -1141,12 +1162,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose" + "@value": "Alter" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1157,7 +1178,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymise", + "@id": "https://w3id.org/dpv/dpv-owl#Move", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1170,7 +1191,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "to move data from one location to another including deleting the original copy" } ], "http://purl.org/dc/terms/source": [ @@ -1186,17 +1207,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymise" + "@value": "Move" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transform" + "@id": "https://w3id.org/dpv/dpv-owl#Transfer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1207,7 +1228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Acquire", + "@id": "https://w3id.org/dpv/dpv-owl#Derive", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1220,12 +1241,18 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to create new derivative data from the original data" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1236,12 +1263,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Acquire" + "@value": "Derive" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1305,7 +1337,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Collect", + "@id": "https://w3id.org/dpv/dpv-owl#Remove", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1318,15 +1350,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to destruct or erase data" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1337,17 +1366,57 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Collect" + "@value": "Remove" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@id": "https://w3id.org/dpv/dpv-owl#Processing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymise", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "to replace personal identifiable information by artificial identifiers" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Pseudo-Anonymise" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Obtain" + "@id": "https://w3id.org/dpv/dpv-owl#Transform" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1358,7 +1427,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", + "@id": "https://w3id.org/dpv/dpv-owl#Transmit", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1371,7 +1440,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to send out data" } ], "http://purl.org/dc/terms/source": [ @@ -1387,12 +1456,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Transmit" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Use" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1403,7 +1472,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Alter", + "@id": "https://w3id.org/dpv/dpv-owl#Align", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1416,7 +1485,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "to adjust the data to be in relation to another data" } ], "http://purl.org/dc/terms/source": [ @@ -1432,7 +1501,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Alter" + "@value": "Align" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1448,7 +1517,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Move", + "@id": "https://w3id.org/dpv/dpv-owl#Retrieve", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1461,12 +1530,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "to retrieve data, often in an automated manner" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1477,17 +1546,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@value": "Retrieve" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Transfer" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1498,7 +1562,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Transform", + "@id": "https://w3id.org/dpv/dpv-owl#MakeAvailable", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1511,7 +1575,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "to transform or publish data to be used" } ], "http://purl.org/dc/terms/source": [ @@ -1527,12 +1591,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Transform" + "@value": "Make Available" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Processing" + "@id": "https://w3id.org/dpv/dpv-owl#Disclose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1543,7 +1607,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-owl#Profiling", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1556,7 +1620,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "to create a profile that describes or represents a person" } ], "http://purl.org/dc/terms/source": [ @@ -1572,12 +1636,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Profiling" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Disclose" + "@id": "https://w3id.org/dpv/dpv-owl#Use" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1633,7 +1697,81 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Destruct", + "@id": "https://w3id.org/dpv/dpv-owl#hasProcessing", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Indicates association with Processing" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "has processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Processing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Collect", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1646,12 +1784,15 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "to gather data from someone" } ], "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1662,12 +1803,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Destruct" + "@value": "Collect" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Remove" + "@id": "https://w3id.org/dpv/dpv-owl#Obtain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/processing.n3 b/dpv-owl/modules/processing.n3 index 92d41d36e..bc4b98d06 100644 --- a/dpv-owl/modules/processing.n3 +++ b/dpv-owl/modules/processing.n3 @@ -107,17 +107,6 @@ dpvo:Copy a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Derive a owl:Class ; - rdfs:label "Derive"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to create new derivative data from the original data"@en ; - dct:source ; - rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpr:Derive ; - rdfs:subClassOf dpvo:Transform ; - sw:term_status "accepted"@en . - dpvo:Destruct a owl:Class ; rdfs:label "Destruct"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -154,6 +143,25 @@ dpvo:Erase a owl:Class ; rdfs:subClassOf dpvo:Remove ; sw:term_status "accepted"@en . +dpvo:Generate a owl:Class ; + rdfs:label "Generate"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to generate or create data"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Obtain ; + sw:term_status "accepted"@en . + +dpvo:Infer a owl:Class ; + rdfs:label "Infer"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to infer data from existing data"@en ; + rdfs:comment "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Derive ; + sw:term_status "accepted"@en . + dpvo:MakeAvailable a owl:Class ; rdfs:label "Make Available"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -163,6 +171,16 @@ dpvo:MakeAvailable a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:Match a owl:Class ; + rdfs:label "Match"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to combine, compare, or match data from different sources"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Use ; + sw:term_status "accepted"@en . + dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -271,6 +289,17 @@ dpvo:hasProcessing a rdf:Property, rdfs:range dpvo:Processing ; sw:term_status "accepted"@en . +dpvo:Derive a owl:Class ; + rdfs:label "Derive"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to create new derivative data from the original data"@en ; + dct:source ; + rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpr:Derive ; + rdfs:subClassOf dpvo:Transform ; + sw:term_status "accepted"@en . + dpvo:Organise a owl:Class ; rdfs:label "Organise"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -308,19 +337,19 @@ dpvo:Obtain a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Use a owl:Class ; - rdfs:label "Use"@en ; +dpvo:Disclose a owl:Class ; + rdfs:label "Disclose"@en ; dct:created "2019-05-07"^^xsd:date ; - dct:description "to use data"@en ; + dct:description "to make data known"@en ; dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Disclose a owl:Class ; - rdfs:label "Disclose"@en ; +dpvo:Use a owl:Class ; + rdfs:label "Use"@en ; dct:created "2019-05-07"^^xsd:date ; - dct:description "to make data known"@en ; + dct:description "to use data"@en ; dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:Processing ; diff --git a/dpv-owl/modules/processing.rdf b/dpv-owl/modules/processing.rdf index 5c9929822..97c021130 100644 --- a/dpv-owl/modules/processing.rdf +++ b/dpv-owl/modules/processing.rdf @@ -5,155 +5,169 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + + has processing + Indicates association with Processing + + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + - - Alter - to change the data without changing it into something else - + + Move + to move data from one location to another including deleting the original copy + + 2019-05-07 accepted - + - Disclose - to make data known - + Copy + to produce an exact reprodution of the data + + 2019-05-07 accepted - + - - Disclose by Transmission - to disclose data by means of transmission + + Retrieve + to retrieve data, often in an automated manner 2019-05-07 accepted - + - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + + Organise + to organize data for arranging or classifying 2019-05-07 accepted - + - Make Available - to transform or publish data to be used + Transmit + to send out data 2019-05-07 accepted - + - - Organise - to organize data for arranging or classifying + + Erase + to delete data 2019-05-07 accepted - + - Store - to keep data for future use + Transform + to change the form or nature of data 2019-05-07 accepted - + - - Transfer - to move data from one place to another - - - 2019-05-07 + + Infer + to infer data from existing data + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. + 2022-04-20 accepted + Harshvardhan J. Pandit - + - - Share - to give data (or a portion of it) to others + + Alter + to change the data without changing it into something else 2019-05-07 accepted - + - - Destruct - to process data in a way it no longer exists or cannot be repaired - + + Anonymise + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + + 2019-05-07 accepted - + - - Erase - to delete data + + Profiling + to create a profile that describes or represents a person 2019-05-07 accepted - + - - Profiling - to create a profile that describes or represents a person + + Disseminate + to spread data throughout 2019-05-07 accepted - + - - Consult - to consult or query data - + + Align + to adjust the data to be in relation to another data - 2019-05-07 accepted - - - - - - has processing - Indicates association with Processing + + + Processing + The processing performed on personal data + - 2019-04-04 + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger @@ -168,202 +182,220 @@ accepted - + - - Analyse - to study or examine the data in detail - + + Derive + to create new derivative data from the original data + + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. 2019-05-07 accepted - + - - Move - to move data from one location to another including deleting the original copy - - + + Obtain + to solicit or gather data from someone + 2019-05-07 accepted - + - - Combine - to join or merge data - - - - 2019-05-07 + + Generate + to generate or create data + 2022-04-20 accepted + Harshvardhan J. Pandit - + - - Acquire - to come into possession or control of the data + + Make Available + to transform or publish data to be used 2019-05-07 accepted - + - - Record - to make a record (especially media) + + Disclose + to make data known 2019-05-07 accepted - + - Retrieve - to retrieve data, often in an automated manner - + Analyse + to study or examine the data in detail + + 2019-05-07 accepted - + + + + Transfer + to move data from one place to another + + + 2019-05-07 + accepted + + + - Adapt - to modify the data, often rewritten into a new form for a new use + Combine + to join or merge data + + 2019-05-07 accepted - + - - Structure - to arrange data according to a structure + + Consult + to consult or query data + + 2019-05-07 accepted - + - - Remove - to destruct or erase data + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers 2019-05-07 accepted - + - - Transform - to change the form or nature of data + + Acquire + to come into possession or control of the data 2019-05-07 accepted - + - Copy - to produce an exact reprodution of the data - - + Use + to use data + 2019-05-07 accepted - + - - Anonymise - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data - - - 2019-05-07 + + Match + to combine, compare, or match data from different sources + + 2022-04-20 accepted + Harshvardhan J. Pandit - + - Align - to adjust the data to be in relation to another data + Adapt + to modify the data, often rewritten into a new form for a new use 2019-05-07 accepted - + - Transmit - to send out data + Disclose by Transmission + to disclose data by means of transmission 2019-05-07 accepted - + - - Derive - to create new derivative data from the original data - - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - + + Store + to keep data for future use + 2019-05-07 accepted - + - - Disseminate - to spread data throughout + + Remove + to destruct or erase data 2019-05-07 accepted - + - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 + + Structure + to arrange data according to a structure + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - + - - Obtain - to solicit or gather data from someone + + Record + to make a record (especially media) 2019-05-07 accepted - + - - Use - to use data + + Share + to give data (or a portion of it) to others + + 2019-05-07 + accepted + + + + + + Destruct + to process data in a way it no longer exists or cannot be repaired 2019-05-07 accepted diff --git a/dpv-owl/modules/processing.ttl b/dpv-owl/modules/processing.ttl index 92d41d36e..bc4b98d06 100644 --- a/dpv-owl/modules/processing.ttl +++ b/dpv-owl/modules/processing.ttl @@ -107,17 +107,6 @@ dpvo:Copy a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Derive a owl:Class ; - rdfs:label "Derive"@en ; - dct:created "2019-05-07"^^xsd:date ; - dct:description "to create new derivative data from the original data"@en ; - dct:source ; - rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpr:Derive ; - rdfs:subClassOf dpvo:Transform ; - sw:term_status "accepted"@en . - dpvo:Destruct a owl:Class ; rdfs:label "Destruct"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -154,6 +143,25 @@ dpvo:Erase a owl:Class ; rdfs:subClassOf dpvo:Remove ; sw:term_status "accepted"@en . +dpvo:Generate a owl:Class ; + rdfs:label "Generate"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to generate or create data"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Obtain ; + sw:term_status "accepted"@en . + +dpvo:Infer a owl:Class ; + rdfs:label "Infer"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to infer data from existing data"@en ; + rdfs:comment "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Derive ; + sw:term_status "accepted"@en . + dpvo:MakeAvailable a owl:Class ; rdfs:label "Make Available"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -163,6 +171,16 @@ dpvo:MakeAvailable a owl:Class ; rdfs:subClassOf dpvo:Disclose ; sw:term_status "accepted"@en . +dpvo:Match a owl:Class ; + rdfs:label "Match"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "to combine, compare, or match data from different sources"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Use ; + sw:term_status "accepted"@en . + dpvo:Move a owl:Class ; rdfs:label "Move"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -271,6 +289,17 @@ dpvo:hasProcessing a rdf:Property, rdfs:range dpvo:Processing ; sw:term_status "accepted"@en . +dpvo:Derive a owl:Class ; + rdfs:label "Derive"@en ; + dct:created "2019-05-07"^^xsd:date ; + dct:description "to create new derivative data from the original data"@en ; + dct:source ; + rdfs:comment "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpr:Derive ; + rdfs:subClassOf dpvo:Transform ; + sw:term_status "accepted"@en . + dpvo:Organise a owl:Class ; rdfs:label "Organise"@en ; dct:created "2019-05-07"^^xsd:date ; @@ -308,19 +337,19 @@ dpvo:Obtain a owl:Class ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Use a owl:Class ; - rdfs:label "Use"@en ; +dpvo:Disclose a owl:Class ; + rdfs:label "Disclose"@en ; dct:created "2019-05-07"^^xsd:date ; - dct:description "to use data"@en ; + dct:description "to make data known"@en ; dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:Processing ; sw:term_status "accepted"@en . -dpvo:Disclose a owl:Class ; - rdfs:label "Disclose"@en ; +dpvo:Use a owl:Class ; + rdfs:label "Use"@en ; dct:created "2019-05-07"^^xsd:date ; - dct:description "to make data known"@en ; + dct:description "to use data"@en ; dct:source ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:Processing ; diff --git a/dpv-owl/modules/processing_context.jsonld b/dpv-owl/modules/processing_context.jsonld index 54dbda4ab..51f59577a 100644 --- a/dpv-owl/modules/processing_context.jsonld +++ b/dpv-owl/modules/processing_context.jsonld @@ -1,32 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", + "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that takes place at large scales" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -37,12 +38,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Storage Duration" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -53,34 +57,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", + "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "Processing that involves automated decision making" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -91,15 +100,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Automated Decision Making" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Location" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -110,33 +116,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -147,12 +157,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Non-Public Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -163,10 +173,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#LargeScaleProcessing", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -176,24 +185,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Processing that takes place at large scales" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -204,12 +210,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has data source" + "@value": "Large Scale Processing" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -220,7 +226,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -247,7 +253,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -258,12 +264,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Storage Restoration" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -274,25 +280,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-owl#SystematicMonitoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Processing that involves systematic monitoring of individuals" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -303,12 +317,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Systematic Monitoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -319,7 +333,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", + "@id": "https://w3id.org/dpv/dpv-owl#hasDataSource", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -327,32 +341,24 @@ "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": "Axel Polleres" + "@value": "Georg P. Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates information about storage condition" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -368,12 +374,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has storage" + "@value": "has data source" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -384,37 +390,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource", + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The source or origin of data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -425,7 +428,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Source" + "@value": "Storage Condition" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -504,33 +507,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves automated decision making" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -541,12 +536,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Processing Context" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -557,7 +552,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", + "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -578,7 +573,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://purl.org/dc/terms/source": [ @@ -594,7 +589,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Innovative Use of New Technologies" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -610,33 +605,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv/dpv-owl#StorageLocation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -647,12 +643,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Storage Location" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -663,34 +662,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-owl#DataSource", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "The source or origin of data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -701,12 +703,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Data Source" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -717,37 +719,33 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonPublicDataSource", + "@id": "https://w3id.org/dpv/dpv-owl#EvaluationScoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Processing that involves evaluation and scoring of individuals" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -758,12 +756,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Evaluation and Scoring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataSource" + "@id": "https://w3id.org/dpv/dpv-owl#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -828,9 +826,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StorageDuration", + "@id": "https://w3id.org/dpv/dpv-owl#hasStorage", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -855,7 +854,17 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "Indicates information about storage condition" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -866,15 +875,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "has storage" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-owl#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/processing_context.n3 b/dpv-owl/modules/processing_context.n3 index 4f34a8024..041488875 100644 --- a/dpv-owl/modules/processing_context.n3 +++ b/dpv-owl/modules/processing_context.n3 @@ -13,6 +13,7 @@ dpvo:AutomatedDecisionMaking a owl:Class ; "Piero Bonatti"^^xsd:string ; dct:description "Processing that involves automated decision making"@en ; dct:source ; + rdfs:comment "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/processing_context.rdf b/dpv-owl/modules/processing_context.rdf index 41aed5a20..7e8334028 100644 --- a/dpv-owl/modules/processing_context.rdf +++ b/dpv-owl/modules/processing_context.rdf @@ -5,23 +5,12 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Large Scale Processing - Processing that takes place at large scales - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Piero Bonatti - - - + - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + Storage Location + Location or geospatial scope where the data is stored 2019-04-05 accepted Axel Polleres @@ -30,6 +19,19 @@ Mark Lizar + + + + Automated Decision Making + Processing that involves automated decision making + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Piero Bonatti + + @@ -42,6 +44,20 @@ Piero Bonatti + + + + Non-Public Data Source + A source of data that is not publicly accessible or available + 2022-01-26 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + + @@ -58,11 +74,40 @@ Mark Lizar - + + + + Public Data Source + A source of data that is publicly accessible or available + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + 2022-01-26 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + + + + + + Storage Condition + Conditions required or followed regarding storage of data + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + - Storage Deletion - Deletion or Erasure of data including any deletion guarantees + + Storage Duration + Duration or temporal limitation on storage of personal data 2019-04-05 accepted Axel Polleres @@ -85,62 +130,24 @@ Harshvardhan J. Pandit - + - Innovative Use of New Technologies - Processing that involves use of innovative and new technologies - + Data Source + The source or origin of data + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. 2020-11-04 accepted - Harshvardhan J. Pandit - Piero Bonatti - - - - - - Processing Context - Context or conditions within which processing takes place - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - Public Data Source - A source of data that is publicly accessible or available - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - 2022-01-26 - accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - Paul Ryan - Julian Flake - - - - - Storage Duration - Duration or temporal limitation on storage of personal data - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - + - Systematic Monitoring - Processing that involves systematic monitoring of individuals + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies 2020-11-04 accepted @@ -148,24 +155,23 @@ Piero Bonatti - + - Data Source - The source or origin of data - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + Large Scale Processing + Processing that takes place at large scales + 2020-11-04 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Piero Bonatti - + - - Storage Condition - Conditions required or followed regarding storage of data + + Storage Deletion + Deletion or Erasure of data including any deletion guarantees 2019-04-05 accepted Axel Polleres @@ -174,12 +180,21 @@ Mark Lizar - + + + + Processing Context + Context or conditions within which processing takes place + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - - Storage Location - Location or geospatial scope where the data is stored + Storage Restoration + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved 2019-04-05 accepted Axel Polleres @@ -188,11 +203,11 @@ Mark Lizar - + - Automated Decision Making - Processing that involves automated decision making + Systematic Monitoring + Processing that involves systematic monitoring of individuals 2020-11-04 accepted @@ -200,18 +215,4 @@ Piero Bonatti - - - - Non-Public Data Source - A source of data that is not publicly accessible or available - 2022-01-26 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - - diff --git a/dpv-owl/modules/processing_context.ttl b/dpv-owl/modules/processing_context.ttl index 4f34a8024..041488875 100644 --- a/dpv-owl/modules/processing_context.ttl +++ b/dpv-owl/modules/processing_context.ttl @@ -13,6 +13,7 @@ dpvo:AutomatedDecisionMaking a owl:Class ; "Piero Bonatti"^^xsd:string ; dct:description "Processing that involves automated decision making"@en ; dct:source ; + rdfs:comment "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; rdfs:isDefinedBy dpvo: ; rdfs:subClassOf dpvo:ProcessingContext ; sw:term_status "accepted"@en . diff --git a/dpv-owl/modules/purposes.jsonld b/dpv-owl/modules/purposes.jsonld index 88d8be9bc..0957abcd5 100644 --- a/dpv-owl/modules/purposes.jsonld +++ b/dpv-owl/modules/purposes.jsonld @@ -1,39 +1,45 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "Optimise services or activities" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -44,12 +50,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Service Optimization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -60,34 +66,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Manage customer orders" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -98,12 +106,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Record Management" + "@value": "Customer Order Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -114,7 +122,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-owl#hasSector", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -122,41 +130,13 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates association with Purpose" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -172,12 +152,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has purpose" + "@value": "has sector" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -188,31 +168,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -223,12 +212,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Social Media" + "@value": "Optimise User Interface" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -239,31 +228,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Manage payment of vendors" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -274,12 +271,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Vendor Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -290,31 +287,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-owl#RecordManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -325,7 +325,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Account Management" + "@value": "Record Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -341,34 +341,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-owl#Payment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -379,12 +376,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -395,46 +392,36 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -445,12 +432,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Dispute Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -461,40 +448,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -505,12 +477,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Technical Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -521,31 +493,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv/dpv-owl#CounterMoneyLaundering", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Detect and prevent or mitigate money laundering" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -556,15 +522,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Counter Money Laundering" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -575,14 +538,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceRecordManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -599,7 +562,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -610,7 +573,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Service Order Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -626,34 +589,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -664,12 +633,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Improve Internal CRM Processes" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -680,31 +652,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -715,12 +696,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Identity Verification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -731,7 +712,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", + "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -764,7 +745,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -775,17 +756,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Delivery of Goods" + "@value": "Create Product Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -796,39 +777,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorPayment", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage payment of vendors" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Manage past, current, and future customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -839,12 +812,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Customer Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -855,31 +828,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + "@value": "Beatriz" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "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" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -890,12 +863,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Customer Relationship Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -906,31 +879,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DisputeManagement", + "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://purl.org/dc/terms/source": [ @@ -946,12 +922,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Public Relations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -962,46 +938,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelPayment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimise services or activities" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Management and execution of payment of personnel" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1012,12 +967,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Personnel Payment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1028,40 +983,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IdentityVerification", + "@id": "https://w3id.org/dpv/dpv-owl#AccountManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1072,12 +1018,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Account Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1088,31 +1034,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Manage orders related to vendors" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1123,12 +1077,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Vendor Records Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1139,40 +1093,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#Marketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1183,17 +1134,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Product Recommendations" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@value": "Marketing" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1204,40 +1150,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimiseUserInterface", + "@id": "https://w3id.org/dpv/dpv-owl#CreditChecking", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@value": "Monitor, perform, or assess credit worthiness or solvency" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1248,12 +1179,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Credit Checking" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1264,7 +1195,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1297,7 +1228,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1308,12 +1239,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Optimisation for Controller" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1324,7 +1255,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1339,22 +1270,19 @@ "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + "@value": "Conduct activities and functions for organisation's governance" } ], "http://purl.org/dc/terms/source": [ @@ -1362,12 +1290,6 @@ "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -1376,7 +1298,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Organisation Governance" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1392,31 +1314,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://purl.org/dc/terms/source": [ @@ -1432,12 +1357,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Vendor Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1448,36 +1373,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1488,12 +1402,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Targeted Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1504,31 +1418,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", + "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Manage selection, assessment, and evaluation related to vendors" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1539,12 +1461,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Vendor Selection Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1555,37 +1477,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing", + "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@value": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1596,12 +1527,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Marketing" + "@value": "Sell Insights from Data" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1612,7 +1543,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", + "@id": "https://w3id.org/dpv/dpv-owl#Purpose", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1623,35 +1554,28 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "The purpose of processing personal data" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1662,12 +1586,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "Purpose" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1678,37 +1602,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", + "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "Sell products or services" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1719,12 +1646,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Commercial Research" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1735,39 +1667,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PublicRelations", + "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + "@value": "Sell data or information to third parties" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1778,12 +1717,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Sell Data to Third Parties" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1794,7 +1733,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1827,7 +1766,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1838,12 +1777,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Personalised Benefits" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1854,7 +1793,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1881,7 +1820,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://purl.org/dc/terms/source": [ @@ -1897,12 +1836,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Members and Partners Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1913,40 +1852,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv/dpv-owl#SocialMediaMarketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1957,12 +1887,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Social Media" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1973,26 +1903,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Paul Ryan" }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2000,7 +1924,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://purl.org/dc/terms/source": [ @@ -2016,12 +1940,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Personnel Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2032,33 +1956,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationRiskManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Rudy Jacob" + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2069,12 +1994,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Organisation Risk Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2085,7 +2010,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2118,7 +2043,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Conduct or enforce access control" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2129,12 +2060,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2145,40 +2081,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv/dpv-owl#RegistrationAuthentication", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2189,15 +2116,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Registration and Authentication" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2208,40 +2132,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelHiring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2252,12 +2161,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Personnel Hiring" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2268,40 +2177,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2312,17 +2212,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@value": "Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2333,7 +2228,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2344,14 +2239,25 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Manage claims, including repayment of monies owed" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2362,12 +2268,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Customer Claims Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2378,46 +2284,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-owl#Advertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2428,12 +2325,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2444,33 +2341,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2481,12 +2385,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Personnel Management" + "@value": "Research and Development" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#HumanResources" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2497,7 +2401,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-owl#SellProductsToDataSubject", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2530,7 +2434,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Sell products or services to the user, consumer, or data subjects" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2541,17 +2451,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Consumer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@value": "Sell Products to Data Subject" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2562,36 +2467,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Personalise services or product or activities" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2602,12 +2517,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Service Personalization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2618,28 +2536,44 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv/dpv-owl#hasPurpose", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Indicates association with Purpose" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ @@ -2647,6 +2581,11 @@ "@id": "https://specialprivacy.ercim.eu/" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-owl#" @@ -2655,12 +2594,57 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "has purpose" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#AntiTerrorismOperations", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Anti-Terrorism Operations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2671,7 +2655,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForConsumer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2704,7 +2688,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2715,17 +2699,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Care" + "@value": "Optimisation for Consumer" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2736,14 +2720,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Payment", + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -2751,16 +2735,25 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2771,12 +2764,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Payment" + "@value": "Communication Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2787,7 +2780,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommercialResearch", + "@id": "https://w3id.org/dpv/dpv-owl#DeliveryOfGoods", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2820,7 +2813,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2831,17 +2824,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Commercial Research" + "@value": "Delivery of Goods" } ], "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2852,7 +2845,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", + "@id": "https://w3id.org/dpv/dpv-owl#InternalResourceOptimisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2885,7 +2878,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2896,17 +2889,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@value": "Internal Resource Optimisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2917,31 +2905,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement", + "@id": "https://w3id.org/dpv/dpv-owl#IncreaseServiceRobustness", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2952,12 +2949,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Increase Service Robustness" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2968,10 +2965,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasSector", + "@id": "https://w3id.org/dpv/dpv-owl#Sector", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2979,15 +2975,36 @@ "@value": "2019-04-05" } ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@language": "en", + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2998,12 +3015,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has sector" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Sector" + "@value": "Sector" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3014,34 +3026,84 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerSolvencyMonitoring", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "Monitor solvency of customers for financial diligence" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Customer Solvency Monitoring" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CreateEventRecommendations", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-11-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Create and provide personalised recommendations for events" } ], "http://purl.org/dc/terms/source": [ @@ -3057,12 +3119,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Purpose" + "@value": "Create Event Recommendations" } ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3073,7 +3135,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController", + "@id": "https://w3id.org/dpv/dpv-owl#AcademicResearch", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3106,7 +3168,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3117,12 +3179,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Academic Research" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3133,31 +3200,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationComplianceManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3168,12 +3238,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Organisation Compliance Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationGovernance" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3184,46 +3254,88 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Sector", + "@id": "https://w3id.org/dpv/dpv-owl#SellProducts", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Elmar Kiesling" - }, + "@language": "en", + "@value": "Sell products or services" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@value": "Fajar Ekaputra" - }, + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv/dpv-owl#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "Sell Products" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#LegalCompliance", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3234,7 +3346,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sector" + "@value": "Legal Compliance" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3245,7 +3362,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3278,7 +3395,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3289,12 +3406,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3305,46 +3422,141 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SellInsightsFromData", + "@id": "https://w3id.org/dpv/dpv-owl#DirectMarketing", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Elmar Kiesling" + "@language": "en", + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Direct Marketing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@language": "en", + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ + { + "@language": "en", + "@value": "Analytics" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CreatePersonalizedRecommendations", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/description": [ + { + "@language": "en", + "@value": "Create and provide personalised recommendations" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3355,12 +3567,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Create Personalized Recommendations" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#SellProducts" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3371,39 +3583,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement", + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3414,12 +3618,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Communication for Customer Care" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Purpose" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3430,39 +3637,46 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#comment": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3473,12 +3687,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Enforce Security" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3489,39 +3703,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#VendorRecordsManagement", + "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Manage orders related to vendors" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3532,12 +3738,15 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Personalised Advertising" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-owl#Advertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3548,46 +3757,48 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-owl#HumanResourceManagement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3598,17 +3809,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Enforce Access Control" - } - ], - "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@value": "Human Resources Management" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-owl#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3619,25 +3825,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TargetedAdvertising", + "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3648,12 +3869,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "User Interface Personalisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3664,7 +3885,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-owl#FraudPreventionAndDetection", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3697,7 +3918,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3708,12 +3929,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-owl#EnforceSecurity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3724,37 +3950,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-owl#ImproveExistingProductsAndServices", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/description": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3765,12 +3994,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Analytics" + "@value": "Improve Existing Products and Services" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-owl#OptimisationForController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3781,31 +4010,40 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3816,15 +4054,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Customer Care" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#seeAlso": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CustomerCare" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CommunicationManagement" + "@id": "https://w3id.org/dpv/dpv-owl#CustomerManagement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3835,7 +4075,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-owl#NonCommercialResearch", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -3868,13 +4108,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Personalise services or product or activities" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3885,15 +4119,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Non-Commercial Research" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#Personalisation" + "@id": "https://w3id.org/dpv/dpv-owl#ResearchAndDevelopment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3904,14 +4135,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Advertising", + "@id": "https://w3id.org/dpv/dpv-owl#RequestedServiceProvision", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -3928,13 +4159,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3945,12 +4170,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Advertising" + "@value": "Requested Service Provision" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Marketing" + "@id": "https://w3id.org/dpv/dpv-owl#ServiceProvision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/purposes.n3 b/dpv-owl/modules/purposes.n3 index df08f28f3..150a213fc 100644 --- a/dpv-owl/modules/purposes.n3 +++ b/dpv-owl/modules/purposes.n3 @@ -34,6 +34,15 @@ dpvo:AccountManagement a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:AntiTerrorismOperations a owl:Class ; + rdfs:label "Anti-Terrorism Operations"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:CommercialResearch a owl:Class ; rdfs:label "Commercial Research"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -61,6 +70,15 @@ dpvo:CommunicationForCustomerCare a owl:Class ; dpvo:CustomerCare ; sw:term_status "accepted"@en . +dpvo:CounterMoneyLaundering a owl:Class ; + rdfs:label "Counter Money Laundering"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect and prevent or mitigate money laundering"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:FraudPreventionAndDetection ; + sw:term_status "accepted"@en . + dpvo:CreateEventRecommendations a owl:Class ; rdfs:label "Create Event Recommendations"@en ; dct:created "2019-11-26"^^xsd:date ; @@ -87,6 +105,15 @@ dpvo:CreateProductRecommendations a owl:Class ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . +dpvo:CreditChecking a owl:Class ; + rdfs:label "Credit Checking"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor, perform, or assess credit worthiness or solvency"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerSolvencyMonitoring ; + sw:term_status "accepted"@en . + dpvo:CustomerClaimsManagement a owl:Class ; rdfs:label "Customer Claims Management"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -111,18 +138,6 @@ dpvo:CustomerOrderManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . -dpvo:CustomerSolvencyMonitoring a owl:Class ; - rdfs:label "Customer Solvency Monitoring"@en ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "Monitor solvency of customers for financial diligence"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:CustomerManagement ; - sw:term_status "accepted"@en . - dpvo:DeliveryOfGoods a owl:Class ; rdfs:label "Delivery of Goods"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -177,21 +192,6 @@ dpvo:EnforceAccessControl a owl:Class ; rdfs:subClassOf dpvo:EnforceSecurity ; sw:term_status "accepted"@en . -dpvo:FraudPreventionAndDetection a owl:Class ; - rdfs:label "Fraud Prevention and Detection"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Detect and prevent fraud"@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpu:Government ; - rdfs:subClassOf dpvo:EnforceSecurity ; - sw:term_status "accepted"@en . - dpvo:HumanResourceManagement a owl:Class ; rdfs:label "Human Resources Management"@en ; dct:created "2021-09-01"^^xsd:date ; @@ -379,15 +379,22 @@ dpvo:PersonalisedBenefits a owl:Class ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . -dpvo:PersonnelManagement a owl:Class ; - rdfs:label "Personnel Management"@en ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - dct:source ; +dpvo:PersonnelHiring a owl:Class ; + rdfs:label "Personnel Hiring"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of hiring processes of personnel"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:HumanResources ; + rdfs:subClassOf dpvo:PersonnelManagement ; + sw:term_status "accepted"@en . + +dpvo:PersonnelPayment a owl:Class ; + rdfs:label "Personnel Payment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of payment of personnel"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:PersonnelManagement ; sw:term_status "accepted"@en . dpvo:PublicRelations a owl:Class ; @@ -654,6 +661,33 @@ dpvo:CustomerRelationshipManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . +dpvo:CustomerSolvencyMonitoring a owl:Class ; + rdfs:label "Customer Solvency Monitoring"@en ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor solvency of customers for financial diligence"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerManagement ; + sw:term_status "accepted"@en . + +dpvo:FraudPreventionAndDetection a owl:Class ; + rdfs:label "Fraud Prevention and Detection"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Detect and prevent fraud"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpu:Government ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:OptimisationForConsumer a owl:Class ; rdfs:label "Optimisation for Consumer"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -727,6 +761,17 @@ dpvo:Personalisation a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:PersonnelManagement a owl:Class ; + rdfs:label "Personnel Management"@en ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:HumanResources ; + sw:term_status "accepted"@en . + dpvo:ServiceOptimization a owl:Class ; rdfs:label "Service Optimization"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -742,21 +787,6 @@ dpvo:ServiceOptimization a owl:Class ; rdfs:subClassOf dpvo:ServiceProvision ; sw:term_status "accepted"@en . -dpvo:EnforceSecurity a owl:Class ; - rdfs:label "Enforce Security"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Ensure and enforce security e.g. of data, personnel"@en ; - rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Purpose ; - sw:term_status "accepted"@en . - dpvo:ResearchAndDevelopment a owl:Class ; rdfs:label "Research and Development"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -812,6 +842,21 @@ dpvo:VendorManagement a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:EnforceSecurity a owl:Class ; + rdfs:label "Enforce Security"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Ensure and enforce security e.g. of data, personnel"@en ; + rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Purpose ; + sw:term_status "accepted"@en . + dpvo:Marketing a owl:Class ; rdfs:label "Marketing"@en ; dct:created "2020-11-04"^^xsd:date ; diff --git a/dpv-owl/modules/purposes.rdf b/dpv-owl/modules/purposes.rdf index cb433b7a7..5d037ee6f 100644 --- a/dpv-owl/modules/purposes.rdf +++ b/dpv-owl/modules/purposes.rdf @@ -5,26 +5,24 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Identity Verification - Verify or authorize identity - 2019-04-05 + + Create Personalized Recommendations + Create and provide personalised recommendations + + 2019-11-26 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Rudy Jacob - + - Sector - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + + + Improve Internal CRM Processes + Improve customer-relationship management (CRM) processes 2019-04-05 accepted Harshvardhan J. Pandit @@ -35,48 +33,51 @@ Simon Steyskal - + - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service - 2020-11-04 + Technical Service Provision + Manage and provide technical processes and functions necessary for delivering services + 2021-09-08 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - + - - Customer Relationship Management - Manage and analyse interactions with past, current, and potential customers - 2021-09-08 + + Sell Insights from Data + Sell data or information relevant to insights obtained from analysis of data + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + + Organisation Governance + Conduct activities and functions for organisation's governance - 2022-03-30 + 2021-09-01 accepted Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - + - - Delivery of Goods - Deliver goods and services requested or asked by consumer - + + Identity Verification + Verify or authorize identity 2019-04-05 accepted Harshvardhan J. Pandit @@ -87,11 +88,12 @@ Simon Steyskal - + - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + + Enforce Security + Ensure and enforce security e.g. of data, personnel + Was previous "Security". Prefixed to distinguish from TechOrg measures. 2019-04-05 accepted Harshvardhan J. Pandit @@ -102,32 +104,19 @@ Simon Steyskal - - - - Vendor Selection Assessment - Manage selection, assessment, and evaluation related to vendors - - 2021-09-01 - accepted - Paul Ryan - Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - + - - Public Relations - Manage and conduct public relations processes. This includes creating goodwill for the organization. - - 2021-09-01 + + Non-Commercial Research + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal @@ -143,14 +132,17 @@ Harshvardhan J. Pandit - + - - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2022-03-30 + + Marketing + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Was commercial interest, changed to consider Marketing a separate Purpose category by itself + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves @@ -166,68 +158,35 @@ Beatriz - + - - Direct Marketing - Conduct direct marketing i.e. marketing communicated directly to the individual - 2020-11-04 + + Sell Products + Sell products or services + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - - - - Enforce Access Control - Conduct or enforce access control - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - Communication Management - Manage communication or provide means for communication e.g. to send an email notifying some information - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - 2021-09-01 - accepted - Georg P Krog - Paul Ryan - David Hickey - Harshvardhan J. Pandit - - - + - - Organisation Governance - Conduct activities and functions for organisation's governance - - 2021-09-01 + + Credit Checking + Monitor, perform, or assess credit worthiness or solvency + 2022-04-20 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit - + - Organisation Risk Management - Manage risk for organisation's activities + Members and Partners Management + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + 2021-09-01 accepted Paul Ryan @@ -236,13 +195,11 @@ Harshvardhan J. Pandit - + - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing services + + Internal Resource Optimisation + Optimize internal resource availability and usage for organisation 2019-04-05 accepted Harshvardhan J. Pandit @@ -253,11 +210,12 @@ Simon Steyskal - + - - Internal Resource Optimisation - Optimize internal resource availability and usage for organisation + + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -268,12 +226,12 @@ Simon Steyskal - + - - Optimisation for Consumer - Optimize activities and services for consumer or user - + + Academic Research + Conduct or assist with research conducted in an academic context e.g. within universities + 2019-04-05 accepted Harshvardhan J. Pandit @@ -284,11 +242,11 @@ Simon Steyskal - + - - Research and Development - Conduct research and development for new methods, products, or services + + Personalised Benefits + Create and provide personalised benefits for a service 2019-04-05 accepted Harshvardhan J. Pandit @@ -299,24 +257,22 @@ Simon Steyskal - - - - Payment - Process payment transactions in relation to service - 2020-11-04 + + + + + + has sector + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + 2019-04-05 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - + - - Sell Products to Data Subject - Sell products or services to the user, consumer, or data subjects - Was subclass of commercial interest, changed to reflect selling something + + Increase Service Robustness + Improve robustness and resilience of services 2019-04-05 accepted Harshvardhan J. Pandit @@ -327,38 +283,41 @@ Simon Steyskal - + - - Vendor Payment - Manage payment of vendors - - 2021-09-01 + + Sell Data to Third Parties + Sell data or information to third parties + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Requested Service Provision - Deliver service as requested by user or consumer - 2021-09-08 + + Communication Management + Manage communication or provide means for communication e.g. to send an email notifying some information + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. + 2021-09-01 accepted Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - Enforce Security - Ensure and enforce security e.g. of data, personnel - Was previous "Security". Prefixed to distinguish from TechOrg measures. + Service Provision + Provide service or product or activities 2019-04-05 accepted Harshvardhan J. Pandit @@ -387,19 +346,30 @@ Bud Bruegger - + - - Service Provision - Provide service or product or activities - 2019-04-05 + + Social Media + Conduct marketing through social media + 2020-11-04 accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Vendor Records Management + Manage orders related to vendors + + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal @@ -417,25 +387,27 @@ Simon Steyskal - + - - Customer Solvency Monitoring - Monitor solvency of customers for financial diligence - - 2021-09-08 + + Service Optimization + Optimise services or activities + Subclass of ServiceProvision since optimisation is usually considered part of providing services + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Sell Products - Sell products or services - Sell here means exchange, submit, or provide in return for direct or indirect compensation. + Service Order Management + Manage invoicing, orders, and records in relation to services 2021-09-08 accepted Georg P Krog @@ -443,12 +415,12 @@ Beatriz Esteves - + - - Create Product Recommendations - Create and provide product recommendations e.g. suggest similar products - + + Optimisation for Consumer + Optimize activities and services for consumer or user + 2019-04-05 accepted Harshvardhan J. Pandit @@ -459,49 +431,37 @@ Simon Steyskal - + - - Account Management - Create, maintain, and manage accounts for purposes of providing services - 2021-09-08 + + + Personalised Advertising + Create and provide personalised advertising + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - - - - Customer Claims Management - Manage claims, including repayment of monies owed - - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz - - - + - - Advertising - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - 2020-11-04 + + Record Management + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - - User Interface Personalisation - Personalise interfaces presented to the user + + Optimise User Interface + Optimize interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -512,12 +472,12 @@ Simon Steyskal - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes + + Sell Products to Data Subject + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something 2019-04-05 accepted Harshvardhan J. Pandit @@ -528,52 +488,52 @@ Simon Steyskal - + - - - Personalised Advertising - Create and provide personalised advertising - 2020-11-04 + + Human Resources Management + Manage humans and 'human resources' within the organisation for effective and efficient operations. + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + + 2021-09-01 accepted + Paul Ryan + David Hickey Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Social Media - Conduct marketing through social media - 2020-11-04 + + Vendor Payment + Manage payment of vendors + + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - - Sell Insights from Data - Sell data or information relevant to insights obtained from analysis of data - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + + Anti-Terrorism Operations + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities + 2022-04-20 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Legal Compliance - Fulfilment of obligations or requirements towards achieving compliance with law or regulations + + + Communication for Customer Care + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided 2020-11-04 accepted Georg P Krog @@ -581,11 +541,11 @@ Beatriz Esteves - + - - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions + + Vendor Selection Assessment + Manage selection, assessment, and evaluation related to vendors 2021-09-01 accepted @@ -595,11 +555,25 @@ Harshvardhan J. Pandit - + + + Purpose + The purpose of processing personal data + + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + - Record Management - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + Vendor Management + Manage orders, payment, evaluation, and prospecting related to vendors + 2021-09-01 accepted Paul Ryan @@ -608,12 +582,11 @@ Harshvardhan J. Pandit - + - - Marketing - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - Was commercial interest, changed to consider Marketing a separate Purpose category by itself + + Payment + Process payment transactions in relation to service 2020-11-04 accepted Georg P Krog @@ -634,39 +607,36 @@ Beatriz Esteves - + - - Increase Service Robustness - Improve robustness and resilience of services - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + + Personalisation + Create and provide customisation based on attributes and/or needs of person(s) or context(s). + 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 - + - - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 + + Personnel Management + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + + 2022-03-30 accepted + Paul Ryan Harshvardhan J. Pandit - Rudy Jacob - + - - Commercial Research - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - + + Enforce Access Control + Conduct or enforce access control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. 2019-04-05 accepted Harshvardhan J. Pandit @@ -677,12 +647,24 @@ Simon Steyskal - + - - Fraud Prevention and Detection - Detect and prevent fraud - + + Direct Marketing + Conduct direct marketing i.e. marketing communicated directly to the individual + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + 2019-04-05 accepted Harshvardhan J. Pandit @@ -693,36 +675,35 @@ Simon Steyskal - + - - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 + + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Analytics - Conduct analysis and reporting related to usage of services or products - Was "UsageAnalytics", prefixed with Service to better reflect scope - 2020-11-04 + + Counter Money Laundering + Detect and prevent or mitigate money laundering + 2022-04-20 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - + - - Optimise User Interface - Optimize interfaces presented to the user + + + Service Personalization + Personalise services or product or activities + Subclass of ServiceProvision since personalisation is usually considered part of providing services 2019-04-05 accepted Harshvardhan J. Pandit @@ -733,12 +714,12 @@ Simon Steyskal - + - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - + Commercial Research + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + 2019-04-05 accepted Harshvardhan J. Pandit @@ -749,46 +730,67 @@ Simon Steyskal - + - - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services - 2021-09-08 + + Optimisation for Controller + Optimize activities and services for provider or controller + 2019-04-05 accepted Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 + + Organisation Risk Management + Manage risk for organisation's activities + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Rudy Jacob - + - - Customer Management - Manage past, current, and future customers - 2021-09-08 + + Delivery of Goods + Deliver goods and services requested or asked by consumer + + 2019-04-05 + accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + Registration and Authentication + Register, authenticate, and identify users or agents in context of a service + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz + Beatriz Esteves - + - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + User Interface Personalisation + Personalise interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -799,41 +801,50 @@ Simon Steyskal - + - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors - - 2021-09-01 + Research and Development + Conduct research and development for new methods, products, or services + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Human Resources Management - Manage humans and 'human resources' within the organisation for effective and efficient operations. - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. - - 2021-09-01 + Customer Management + Manage past, current, and future customers + 2021-09-08 accepted - Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Beatriz - + - - Vendor Records Management - Manage orders related to vendors + + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. 2021-09-01 accepted @@ -843,11 +854,11 @@ Harshvardhan J. Pandit - + - - Optimisation for Controller - Optimize activities and services for provider or controller + Sector + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). 2019-04-05 accepted Harshvardhan J. Pandit @@ -858,36 +869,51 @@ Simon Steyskal - - - - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - 2019-04-05 + + + + Personnel Payment + Management and execution of payment of personnel + 2022-04-20 accepted + Harshvardhan J. Pandit - + - Purpose - The purpose of processing personal data - - + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 - 2020-11-04 accepted + Harshvardhan J. Pandit + Javier Fernandez Axel Polleres - Javier Fernández + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - - Communication for Customer Care - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence + + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + Advertising + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. 2020-11-04 accepted Georg P Krog @@ -895,60 +921,84 @@ Beatriz Esteves - + - - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services - 2019-04-05 + + Personnel Hiring + Management and execution of hiring processes of personnel + 2022-04-20 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Personalised Benefits - Create and provide personalised benefits for a service - 2019-04-05 + + Requested Service Provision + Deliver service as requested by user or consumer + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves - + - - Sell Data to Third Parties - Sell data or information to third parties - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + + Customer Claims Management + Manage claims, including repayment of monies owed + + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz - + - Personalisation - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - 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 + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Analytics + Conduct analysis and reporting related to usage of services or products + Was "UsageAnalytics", prefixed with Service to better reflect scope + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + Create Event Recommendations + Create and provide personalised recommendations for events + + 2019-11-26 + accepted + Harshvardhan J. Pandit + Rudy Jacob + + + + + + Targeted Advertising + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-owl/modules/purposes.ttl b/dpv-owl/modules/purposes.ttl index df08f28f3..150a213fc 100644 --- a/dpv-owl/modules/purposes.ttl +++ b/dpv-owl/modules/purposes.ttl @@ -34,6 +34,15 @@ dpvo:AccountManagement a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:AntiTerrorismOperations a owl:Class ; + rdfs:label "Anti-Terrorism Operations"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:CommercialResearch a owl:Class ; rdfs:label "Commercial Research"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -61,6 +70,15 @@ dpvo:CommunicationForCustomerCare a owl:Class ; dpvo:CustomerCare ; sw:term_status "accepted"@en . +dpvo:CounterMoneyLaundering a owl:Class ; + rdfs:label "Counter Money Laundering"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Detect and prevent or mitigate money laundering"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:FraudPreventionAndDetection ; + sw:term_status "accepted"@en . + dpvo:CreateEventRecommendations a owl:Class ; rdfs:label "Create Event Recommendations"@en ; dct:created "2019-11-26"^^xsd:date ; @@ -87,6 +105,15 @@ dpvo:CreateProductRecommendations a owl:Class ; rdfs:subClassOf dpvo:CreatePersonalizedRecommendations ; sw:term_status "accepted"@en . +dpvo:CreditChecking a owl:Class ; + rdfs:label "Credit Checking"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor, perform, or assess credit worthiness or solvency"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerSolvencyMonitoring ; + sw:term_status "accepted"@en . + dpvo:CustomerClaimsManagement a owl:Class ; rdfs:label "Customer Claims Management"@en ; dct:created "2021-09-08"^^xsd:date ; @@ -111,18 +138,6 @@ dpvo:CustomerOrderManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . -dpvo:CustomerSolvencyMonitoring a owl:Class ; - rdfs:label "Customer Solvency Monitoring"@en ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:description "Monitor solvency of customers for financial diligence"@en ; - dct:source ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:CustomerManagement ; - sw:term_status "accepted"@en . - dpvo:DeliveryOfGoods a owl:Class ; rdfs:label "Delivery of Goods"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -177,21 +192,6 @@ dpvo:EnforceAccessControl a owl:Class ; rdfs:subClassOf dpvo:EnforceSecurity ; sw:term_status "accepted"@en . -dpvo:FraudPreventionAndDetection a owl:Class ; - rdfs:label "Fraud Prevention and Detection"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Detect and prevent fraud"@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:seeAlso svpu:Government ; - rdfs:subClassOf dpvo:EnforceSecurity ; - sw:term_status "accepted"@en . - dpvo:HumanResourceManagement a owl:Class ; rdfs:label "Human Resources Management"@en ; dct:created "2021-09-01"^^xsd:date ; @@ -379,15 +379,22 @@ dpvo:PersonalisedBenefits a owl:Class ; rdfs:subClassOf dpvo:ServicePersonalization ; sw:term_status "accepted"@en . -dpvo:PersonnelManagement a owl:Class ; - rdfs:label "Personnel Management"@en ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - dct:source ; +dpvo:PersonnelHiring a owl:Class ; + rdfs:label "Personnel Hiring"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of hiring processes of personnel"@en ; rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:HumanResources ; + rdfs:subClassOf dpvo:PersonnelManagement ; + sw:term_status "accepted"@en . + +dpvo:PersonnelPayment a owl:Class ; + rdfs:label "Personnel Payment"@en ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Management and execution of payment of personnel"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:PersonnelManagement ; sw:term_status "accepted"@en . dpvo:PublicRelations a owl:Class ; @@ -654,6 +661,33 @@ dpvo:CustomerRelationshipManagement a owl:Class ; rdfs:subClassOf dpvo:CustomerManagement ; sw:term_status "accepted"@en . +dpvo:CustomerSolvencyMonitoring a owl:Class ; + rdfs:label "Customer Solvency Monitoring"@en ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:description "Monitor solvency of customers for financial diligence"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:CustomerManagement ; + sw:term_status "accepted"@en . + +dpvo:FraudPreventionAndDetection a owl:Class ; + rdfs:label "Fraud Prevention and Detection"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Detect and prevent fraud"@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:seeAlso svpu:Government ; + rdfs:subClassOf dpvo:EnforceSecurity ; + sw:term_status "accepted"@en . + dpvo:OptimisationForConsumer a owl:Class ; rdfs:label "Optimisation for Consumer"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -727,6 +761,17 @@ dpvo:Personalisation a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:PersonnelManagement a owl:Class ; + rdfs:label "Personnel Management"@en ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:description "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + dct:source ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:HumanResources ; + sw:term_status "accepted"@en . + dpvo:ServiceOptimization a owl:Class ; rdfs:label "Service Optimization"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -742,21 +787,6 @@ dpvo:ServiceOptimization a owl:Class ; rdfs:subClassOf dpvo:ServiceProvision ; sw:term_status "accepted"@en . -dpvo:EnforceSecurity a owl:Class ; - rdfs:label "Enforce Security"@en ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - dct:description "Ensure and enforce security e.g. of data, personnel"@en ; - rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - rdfs:isDefinedBy dpvo: ; - rdfs:subClassOf dpvo:Purpose ; - sw:term_status "accepted"@en . - dpvo:ResearchAndDevelopment a owl:Class ; rdfs:label "Research and Development"@en ; dct:created "2019-04-05"^^xsd:date ; @@ -812,6 +842,21 @@ dpvo:VendorManagement a owl:Class ; rdfs:subClassOf dpvo:Purpose ; sw:term_status "accepted"@en . +dpvo:EnforceSecurity a owl:Class ; + rdfs:label "Enforce Security"@en ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + dct:description "Ensure and enforce security e.g. of data, personnel"@en ; + rdfs:comment "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + rdfs:isDefinedBy dpvo: ; + rdfs:subClassOf dpvo:Purpose ; + sw:term_status "accepted"@en . + dpvo:Marketing a owl:Class ; rdfs:label "Marketing"@en ; dct:created "2020-11-04"^^xsd:date ; diff --git a/dpv-owl/modules/risk.jsonld b/dpv-owl/modules/risk.jsonld index 21ebc75a7..f481d9345 100644 --- a/dpv-owl/modules/risk.jsonld +++ b/dpv-owl/modules/risk.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -8,23 +8,35 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,17 +47,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "has impact on" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#hasConsequenceOn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -56,15 +68,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-owl#Benefit", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -82,17 +93,15 @@ }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Axel Polleres" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -103,17 +112,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact on" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Benefit" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -124,7 +128,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -145,7 +149,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -156,7 +160,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Consequence of Success" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -172,7 +176,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -190,7 +194,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -201,12 +205,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Material Damage" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -217,7 +221,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Benefit", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfFailure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -231,26 +235,59 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Julian Flake" - }, { "@value": "Georg P Krog" - }, + } + ], + "http://purl.org/dc/terms/description": [ { - "@value": "Fajar Ekaputra" - }, + "@language": "en", + "@value": "The consequence(s) possible or arising from failure of specified context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Beatriz Esteves" - }, + "@id": "https://w3id.org/dpv/dpv-owl#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#label": [ { - "@value": "Axel Polleres" + "@language": "en", + "@value": "Consequence of Failure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-owl#Consequence", + "@type": [ + "http://www.w3.org/2002/07/owl#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -261,12 +298,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Benefit" + "@value": "Consequence" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -352,7 +389,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", + "@id": "https://w3id.org/dpv/dpv-owl#isMitigatedByMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -360,7 +397,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -371,12 +408,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -387,12 +424,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has risk" + "@value": "is mitigated by measure" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -403,14 +445,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Detriment", + "@id": "https://w3id.org/dpv/dpv-owl#hasImpact", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -433,7 +476,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -444,57 +492,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Detriment" + "@value": "has impact" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", - "@type": [ - "http://www.w3.org/2002/07/owl#Class" - ], - "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/description": [ - { - "@language": "en", - "@value": "Impact that acts as or causes non-material damages" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#label": [ - { - "@language": "en", - "@value": "Non-Material Damage" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -505,15 +513,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasImpact", + "@id": "https://w3id.org/dpv/dpv-owl#Detriment", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -536,12 +543,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -552,19 +554,14 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has impact" + "@value": "Detriment" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#hasConsequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -573,45 +570,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#Risk", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -622,12 +605,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Management Procedure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -638,9 +616,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#mitigatesRisk", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { @@ -649,20 +628,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "Indicates risks mitigated by this concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -673,12 +651,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "mitigates risk" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -734,14 +712,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#MaterialDamage", + "@id": "https://w3id.org/dpv/dpv-owl#hasRisk", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -752,7 +731,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Indicates applicability of Risk for this concept" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -763,12 +747,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Material Damage" + "@value": "has risk" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Damage" + "@id": "https://w3id.org/dpv/dpv-owl#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -779,15 +763,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#mitigatesRisk", + "@id": "https://w3id.org/dpv/dpv-owl#NonMaterialDamage", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -798,12 +781,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -814,12 +792,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "Non-Material Damage" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Risk" + "@id": "https://w3id.org/dpv/dpv-owl#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -830,7 +808,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Harm", + "@id": "https://w3id.org/dpv/dpv-owl#Impact", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -860,7 +838,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "The impact(s) possible or arising as a consequence from specified context" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -871,12 +855,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Harm" + "@value": "Impact" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Impact" + "@id": "https://w3id.org/dpv/dpv-owl#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -887,31 +871,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Risk", + "@id": "https://w3id.org/dpv/dpv-owl#RiskMitigationMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/description": [ + }, { - "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -922,7 +906,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Risk" + "@value": "Risk Mitigation Measure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -933,25 +922,45 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence", + "@id": "https://w3id.org/dpv/dpv-owl#RiskManagementProcedure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.iso.org/iso-31000-risk-management.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -962,12 +971,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence" + "@value": "Risk Management Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Context" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -978,28 +987,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv/dpv-owl#ConsequenceAsSideEffect", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1010,7 +1016,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Consequence as Side-Effect" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -1026,7 +1032,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Impact", + "@id": "https://w3id.org/dpv/dpv-owl#Harm", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1056,13 +1062,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1073,12 +1073,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact" + "@value": "Harm" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consequence" + "@id": "https://w3id.org/dpv/dpv-owl#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/risk.n3 b/dpv-owl/modules/risk.n3 index cb138a6f9..3146ef4f5 100644 --- a/dpv-owl/modules/risk.n3 +++ b/dpv-owl/modules/risk.n3 @@ -110,7 +110,7 @@ dpvo:RiskManagementProcedure a owl:Class ; dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -126,7 +126,7 @@ dpvo:hasImpact a rdf:Property, dpvo:hasImpactOn a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact on"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv-owl/modules/risk.rdf b/dpv-owl/modules/risk.rdf index 68ccbaa73..7d52ff665 100644 --- a/dpv-owl/modules/risk.rdf +++ b/dpv-owl/modules/risk.rdf @@ -5,28 +5,45 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + - - - - has impact - Indicates impact(s) possible or arising as consequences from specified concept - + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - + - - Detriment - Impact that acts as or causes detriments + + Material Damage + Impact that acts as or causes material damages + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Impact + The impact(s) possible or arising as a consequence from specified context + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments 2022-03-23 accepted Harshvardhan J. Pandit @@ -36,31 +53,19 @@ Beatriz Esteves - + - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 - accepted - Harshvardhan J. Pandit - - - - - - - - - has impact on - Indicates the thing (e.g. plan, process, or entity) affected by an impact - + + Benefit + Impact(s) that acts as or causes benefits + 2022-03-23 accepted Harshvardhan J. Pandit Julian Flake Georg P Krog Fajar Ekaputra Beatriz Esteves + Axel Polleres @@ -75,18 +80,24 @@ Harshvardhan J. Pandit - + - Harm - Impact that acts as or causes harms - 2022-03-23 + Damage + Impact that acts as or causes damages + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + Consequence + The consequence(s) possible or arising from specified context + 2022-01-26 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves @@ -99,37 +110,22 @@ Harshvardhan J. Pandit - + - - - mitigates risk - Indicates risks mitigated by this concept + + + has consequence + Indicates consenquence(s) possible or arising from specified concept + Removed plural suffix for consistency 2020-11-04 + 2021-09-21 accepted Harshvardhan J. Pandit - - - - - - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - 2022-03-23 - accepted - Harshvardhan J. Pandit + Julian Flake Georg P Krog - - - - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 - accepted - Harshvardhan J. Pandit + Fajar Ekaputra + Beatriz Esteves @@ -147,22 +143,45 @@ Mark Lizar - - - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context - 2022-03-30 + + + + + + + has impact on + Indicates the thing (e.g. plan, process, or entity) affected by an impact + 2022-05-18 accepted Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves - + + + + + + + has impact + Indicates impact(s) possible or arising as consequences from specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + - - Impact - The impact(s) possible or arising as a consequence from specified context - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + + Harm + Impact that acts as or causes harms 2022-03-23 accepted Harshvardhan J. Pandit @@ -172,6 +191,17 @@ Beatriz Esteves + + + + Consequence of Failure + The consequence(s) possible or arising from failure of specified context + 2022-03-23 + accepted + Harshvardhan J. Pandit + Georg P Krog + + @@ -184,31 +214,24 @@ Paul Ryan - - - - Benefit - Impact(s) that acts as or causes benefits - 2022-03-23 + + + + + + mitigates risk + Indicates risks mitigated by this concept + 2020-11-04 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - Axel Polleres - - - - - - has consequence - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - 2020-11-04 - 2021-09-21 + + + + Detriment + Impact that acts as or causes detriments + 2022-03-23 accepted Harshvardhan J. Pandit Julian Flake @@ -217,29 +240,16 @@ Beatriz Esteves - + - - Damage - Impact that acts as or causes damages + + Consequence as Side-Effect + The consequence(s) possible or arising as a side-effect of specified context 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - @@ -251,14 +261,4 @@ Georg P Krog - - - - Material Damage - Impact that acts as or causes material damages - 2022-03-30 - accepted - Harshvardhan J. Pandit - - diff --git a/dpv-owl/modules/risk.ttl b/dpv-owl/modules/risk.ttl index cb138a6f9..3146ef4f5 100644 --- a/dpv-owl/modules/risk.ttl +++ b/dpv-owl/modules/risk.ttl @@ -110,7 +110,7 @@ dpvo:RiskManagementProcedure a owl:Class ; dpvo:hasImpact a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -126,7 +126,7 @@ dpvo:hasImpact a rdf:Property, dpvo:hasImpactOn a rdf:Property, owl:ObjectProperty ; rdfs:label "has impact on"@en ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv-owl/modules/technical_organisational_measures.jsonld b/dpv-owl/modules/technical_organisational_measures.jsonld index d40487ba2..c73177ce3 100644 --- a/dpv-owl/modules/technical_organisational_measures.jsonld +++ b/dpv-owl/modules/technical_organisational_measures.jsonld @@ -1,36 +1,30 @@ [ { - "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalMeasure", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + "@value": "Indicates use or applicability of Technical measure" } ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,12 +35,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "has technical measure" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -57,7 +56,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -84,12 +83,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -100,12 +94,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "GuidelinesPrinciple" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -116,7 +110,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -143,7 +137,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -154,12 +148,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Organisational Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -170,43 +164,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -217,12 +202,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Design Standard" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -233,31 +218,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasPolicy", + "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@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/description": [ { "@language": "en", - "@value": "Indicates policy applicable or used" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -268,17 +253,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#Policy" + "@value": "Consultation with Authority" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Consultation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -289,31 +269,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PIA", + "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -324,12 +298,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Complete Anonymisation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -340,34 +314,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Policy", + "@id": "https://w3id.org/dpv/dpv-owl#PIA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -378,12 +349,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Policy" + "@value": "Privacy Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -394,7 +365,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInRest", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -421,7 +392,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -432,12 +403,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Encryption in Rest" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -448,31 +419,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -483,7 +460,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Controller-Processor Agreement" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -494,31 +476,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -529,12 +514,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "De-Identification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -545,7 +530,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", + "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -572,7 +557,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -583,12 +568,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "ContractualTerms" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -599,7 +584,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -626,7 +611,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -637,12 +628,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Safeguard" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -653,14 +644,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#Consultation", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -670,20 +661,14 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -694,12 +679,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Consultation" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -710,34 +695,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#NDA", + "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -748,12 +730,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Data Transfer Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -764,7 +746,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -772,7 +754,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -783,12 +765,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Policy" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -799,12 +781,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "is policy for" + "@value": "has organisational measure" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -815,25 +802,49 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CompleteAnonymisation", + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "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" + "@value": "Indicates use or applicability of Technical or Organisational measure" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -844,12 +855,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "has technical and organisational measure" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -860,34 +871,43 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DeIdentification", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -898,12 +918,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Data Processing Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -914,34 +934,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ContractualTerms", + "@id": "https://w3id.org/dpv/dpv-owl#hasPolicy", "@type": [ - "http://www.w3.org/2002/07/owl#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2002/07/owl#ObjectProperty" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Indicates policy applicable or used" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -952,12 +969,17 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "has policy" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Policy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -968,31 +990,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Seal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1003,12 +1028,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1019,34 +1044,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", + "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1057,12 +1073,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Third-Party Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1073,31 +1089,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1108,17 +1127,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has organisational measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@value": "Privacy by Default" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1129,7 +1143,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DesignStandard", + "@id": "https://w3id.org/dpv/dpv-owl#Certification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1156,7 +1170,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1167,12 +1181,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Design Standard" + "@value": "Certification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1183,34 +1197,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1221,12 +1232,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Single Sign On" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1237,7 +1248,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption", + "@id": "https://w3id.org/dpv/dpv-owl#PseudoAnonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1264,7 +1275,12 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "PseudoAnonmyization or '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;" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1275,12 +1291,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption" + "@value": "Pseudo-Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1291,37 +1307,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#RegularityOfRecertification", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1332,12 +1345,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Regularity of Re-certification" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1348,25 +1361,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment", + "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1377,12 +1399,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Assessment" + "@value": "Authentication Protocols" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1393,7 +1415,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#isPolicyFor", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2002/07/owl#ObjectProperty" @@ -1401,41 +1423,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@id": "https://w3id.org/dpv/dpv-owl#Policy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1446,12 +1450,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "is policy for" } ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "http://www.w3.org/2002/07/owl#Thing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1462,31 +1466,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation", + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1497,12 +1495,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation" + "@value": "Data Processing Records" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1513,34 +1511,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", + "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1551,12 +1552,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Sub-Processor Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1567,34 +1568,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Seal", + "@id": "https://w3id.org/dpv/dpv-owl#Assessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1605,12 +1597,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Seal" + "@value": "Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1621,7 +1613,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Notice", + "@id": "https://w3id.org/dpv/dpv-owl#RegisterOfProcessingActivities", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1632,23 +1624,26 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1659,12 +1654,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Notice" + "@value": "Register of Processing Activities" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1675,7 +1670,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-owl#Encryption", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -1702,7 +1697,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1713,12 +1708,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Encryption" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1729,14 +1724,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1746,20 +1741,14 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1770,12 +1759,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Legitimate Interest Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1786,37 +1775,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DPIA", + "@id": "https://w3id.org/dpv/dpv-owl#NDA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1827,12 +1813,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Non-Disclosure Agreement (NDA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1843,17 +1829,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv/dpv-owl#SafeguardForDataTransfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1861,7 +1856,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1872,12 +1867,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Safeguard for Data Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-owl#Safeguard" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1888,31 +1883,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-owl#Policy", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1923,12 +1921,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Policy" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Consultation" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1939,39 +1937,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1982,12 +1975,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Privacy Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Notice" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1998,25 +1991,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingRecords", + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@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/description": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2027,12 +2026,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Impact Assessment" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-owl#Assessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2043,7 +2042,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2070,7 +2069,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2081,7 +2080,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Technical Measure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2097,14 +2096,14 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", + "@id": "https://w3id.org/dpv/dpv-owl#JointDataControllersAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -2114,14 +2113,20 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2132,12 +2137,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Joint Data Controllers Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#DataProcessingAgreement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2148,40 +2153,37 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Safeguard", + "@id": "https://w3id.org/dpv/dpv-owl#DPIA", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" } ], "http://www.w3.org/2000/01/rdf-schema#comment": [ { "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2192,12 +2194,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#ImpactAssessment" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2208,7 +2210,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols", + "@id": "https://w3id.org/dpv/dpv-owl#CodeOfConduct", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2235,7 +2237,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2246,12 +2248,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Code of Conduct" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2262,34 +2264,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-owl#Notice", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2300,12 +2302,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Notice" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2316,7 +2318,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2343,7 +2345,13 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "Procedures for determining authorisation through permission or authority" + } + ], + "http://www.w3.org/2000/01/rdf-schema#comment": [ + { + "@language": "en", + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2354,12 +2362,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "Authorisation Procedure" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2370,31 +2378,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-owl#StaffTraining", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2002/07/owl#ObjectProperty" + "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "http://www.w3.org/2002/07/owl#Thing" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2405,17 +2416,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "has technical measure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@value": "Staff Training" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2426,7 +2432,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2438,22 +2444,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "The Technical and Organisational measures used." + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2464,12 +2467,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Access Control Method" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" + "@value": "Technical and Organisational Measure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2480,34 +2478,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#Certification", + "@id": "https://w3id.org/dpv/dpv-owl#RecordsOfActivities", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2518,12 +2513,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification" + "@value": "Records of Activities" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2534,31 +2529,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#SingleSignOn", + "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2569,12 +2567,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Certification and Seal" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2585,31 +2583,39 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-owl#Anonymization", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2620,12 +2626,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Anonymization" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Assessment" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2636,7 +2642,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-owl#PrivacyByDesign", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2663,13 +2669,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" - } - ], - "http://www.w3.org/2000/01/rdf-schema#comment": [ - { - "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2680,7 +2680,7 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Privacy by Design" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ @@ -2696,7 +2696,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-owl#AccessControlMethod", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2723,7 +2723,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2734,12 +2734,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Access Control Method" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Encryption" + "@id": "https://w3id.org/dpv/dpv-owl#TechnicalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2750,34 +2750,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#PrivacyNotice", + "@id": "https://w3id.org/dpv/dpv-owl#LegalAgreement", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], "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": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2788,12 +2788,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Legal Agreement" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#Notice" + "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2804,7 +2804,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-owl#CertificationSeal", + "@id": "https://w3id.org/dpv/dpv-owl#EncryptionInTransfer", "@type": [ "http://www.w3.org/2002/07/owl#Class" ], @@ -2831,7 +2831,7 @@ "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2842,12 +2842,12 @@ "http://www.w3.org/2000/01/rdf-schema#label": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Encryption in Transfer" } ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-owl#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-owl#Encryption" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ diff --git a/dpv-owl/modules/technical_organisational_measures.rdf b/dpv-owl/modules/technical_organisational_measures.rdf index 3b5e08949..6cc50cc95 100644 --- a/dpv-owl/modules/technical_organisational_measures.rdf +++ b/dpv-owl/modules/technical_organisational_measures.rdf @@ -5,53 +5,59 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + + - Data Processing Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - 2022-01-26 + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Mark Lizar - + - - Safeguard - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - 2021-09-22 + + Privacy Impact Assessment + Carrying out an impact assessment regarding privacy risks + 2020-11-04 accepted - David Hickey - Paul Ryan Georg P Krog Harshvardhan J. Pandit + Paul Ryan - - - - Privacy by Design - Practices regarding incorporating data protection and privacy in the design of information and services - 2019-04-05 + + + + + + + has policy + Indicates policy applicable or used + 2022-01-26 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + Legal Agreement + A legally binding agreement 2019-04-05 accepted Axel Polleres @@ -60,11 +66,11 @@ Mark Lizar - + - - Single Sign On - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + + Consultation with Authority + Consultation with an authority or authoritative entity 2020-11-04 accepted Georg P Krog @@ -72,33 +78,34 @@ Paul Ryan - - - - - - is policy for - Indicates the context or application of policy - 2022-01-26 + + + + Design Standard + A set of rules or guidelines outlining criterias for design + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - 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 + + Third-Party Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party 2022-02-09 accepted Harshvardhan J. Pandit - + - - ContractualTerms - Contractual terms governing data handling within or with an entity + + Technical Measure + Technical measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -107,23 +114,25 @@ Mark Lizar - + - - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions - 2021-09-08 + + Joint Data Controllers Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + 2022-01-26 accepted Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + Julian Flake - + - - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + + Seal + A seal or a mark indicating proof of certification to some certification or standard 2019-04-05 accepted Axel Polleres @@ -132,11 +141,12 @@ Mark Lizar - + - - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information + + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -145,35 +155,36 @@ Mark Lizar - + - - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks - 2020-11-04 + + Privacy Notice + Represents a notice or document outlining information regarding privacy + 2021-09-08 accepted Georg P Krog - Harshvardhan J. Pandit Paul Ryan + David Hickey + Harshvardhan J. Pandit - + - - Data Transfer Impact Assessment - Impact Assessment for conducting data transfers - 2021-09-08 + + Single Sign On + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - - De-Identification - Removal of identity or information to reduce identifiability + + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -182,11 +193,11 @@ Mark Lizar - + - - Legal Agreement - A legally binding agreement + + ContractualTerms + Contractual terms governing data handling within or with an entity 2019-04-05 accepted Axel Polleres @@ -208,51 +219,49 @@ Paul Ryan - - - - Organisational Measure - Organisational measures required/followed when processing data of the declared category - 2019-04-05 + + + + + + + has technical measure + Indicates use or applicability of Technical measure + 2022-02-09 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - - Sub-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor - 2022-01-26 + + Notice + A notice is an artefact for providing information, choices, or controls + 2021-09-08 accepted + Paul Ryan + David Hickey Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - + - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - 2019-04-05 + + Legitimate Interest Assessment + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + 2021-09-08 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + Encryption + Technical measures consisting of encryption 2019-04-05 accepted Axel Polleres @@ -261,106 +270,51 @@ Mark Lizar - - - - - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - + - - Legitimate Interest Assessment - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + + Policy + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. 2021-09-08 accepted + Paul Ryan + David Hickey Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - - Data Protection Impact Assessment (DPIA) - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - Top class: Impact Assessment, and DPIA is sub-class - 2020-11-04 + + Safeguard + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + 2021-09-22 accepted - Georg P Krog - Harshvardhan J. Pandit + David Hickey Paul Ryan - - - - - - - - - has technical measure - Indicates use or applicability of Technical measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - Privacy Notice - Represents a notice or document outlining information regarding privacy - 2021-09-08 - accepted Georg P Krog - Paul Ryan - David Hickey Harshvardhan J. Pandit - + - - Joint Data Controllers Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship - 2022-01-26 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - - - - - - - - - has policy - Indicates policy applicable or used - 2022-01-26 + + Staff Training + Practices and policies regarding training of staff members + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - Access Control Method - Methods which restrict access to a place or resource + + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices 2019-04-05 accepted Axel Polleres @@ -369,25 +323,24 @@ Mark Lizar - + - - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - 2021-09-08 + + Safeguard for Data Transfer + Represents a safeguard used for data transfer. Can include technical or organisational measures. + 2021-09-22 accepted - Paul Ryan David Hickey + Paul Ryan Georg P Krog Harshvardhan J. Pandit - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - + + Encryption in Transfer + Encryption of data in transit e.g. when being transferred from one location to another, including sharing 2019-04-05 accepted Axel Polleres @@ -396,47 +349,47 @@ Mark Lizar - - - - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - 2019-04-05 + + + + + + + has organisational measure + Indicates use or applicability of Organisational measure + 2022-02-09 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. - 2021-09-22 + + Organisational Measure + Organisational measures required/followed when processing data of the declared category + 2019-04-05 accepted - David Hickey - Paul Ryan - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - Data Processing Records - Records of personal data processing, whether ex-ante or ex-post + + Assessment + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments 2021-09-08 accepted Harshvardhan J. Pandit - + - - Impact Assessment - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + + Consultation + Consultation is a process of receiving feedback, advice, or opinion from an external agency 2020-11-04 accepted Georg P Krog @@ -444,11 +397,11 @@ Paul Ryan - + - - Staff Training - Practices and policies regarding training of staff members + + Access Control Method + Methods which restrict access to a place or resource 2019-04-05 accepted Axel Polleres @@ -457,11 +410,12 @@ Mark Lizar - + - - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + + Pseudo-Anonymization + PseudoAnonmyization or '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; + 2019-04-05 accepted Axel Polleres @@ -470,11 +424,35 @@ Mark Lizar - + - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + + 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 + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + Sub-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + 2022-01-26 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + + + + + + Privacy by Default + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service 2019-04-05 accepted Axel Polleres @@ -496,24 +474,25 @@ Mark Lizar - + - - Technical Measure - Technical measures required/followed when processing data of the declared category - 2019-04-05 + + Controller-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + 2022-01-26 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves + Paul Ryan + Julian Flake - + - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency + + Impact Assessment + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. 2020-11-04 accepted Georg P Krog @@ -521,107 +500,131 @@ Paul Ryan - - - - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures - 2019-04-05 + + + + + + is policy for + Indicates the context or application of policy + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + + + + + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure + 2019-04-04 + 2020-11-04 accepted Axel Polleres - Rob Brennan + Javier Fernández Harshvardhan J. Pandit Mark Lizar + Bud Bruegger - + - Notice - A notice is an artefact for providing information, choices, or controls + Records of Activities + Records of activities within some context such as maintainence tasks or governance functions 2021-09-08 accepted - Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit + Paul Ryan - - - - - - - has organisational measure - Indicates use or applicability of Organisational measure - 2022-02-09 + + + + Data Processing Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + 2022-01-26 accepted + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake - + - - Encryption - Technical measures consisting of encryption - 2019-04-05 + + Data Protection Impact Assessment (DPIA) + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + Top class: Impact Assessment, and DPIA is sub-class + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - + - - Controller-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - 2022-01-26 + + Code of Conduct + A set of rules or procedures outlining the norms and practices for conducting activities + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Mark Lizar - + - - Assessment - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments - 2021-09-08 + + De-Identification + Removal of identity or information to reduce identifiability + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - Technical and Organisational Measure - The Technical and Organisational measures used. + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance 2019-04-05 - 2020-11-04 accepted - Bud Bruegger + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar - + - - Third-Party Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party - 2022-02-09 + + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities + + Privacy by Design + Practices regarding incorporating data protection and privacy in the design of information and services 2019-04-05 accepted Axel Polleres @@ -644,24 +647,24 @@ Mark Lizar - + - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 + + Encryption in Rest + Encryption of data when being stored (persistent encryption) + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + Mark Lizar - + - - Pseudo-Anonymization - PseudoAnonmyization or '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; - + + Regularity of Re-certification + Policy regarding repetition or renewal of existing certification(s) 2019-04-05 accepted Axel Polleres @@ -670,17 +673,14 @@ Mark Lizar - + - - Seal - A seal or a mark indicating proof of certification to some certification or standard - 2019-04-05 + + Data Processing Records + Records of personal data processing, whether ex-ante or ex-post + 2021-09-08 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar diff --git a/dpv-owl/proposed.json b/dpv-owl/proposed.json index 9d0068237..832ef6d25 100644 --- a/dpv-owl/proposed.json +++ b/dpv-owl/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["CreditChecking", "CounterMoneyLaundering", "AntiTerrorismOperations", "PersonnelPayment", "PersonnelHiring", "TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "processing": ["Generate", "Infer", "Match"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement", "MaintainCreditCheckingDatabase", "MaintainCreditRatingDatabase", "MaintainFraudDatabase"], "context": ["Scope", "ContinousFrequency", "OftenFrequency", "SporadicFrequency", "SingularFrequency", "EndlessDuration", "TemporalDuration", "UntilEventDuration", "UntilTimeDuration", "FixedOccurencesDuration", "Justification", "hasScope", "hasJustification"], "risk": ["hasConsequenceOn"], "processing": ["Access", "Assess", "Filter", "Monitor", "Modify", "Observe", "Screen"], "processing_context": ["AutomationOfProcessing", "FullyAutomatedProcessing", "AutomatedProcessingWithHumanVerification", "AutomatedProcessingWithHumanOversight", "AutomatedProcessingWithHumanInput", "PartiallyAutomatedProcessing", "CompletelyManualProcessing", "Scale", "DataVolume", "DataSubjectScale", "GeographicScale", "MassiveDataVolume", "HugeDataVolume", "LargeDataVolume", "MediumDataVolume", "SmallDataVolume", "SporadicDataVolume", "SingularDataVolume", "MassiveScaleOfDataSubjects", "HugeScaleOfDataSubjects", "LargeScaleOfDataSubjects", "MediumScaleOfDataSubjects", "SmallScaleOfDataSubjects", "SporadicScaleOfDataSubjects", "SingularScaleOfDataSubjects", "MassiveGeographicScale", "HugeGeographicScale", "LargeGeographicScale", "MediumGeographicScale", "SmallGeographicScale", "SporadicGeographicScale", "SingularGeographicScale", "GeographicCoverage", "GlobalScale", "NearlyGlobalScale", "MultiNationalScale", "NationalScale", "RegionalScale", "LocalityScale", "WithinEnvironmentScale", "hasScale"], "technical_organisational_measures": ["ConsultationWithDPO", "ConsultationWithDataSubject", "CredentialManagement", "DataBackupProtocols", "PhysicalAccessControlMethod", "isRequiredFor"], "entities_datasubject": ["MentallyVulnerableDataSubject", "AsylumSeeker", "ElderlyDataSubject", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file diff --git a/dpv-pd/dpv-pd.html b/dpv-pd/dpv-pd.html index c4d7a4e0e..205a31603 100644 --- a/dpv-pd/dpv-pd.html +++ b/dpv-pd/dpv-pd.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-pd", title: "DPV-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-pd", @@ -330,6 +330,8 @@

              Classes

              Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

              Classes

              Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

              Classes

              Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

              Classes

              Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

              Classes

              Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

              Classes

              Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

              Classes

              MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

              Classes

              Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

              Classes

              Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -500,7 +518,7 @@

              Classes

              Accent

Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -14130,7 +15272,7 @@

has impact

Created:
Contributor(s):
Created:
Contributor(s):
- < + @@ -542,7 +560,7 @@

Accent

Account Identifier

IRI `https://w3id.org/dpv/dpv-pd#Accent`
- < + @@ -584,7 +602,7 @@

Account Identifier

Acquantaince

IRI `https://w3id.org/dpv/dpv-pd#AccountIdentifier`
- < + @@ -626,7 +644,7 @@

Acquantaince

Age

IRI `https://w3id.org/dpv/dpv-pd#Acquantaince`
- < + @@ -664,11 +682,81 @@

Age

IRI `https://w3id.org/dpv/dpv-pd#Age`
+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
SubType of: + dpv-pd:AgeRange +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
SubType of: + dpv-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

- < + @@ -710,7 +798,7 @@

Apartment Owned

Association

IRI `https://w3id.org/dpv/dpv-pd#ApartmentOwned`
- < + @@ -752,7 +840,7 @@

Association

Attitude

IRI `https://w3id.org/dpv/dpv-pd#Association`
- < + @@ -794,7 +882,7 @@

Attitude

Authenticating

IRI `https://w3id.org/dpv/dpv-pd#Attitude`
- < + @@ -836,7 +924,7 @@

Authenticating

Authentication History

IRI `https://w3id.org/dpv/dpv-pd#Authenticating`
- < + @@ -877,7 +965,7 @@

Authentication History

Bank Account

IRI `https://w3id.org/dpv/dpv-pd#AuthenticationHistory`
- < + @@ -919,7 +1007,7 @@

Bank Account

Behavioral

IRI `https://w3id.org/dpv/dpv-pd#BankAccount`
- < + @@ -967,7 +1055,7 @@

Behavioral

Biometric

IRI `https://w3id.org/dpv/dpv-pd#Behavioral`
- < + @@ -1006,11 +1094,81 @@

Biometric

IRI `https://w3id.org/dpv/dpv-pd#Biometric`
+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
SubType of: + dpv-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
SubType of: + dpv-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

- < + @@ -1052,7 +1210,7 @@

Blood Type

Browser Fingerprint

IRI `https://w3id.org/dpv/dpv-pd#BloodType`
- < + @@ -1094,7 +1252,7 @@

Browser Fingerprint

Browsing Behavior

IRI `https://w3id.org/dpv/dpv-pd#BrowserFingerprint`
- < + @@ -1142,7 +1300,7 @@

Browsing Behavior

Browsing Referral

IRI `https://w3id.org/dpv/dpv-pd#BrowsingBehavior`
- < + @@ -1183,7 +1341,7 @@

Browsing Referral

Call Log

IRI `https://w3id.org/dpv/dpv-pd#BrowsingReferral`
- < + @@ -1225,7 +1383,7 @@

Call Log

Car Owned

IRI `https://w3id.org/dpv/dpv-pd#CallLog`
- < + @@ -1267,7 +1425,7 @@

Car Owned

Character

IRI `https://w3id.org/dpv/dpv-pd#CarOwned`
- < + @@ -1309,7 +1467,7 @@

Character

Communication

IRI `https://w3id.org/dpv/dpv-pd#Character`
- < + @@ -1351,7 +1509,7 @@

Communication

Communications Metadata

IRI `https://w3id.org/dpv/dpv-pd#Communication`
- < + @@ -1399,7 +1557,7 @@

Communications Metadata

Connection

IRI `https://w3id.org/dpv/dpv-pd#CommunicationsMetadata`
- < + @@ -1441,7 +1599,7 @@

Connection

Contact

IRI `https://w3id.org/dpv/dpv-pd#Connection`
- < + @@ -1489,7 +1647,7 @@

Contact

Country

IRI `https://w3id.org/dpv/dpv-pd#Contact`
- < + @@ -1531,7 +1689,7 @@

Country

Credit

IRI `https://w3id.org/dpv/dpv-pd#Country`
- < + @@ -1573,7 +1731,7 @@

Credit

Credit Capacity

IRI `https://w3id.org/dpv/dpv-pd#Credit`
- < + @@ -1615,7 +1773,7 @@

Credit Capacity

Credit Card Number

IRI `https://w3id.org/dpv/dpv-pd#CreditCapacity`
- < + @@ -1657,7 +1815,7 @@

Credit Card Number

Credit Record

IRI `https://w3id.org/dpv/dpv-pd#CreditCardNumber`
- < + @@ -1699,7 +1857,7 @@

Credit Record

Credit Score

IRI `https://w3id.org/dpv/dpv-pd#CreditRecord`
- < + @@ -1741,7 +1899,7 @@

Credit Score

Credit Standing

IRI `https://w3id.org/dpv/dpv-pd#CreditScore`
- < + @@ -1783,7 +1941,7 @@

Credit Standing

Credit Worthiness

IRI `https://w3id.org/dpv/dpv-pd#CreditStanding`
- < + @@ -1825,7 +1983,7 @@

Credit Worthiness

Criminal

IRI `https://w3id.org/dpv/dpv-pd#CreditWorthiness`
- < + @@ -1873,7 +2031,7 @@

Criminal

Criminal Charge

IRI `https://w3id.org/dpv/dpv-pd#Criminal`
- < + @@ -1915,7 +2073,7 @@

Criminal Charge

Criminal Conviction

IRI `https://w3id.org/dpv/dpv-pd#CriminalCharge`
- < + @@ -1957,7 +2115,7 @@

Criminal Conviction

Criminal Pardon

IRI `https://w3id.org/dpv/dpv-pd#CriminalConviction`
- < + @@ -1995,11 +2153,46 @@

Criminal Pardon

IRI `https://w3id.org/dpv/dpv-pd#CriminalPardon`
+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
SubType of: + dpv-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

- < + @@ -2041,7 +2234,7 @@

Demeanor

Demographic

IRI `https://w3id.org/dpv/dpv-pd#Demeanor`
- < + @@ -2083,7 +2276,7 @@

Demographic

Device Applications

IRI `https://w3id.org/dpv/dpv-pd#Demographic`
- < + @@ -2127,7 +2320,7 @@

Device Applications

Device Based

IRI `https://w3id.org/dpv/dpv-pd#DeviceApplications`
- < + @@ -2175,7 +2368,7 @@

Device Based

Device Operating System

IRI `https://w3id.org/dpv/dpv-pd#DeviceBased`
- < + @@ -2219,7 +2412,7 @@

Device Operating System

Device Software

IRI `https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem`
- < + @@ -2263,7 +2456,7 @@

Device Software

Dialect

IRI `https://w3id.org/dpv/dpv-pd#DeviceSoftware`
- < + @@ -2305,7 +2498,7 @@

Dialect

Disability

IRI `https://w3id.org/dpv/dpv-pd#Dialect`
- < + @@ -2347,7 +2540,7 @@

Disability

Disciplinary Action

IRI `https://w3id.org/dpv/dpv-pd#Disability`
- < + @@ -2389,7 +2582,7 @@

Disciplinary Action

Dislike

IRI `https://w3id.org/dpv/dpv-pd#DisciplinaryAction`
- < + @@ -2431,7 +2624,7 @@

Dislike

Divorce

IRI `https://w3id.org/dpv/dpv-pd#Dislike`
- < + @@ -2473,7 +2666,7 @@

Divorce

DNA Code

IRI `https://w3id.org/dpv/dpv-pd#Divorce`
- < + @@ -2515,7 +2708,7 @@

DNA Code

Drug Test Result

IRI `https://w3id.org/dpv/dpv-pd#DNACode`
- < + @@ -2553,11 +2746,116 @@

Drug Test Result

IRI `https://w3id.org/dpv/dpv-pd#DrugTestResult`
+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Education`
Term:Education
Definition:Information about education
SubType of: + dpv-pd:Professional +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
SubType of: + dpv-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
SubType of: + dpv-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

- < + @@ -2595,11 +2893,81 @@

Email Address

IRI `https://w3id.org/dpv/dpv-pd#EmailAddress`
+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
SubType of: + dpv-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
SubType of: + dpv-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Content

- < + @@ -2641,7 +3009,7 @@

Email Content

Employment History

IRI `https://w3id.org/dpv/dpv-pd#EmailContent`
- < + @@ -2683,7 +3051,7 @@

Employment History

Ethnicity

IRI `https://w3id.org/dpv/dpv-pd#EmploymentHistory`
- < + @@ -2725,7 +3093,7 @@

Ethnicity

Ethnic Origin

IRI `https://w3id.org/dpv/dpv-pd#Ethnicity`
- < + @@ -2768,7 +3136,7 @@

Ethnic Origin

External

IRI `https://w3id.org/dpv/dpv-pd#EthnicOrigin`
- < + @@ -2810,7 +3178,7 @@

External

Family

IRI `https://w3id.org/dpv/dpv-pd#External`
- < + @@ -2852,7 +3220,7 @@

Family

Family Health History

IRI `https://w3id.org/dpv/dpv-pd#Family`
- < + @@ -2894,7 +3262,7 @@

Family Health History

Family Structure

IRI `https://w3id.org/dpv/dpv-pd#FamilyHealthHistory`
- < + @@ -2936,7 +3304,7 @@

Family Structure

Favorite

IRI `https://w3id.org/dpv/dpv-pd#FamilyStructure`
- < + @@ -2978,7 +3346,7 @@

Favorite

Favorite Color

IRI `https://w3id.org/dpv/dpv-pd#Favorite`
- < + @@ -3020,7 +3388,7 @@

Favorite Color

Favorite Food

IRI `https://w3id.org/dpv/dpv-pd#FavoriteColor`
- < + @@ -3062,7 +3430,7 @@

Favorite Food

Favorite Music

IRI `https://w3id.org/dpv/dpv-pd#FavoriteFood`
- < + @@ -3104,7 +3472,7 @@

Favorite Music

Fetish

IRI `https://w3id.org/dpv/dpv-pd#FavoriteMusic`
- < + @@ -3146,7 +3514,7 @@

Fetish

Financial

IRI `https://w3id.org/dpv/dpv-pd#Fetish`
- < + @@ -3194,7 +3562,7 @@

Financial

Financial Account

IRI `https://w3id.org/dpv/dpv-pd#Financial`
- < + @@ -3236,7 +3604,7 @@

Financial Account

Financial Account Number

IRI `https://w3id.org/dpv/dpv-pd#FinancialAccount`
- < + @@ -3278,7 +3646,7 @@

Financial Account Number

Fingerprint

IRI `https://w3id.org/dpv/dpv-pd#FinancialAccountNumber`
- < + @@ -3320,7 +3688,7 @@

Fingerprint

Friend

IRI `https://w3id.org/dpv/dpv-pd#Fingerprint`
- < + @@ -3362,7 +3730,7 @@

Friend

Gender

IRI `https://w3id.org/dpv/dpv-pd#Friend`
- < + @@ -3404,7 +3772,7 @@

Gender

General Reputation

IRI `https://w3id.org/dpv/dpv-pd#Gender`
- < + @@ -3442,11 +3810,46 @@

General Reputation

IRI `https://w3id.org/dpv/dpv-pd#GeneralReputation`
+
+

Genetic Data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#GeneticData`
Term:GeneticData
Definition:Information about inherited or acquired genetic characteristics
SubType of: + dpv:HealthData +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Geographic

- < + @@ -3488,7 +3891,7 @@

Geographic

GPS Coordinate

IRI `https://w3id.org/dpv/dpv-pd#Geographic`
- < + @@ -3530,7 +3933,7 @@

GPS Coordinate

Group Membership

IRI `https://w3id.org/dpv/dpv-pd#GPSCoordinate`
- < + @@ -3572,7 +3975,7 @@

Group Membership

Hair Color

IRI `https://w3id.org/dpv/dpv-pd#GroupMembership`
- < + @@ -3614,7 +4017,7 @@

Hair Color

Health

IRI `https://w3id.org/dpv/dpv-pd#HairColor`
- < + @@ -3662,7 +4065,7 @@

Health

Health History

IRI `https://w3id.org/dpv/dpv-pd#Health`
- < + @@ -3704,7 +4107,7 @@

Health History

Health Record

IRI `https://w3id.org/dpv/dpv-pd#HealthHistory`
- < + @@ -3746,7 +4149,7 @@

Health Record

Height

IRI `https://w3id.org/dpv/dpv-pd#HealthRecord`
- < + @@ -3788,7 +4191,7 @@

Height

Historical

IRI `https://w3id.org/dpv/dpv-pd#Height`
- < + @@ -3830,7 +4233,7 @@

Historical

House Owned

IRI `https://w3id.org/dpv/dpv-pd#Historical`
- < + @@ -3872,7 +4275,7 @@

House Owned

Identifying

IRI `https://w3id.org/dpv/dpv-pd#HouseOwned`
- < + @@ -3914,7 +4317,7 @@

Identifying

Income

IRI `https://w3id.org/dpv/dpv-pd#Identifying`
- < + @@ -3956,7 +4359,7 @@

Income

Income Bracket

IRI `https://w3id.org/dpv/dpv-pd#Income`
- < + @@ -3998,7 +4401,7 @@

Income Bracket

Individual Health History

IRI `https://w3id.org/dpv/dpv-pd#IncomeBracket`
- < + @@ -4036,11 +4439,46 @@

Individual Health History

IRI `https://w3id.org/dpv/dpv-pd#IndividualHealthHistory`
+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
SubType of: + dpv-pd:Financial +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

- < + @@ -4082,7 +4520,7 @@

Intention

Interaction

IRI `https://w3id.org/dpv/dpv-pd#Intention`
- < + @@ -4124,7 +4562,7 @@

Interaction

Interest

IRI `https://w3id.org/dpv/dpv-pd#Interaction`
- < + @@ -4166,7 +4604,7 @@

Interest

Internal

IRI `https://w3id.org/dpv/dpv-pd#Interest`
- < + @@ -4208,7 +4646,7 @@

Internal

IP Address

IRI `https://w3id.org/dpv/dpv-pd#Internal`
- < + @@ -4250,7 +4688,7 @@

IP Address

Job

IRI `https://w3id.org/dpv/dpv-pd#IPAddress`
- < + @@ -4292,7 +4730,7 @@

Job

Knowledge and Beliefs

IRI `https://w3id.org/dpv/dpv-pd#Job`
- < + @@ -4334,7 +4772,7 @@

Knowledge and Beliefs

Language

IRI `https://w3id.org/dpv/dpv-pd#KnowledgeBelief`
- < + @@ -4380,7 +4818,7 @@

Language

Life History

IRI `https://w3id.org/dpv/dpv-pd#Language`
- < + @@ -4422,7 +4860,7 @@

Life History

Like

IRI `https://w3id.org/dpv/dpv-pd#LifeHistory`
- < + @@ -4464,7 +4902,7 @@

Like

LinkClicked

IRI `https://w3id.org/dpv/dpv-pd#Like`
- < + @@ -4512,7 +4950,7 @@

LinkClicked

Loan Record

IRI `https://w3id.org/dpv/dpv-pd#LinkClicked`
- < + @@ -4554,7 +4992,7 @@

Loan Record

Location

IRI `https://w3id.org/dpv/dpv-pd#LoanRecord`
- < + @@ -4602,7 +5040,7 @@

Location

MAC Address

IRI `https://w3id.org/dpv/dpv-pd#Location`
- < + @@ -4644,7 +5082,7 @@

MAC Address

Marital Status

IRI `https://w3id.org/dpv/dpv-pd#MACAddress`
- < + @@ -4686,7 +5124,7 @@

Marital Status

Marriage

IRI `https://w3id.org/dpv/dpv-pd#MaritalStatus`
- < + @@ -4728,7 +5166,7 @@

Marriage

MedicalHealth

IRI `https://w3id.org/dpv/dpv-pd#Marriage`
- < + @@ -4771,7 +5209,7 @@

MedicalHealth

Mental Health

IRI `https://w3id.org/dpv/dpv-pd#MedicalHealth`
- < + @@ -4813,7 +5251,7 @@

Mental Health

Name

IRI `https://w3id.org/dpv/dpv-pd#MentalHealth`
- < + @@ -4851,11 +5289,46 @@

Name

IRI `https://w3id.org/dpv/dpv-pd#Name`
+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
SubType of: + dpv-pd:External +
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

- < + @@ -4903,7 +5376,7 @@

Official ID

Offspring

IRI `https://w3id.org/dpv/dpv-pd#OfficialID`
- < + @@ -4945,7 +5418,7 @@

Offspring

Opinion

IRI `https://w3id.org/dpv/dpv-pd#Offspring`
- < + @@ -4987,7 +5460,7 @@

Opinion

Ownership

IRI `https://w3id.org/dpv/dpv-pd#Opinion`
- < + @@ -5029,7 +5502,7 @@

Ownership

Parent

IRI `https://w3id.org/dpv/dpv-pd#Ownership`
- < + @@ -5067,11 +5540,46 @@

Parent

IRI `https://w3id.org/dpv/dpv-pd#Parent`
+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
SubType of: + dpv-pd:OfficialID +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

- < + @@ -5109,11 +5617,46 @@

Password

IRI `https://w3id.org/dpv/dpv-pd#Password`
+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
SubType of: + dpv-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

- < + @@ -5154,7 +5697,7 @@

Payment Card

Payment Card Expiry

IRI `https://w3id.org/dpv/dpv-pd#PaymentCard`
- < + @@ -5195,7 +5738,7 @@

Payment Card Expiry

Payment Card Number

IRI `https://w3id.org/dpv/dpv-pd#PaymentCardExpiry`
- < + @@ -5237,7 +5780,7 @@

Payment Card Number

Personality

IRI `https://w3id.org/dpv/dpv-pd#PaymentCardNumber`
- < + @@ -5279,7 +5822,7 @@

Personality

Personal Possession

IRI `https://w3id.org/dpv/dpv-pd#Personality`
- < + @@ -5321,7 +5864,7 @@

Personal Possession

Philosophical Belief

IRI `https://w3id.org/dpv/dpv-pd#PersonalPossession`
- < + @@ -5364,7 +5907,7 @@

Philosophical Belief

Physical Address

IRI `https://w3id.org/dpv/dpv-pd#PhilosophicalBelief`
- < + @@ -5406,7 +5949,7 @@

Physical Address

PhysicalCharacteristic

IRI `https://w3id.org/dpv/dpv-pd#PhysicalAddress`
- < + @@ -5454,7 +5997,7 @@

PhysicalCharacteristic

Physical Health

IRI `https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic`
- < + @@ -5496,7 +6039,7 @@

Physical Health

Physical Trait

IRI `https://w3id.org/dpv/dpv-pd#PhysicalHealth`
- < + @@ -5538,7 +6081,7 @@

Physical Trait

Picture

IRI `https://w3id.org/dpv/dpv-pd#PhysicalTrait`
- < + @@ -5580,7 +6123,7 @@

Picture

Piercing

IRI `https://w3id.org/dpv/dpv-pd#Picture`
- < + @@ -5622,7 +6165,7 @@

Piercing

PIN Code

IRI `https://w3id.org/dpv/dpv-pd#Piercing`
- < + @@ -5664,7 +6207,7 @@

PIN Code

Political Affiliation

IRI `https://w3id.org/dpv/dpv-pd#PINCode`
- < + @@ -5709,11 +6252,47 @@

Political Affiliation

IRI `https://w3id.org/dpv/dpv-pd#PoliticalAffiliation`
+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
SubType of: + dpv:SpecialCategoryPersonalData, + dpv-pd:PublicLife +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

- < + @@ -5761,7 +6340,7 @@

Preference

Prescription

IRI `https://w3id.org/dpv/dpv-pd#Preference`
- < + @@ -5803,7 +6382,7 @@

Prescription

Privacy Preference

IRI `https://w3id.org/dpv/dpv-pd#Prescription`
- < + @@ -5845,7 +6424,7 @@

Privacy Preference

Proclivitie

IRI `https://w3id.org/dpv/dpv-pd#PrivacyPreference`
- < + @@ -5887,7 +6466,7 @@

Proclivitie

Professional

IRI `https://w3id.org/dpv/dpv-pd#Proclivitie`
- < + @@ -5929,7 +6508,7 @@

Professional

Professional Certification

IRI `https://w3id.org/dpv/dpv-pd#Professional`
- < + @@ -5971,7 +6550,7 @@

Professional Certification

Professional Evaluation

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalCertification`
- < + @@ -6013,7 +6592,7 @@

Professional Evaluation

Professional Interview

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation`
- < + @@ -6055,7 +6634,7 @@

Professional Interview

Public Life

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalInterview`
- < + @@ -6097,7 +6676,7 @@

Public Life

Purchase

IRI `https://w3id.org/dpv/dpv-pd#PublicLife`
- < + @@ -6145,7 +6724,7 @@

Purchase

Purchases and Spending Habit

IRI `https://w3id.org/dpv/dpv-pd#Purchase`
- < + @@ -6187,7 +6766,7 @@

Purchases and Spending Habit

Race

IRI `https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit`
- < + @@ -6230,7 +6809,7 @@

Race

Reference

IRI `https://w3id.org/dpv/dpv-pd#Race`
- < + @@ -6272,7 +6851,7 @@

Reference

Relationship

IRI `https://w3id.org/dpv/dpv-pd#Reference`
- < + @@ -6314,7 +6893,7 @@

Relationship

Religion

IRI `https://w3id.org/dpv/dpv-pd#Relationship`
- < + @@ -6357,7 +6936,7 @@

Religion

Religious Belief

IRI `https://w3id.org/dpv/dpv-pd#Religion`
- < + @@ -6400,7 +6979,7 @@

Religious Belief

Retina

IRI `https://w3id.org/dpv/dpv-pd#ReligiousBelief`
- < + @@ -6442,7 +7021,7 @@

Retina

Room Number

IRI `https://w3id.org/dpv/dpv-pd#Retina`
- < + @@ -6484,7 +7063,7 @@

Room Number

Salary

IRI `https://w3id.org/dpv/dpv-pd#RoomNumber`
- < + @@ -6526,7 +7105,7 @@

Salary

Sale

IRI `https://w3id.org/dpv/dpv-pd#Salary`
- < + @@ -6568,7 +7147,7 @@

Sale

School

IRI `https://w3id.org/dpv/dpv-pd#Sale`
- < + @@ -6610,7 +7189,7 @@

School

Secret Text

IRI `https://w3id.org/dpv/dpv-pd#School`
- < + @@ -6652,7 +7231,7 @@

Secret Text

Service Consumption Behavior

IRI `https://w3id.org/dpv/dpv-pd#SecretText`
- < + @@ -6694,7 +7273,7 @@

Service Consumption Behavior

Sexual

IRI `https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior`
- < + @@ -6737,7 +7316,7 @@

Sexual

Sexual History

IRI `https://w3id.org/dpv/dpv-pd#Sexual`
- < + @@ -6779,7 +7358,7 @@

Sexual History

Sexual Preference

IRI `https://w3id.org/dpv/dpv-pd#SexualHistory`
- < + @@ -6821,7 +7400,7 @@

Sexual Preference

Sibling

IRI `https://w3id.org/dpv/dpv-pd#SexualPreference`
- < + @@ -6863,7 +7442,7 @@

Sibling

Skin Tone

IRI `https://w3id.org/dpv/dpv-pd#Sibling`
- < + @@ -6905,7 +7484,7 @@

Skin Tone

Social

IRI `https://w3id.org/dpv/dpv-pd#SkinTone`
- < + @@ -6947,7 +7526,7 @@

Social

Social Media Communication

IRI `https://w3id.org/dpv/dpv-pd#Social`
- < + @@ -6995,7 +7574,7 @@

Social Media Communication

Social Network

IRI `https://w3id.org/dpv/dpv-pd#SocialMediaCommunication`
- < + @@ -7037,7 +7616,7 @@

Social Network

Social Status

IRI `https://w3id.org/dpv/dpv-pd#SocialNetwork`
- < + @@ -7079,7 +7658,7 @@

Social Status

Tattoo

IRI `https://w3id.org/dpv/dpv-pd#SocialStatus`
- < + @@ -7121,7 +7700,7 @@

Tattoo

Tax

IRI `https://w3id.org/dpv/dpv-pd#Tattoo`
- < + @@ -7163,7 +7742,7 @@

Tax

Telephone Number

IRI `https://w3id.org/dpv/dpv-pd#Tax`
- < + @@ -7205,7 +7784,7 @@

Telephone Number

Thought

IRI `https://w3id.org/dpv/dpv-pd#TelephoneNumber`
- < + @@ -7247,7 +7826,7 @@

Thought

Tracking

IRI `https://w3id.org/dpv/dpv-pd#Thought`
- < + @@ -7285,11 +7864,47 @@

Tracking

IRI `https://w3id.org/dpv/dpv-pd#Tracking`
+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
SubType of: + dpv:SpecialCategoryPersonalData, + dpv-pd:GroupMembership +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

- < + @@ -7331,7 +7946,7 @@

Transaction

Transactional

IRI `https://w3id.org/dpv/dpv-pd#Transaction`
- < + @@ -7369,11 +7984,46 @@

Transactional

IRI `https://w3id.org/dpv/dpv-pd#Transactional`
+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
SubType of: + dpv-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

- < + @@ -7415,7 +8065,7 @@

TV Viewing Behavior

UID

IRI `https://w3id.org/dpv/dpv-pd#TVViewingBehavior`
- < + @@ -7463,7 +8113,7 @@

UID

Username

IRI `https://w3id.org/dpv/dpv-pd#UID`
- < + @@ -7505,7 +8155,7 @@

Username

Voice Communication Recording

IRI `https://w3id.org/dpv/dpv-pd#Username`
- < + @@ -7547,7 +8197,7 @@

Voice Communication Recording

Voice Mail

IRI `https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording`
- < + @@ -7589,7 +8239,7 @@

Voice Mail

Weight

IRI `https://w3id.org/dpv/dpv-pd#VoiceMail`
- < + @@ -7631,7 +8281,7 @@

Weight

Work History

IRI `https://w3id.org/dpv/dpv-pd#Weight`
- < + @@ -7677,21 +8327,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
  • AgeExact
  • -
  • AgeRange
  • -
  • BirthDate
  • -
  • BirthPlace
  • -
  • EmailAddressWork
  • -
  • EmailAddressPersonal
  • -
  • CurrentEmployment
  • -
  • PastEmployment
  • -
  • Insurance
  • -
  • Nationality
  • -
  • Education
  • -
  • EducationExperience
  • -
  • EducationQualification
  • -
  • TravelHistory
  • -
  • CustomerOrder
  • +
    • CustomerOrder
    • RequestTarget
    • UsageHistory
    • UserAgent
    • diff --git a/dpv-pd/dpv-pd.jsonld b/dpv-pd/dpv-pd.jsonld index d200a9bd6..507e992b1 100644 --- a/dpv-pd/dpv-pd.jsonld +++ b/dpv-pd/dpv-pd.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-pd#Country", + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -38,23 +38,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about browsing Behavior." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Browsing Behavior" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief", + "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -92,23 +97,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about drug test results." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "Drug Test Result" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus", + "@id": "https://w3id.org/dpv/dpv-pd#Parent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -146,23 +151,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social status" + "@value": "Information about parent(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Status" + "@value": "Parent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Historical", + "@id": "https://w3id.org/dpv/dpv-pd#CallLog", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -200,23 +205,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about historical data related to or relevant regarding history or past events" + "@value": "Information about the calls that an individual has made." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Historical" + "@value": "Call Log" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -254,26 +259,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about philosophical beliefs." + "@value": "Information about criminal pardons." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philosophical Belief" + "@value": "Criminal Pardon" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth", + "@id": "https://w3id.org/dpv/dpv-pd#School", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -311,23 +313,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical health." + "@value": "Information about school such as name of school, conduct, or grades obtained." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Health" + "@value": "School" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Picture", + "@id": "https://w3id.org/dpv/dpv-pd#Reference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -365,23 +367,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about visual representation or image e.g. profile photo." + "@value": "Information about references in the professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Picture" + "@value": "Reference" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased", + "@id": "https://w3id.org/dpv/dpv-pd#BirthPlace", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -389,20 +391,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -419,28 +413,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about devices" + "@value": "Information about birth place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Based" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" + "@value": "Birth Place" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic", + "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -478,23 +467,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite music." + "@value": "Information about telephone number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Music" + "@value": "Telephone Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned", + "@id": "https://w3id.org/dpv/dpv-pd#Salary", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -532,23 +521,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@value": "Information about salary" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "House Owned" + "@value": "Salary" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior", + "@id": "https://w3id.org/dpv/dpv-pd#Communication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -556,20 +545,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -586,23 +575,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" + "@value": "Information communicated from or to an individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Communication" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait", + "@id": "https://w3id.org/dpv/dpv-pd#Sibling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -640,23 +629,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about defining traits or features regarding the body." + "@value": "Information about sibling(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "Sibling" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Attitude", + "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -694,23 +683,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Attitude" + "@value": "Purchases and Spending Habit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral", + "@id": "https://w3id.org/dpv/dpv-pd#Marriage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -748,28 +737,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about marriage(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" + "@value": "Marriage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HairColor", + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -807,23 +791,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about favorite food." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Favorite Food" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -831,20 +815,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -861,23 +842,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information used to track an individual or group e.g. location or email" + "@value": "Information about payment card expiry such as a date." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tracking" + "@value": "Payment Card Expiry" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Offspring", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -885,20 +866,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -915,23 +902,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about offspring(s)." + "@value": "Information about software on or related to a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Offspring" + "@value": "Device Software" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#OfficialID", + "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -939,20 +926,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -969,28 +956,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about the consumption of a service, e.g. time and duration of consumption." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" + "@value": "Service Consumption Behavior" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional", + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1028,23 +1010,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@value": "Information about employment history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transactional" + "@value": "Employment History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PrivacyPreference", + "@id": "https://w3id.org/dpv/dpv-pd#Password", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1082,23 +1064,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "Password" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Health", + "@id": "https://w3id.org/dpv/dpv-pd#External", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1136,28 +1118,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about external characteristics that can be observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" + "@value": "External" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Association", + "@id": "https://w3id.org/dpv/dpv-pd#Piercing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1195,23 +1172,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + "@value": "Information about piercings" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Association" + "@value": "Piercing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned", + "@id": "https://w3id.org/dpv/dpv-pd#Income", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1249,23 +1226,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about apartment(s) owned and its history" + "@value": "Information about financial income e.g. for individual or household or family" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Apartment Owned" + "@value": "Income" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IPAddress", + "@id": "https://w3id.org/dpv/dpv-pd#Personality", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1303,23 +1280,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the Internet protocol (IP) address of a device" + "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IP Address" + "@value": "Personality" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording", + "@id": "https://w3id.org/dpv/dpv-pd#Identifying", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1357,23 +1334,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Communication Recording" + "@value": "Identifying" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication", + "@id": "https://w3id.org/dpv/dpv-pd#Geographic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1411,28 +1388,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social media communication, including the communication itself and metadata." + "@value": "Information about location or based on geography (e.g. home address)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media Communication" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" + "@value": "Geographic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Job", + "@id": "https://w3id.org/dpv/dpv-pd#Contact", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1470,23 +1442,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional jobs" + "@value": "Information about contacts or used for contacting e.g. email address or phone number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Job" + "@value": "Contact" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Marriage", + "@id": "https://w3id.org/dpv/dpv-pd#Thought", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1524,23 +1501,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marriage(s)." + "@value": "Information about thoughts" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marriage" + "@value": "Thought" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Interest", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1548,20 +1525,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1578,23 +1552,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Information about payment card number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interest" + "@value": "Payment Card Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sale", + "@id": "https://w3id.org/dpv/dpv-pd#Passport", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1602,20 +1579,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1632,23 +1601,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sales e.g. selling of goods or services" + "@value": "Information about passport" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sale" + "@value": "Passport" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#OfficialID" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-pd#Credit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1656,17 +1625,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1683,26 +1655,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about reputation with regards to money" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "Credit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal", + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1740,28 +1709,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal activity e.g. criminal convictions or jail time" + "@value": "Information about authentication and information used for authenticating" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" + "@value": "Authenticating" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Internal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket", + "@id": "https://w3id.org/dpv/dpv-pd#Gender", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1799,23 +1763,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about income bracket." + "@value": "Information about gender" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income Bracket" + "@value": "Gender" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince", + "@id": "https://w3id.org/dpv/dpv-pd#Tax", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1853,23 +1817,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquantaince" + "@value": "Tax" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Credit", + "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1907,23 +1871,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@value": "Information about family health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit" + "@value": "Family Health History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked", + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1961,28 +1925,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the links that an individual has clicked." + "@value": "Information about public life" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" + "@value": "Public Life" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Contact", + "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2020,28 +1979,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about contacts or used for contacting e.g. email address or phone number" + "@value": "Information about personal possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contact" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" + "@value": "Personal Possession" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata", + "@id": "https://w3id.org/dpv/dpv-pd#Friend", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2079,28 +2033,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about communication metadata in the public sphere" + "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" + "@value": "Friend" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications", + "@id": "https://w3id.org/dpv/dpv-pd#MACAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2108,26 +2057,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2144,23 +2087,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about applications or application-like software on a device." + "@value": "Information about the Media Access Control (MAC) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Applications" + "@value": "MAC Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmailContent", + "@id": "https://w3id.org/dpv/dpv-pd#Weight", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2198,23 +2141,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the contents of Emails sent or received" + "@value": "Information about physical weight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Content" + "@value": "Weight" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory", + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2252,23 +2195,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" + "@value": "Information about Behavior or activity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Life History" + "@value": "Behavioral" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Historical" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Personality", + "@id": "https://w3id.org/dpv/dpv-pd#Insurance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2276,20 +2224,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2306,23 +2246,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" + "@value": "Information about Insurance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personality" + "@value": "Insurance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Name", + "@id": "https://w3id.org/dpv/dpv-pd#Dialect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2360,23 +2300,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about names associated or used as given name or nickname." + "@value": "Information about linguistic dialects." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Name" + "@value": "Dialect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#Language" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference", + "@id": "https://w3id.org/dpv/dpv-pd#Education", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2384,20 +2324,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2414,23 +2346,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about education" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual Preference" + "@value": "Education" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber", + "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2468,23 +2400,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location expressed as Room number or similar numbering systems" + "@value": "Information about sexual preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Room Number" + "@value": "Sexual Preference" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Family", + "@id": "https://w3id.org/dpv/dpv-pd#Transaction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2522,23 +2454,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about financial transactions e.g. bank transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family" + "@value": "Transaction" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem", + "@id": "https://w3id.org/dpv/dpv-pd#Favorite", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2546,26 +2478,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2582,23 +2508,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." + "@value": "Information about favorites" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "Favorite" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2636,23 +2562,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorites" + "@value": "Information about physical address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite" + "@value": "Physical Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit", + "@id": "https://w3id.org/dpv/dpv-pd#Race", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2690,23 +2616,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" + "@value": "Information about race or racial history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Race" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Reference", + "@id": "https://w3id.org/dpv/dpv-pd#Dislike", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2744,23 +2673,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about dislikes or preferences regarding repulsions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Reference" + "@value": "Dislike" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate", + "@id": "https://w3id.org/dpv/dpv-pd#Purchase", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2798,23 +2727,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location expressed using Global Position System coordinates (GPS)" + "@value": "Information about purchases such as items bought e.g. grocery or clothing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Purchase" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#UID", + "@id": "https://w3id.org/dpv/dpv-pd#HairColor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2852,28 +2786,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about hair color" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" + "@value": "Hair Color" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual", + "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2911,26 +2840,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexuality and sexual history" + "@value": "Information about credit record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual" + "@value": "Credit Record" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge", + "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2968,23 +2894,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal charges." + "@value": "Information about proclivities in a sexual context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Proclivitie" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Race", + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2992,20 +2918,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3022,26 +2945,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Race" + "@value": "Payment Card" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry", + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3049,17 +2969,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3076,23 +2999,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card expiry such as a date." + "@value": "Information about family and familial structure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "Family Structure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-pd#Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Demeanor", + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3130,23 +3053,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information about financial account identifier." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Account Identifier" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Height", + "@id": "https://w3id.org/dpv/dpv-pd#Name", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3184,23 +3107,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical height" + "@value": "Information about names associated or used as given name or nickname." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Height" + "@value": "Name" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Like", + "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3238,23 +3161,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about location expressed using Global Position System coordinates (GPS)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Like" + "@value": "GPS Coordinate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Character", + "@id": "https://w3id.org/dpv/dpv-pd#Offspring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3292,23 +3215,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about offspring(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Character" + "@value": "Offspring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Divorce", + "@id": "https://w3id.org/dpv/dpv-pd#Historical", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3346,23 +3269,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about historical data related to or relevant regarding history or past events" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Divorce" + "@value": "Historical" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview", + "@id": "https://w3id.org/dpv/dpv-pd#OfficialID", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3400,23 +3323,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information about an official identifier or identification document" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "Official ID" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Social", + "@id": "https://w3id.org/dpv/dpv-pd#ReligiousBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3454,23 +3382,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social aspects such as family, public life, or professional networks." + "@value": "Information about religion and religious beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social" + "@value": "Religious Belief" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier", + "@id": "https://w3id.org/dpv/dpv-pd#Attitude", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3508,23 +3439,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information about attitude." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Attitude" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Location", + "@id": "https://w3id.org/dpv/dpv-pd#TradeUnionMembership", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3532,20 +3463,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3562,28 +3485,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about trade union memberships and related topics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" + "@value": "Trade Union Membership" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" - } + "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Financial", + "@id": "https://w3id.org/dpv/dpv-pd#Intention", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3621,28 +3542,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" + "@value": "Information about intentions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" + "@value": "Intention" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Relationship", + "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3680,23 +3596,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about relationships and relationship history." + "@value": "Information about location expressed as Room number or similar numbering systems" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relationship" + "@value": "Room Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber", + "@id": "https://w3id.org/dpv/dpv-pd#Relationship", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3734,23 +3650,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about telephone number." + "@value": "Information about relationships and relationship history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Relationship" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-pd#Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Thought", + "@id": "https://w3id.org/dpv/dpv-pd#CarOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3788,23 +3704,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about cars ownership and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thought" + "@value": "Car Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3842,23 +3758,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health history." + "@value": "Information about philosophical beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health History" + "@value": "Philosophical Belief" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor", + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3896,13 +3815,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite color." + "@value": "Information about favorite music." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Favorite Music" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -3912,7 +3831,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Opinion", + "@id": "https://w3id.org/dpv/dpv-pd#Accent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3950,23 +3869,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about linguistic and speech accents." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Opinion" + "@value": "Accent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#Language" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Accent", + "@id": "https://w3id.org/dpv/dpv-pd#BrowserFingerprint", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4004,23 +3923,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic and speech accents." + "@value": "Information about the web browser which is used as a 'fingerprint'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Accent" + "@value": "Browser Fingerprint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession", + "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4058,23 +3977,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personal possessions." + "@value": "Information about social status" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Possession" + "@value": "Social Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation", + "@id": "https://w3id.org/dpv/dpv-pd#Tracking", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4112,23 +4031,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information used to track an individual or group e.g. location or email" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Tracking" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress", + "@id": "https://w3id.org/dpv/dpv-pd#Retina", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4166,23 +4085,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical address." + "@value": "Information about retina and the retinal patterns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Address" + "@value": "Retina" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CallLog", + "@id": "https://w3id.org/dpv/dpv-pd#PrivacyPreference", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4220,23 +4139,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the calls that an individual has made." + "@value": "Information about privacy preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Call Log" + "@value": "Privacy Preference" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Connection", + "@id": "https://w3id.org/dpv/dpv-pd#Ownership", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4274,23 +4193,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about and including connections in a social network" + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Connection" + "@value": "Ownership" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BloodType", + "@id": "https://w3id.org/dpv/dpv-pd#Prescription", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4328,13 +4247,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about medical and pharmaceutical prescriptions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Blood Type" + "@value": "Prescription" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -4344,7 +4263,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic", + "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4382,28 +4301,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical characteristics" + "@value": "Information about social media communication, including the communication itself and metadata." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PhysicalCharacteristic" + "@value": "Social Media Communication" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification", + "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4411,20 +4330,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4441,23 +4360,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional certifications" + "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Certification" + "@value": "TV Viewing Behavior" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4495,23 +4414,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about school such as name of school, conduct, or grades obtained." + "@value": "Information about acquaintainces in a social network." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "School" + "@value": "Acquantaince" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord", + "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4549,23 +4468,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about loans, whether applied, provided or rejected, and its history" + "@value": "Information about groups and memberships included or associated with a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Loan Record" + "@value": "Group Membership" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Fetish", + "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4573,20 +4492,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4603,23 +4519,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information about prior authentication and its outcomes such as login attempts or location." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fetish" + "@value": "Authentication History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure", + "@id": "https://w3id.org/dpv/dpv-pd#Username", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4657,23 +4573,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about usernames." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Username" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity", + "@id": "https://w3id.org/dpv/dpv-pd#Age", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4711,23 +4627,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about age" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnicity" + "@value": "Age" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood", + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddressPersonal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4735,20 +4651,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4765,23 +4673,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite food." + "@value": "Information about Email address used in Personal capacity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Food" + "@value": "Email Address Personal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic", + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4819,23 +4727,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" + "@value": "Information about friends or connections expressed as a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demographic" + "@value": "Social Network" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory", + "@id": "https://w3id.org/dpv/dpv-pd#Height", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4873,23 +4781,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about employment history" + "@value": "Information about physical height" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employment History" + "@value": "Height" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory", + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4927,23 +4835,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about political affiliation and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Political Affiliation" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount", + "@id": "https://w3id.org/dpv/dpv-pd#Criminal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4981,23 +4897,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial accounts." + "@value": "Information about criminal activity e.g. criminal convictions or jail time" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial Account" + "@value": "Criminal" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" } - ] + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Social" + } + ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Weight", + "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5035,23 +4956,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Weight" + "@value": "Voice Communication Recording" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware", + "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5059,26 +4980,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5095,23 +5010,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about software on or related to a device." + "@value": "Information about house(s) owned and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Software" + "@value": "House Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation", + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5149,23 +5064,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about health, medical conditions or health care" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" + "@value": "MedicalHealth" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#External" }, { "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" @@ -5173,7 +5083,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Religion", + "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5211,26 +5121,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion, religious inclinations, and religious history." + "@value": "Information about fingerprint used for biometric purposes." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religion" + "@value": "Fingerprint" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5268,23 +5175,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about defining traits or features regarding the body." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Physical Trait" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5292,20 +5199,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5322,23 +5235,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal pardons." + "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Device Operating System" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory", + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5346,17 +5259,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5373,23 +5289,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about prior authentication and its outcomes such as login attempts or location." + "@value": "Information about physical characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication History" + "@value": "PhysicalCharacteristic" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tax", + "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5427,23 +5348,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial tax e.g. tax records or tax due" + "@value": "Information about health record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tax" + "@value": "Health Record" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Geographic", + "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5481,23 +5402,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location or based on geography (e.g. home address)" + "@value": "Information about marital status and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Geographic" + "@value": "Marital Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Friend", + "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5535,23 +5456,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." + "@value": "Information about apartment(s) owned and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Friend" + "@value": "Apartment Owned" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Language", + "@id": "https://w3id.org/dpv/dpv-pd#Location", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5570,12 +5491,6 @@ "@value": "Fajar Ekaputra" } ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-20" - } - ], "http://purl.org/dc/terms/source": [ { "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" @@ -5589,29 +5504,34 @@ "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#definition": [ { "@language": "en", - "@value": "Information about language and lingual history." + "@value": "Information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Language" + "@value": "Location" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BankAccount", + "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5649,23 +5569,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Life History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#Historical" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth", + "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5673,20 +5593,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5703,23 +5629,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about applications or application-like software on a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Device Applications" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife", + "@id": "https://w3id.org/dpv/dpv-pd#Biometric", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5757,23 +5683,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about public life" + "@value": "Information about biometrics and biometric characteristics." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Life" + "@value": "Biometric" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory", + "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5811,23 +5740,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about work history in a professional context" + "@value": "Information about income bracket." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Work History" + "@value": "Income Bracket" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MACAddress", + "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5865,23 +5794,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the Media Access Control (MAC) address of a device" + "@value": "Information about criminal charges." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MAC Address" + "@value": "Criminal Charge" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditScore", + "@id": "https://w3id.org/dpv/dpv-pd#IPAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5919,23 +5848,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit score." + "@value": "Information about the Internet protocol (IP) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Score" + "@value": "IP Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Password", + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5973,23 +5902,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about knowledge and beliefs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Password" + "@value": "Knowledge and Beliefs" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-pd#Internal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transaction", + "@id": "https://w3id.org/dpv/dpv-pd#AgeRange", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5997,20 +5926,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6027,23 +5948,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information about age range i.e. inexact age to some degree (i.e. some years)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transaction" + "@value": "Age Range" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Age" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ReligiousBelief", + "@id": "https://w3id.org/dpv/dpv-pd#Social", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6081,26 +6002,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information about social aspects such as family, public life, or professional networks." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Social" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding", + "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6138,23 +6056,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit standing." + "@value": "Information about work history in a professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Standing" + "@value": "Work History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork", + "@id": "https://w3id.org/dpv/dpv-pd#Demeanor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6192,23 +6110,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about friends or connections expressed as a social network" + "@value": "Information about demeanor." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Network" + "@value": "Demeanor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Income", + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6246,23 +6164,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial income e.g. for individual or household or family" + "@value": "Information about financial accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income" + "@value": "Financial Account" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior", + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6270,20 +6188,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6300,23 +6218,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the consumption of a service, e.g. time and duration of consumption." + "@value": "Information about Email address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Email Address" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying", + "@id": "https://w3id.org/dpv/dpv-pd#BankAccount", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6354,23 +6272,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" + "@value": "Information about bank accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identifying" + "@value": "Bank Account" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie", + "@id": "https://w3id.org/dpv/dpv-pd#Sexual", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6408,23 +6326,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about sexuality and sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Sexual" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating", + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6462,682 +6383,594 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about authentication and information used for authenticating" + "@value": "Information about professional evaluations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authenticating" + "@value": "Professional Evaluation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth", + "@id": "https://w3id.org/dpv/dpv-pd#PersonalDataConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "Personal Data Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Accent" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Age" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#AgeExact" + }, { - "@language": "en", - "@value": "Information about health, medical conditions or health care" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#AgeRange" + }, { - "@language": "en", - "@value": "MedicalHealth" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#BirthDate" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-pd#BirthPlace" }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress", - "@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-pd#ApartmentOwned" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Association" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Attitude" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#BankAccount" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + }, { - "@language": "en", - "@value": "Information about Email address." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Biometric" + }, { - "@language": "en", - "@value": "Email Address" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#BloodType" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail", - "@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-pd#BrowserFingerprint" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#CallLog" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#CarOwned" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Character" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Communication" + }, { - "@language": "en", - "@value": "Information about voice mail messages." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata" + }, { - "@language": "en", - "@value": "Voice Mail" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Connection" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Parent", - "@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-pd#Contact" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Country" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditScore" + }, { - "@language": "en", - "@value": "Information about parent(s)." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding" + }, { - "@language": "en", - "@value": "Parent" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Purchase", - "@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-pd#Criminal" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#Demeanor" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Demographic" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications" + }, { - "@language": "en", - "@value": "Information about purchases such as items bought e.g. grocery or clothing" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" + }, { - "@language": "en", - "@value": "Purchase" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem" + }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#DeviceSoftware" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Internal", - "@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-pd#Dialect" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Disability" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Dislike" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#Divorce" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#DNACode" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult" + }, { - "@language": "en", - "@value": "Informatoin about internal characteristics that cannot be seen or observed" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" + }, { - "@language": "en", - "@value": "Internal" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddressWork" + }, { - "@id": "https://w3id.org/dpv#PersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Dialect", - "@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-pd#EmailAddressPersonal" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#EmailContent" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#CurrentEmployment" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#PastEmployment" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin" + }, { - "@language": "en", - "@value": "Information about linguistic dialects." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#External" + }, { - "@language": "en", - "@value": "Dialect" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Family" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Language" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Retina", - "@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-pd#FamilyHealthHistory" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#Fetish" + }, { - "@language": "en", - "@value": "Information about retina and the retinal patterns." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Financial" + }, { - "@language": "en", - "@value": "Retina" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership", - "@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-pd#FinancialAccountNumber" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Friend" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Gender" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Geographic" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#GeneticData" + }, { - "@language": "en", - "@value": "Information about groups and memberships included or associated with a social network" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#GPSCoordinate" + }, { - "@language": "en", - "@value": "Group Membership" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin", - "@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-pd#HairColor" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Health" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#Height" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Historical" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" + }, { - "@language": "en", - "@value": "Information about ethnic origin" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + }, { - "@language": "en", - "@value": "Ethnic Origin" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Income" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket" }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Gender", - "@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-pd#IndividualHealthHistory" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#Insurance" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Intention" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#Interaction" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#Interest" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Internal" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#IPAddress" + }, { - "@language": "en", - "@value": "Information about gender" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#Job" + }, { - "@language": "en", - "@value": "Gender" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber", - "@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-pd#Language" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-pd#Like" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord" + }, { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-pd#Location" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-pd#MACAddress" + }, { - "@language": "en", - "@value": "Information about credit card number" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus" + }, { - "@language": "en", - "@value": "Credit Card Number" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv/dpv-pd#Marriage" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Name" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Nationality" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#OfficialID" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Offspring" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Opinion" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Parent" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Passport" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Password" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry" + }, { "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Personality" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Picture" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Piercing" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PINCode" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalOpinion" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Preference" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Prescription" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PrivacyPreference" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Proclivitie" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Professional" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Education" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EducationExperience" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EducationQualification" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Purchase" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Race" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Reference" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Relationship" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Religion" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ReligiousBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Retina" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Salary" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Sale" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#School" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SecretText" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Sibling" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SkinTone" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Social" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Tattoo" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Tax" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#TradeUnionMembership" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Thought" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Transaction" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#TravelHistory" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#UID" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Username" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Weight" + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Dislike", + "@id": "https://w3id.org/dpv/dpv-pd#SecretText", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7175,23 +7008,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dislike" + "@value": "Secret Text" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric", + "@id": "https://w3id.org/dpv/dpv-pd#Financial", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7229,232 +7062,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Biometric" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#BrowserFingerprint", - "@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": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Information about the web browser which is used as a 'fingerprint'" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Browser Fingerprint" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity", - "@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": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Information about credit capacity." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Credit Capacity" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord", - "@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": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Information about credit record." + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Record" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#External", - "@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": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Financial" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "External" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -7464,7 +7083,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Username", + "@id": "https://w3id.org/dpv/dpv-pd#Demographic", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7502,18 +7121,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about demography and demographic characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Username" + "@value": "Demographic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-pd#External" } ] }, @@ -7615,7 +7234,7 @@ "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2022-05-25" } ], "http://purl.org/dc/terms/source": [ @@ -7636,17 +7255,17 @@ ], "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@value": "https://w3id.org/dpv/dpv-pd" + "@value": "https://w3id.org/dpv/dpv-pd#" } ], "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@value": "0.6" + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Intention", + "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7684,23 +7303,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about intentions" + "@value": "Information about information health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Intention" + "@value": "Individual Health History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DrugTestResult", + "@id": "https://w3id.org/dpv/dpv-pd#EmailContent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7738,18 +7357,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about drug test results." + "@value": "Information about the contents of Emails sent or received" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Drug Test Result" + "@value": "Email Content" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] }, @@ -7808,7 +7427,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction", + "@id": "https://w3id.org/dpv/dpv-pd#Disability", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7846,23 +7465,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disciplinary actions and its history" + "@value": "Information about disabilities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disciplinary Action" + "@value": "Disability" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation", + "@id": "https://w3id.org/dpv/dpv-pd#Like", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7900,23 +7519,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@value": "Information about likes or preferences regarding attractions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Evaluation" + "@value": "Like" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-pd#Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Disability", + "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7954,23 +7573,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information about mental health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disability" + "@value": "Mental Health" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior", + "@id": "https://w3id.org/dpv/dpv-pd#Opinion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8008,28 +7627,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about browsing Behavior." + "@value": "Information about opinions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" + "@value": "Opinion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral", + "@id": "https://w3id.org/dpv/dpv-pd#Connection", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8037,17 +7651,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8064,23 +7681,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." + "@value": "Information about and including connections in a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browsing Referral" + "@value": "Connection" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Professional", + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8118,23 +7735,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about professional interviews" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional" + "@value": "Professional Interview" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord", + "@id": "https://w3id.org/dpv/dpv-pd#Tattoo", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8172,23 +7789,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health record." + "@value": "Information about tattoos" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health Record" + "@value": "Tattoo" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Age", + "@id": "https://w3id.org/dpv/dpv-pd#Internal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8226,540 +7843,1770 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about age" + "@value": "Informatoin about internal characteristics that cannot be seen or observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Age" + "@value": "Internal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PersonalDataConcepts", + "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Personal Data Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-pd#Accent" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Acquantaince" - }, - { - "@id": "https://w3id.org/dpv/dpv-pd#Age" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ApartmentOwned" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Association" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Attitude" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#AuthenticationHistory" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BankAccount" - }, + "@language": "en", + "@value": "Information about communication metadata in the public sphere" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" - }, + "@language": "en", + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BloodType" - }, + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased", + "@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-pd#BrowserFingerprint" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CallLog" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CarOwned" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Character" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Communication" - }, + "@language": "en", + "@value": "Information about devices" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CommunicationsMetadata" - }, + "@language": "en", + "@value": "Device Based" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Connection" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Contact" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Tracking" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddressWork", + "@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-pd#Country" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Credit" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditRecord" - }, + "@language": "en", + "@value": "Information about Email address used for Work or in Professional capacity" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditScore" - }, + "@language": "en", + "@value": "Email Address Work" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding" - }, + "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Language", + "@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-pd#CreditWorthiness" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalCharge" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalPardon" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demeanor" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Demographic" - }, + "@language": "en", + "@value": "changed" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceApplications" - }, + "@language": "en", + "@value": "Information about language and lingual history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceBased" - }, + "@language": "en", + "@value": "Language" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem" - }, + "@id": "https://w3id.org/dpv/dpv-pd#External" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Nationality", + "@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-pd#DeviceSoftware" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Dialect" - }, + "@value": "https://www.w3.org/2022/04/20-dpvcg-minutes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Disability" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Dislike" - }, + "@language": "en", + "@value": "Information about nationality" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Divorce" - }, + "@language": "en", + "@value": "Nationality" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#DNACode" - }, + "@id": "https://w3id.org/dpv/dpv-pd#External" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#DNACode", + "@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-pd#DrugTestResult" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#EmailAddress" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#EmailContent" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about DNA." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "DNA Code" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about loans, whether applied, provided or rejected, and its history" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Loan Record" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BirthDate", + "@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-04-20" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about birth date" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Birth Date" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Age" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditStanding", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about credit standing." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Credit Standing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Credit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#UID", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about unique identifiers." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "UID" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about the links that an individual has clicked." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "LinkClicked" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Behavioral" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about ethnic origins and lineage" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Ethnicity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#External" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PastEmployment", + "@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-04-20" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about past employment" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Past Employment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Association", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Association" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#SocialNetwork" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Interaction", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about interactions in the public sphere" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Interaction" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CurrentEmployment", + "@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-04-20" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about current employment" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Current Employment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#EmploymentHistory" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about professional certifications" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Professional Certification" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Professional" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#GeneticData", + "@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-05-18" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about inherited or acquired genetic characteristics" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Genetic Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#HealthData" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#EducationExperience", + "@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-04-20" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about education experience e.g. attending a university" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Education Experience" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Education" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory", + "@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": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about health history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Health History" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#BloodType", + "@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-pd#EthnicOrigin" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#External" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Family" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Favorite" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor" - }, + "@language": "en", + "@value": "Information about blood type." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteFood" - }, + "@language": "en", + "@value": "Blood Type" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FavoriteMusic" - }, + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#SkinTone", + "@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-pd#Fetish" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccountNumber" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Friend" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Gender" - }, + "@language": "en", + "@value": "Information about skin tone" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation" - }, + "@language": "en", + "@value": "Skin Tone" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Geographic" - }, + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Family", + "@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-pd#GPSCoordinate" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#GroupMembership" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#HairColor" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Health" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthRecord" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Height" - }, + "@language": "en", + "@value": "Information about family and relationships" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Historical" - }, + "@language": "en", + "@value": "Family" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HouseOwned" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Social" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccountNumber", + "@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-pd#Identifying" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Income" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#IncomeBracket" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Intention" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interaction" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Interest" - }, + "@language": "en", + "@value": "Information about financial account number" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" - }, + "@language": "en", + "@value": "Financial Account Number" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#IPAddress" - }, + "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PhysicalHealth", + "@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-pd#Job" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#KnowledgeBelief" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Language" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#LifeHistory" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Like" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#LinkClicked" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#LoanRecord" - }, + "@language": "en", + "@value": "Information about physical health." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Location" - }, + "@language": "en", + "@value": "Physical Health" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MACAddress" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Health" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Country", + "@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-pd#MaritalStatus" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Marriage" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MentalHealth" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Name" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#OfficialID" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Offspring" - }, + "@language": "en", + "@value": "Information about country e.g. residence, travel." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Opinion" - }, + "@language": "en", + "@value": "Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Preference", + "@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-pd#Parent" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Password" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardExpiry" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Personality" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PersonalPossession" - }, + "@language": "en", + "@value": "Information about preferences or interests" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhilosophicalBelief" - }, + "@language": "en", + "@value": "Preference" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalAddress" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Internal" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction", + "@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-pd#PhysicalHealth" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalTrait" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Picture" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Piercing" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PINCode" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PoliticalAffiliation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Preference" - }, + "@language": "en", + "@value": "Information about criminal convictions." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Prescription" - }, + "@language": "en", + "@value": "Criminal Conviction" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PrivacyPreference" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness", + "@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-pd#Proclivitie" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Professional" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalCertification" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ProfessionalInterview" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Purchase" - }, + "@language": "en", + "@value": "Information about credit worthiness." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit" - }, + "@language": "en", + "@value": "Credit Worthiness" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Race" - }, + "@id": "https://w3id.org/dpv/dpv-pd#Credit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#PoliticalOpinion", + "@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-pd#Reference" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Relationship" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Religion" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#ReligiousBelief" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Retina" - }, + "@language": "en", + "@value": "Information about opinions regarding politics and political topics" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#RoomNumber" - }, + "@language": "en", + "@value": "Political Opinion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Salary" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sale" - }, + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Religion", + "@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-pd#School" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SecretText" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sexual" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SexualPreference" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Sibling" - }, + "@language": "en", + "@value": "Information about religion, religious inclinations, and religious history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SkinTone" - }, + "@language": "en", + "@value": "Religion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" }, { - "@id": "https://w3id.org/dpv/dpv-pd#SocialMediaCommunication" - }, + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#AgeExact", + "@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-pd#SocialNetwork" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#SocialStatus" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tattoo" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tax" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#TelephoneNumber" - }, + "@language": "en", + "@value": "Information about the exact age (i.e. to some degree within a year, month, or day)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Thought" - }, + "@language": "en", + "@value": "Age Exact" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Tracking" - }, + "@id": "https://w3id.org/dpv/dpv-pd#AgeRange" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#Divorce", + "@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-pd#Transaction" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Transactional" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-pd#TVViewingBehavior" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-pd#UID" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Username" - }, + "@id": "https://w3id.org/dpv/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail" - }, + "@language": "en", + "@value": "Information about divorce(s)." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Weight" - }, + "@language": "en", + "@value": "Divorce" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#WorkHistory" + "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#MaritalStatus", + "@id": "https://w3id.org/dpv/dpv-pd#Sale", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8797,23 +9644,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about sales e.g. selling of goods or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Sale" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Prescription", + "@id": "https://w3id.org/dpv/dpv-pd#CreditCardNumber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8851,23 +9698,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about credit card number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Prescription" + "@value": "Credit Card Number" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#PaymentCardNumber" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Interaction", + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingReferral", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8875,20 +9722,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8905,23 +9749,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interaction" + "@value": "Browsing Referral" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-pd#BrowsingBehavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Communication", + "@id": "https://w3id.org/dpv/dpv-pd#Professional", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8959,13 +9803,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about educational or professional career" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication" + "@value": "Professional" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -8975,7 +9819,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SecretText", + "@id": "https://w3id.org/dpv/dpv-pd#Interest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9013,23 +9857,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." + "@value": "Information about interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-pd#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#IndividualHealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#Health", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9067,23 +9911,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information about health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Individual Health History" + "@value": "Health" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership", + "@id": "https://w3id.org/dpv/dpv-pd#EthnicOrigin", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9121,23 +9970,72 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about ethnic origin" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ownership" + "@value": "Ethnic Origin" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CriminalConviction", + "@id": "https://w3id.org/dpv/dpv-pd#EducationQualification", + "@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-04-20" + } + ], + "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-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about educational qualifications" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Education Qualification" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv/dpv-pd#Education" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-pd#FavoriteColor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9175,23 +10073,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about favorite color." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Favorite Color" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-pd#Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Tattoo", + "@id": "https://w3id.org/dpv/dpv-pd#CreditScore", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9229,23 +10127,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about credit score." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Credit Score" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#CreditWorthiness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#CarOwned", + "@id": "https://w3id.org/dpv/dpv-pd#Character", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9283,23 +10181,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about cars ownership and ownership history." + "@value": "Information about character in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Car Owned" + "@value": "Character" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Piercing", + "@id": "https://w3id.org/dpv/dpv-pd#Picture", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9337,23 +10235,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about piercings" + "@value": "Information about visual representation or image e.g. profile photo." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Piercing" + "@value": "Picture" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Salary", + "@id": "https://w3id.org/dpv/dpv-pd#Job", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9391,13 +10289,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about salary" + "@value": "Information about professional jobs" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Salary" + "@value": "Job" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -9407,7 +10305,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccountNumber", + "@id": "https://w3id.org/dpv/dpv-pd#TravelHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9415,20 +10313,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9445,23 +10335,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account number" + "@value": "Information about travel history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial Account Number" + "@value": "Travel History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-pd#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyHealthHistory", + "@id": "https://w3id.org/dpv/dpv-pd#SexualHistory", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9499,23 +10389,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family health history." + "@value": "Information about sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Health History" + "@value": "Sexual History" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#SkinTone", + "@id": "https://w3id.org/dpv/dpv-pd#GeneralReputation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9553,23 +10443,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about reputation in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "General Reputation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-pd#PublicLife" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Preference", + "@id": "https://w3id.org/dpv/dpv-pd#Transactional", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9607,28 +10497,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@value": "Information about a purchasing, spending or income" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Preference" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" + "@value": "Transactional" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-pd#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#PaymentCard", + "@id": "https://w3id.org/dpv/dpv-pd#CreditCapacity", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9636,17 +10521,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9663,23 +10551,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card such as Credit Card, Debit Card." + "@value": "Information about credit capacity." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card" + "@value": "Credit Capacity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-pd#Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#DNACode", + "@id": "https://w3id.org/dpv/dpv-pd#DisciplinaryAction", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9717,23 +10605,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about DNA." + "@value": "Information about disciplinary actions and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DNA Code" + "@value": "Disciplinary Action" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-pd#Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Sibling", + "@id": "https://w3id.org/dpv/dpv-pd#Fetish", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9771,23 +10659,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sibling(s)." + "@value": "Information an individual's sexual fetishes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sibling" + "@value": "Fetish" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-pd#Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-pd#Fingerprint", + "@id": "https://w3id.org/dpv/dpv-pd#VoiceMail", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9825,18 +10713,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about voice mail messages." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Voice Mail" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-pd#Communication" } ] } diff --git a/dpv-pd/dpv-pd.n3 b/dpv-pd/dpv-pd.n3 index 58fe184b1..caa28b244 100644 --- a/dpv-pd/dpv-pd.n3 +++ b/dpv-pd/dpv-pd.n3 @@ -35,12 +35,12 @@ "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -48,6 +48,8 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:AccountIdentifier, dpv-pd:Acquantaince, dpv-pd:Age, + dpv-pd:AgeExact, + dpv-pd:AgeRange, dpv-pd:ApartmentOwned, dpv-pd:Association, dpv-pd:Attitude, @@ -56,6 +58,8 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:BankAccount, dpv-pd:Behavioral, dpv-pd:Biometric, + dpv-pd:BirthDate, + dpv-pd:BirthPlace, dpv-pd:BloodType, dpv-pd:BrowserFingerprint, dpv-pd:BrowsingBehavior, @@ -79,6 +83,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:CriminalCharge, dpv-pd:CriminalConviction, dpv-pd:CriminalPardon, + dpv-pd:CurrentEmployment, dpv-pd:DNACode, dpv-pd:Demeanor, dpv-pd:Demographic, @@ -92,7 +97,12 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Dislike, dpv-pd:Divorce, dpv-pd:DrugTestResult, + dpv-pd:Education, + dpv-pd:EducationExperience, + dpv-pd:EducationQualification, dpv-pd:EmailAddress, + dpv-pd:EmailAddressPersonal, + dpv-pd:EmailAddressWork, dpv-pd:EmailContent, dpv-pd:EmploymentHistory, dpv-pd:EthnicOrigin, @@ -114,6 +124,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:GPSCoordinate, dpv-pd:Gender, dpv-pd:GeneralReputation, + dpv-pd:GeneticData, dpv-pd:Geographic, dpv-pd:GroupMembership, dpv-pd:HairColor, @@ -128,6 +139,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Income, dpv-pd:IncomeBracket, dpv-pd:IndividualHealthHistory, + dpv-pd:Insurance, dpv-pd:Intention, dpv-pd:Interaction, dpv-pd:Interest, @@ -146,13 +158,16 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:MedicalHealth, dpv-pd:MentalHealth, dpv-pd:Name, + dpv-pd:Nationality, dpv-pd:OfficialID, dpv-pd:Offspring, dpv-pd:Opinion, dpv-pd:Ownership, dpv-pd:PINCode, dpv-pd:Parent, + dpv-pd:Passport, dpv-pd:Password, + dpv-pd:PastEmployment, dpv-pd:PaymentCard, dpv-pd:PaymentCardExpiry, dpv-pd:PaymentCardNumber, @@ -166,6 +181,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Picture, dpv-pd:Piercing, dpv-pd:PoliticalAffiliation, + dpv-pd:PoliticalOpinion, dpv-pd:Preference, dpv-pd:Prescription, dpv-pd:PrivacyPreference, @@ -204,8 +220,10 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:TelephoneNumber, dpv-pd:Thought, dpv-pd:Tracking, + dpv-pd:TradeUnionMembership, dpv-pd:Transaction, dpv-pd:Transactional, + dpv-pd:TravelHistory, dpv-pd:UID, dpv-pd:Username, dpv-pd:VoiceCommunicationRecording, @@ -237,17 +255,15 @@ dpv-pd:Acquantaince a skos:Concept, skos:prefLabel "Acquantaince"@en ; dpv:isSubTypeOf dpv-pd:SocialNetwork . -dpv-pd:Age a skos:Concept, +dpv-pd:AgeExact a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about age"@en ; - skos:prefLabel "Age"@en ; - dpv:isSubTypeOf dpv-pd:PhysicalCharacteristic . + skos:definition "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; + skos:prefLabel "Age Exact"@en ; + dpv:isSubTypeOf dpv-pd:AgeRange . dpv-pd:ApartmentOwned a skos:Concept, dpv:Concept ; @@ -308,6 +324,26 @@ dpv-pd:BankAccount a skos:Concept, skos:prefLabel "Bank Account"@en ; dpv:isSubTypeOf dpv-pd:FinancialAccount . +dpv-pd:BirthDate a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about birth date"@en ; + skos:prefLabel "Birth Date"@en ; + dpv:isSubTypeOf dpv-pd:Age . + +dpv-pd:BirthPlace a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about birth place"@en ; + skos:prefLabel "Birth Place"@en ; + dpv:isSubTypeOf dpv-pd:Location . + dpv-pd:BloodType a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -512,6 +548,16 @@ dpv-pd:CriminalPardon a skos:Concept, skos:prefLabel "Criminal Pardon"@en ; dpv:isSubTypeOf dpv-pd:Criminal . +dpv-pd:CurrentEmployment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about current employment"@en ; + skos:prefLabel "Current Employment"@en ; + dpv:isSubTypeOf dpv-pd:EmploymentHistory . + dpv-pd:DNACode a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -636,31 +682,47 @@ dpv-pd:DrugTestResult a skos:Concept, skos:prefLabel "Drug Test Result"@en ; dpv:isSubTypeOf dpv-pd:MedicalHealth . -dpv-pd:EmailAddress a skos:Concept, +dpv-pd:EducationExperience a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about Email address."@en ; - skos:prefLabel "Email Address"@en ; - dpv:isSubTypeOf dpv-pd:Contact . + skos:definition "Information about education experience e.g. attending a university"@en ; + skos:prefLabel "Education Experience"@en ; + dpv:isSubTypeOf dpv-pd:Education . -dpv-pd:EmailContent a skos:Concept, +dpv-pd:EducationQualification a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about the contents of Emails sent or received"@en ; - skos:prefLabel "Email Content"@en ; - dpv:isSubTypeOf dpv-pd:Communication . + skos:definition "Information about educational qualifications"@en ; + skos:prefLabel "Education Qualification"@en ; + dpv:isSubTypeOf dpv-pd:Education . -dpv-pd:EmploymentHistory a skos:Concept, +dpv-pd:EmailAddressPersonal a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address used in Personal capacity"@en ; + skos:prefLabel "Email Address Personal"@en ; + dpv:isSubTypeOf dpv-pd:EmailAddress . + +dpv-pd:EmailAddressWork a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address used for Work or in Professional capacity"@en ; + skos:prefLabel "Email Address Work"@en ; + dpv:isSubTypeOf dpv-pd:EmailAddress . + +dpv-pd:EmailContent a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -668,9 +730,9 @@ dpv-pd:EmploymentHistory a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about employment history"@en ; - skos:prefLabel "Employment History"@en ; - dpv:isSubTypeOf dpv-pd:Professional . + skos:definition "Information about the contents of Emails sent or received"@en ; + skos:prefLabel "Email Content"@en ; + dpv:isSubTypeOf dpv-pd:Communication . dpv-pd:EthnicOrigin a skos:Concept, dpv:Concept ; @@ -817,19 +879,17 @@ dpv-pd:GeneralReputation a skos:Concept, skos:prefLabel "General Reputation"@en ; dpv:isSubTypeOf dpv-pd:PublicLife . -dpv-pd:Geographic a skos:Concept, +dpv-pd:GeneticData a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about location or based on geography (e.g. home address)"@en ; - skos:prefLabel "Geographic"@en ; - dpv:isSubTypeOf dpv-pd:Demographic . + skos:definition "Information about inherited or acquired genetic characteristics"@en ; + skos:prefLabel "Genetic Data"@en ; + dpv:isSubTypeOf dpv:HealthData . -dpv-pd:GroupMembership a skos:Concept, +dpv-pd:Geographic a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -837,9 +897,9 @@ dpv-pd:GroupMembership a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about groups and memberships included or associated with a social network"@en ; - skos:prefLabel "Group Membership"@en ; - dpv:isSubTypeOf dpv-pd:SocialNetwork . + skos:definition "Information about location or based on geography (e.g. home address)"@en ; + skos:prefLabel "Geographic"@en ; + dpv:isSubTypeOf dpv-pd:Demographic . dpv-pd:HairColor a skos:Concept, dpv:Concept ; @@ -925,6 +985,16 @@ dpv-pd:IndividualHealthHistory a skos:Concept, skos:prefLabel "Individual Health History"@en ; dpv:isSubTypeOf dpv-pd:HealthHistory . +dpv-pd:Insurance a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Insurance"@en ; + skos:prefLabel "Insurance"@en ; + dpv:isSubTypeOf dpv-pd:Financial . + dpv-pd:Intention a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1070,18 +1140,15 @@ dpv-pd:Name a skos:Concept, skos:prefLabel "Name"@en ; dpv:isSubTypeOf dpv-pd:Identifying . -dpv-pd:OfficialID a skos:Concept, +dpv-pd:Nationality a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about an official identifier or identification document"@en ; - skos:prefLabel "Official ID"@en ; - skos:related svd:Government ; - dpv:isSubTypeOf dpv-pd:Identifying . + skos:definition "Information about nationality"@en ; + skos:prefLabel "Nationality"@en ; + dpv:isSubTypeOf dpv-pd:External . dpv-pd:Offspring a skos:Concept, dpv:Concept ; @@ -1131,6 +1198,16 @@ dpv-pd:Parent a skos:Concept, skos:prefLabel "Parent"@en ; dpv:isSubTypeOf dpv-pd:FamilyStructure . +dpv-pd:Passport a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about passport"@en ; + skos:prefLabel "Passport"@en ; + dpv:isSubTypeOf dpv-pd:OfficialID . + dpv-pd:Password a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1143,6 +1220,16 @@ dpv-pd:Password a skos:Concept, skos:prefLabel "Password"@en ; dpv:isSubTypeOf dpv-pd:Authenticating . +dpv-pd:PastEmployment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about past employment"@en ; + skos:prefLabel "Past Employment"@en ; + dpv:isSubTypeOf dpv-pd:EmploymentHistory . + dpv-pd:PaymentCardExpiry a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1265,6 +1352,17 @@ dpv-pd:PoliticalAffiliation a skos:Concept, dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, dpv-pd:PublicLife . +dpv-pd:PoliticalOpinion a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about opinions regarding politics and political topics"@en ; + skos:prefLabel "Political Opinion"@en ; + dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, + dpv-pd:PublicLife . + dpv-pd:Prescription a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1630,6 +1728,17 @@ dpv-pd:Thought a skos:Concept, skos:prefLabel "Thought"@en ; dpv:isSubTypeOf dpv-pd:KnowledgeBelief . +dpv-pd:TradeUnionMembership a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about trade union memberships and related topics"@en ; + skos:prefLabel "Trade Union Membership"@en ; + dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, + dpv-pd:GroupMembership . + dpv-pd:Transaction a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1642,6 +1751,16 @@ dpv-pd:Transaction a skos:Concept, skos:prefLabel "Transaction"@en ; dpv:isSubTypeOf dpv-pd:Transactional . +dpv-pd:TravelHistory a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about travel history"@en ; + skos:prefLabel "Travel History"@en ; + dpv:isSubTypeOf dpv-pd:Location . + dpv-pd:UID a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1715,6 +1834,16 @@ dpv-pd:WorkHistory a skos:Concept, skos:prefLabel "Work History"@en ; dpv:isSubTypeOf dpv-pd:Professional . +dpv-pd:AgeRange a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + skos:prefLabel "Age Range"@en ; + dpv:isSubTypeOf dpv-pd:Age . + dpv-pd:BrowsingBehavior a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1740,6 +1869,18 @@ dpv-pd:CreditWorthiness a skos:Concept, skos:prefLabel "Credit Worthiness"@en ; dpv:isSubTypeOf dpv-pd:Credit . +dpv-pd:GroupMembership a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about groups and memberships included or associated with a social network"@en ; + skos:prefLabel "Group Membership"@en ; + dpv:isSubTypeOf dpv-pd:SocialNetwork . + dpv-pd:Historical a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1764,6 +1905,19 @@ dpv-pd:HouseOwned a skos:Concept, skos:prefLabel "House Owned"@en ; dpv:isSubTypeOf dpv-pd:Ownership . +dpv-pd:OfficialID a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about an official identifier or identification document"@en ; + skos:prefLabel "Official ID"@en ; + skos:related svd:Government ; + dpv:isSubTypeOf dpv-pd:Identifying . + dpv-pd:PaymentCardNumber a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1800,6 +1954,18 @@ dpv-pd:AccountIdentifier a skos:Concept, skos:prefLabel "Account Identifier"@en ; dpv:isSubTypeOf dpv-pd:FinancialAccount . +dpv-pd:Age a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about age"@en ; + skos:prefLabel "Age"@en ; + dpv:isSubTypeOf dpv-pd:PhysicalCharacteristic . + dpv-pd:Biometric a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1827,6 +1993,40 @@ dpv-pd:DeviceSoftware a skos:Concept, skos:prefLabel "Device Software"@en ; dpv:isSubTypeOf dpv-pd:DeviceBased . +dpv-pd:Education a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about education"@en ; + skos:prefLabel "Education"@en ; + dpv:isSubTypeOf dpv-pd:Professional . + +dpv-pd:EmailAddress a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address."@en ; + skos:prefLabel "Email Address"@en ; + dpv:isSubTypeOf dpv-pd:Contact . + +dpv-pd:EmploymentHistory a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about employment history"@en ; + skos:prefLabel "Employment History"@en ; + dpv:isSubTypeOf dpv-pd:Professional . + dpv-pd:Ethnicity a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1974,19 +2174,6 @@ dpv-pd:Favorite a skos:Concept, skos:prefLabel "Favorite"@en ; dpv:isSubTypeOf dpv-pd:Preference . -dpv-pd:Financial a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about finance including monetary characteristics and transactions"@en ; - skos:prefLabel "Financial"@en ; - skos:related svd:Financial ; - dpv:isSubTypeOf dpv:PersonalData . - dpv-pd:FinancialAccount a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2023,19 +2210,6 @@ dpv-pd:KnowledgeBelief a skos:Concept, skos:prefLabel "Knowledge and Beliefs"@en ; dpv:isSubTypeOf dpv-pd:Internal . -dpv-pd:Location a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about location"@en ; - skos:prefLabel "Location"@en ; - skos:related svd:Location ; - dpv:isSubTypeOf dpv-pd:Tracking . - dpv-pd:Ownership a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2097,6 +2271,19 @@ dpv-pd:DeviceBased a skos:Concept, skos:related svd:Computer ; dpv:isSubTypeOf dpv-pd:Tracking . +dpv-pd:Financial a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about finance including monetary characteristics and transactions"@en ; + skos:prefLabel "Financial"@en ; + skos:related svd:Financial ; + dpv:isSubTypeOf dpv:PersonalData . + dpv-pd:Sexual a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2122,6 +2309,19 @@ dpv-pd:FamilyStructure a skos:Concept, skos:prefLabel "Family Structure"@en ; dpv:isSubTypeOf dpv-pd:Family . +dpv-pd:Location a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about location"@en ; + skos:prefLabel "Location"@en ; + skos:related svd:Location ; + dpv:isSubTypeOf dpv-pd:Tracking . + dpv-pd:Preference a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2184,18 +2384,6 @@ dpv-pd:Behavioral a skos:Concept, skos:related svd:Activity ; dpv:isSubTypeOf dpv-pd:External . -dpv-pd:External a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about external characteristics that can be observed"@en ; - skos:prefLabel "External"@en ; - dpv:isSubTypeOf dpv:PersonalData . - dpv-pd:MedicalHealth a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2222,7 +2410,7 @@ dpv-pd:PhysicalCharacteristic a skos:Concept, skos:related svd:Demographic ; dpv:isSubTypeOf dpv-pd:External . -dpv-pd:PublicLife a skos:Concept, +dpv-pd:Transactional a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -2230,11 +2418,11 @@ dpv-pd:PublicLife a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about public life"@en ; - skos:prefLabel "Public Life"@en ; - dpv:isSubTypeOf dpv-pd:Social . + skos:definition "Information about a purchasing, spending or income"@en ; + skos:prefLabel "Transactional"@en ; + dpv:isSubTypeOf dpv-pd:Financial . -dpv-pd:Transactional a skos:Concept, +dpv-pd:External a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -2242,9 +2430,21 @@ dpv-pd:Transactional a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about a purchasing, spending or income"@en ; - skos:prefLabel "Transactional"@en ; - dpv:isSubTypeOf dpv-pd:Financial . + skos:definition "Information about external characteristics that can be observed"@en ; + skos:prefLabel "External"@en ; + dpv:isSubTypeOf dpv:PersonalData . + +dpv-pd:PublicLife a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about public life"@en ; + skos:prefLabel "Public Life"@en ; + dpv:isSubTypeOf dpv-pd:Social . dpv-pd:Professional a skos:Concept, dpv:Concept ; diff --git a/dpv-pd/dpv-pd.rdf b/dpv-pd/dpv-pd.rdf index 19a63b2a4..5affec3e3 100644 --- a/dpv-pd/dpv-pd.rdf +++ b/dpv-pd/dpv-pd.rdf @@ -9,12 +9,362 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + + + + + Privacy Preference + Information about privacy preferences + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Weight + Information about physical weight + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Professional Evaluation + Information about professional evaluations + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Acquantaince + Information about acquaintainces in a social network. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Favorite + Information about favorites + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + IP Address + Information about the Internet protocol (IP) address of a device + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Relationship + Information about relationships and relationship history. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + PIN Code + Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Thought + Information about thoughts + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Device Based + Information about devices + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Apartment Owned + Information about apartment(s) owned and its history + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Social Media Communication + Information about social media communication, including the communication itself and metadata. + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Marital Status + Information about marital status and history + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Tattoo + Information about tattoos + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Geographic + Information about location or based on geography (e.g. home address) + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Communications Metadata + Information about communication metadata in the public sphere + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Username + Information about usernames. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Email Address Work + Information about Email address used for Work or in Professional capacity + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + Family + Information about family and relationships + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Interaction + Information about interactions in the public sphere + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + DNA Code + Information about DNA. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + General Reputation + Information about reputation in the public sphere + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Interest + Information about interests + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + Age Exact + Information about the exact age (i.e. to some degree within a year, month, or day) + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + Dislike + Information about dislikes or preferences regarding repulsions. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - - Demeanor - Information about demeanor. + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) 2019-06-04 accepted @@ -22,13 +372,26 @@ Fajar Ekaputra - + - + + Social + Information about social aspects such as family, public life, or professional networks. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + - Race - Information about race or racial history. + MedicalHealth + Information about health, medical conditions or health care 2019-06-04 accepted @@ -36,13 +399,39 @@ Fajar Ekaputra - + - - Location - Information about location - + + + Political Opinion + Information about opinions regarding politics and political topics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Official ID + Information about an official identifier or identification document + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -57,6 +446,10 @@ + + + + @@ -102,8 +495,12 @@ + + + + @@ -123,6 +520,7 @@ + @@ -136,6 +534,7 @@ + @@ -155,11 +554,13 @@ + + @@ -174,6 +575,7 @@ + @@ -183,6 +585,9 @@ + + + @@ -209,208 +614,27 @@ + - - - - - - - - - - - - - - - Family - Information about family and relationships - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Financial Account - Information about financial accounts. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Secret Text - Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - PhysicalCharacteristic - Information about physical characteristics - - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Disability - Information about disabilities. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Room Number - Information about location expressed as Room number or similar numbering systems - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Proclivitie - Information about proclivities in a sexual context - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Favorite Color - Information about favorite color. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Bank Account - Information about bank accounts. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Drug Test Result - Information about drug test results. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Marriage - Information about marriage(s). - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Acquantaince - Information about acquaintainces in a social network. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Blood Type - Information about blood type. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - + + + + + + + + + + - + - - Tattoo - Information about tattoos + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 accepted @@ -418,12 +642,12 @@ Fajar Ekaputra - + - - Public Life - Information about public life + + Credit Record + Information about credit record. 2019-06-04 accepted @@ -431,77 +655,24 @@ Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. + + Authentication History + Information about prior authentication and its outcomes such as login attempts or location. 2020-11-04 accepted Georg P Krog - - - - - Tracking - Information used to track an individual or group e.g. location or email - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Thought - Information about thoughts - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Income - Information about financial income e.g. for individual or household or family - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Individual Health History - Information about information health history. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - - Offspring - Information about offspring(s). + + Financial Account Number + Information about financial account number 2019-06-04 accepted @@ -509,26 +680,27 @@ Fajar Ekaputra - + - - Device Based - Information about devices - - - 2019-06-04 + + Device Software + Information about software on or related to a device. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan - + - - Family Structure - Information about family and familial structure. + + Professional Certification + Information about professional certifications 2019-06-04 accepted @@ -536,85 +708,24 @@ Fajar Ekaputra - + - - Email Address - Information about Email address. - - 2019-06-04 + + + Trade Union Membership + Information about trade union memberships and related topics + 2022-05-18 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - - - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - Axel Polleres - Beatriz Esteves - Bert Bos - Bud Bruegger - David Hickey - Elmar Kiesling - Eva Schlehahn - Fajar J. Ekaputra - Georg P Krog - Harshvardhan J. Pandit - Javier D. Fernández - Julian Flake - Mark Lizar - Paul Ryan - Piero Bonatti - Ramisa Gachpaz Hamed - Rigo Wenning - Rob Brennan - Simon Steyskal - 2022-04-02 - 2022-04-02 - Axel Polleres - Harshvardhan J. Pandit - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - - DPV-PD: Personal Data Extension for DPV - dpv-pd - https://w3id.org/dpv/dpv-pd - - 0.6 - - + - Group Membership - Information about groups and memberships included or associated with a social network - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Physical Health - Information about physical health. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Criminal Conviction - Information about criminal convictions. + Connection + Information about and including connections in a social network 2019-06-04 accepted @@ -622,28 +733,12 @@ Fajar Ekaputra - - - - - Device Software - Information about software on or related to a device. - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - - - + - - Health - Information about health. - + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -651,12 +746,13 @@ Fajar Ekaputra - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -664,12 +760,12 @@ Fajar Ekaputra - + - - Salary - Information about salary + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -677,12 +773,12 @@ Fajar Ekaputra - + - - Like - Information about likes or preferences regarding attractions. + + Secret Text + Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. 2019-06-04 accepted @@ -690,12 +786,12 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -703,12 +799,12 @@ Fajar Ekaputra - + - - Marital Status - Information about marital status and history + + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -716,12 +812,12 @@ Fajar Ekaputra - + - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + + Call Log + Information about the calls that an individual has made. 2019-06-04 accepted @@ -729,13 +825,12 @@ Fajar Ekaputra - + - - LinkClicked - Information about the links that an individual has clicked. - + + Credit + Information about reputation with regards to money 2019-06-04 accepted @@ -743,12 +838,12 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -756,13 +851,12 @@ Fajar Ekaputra - + - Purchase - Information about purchases such as items bought e.g. grocery or clothing - + Sale + Information about sales e.g. selling of goods or services 2019-06-04 accepted @@ -770,12 +864,12 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + MAC Address + Information about the Media Access Control (MAC) address of a device 2019-06-04 accepted @@ -783,25 +877,23 @@ Fajar Ekaputra - + - - Height - Information about physical height - - 2019-06-04 + + Email Address Personal + Information about Email address used in Personal capacity + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Income Bracket - Information about income bracket. + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -809,12 +901,12 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications + + Attitude + Information about attitude. 2019-06-04 accepted @@ -822,12 +914,46 @@ Fajar Ekaputra - + + + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + Axel Polleres + Beatriz Esteves + Bert Bos + Bud Bruegger + David Hickey + Elmar Kiesling + Eva Schlehahn + Fajar J. Ekaputra + Georg P Krog + Harshvardhan J. Pandit + Javier D. Fernández + Julian Flake + Mark Lizar + Paul Ryan + Piero Bonatti + Ramisa Gachpaz Hamed + Rigo Wenning + Rob Brennan + Simon Steyskal + 2022-04-02 + 2022-05-25 + Axel Polleres + Harshvardhan J. Pandit + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + + DPV-PD: Personal Data Extension for DPV + dpv-pd + https://w3id.org/dpv/dpv-pd# + + 0.7 + + - - Financial Account Number - Information about financial account number + + Account Identifier + Information about financial account identifier. 2019-06-04 accepted @@ -835,25 +961,23 @@ Fajar Ekaputra - + - - Opinion - Information about opinions - - 2019-06-04 + + Current Employment + Information about current employment + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Personal Possession - Information about personal possessions. + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -861,12 +985,13 @@ Fajar Ekaputra - + - - Piercing - Information about piercings + + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -874,12 +999,12 @@ Fajar Ekaputra - + - - Favorite Music - Information about favorite music. + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -887,13 +1012,12 @@ Fajar Ekaputra - + - - Sexual - Information about sexuality and sexual history + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -901,26 +1025,24 @@ Fajar Ekaputra - + - - DNA Code - Information about DNA. - - 2019-06-04 + + Payment Card Expiry + Information about payment card expiry such as a date. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Purchases and Spending Habit + Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends 2019-06-04 accepted @@ -928,37 +1050,40 @@ Fajar Ekaputra - + - - Parent - Information about parent(s). + + Language + Information about language and lingual history. 2019-06-04 - accepted + 2022-04-20 + changed Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - + - - Authentication History - Information about prior authentication and its outcomes such as login attempts or location. - - 2020-11-04 + + Individual Health History + Information about information health history. + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + Location + Information about location + 2019-06-04 accepted @@ -966,25 +1091,23 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. - - 2019-06-04 + + Birth Place + Information about birth place + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Communication - Information communicated from or to an individual + + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -992,12 +1115,12 @@ Fajar Ekaputra - + - - Divorce - Information about divorce(s). + + Health History + Information about health history. 2019-06-04 accepted @@ -1005,13 +1128,12 @@ Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + Voice Mail + Information about voice mail messages. 2019-06-04 accepted @@ -1019,12 +1141,27 @@ Fajar Ekaputra - + + + + + Device Operating System + Information about the operating system (OS) or system software that manages hardware or software resources. + + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + + + - - Credit Standing - Information about credit standing. + + Email Address + Information about Email address. 2019-06-04 accepted @@ -1032,28 +1169,24 @@ Fajar Ekaputra - + - - Device Applications - Information about applications or application-like software on a device. + + Browsing Referral + Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns. 2020-11-04 accepted - Harshvardhan J. Pandit - Beatriz Esteves Georg P Krog - Paul Ryan - + - - - Philosophical Belief - Information about philosophical beliefs. + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -1061,12 +1194,12 @@ Fajar Ekaputra - + - - Authenticating - Information about authentication and information used for authenticating + + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -1074,12 +1207,12 @@ Fajar Ekaputra - + - - Relationship - Information about relationships and relationship history. + + Social Network + Information about friends or connections expressed as a social network 2019-06-04 accepted @@ -1087,26 +1220,37 @@ Fajar Ekaputra - + - - - Biometric - Information about biometrics and biometric characteristics. - - 2019-06-04 + + Genetic Data + Information about inherited or acquired genetic characteristics + 2022-05-18 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + TV Viewing Behavior + Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed + + 2019-11-26 + accepted + Harshvardhan J. Pandit + Rudy Jacob + + + + + + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + 2019-06-04 accepted @@ -1114,13 +1258,25 @@ Fajar Ekaputra - + - - - MedicalHealth - Information about health, medical conditions or health care + + Service Consumption Behavior + Information about the consumption of a service, e.g. time and duration of consumption. + + 2019-11-26 + accepted + Harshvardhan J. Pandit + Rudy Jacob + + + + + + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -1128,13 +1284,12 @@ Fajar Ekaputra - + - - Official ID - Information about an official identifier or identification document - + + Age + Information about age 2019-06-04 accepted @@ -1142,12 +1297,12 @@ Fajar Ekaputra - + - - Tax - Information about financial tax e.g. tax records or tax due + + Internal + Informatoin about internal characteristics that cannot be seen or observed 2019-06-04 accepted @@ -1155,12 +1310,12 @@ Fajar Ekaputra - + - - Telephone Number - Information about telephone number. + + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -1168,12 +1323,12 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + Professional + Information about educational or professional career 2019-06-04 accepted @@ -1181,13 +1336,13 @@ Fajar Ekaputra - + - + - Ethnic Origin - Information about ethnic origin + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -1195,12 +1350,12 @@ Fajar Ekaputra - + - Sexual Preference - Information about sexual preferences + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -1208,26 +1363,13 @@ Fajar Ekaputra - - - - - Service Consumption Behavior - Information about the consumption of a service, e.g. time and duration of consumption. - - 2019-11-26 - accepted - Harshvardhan J. Pandit - Rudy Jacob - - - + - - UID - Information about unique identifiers. - + + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -1235,12 +1377,12 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted @@ -1248,12 +1390,12 @@ Fajar Ekaputra - + - - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -1261,38 +1403,35 @@ Fajar Ekaputra - + - - Family Health History - Information about family health history. - - 2019-06-04 + + Nationality + Information about nationality + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + https://www.w3.org/2022/04/20-dpvcg-minutes.html - + - - Connection - Information about and including connections in a social network - - 2019-06-04 + + Payment Card + Information about payment card such as Credit Card, Debit Card. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Country - Information about country e.g. residence, travel. + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -1300,12 +1439,12 @@ Fajar Ekaputra - + - - Favorite - Information about favorites + + Hair Color + Information about hair color 2019-06-04 accepted @@ -1313,12 +1452,12 @@ Fajar Ekaputra - + - - Social Status - Information about social status + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -1326,12 +1465,12 @@ Fajar Ekaputra - + - - Accent - Information about linguistic and speech accents. + + Prescription + Information about medical and pharmaceutical prescriptions 2019-06-04 accepted @@ -1339,12 +1478,12 @@ Fajar Ekaputra - + - - Work History - Information about work history in a professional context + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -1352,12 +1491,12 @@ Fajar Ekaputra - - - - - Mental Health - Information about mental health. + + + + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -1365,12 +1504,12 @@ Fajar Ekaputra - + - - Age - Information about age + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -1378,13 +1517,12 @@ Fajar Ekaputra - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -1392,12 +1530,13 @@ Fajar Ekaputra - + - - Transaction - Information about financial transactions e.g. bank transfers + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -1405,12 +1544,12 @@ Fajar Ekaputra - + - - School - Information about school such as name of school, conduct, or grades obtained. + + Country + Information about country e.g. residence, travel. 2019-06-04 accepted @@ -1418,12 +1557,12 @@ Fajar Ekaputra - + - - MAC Address - Information about the Media Access Control (MAC) address of a device + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -1444,12 +1583,12 @@ Fajar Ekaputra - + - - Attitude - Information about attitude. + + Sibling + Information about sibling(s). 2019-06-04 accepted @@ -1457,12 +1596,12 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + Social Status + Information about social status 2019-06-04 accepted @@ -1470,12 +1609,12 @@ Fajar Ekaputra - + - - House Owned - Information about house(s) owned and ownership history. + + Loan Record + Information about loans, whether applied, provided or rejected, and its history 2019-06-04 accepted @@ -1483,12 +1622,12 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -1496,12 +1635,12 @@ Fajar Ekaputra - + - - Health History - Information about health history. + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1509,14 +1648,24 @@ Fajar Ekaputra - + - - - Political Affiliation - Information about political affiliation and history - + + Past Employment + Information about past employment + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + Behavioral + Information about Behavior or activity + 2019-06-04 accepted @@ -1524,26 +1673,25 @@ Fajar Ekaputra - + - - Language - Information about language and lingual history. + + Health Record + Information about health record. 2019-06-04 - 2022-04-20 - changed + accepted Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - + - - Credit Record - Information about credit record. + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -1551,12 +1699,12 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -1564,13 +1712,12 @@ Fajar Ekaputra - + - - Financial - Information about finance including monetary characteristics and transactions - + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -1578,12 +1725,12 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + Mental Health + Information about mental health. 2019-06-04 accepted @@ -1591,12 +1738,35 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. + + Age Range + Information about age range i.e. inexact age to some degree (i.e. some years) + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + Birth Date + Information about birth date + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + UID + Information about unique identifiers. + 2019-06-04 accepted @@ -1604,12 +1774,12 @@ Fajar Ekaputra - + - - Email Content - Information about the contents of Emails sent or received + + External + Information about external characteristics that can be observed 2019-06-04 accepted @@ -1617,12 +1787,12 @@ Fajar Ekaputra - + - - Life History - Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) + + Height + Information about physical height 2019-06-04 accepted @@ -1630,12 +1800,12 @@ Fajar Ekaputra - + - - Username - Information about usernames. + + Parent + Information about parent(s). 2019-06-04 accepted @@ -1643,12 +1813,12 @@ Fajar Ekaputra - + - - Ethnicity - Information about ethnic origins and lineage + + Intention + Information about intentions 2019-06-04 accepted @@ -1656,13 +1826,27 @@ Fajar Ekaputra - + - - Browsing Behavior - Information about browsing Behavior. - + + Device Applications + Information about applications or application-like software on a device. + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan + + + + + + + House Owned + Information about house(s) owned and ownership history. 2019-06-04 accepted @@ -1670,12 +1854,13 @@ Fajar Ekaputra - + - - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + + PhysicalCharacteristic + Information about physical characteristics + 2019-06-04 accepted @@ -1683,12 +1868,24 @@ Fajar Ekaputra - + + + + + Insurance + Information about Insurance + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + LinkClicked + Information about the links that an individual has clicked. + 2019-06-04 accepted @@ -1696,12 +1893,12 @@ Fajar Ekaputra - + - - Prescription - Information about medical and pharmaceutical prescriptions + + Work History + Information about work history in a professional context 2019-06-04 accepted @@ -1709,12 +1906,12 @@ Fajar Ekaputra - + - - Transactional - Information about a purchasing, spending or income + + Marriage + Information about marriage(s). 2019-06-04 accepted @@ -1722,13 +1919,12 @@ Fajar Ekaputra - + - - - Religious Belief - Information about religion and religious beliefs. + + Public Life + Information about public life 2019-06-04 accepted @@ -1736,12 +1932,12 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -1749,12 +1945,12 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -1762,24 +1958,27 @@ Fajar Ekaputra - + - - Browsing Referral - Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns. - - 2020-11-04 + + + Race + Information about race or racial history. + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Intention - Information about intentions + + Health + Information about health. + 2019-06-04 accepted @@ -1787,25 +1986,23 @@ Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs - - 2019-06-04 + + Education + Information about education + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Credit Score - Information about credit score. + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -1813,25 +2010,23 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere - - 2019-06-04 + + Passport + Information about passport + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Retina - Information about retina and the retinal patterns. + + Divorce + Information about divorce(s). 2019-06-04 accepted @@ -1839,13 +2034,12 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + Disability + Information about disabilities. 2019-06-04 accepted @@ -1853,12 +2047,12 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -1866,25 +2060,23 @@ Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations - - 2019-06-04 + + Education Qualification + Information about educational qualifications + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Credit Card Number - Information about credit card number + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted @@ -1892,12 +2084,12 @@ Fajar Ekaputra - + - - Weight - Information about physical weight + + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -1905,12 +2097,12 @@ Fajar Ekaputra - + - - Interaction - Information about interactions in the public sphere + + Historical + Information about historical data related to or relevant regarding history or past events 2019-06-04 accepted @@ -1918,12 +2110,12 @@ Fajar Ekaputra - + - - Name - Information about names associated or used as given name or nickname. + + Employment History + Information about employment history 2019-06-04 accepted @@ -1931,12 +2123,13 @@ Fajar Ekaputra - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -1944,25 +2137,23 @@ Fajar Ekaputra - + - - Call Log - Information about the calls that an individual has made. - - 2019-06-04 + + Education Experience + Information about education experience e.g. attending a university + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Historical - Information about historical data related to or relevant regarding history or past events + + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -1970,12 +2161,12 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career + + Opinion + Information about opinions 2019-06-04 accepted @@ -1983,12 +2174,12 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -1996,12 +2187,12 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + Gender + Information about gender 2019-06-04 accepted @@ -2009,12 +2200,13 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -2022,12 +2214,14 @@ Fajar Ekaputra - + - - Sale - Information about sales e.g. selling of goods or services + + + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -2035,12 +2229,12 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Criminal Charge + Information about criminal charges. 2019-06-04 accepted @@ -2048,27 +2242,25 @@ Fajar Ekaputra - + - - Device Operating System - Information about the operating system (OS) or system software that manages hardware or software resources. - - 2020-11-04 + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' + + 2019-06-04 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Sibling - Information about sibling(s). + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -2076,12 +2268,12 @@ Fajar Ekaputra - + - - Character - Information about character in the public sphere + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -2089,13 +2281,13 @@ Fajar Ekaputra - + - - Behavioral - Information about Behavior or activity - + + Browsing Behavior + Information about browsing Behavior. + 2019-06-04 accepted @@ -2103,12 +2295,12 @@ Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -2116,12 +2308,12 @@ Fajar Ekaputra - + - - Interest - Information about interests + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -2129,12 +2321,12 @@ Fajar Ekaputra - + - - Account Identifier - Information about financial account identifier. + + Job + Information about professional jobs 2019-06-04 accepted @@ -2142,12 +2334,12 @@ Fajar Ekaputra - + - - IP Address - Information about the Internet protocol (IP) address of a device + + Life History + Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) 2019-06-04 accepted @@ -2155,12 +2347,12 @@ Fajar Ekaputra - + - Employment History - Information about employment history + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -2168,12 +2360,12 @@ Fajar Ekaputra - + - - Social Network - Information about friends or connections expressed as a social network + + Credit Standing + Information about credit standing. 2019-06-04 accepted @@ -2181,12 +2373,12 @@ Fajar Ekaputra - + - - Purchases and Spending Habit - Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -2194,12 +2386,12 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -2207,12 +2399,12 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + Salary + Information about salary 2019-06-04 accepted @@ -2220,25 +2412,23 @@ Fajar Ekaputra - + - - TV Viewing Behavior - Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed - - 2019-11-26 + + Travel History + Information about travel history + 2022-04-20 accepted Harshvardhan J. Pandit - Rudy Jacob - + - - Social - Information about social aspects such as family, public life, or professional networks. + + Skin Tone + Information about skin tone 2019-06-04 accepted @@ -2246,12 +2436,13 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + Purchase + Information about purchases such as items bought e.g. grocery or clothing + 2019-06-04 accepted @@ -2259,12 +2450,12 @@ Fajar Ekaputra - + - - PIN Code - Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. + + Blood Type + Information about blood type. 2019-06-04 accepted @@ -2272,24 +2463,25 @@ Fajar Ekaputra - + - - Payment Card Expiry - Information about payment card expiry such as a date. - - 2020-11-04 + + Ownership + Information about ownership and history, including renting, borrowing, possessions. + + 2019-06-04 accepted - Georg P Krog + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Credit Capacity - Information about credit capacity. + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -2297,12 +2489,13 @@ Fajar Ekaputra - + - - Privacy Preference - Information about privacy preferences + + Preference + Information about preferences or interests + 2019-06-04 accepted @@ -2310,12 +2503,12 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -2323,12 +2516,12 @@ Fajar Ekaputra - + - - Criminal Pardon - Information about criminal pardons. + + Tracking + Information used to track an individual or group e.g. location or email 2019-06-04 accepted @@ -2336,12 +2529,12 @@ Fajar Ekaputra - + - - Health Record - Information about health record. + + Family Health History + Information about family health history. 2019-06-04 accepted @@ -2349,12 +2542,12 @@ Fajar Ekaputra - + - - Dislike - Information about dislikes or preferences regarding repulsions. + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -2362,12 +2555,12 @@ Fajar Ekaputra - + - - Internal - Informatoin about internal characteristics that cannot be seen or observed + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -2375,13 +2568,12 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -2389,24 +2581,25 @@ Fajar Ekaputra - + - Payment Card - Information about payment card such as Credit Card, Debit Card. - - 2020-11-04 + Bank Account + Information about bank accounts. + + 2019-06-04 accepted - Harshvardhan J. Pandit + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Credit Worthiness + Information about credit worthiness. 2019-06-04 accepted @@ -2414,13 +2607,38 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + Room Number + Information about location expressed as Room number or similar numbering systems + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Payment Card Number + Information about payment card number. + + 2020-11-04 + accepted + Georg P Krog + + + + + + + Piercing + Information about piercings 2019-06-04 accepted diff --git a/dpv-pd/dpv-pd.ttl b/dpv-pd/dpv-pd.ttl index 58fe184b1..caa28b244 100644 --- a/dpv-pd/dpv-pd.ttl +++ b/dpv-pd/dpv-pd.ttl @@ -35,12 +35,12 @@ "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpv-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -48,6 +48,8 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:AccountIdentifier, dpv-pd:Acquantaince, dpv-pd:Age, + dpv-pd:AgeExact, + dpv-pd:AgeRange, dpv-pd:ApartmentOwned, dpv-pd:Association, dpv-pd:Attitude, @@ -56,6 +58,8 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:BankAccount, dpv-pd:Behavioral, dpv-pd:Biometric, + dpv-pd:BirthDate, + dpv-pd:BirthPlace, dpv-pd:BloodType, dpv-pd:BrowserFingerprint, dpv-pd:BrowsingBehavior, @@ -79,6 +83,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:CriminalCharge, dpv-pd:CriminalConviction, dpv-pd:CriminalPardon, + dpv-pd:CurrentEmployment, dpv-pd:DNACode, dpv-pd:Demeanor, dpv-pd:Demographic, @@ -92,7 +97,12 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Dislike, dpv-pd:Divorce, dpv-pd:DrugTestResult, + dpv-pd:Education, + dpv-pd:EducationExperience, + dpv-pd:EducationQualification, dpv-pd:EmailAddress, + dpv-pd:EmailAddressPersonal, + dpv-pd:EmailAddressWork, dpv-pd:EmailContent, dpv-pd:EmploymentHistory, dpv-pd:EthnicOrigin, @@ -114,6 +124,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:GPSCoordinate, dpv-pd:Gender, dpv-pd:GeneralReputation, + dpv-pd:GeneticData, dpv-pd:Geographic, dpv-pd:GroupMembership, dpv-pd:HairColor, @@ -128,6 +139,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Income, dpv-pd:IncomeBracket, dpv-pd:IndividualHealthHistory, + dpv-pd:Insurance, dpv-pd:Intention, dpv-pd:Interaction, dpv-pd:Interest, @@ -146,13 +158,16 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:MedicalHealth, dpv-pd:MentalHealth, dpv-pd:Name, + dpv-pd:Nationality, dpv-pd:OfficialID, dpv-pd:Offspring, dpv-pd:Opinion, dpv-pd:Ownership, dpv-pd:PINCode, dpv-pd:Parent, + dpv-pd:Passport, dpv-pd:Password, + dpv-pd:PastEmployment, dpv-pd:PaymentCard, dpv-pd:PaymentCardExpiry, dpv-pd:PaymentCardNumber, @@ -166,6 +181,7 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:Picture, dpv-pd:Piercing, dpv-pd:PoliticalAffiliation, + dpv-pd:PoliticalOpinion, dpv-pd:Preference, dpv-pd:Prescription, dpv-pd:PrivacyPreference, @@ -204,8 +220,10 @@ dpv-pd:PersonalDataConcepts a skos:Collection ; dpv-pd:TelephoneNumber, dpv-pd:Thought, dpv-pd:Tracking, + dpv-pd:TradeUnionMembership, dpv-pd:Transaction, dpv-pd:Transactional, + dpv-pd:TravelHistory, dpv-pd:UID, dpv-pd:Username, dpv-pd:VoiceCommunicationRecording, @@ -237,17 +255,15 @@ dpv-pd:Acquantaince a skos:Concept, skos:prefLabel "Acquantaince"@en ; dpv:isSubTypeOf dpv-pd:SocialNetwork . -dpv-pd:Age a skos:Concept, +dpv-pd:AgeExact a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about age"@en ; - skos:prefLabel "Age"@en ; - dpv:isSubTypeOf dpv-pd:PhysicalCharacteristic . + skos:definition "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; + skos:prefLabel "Age Exact"@en ; + dpv:isSubTypeOf dpv-pd:AgeRange . dpv-pd:ApartmentOwned a skos:Concept, dpv:Concept ; @@ -308,6 +324,26 @@ dpv-pd:BankAccount a skos:Concept, skos:prefLabel "Bank Account"@en ; dpv:isSubTypeOf dpv-pd:FinancialAccount . +dpv-pd:BirthDate a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about birth date"@en ; + skos:prefLabel "Birth Date"@en ; + dpv:isSubTypeOf dpv-pd:Age . + +dpv-pd:BirthPlace a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about birth place"@en ; + skos:prefLabel "Birth Place"@en ; + dpv:isSubTypeOf dpv-pd:Location . + dpv-pd:BloodType a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -512,6 +548,16 @@ dpv-pd:CriminalPardon a skos:Concept, skos:prefLabel "Criminal Pardon"@en ; dpv:isSubTypeOf dpv-pd:Criminal . +dpv-pd:CurrentEmployment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about current employment"@en ; + skos:prefLabel "Current Employment"@en ; + dpv:isSubTypeOf dpv-pd:EmploymentHistory . + dpv-pd:DNACode a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -636,31 +682,47 @@ dpv-pd:DrugTestResult a skos:Concept, skos:prefLabel "Drug Test Result"@en ; dpv:isSubTypeOf dpv-pd:MedicalHealth . -dpv-pd:EmailAddress a skos:Concept, +dpv-pd:EducationExperience a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about Email address."@en ; - skos:prefLabel "Email Address"@en ; - dpv:isSubTypeOf dpv-pd:Contact . + skos:definition "Information about education experience e.g. attending a university"@en ; + skos:prefLabel "Education Experience"@en ; + dpv:isSubTypeOf dpv-pd:Education . -dpv-pd:EmailContent a skos:Concept, +dpv-pd:EducationQualification a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about the contents of Emails sent or received"@en ; - skos:prefLabel "Email Content"@en ; - dpv:isSubTypeOf dpv-pd:Communication . + skos:definition "Information about educational qualifications"@en ; + skos:prefLabel "Education Qualification"@en ; + dpv:isSubTypeOf dpv-pd:Education . -dpv-pd:EmploymentHistory a skos:Concept, +dpv-pd:EmailAddressPersonal a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address used in Personal capacity"@en ; + skos:prefLabel "Email Address Personal"@en ; + dpv:isSubTypeOf dpv-pd:EmailAddress . + +dpv-pd:EmailAddressWork a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address used for Work or in Professional capacity"@en ; + skos:prefLabel "Email Address Work"@en ; + dpv:isSubTypeOf dpv-pd:EmailAddress . + +dpv-pd:EmailContent a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -668,9 +730,9 @@ dpv-pd:EmploymentHistory a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about employment history"@en ; - skos:prefLabel "Employment History"@en ; - dpv:isSubTypeOf dpv-pd:Professional . + skos:definition "Information about the contents of Emails sent or received"@en ; + skos:prefLabel "Email Content"@en ; + dpv:isSubTypeOf dpv-pd:Communication . dpv-pd:EthnicOrigin a skos:Concept, dpv:Concept ; @@ -817,19 +879,17 @@ dpv-pd:GeneralReputation a skos:Concept, skos:prefLabel "General Reputation"@en ; dpv:isSubTypeOf dpv-pd:PublicLife . -dpv-pd:Geographic a skos:Concept, +dpv-pd:GeneticData a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about location or based on geography (e.g. home address)"@en ; - skos:prefLabel "Geographic"@en ; - dpv:isSubTypeOf dpv-pd:Demographic . + skos:definition "Information about inherited or acquired genetic characteristics"@en ; + skos:prefLabel "Genetic Data"@en ; + dpv:isSubTypeOf dpv:HealthData . -dpv-pd:GroupMembership a skos:Concept, +dpv-pd:Geographic a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -837,9 +897,9 @@ dpv-pd:GroupMembership a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about groups and memberships included or associated with a social network"@en ; - skos:prefLabel "Group Membership"@en ; - dpv:isSubTypeOf dpv-pd:SocialNetwork . + skos:definition "Information about location or based on geography (e.g. home address)"@en ; + skos:prefLabel "Geographic"@en ; + dpv:isSubTypeOf dpv-pd:Demographic . dpv-pd:HairColor a skos:Concept, dpv:Concept ; @@ -925,6 +985,16 @@ dpv-pd:IndividualHealthHistory a skos:Concept, skos:prefLabel "Individual Health History"@en ; dpv:isSubTypeOf dpv-pd:HealthHistory . +dpv-pd:Insurance a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Insurance"@en ; + skos:prefLabel "Insurance"@en ; + dpv:isSubTypeOf dpv-pd:Financial . + dpv-pd:Intention a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1070,18 +1140,15 @@ dpv-pd:Name a skos:Concept, skos:prefLabel "Name"@en ; dpv:isSubTypeOf dpv-pd:Identifying . -dpv-pd:OfficialID a skos:Concept, +dpv-pd:Nationality a skos:Concept, dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about an official identifier or identification document"@en ; - skos:prefLabel "Official ID"@en ; - skos:related svd:Government ; - dpv:isSubTypeOf dpv-pd:Identifying . + skos:definition "Information about nationality"@en ; + skos:prefLabel "Nationality"@en ; + dpv:isSubTypeOf dpv-pd:External . dpv-pd:Offspring a skos:Concept, dpv:Concept ; @@ -1131,6 +1198,16 @@ dpv-pd:Parent a skos:Concept, skos:prefLabel "Parent"@en ; dpv:isSubTypeOf dpv-pd:FamilyStructure . +dpv-pd:Passport a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about passport"@en ; + skos:prefLabel "Passport"@en ; + dpv:isSubTypeOf dpv-pd:OfficialID . + dpv-pd:Password a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1143,6 +1220,16 @@ dpv-pd:Password a skos:Concept, skos:prefLabel "Password"@en ; dpv:isSubTypeOf dpv-pd:Authenticating . +dpv-pd:PastEmployment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about past employment"@en ; + skos:prefLabel "Past Employment"@en ; + dpv:isSubTypeOf dpv-pd:EmploymentHistory . + dpv-pd:PaymentCardExpiry a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1265,6 +1352,17 @@ dpv-pd:PoliticalAffiliation a skos:Concept, dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, dpv-pd:PublicLife . +dpv-pd:PoliticalOpinion a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about opinions regarding politics and political topics"@en ; + skos:prefLabel "Political Opinion"@en ; + dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, + dpv-pd:PublicLife . + dpv-pd:Prescription a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1630,6 +1728,17 @@ dpv-pd:Thought a skos:Concept, skos:prefLabel "Thought"@en ; dpv:isSubTypeOf dpv-pd:KnowledgeBelief . +dpv-pd:TradeUnionMembership a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about trade union memberships and related topics"@en ; + skos:prefLabel "Trade Union Membership"@en ; + dpv:isSubTypeOf dpv:SpecialCategoryPersonalData, + dpv-pd:GroupMembership . + dpv-pd:Transaction a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1642,6 +1751,16 @@ dpv-pd:Transaction a skos:Concept, skos:prefLabel "Transaction"@en ; dpv:isSubTypeOf dpv-pd:Transactional . +dpv-pd:TravelHistory a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about travel history"@en ; + skos:prefLabel "Travel History"@en ; + dpv:isSubTypeOf dpv-pd:Location . + dpv-pd:UID a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1715,6 +1834,16 @@ dpv-pd:WorkHistory a skos:Concept, skos:prefLabel "Work History"@en ; dpv:isSubTypeOf dpv-pd:Professional . +dpv-pd:AgeRange a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + skos:prefLabel "Age Range"@en ; + dpv:isSubTypeOf dpv-pd:Age . + dpv-pd:BrowsingBehavior a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1740,6 +1869,18 @@ dpv-pd:CreditWorthiness a skos:Concept, skos:prefLabel "Credit Worthiness"@en ; dpv:isSubTypeOf dpv-pd:Credit . +dpv-pd:GroupMembership a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about groups and memberships included or associated with a social network"@en ; + skos:prefLabel "Group Membership"@en ; + dpv:isSubTypeOf dpv-pd:SocialNetwork . + dpv-pd:Historical a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1764,6 +1905,19 @@ dpv-pd:HouseOwned a skos:Concept, skos:prefLabel "House Owned"@en ; dpv:isSubTypeOf dpv-pd:Ownership . +dpv-pd:OfficialID a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about an official identifier or identification document"@en ; + skos:prefLabel "Official ID"@en ; + skos:related svd:Government ; + dpv:isSubTypeOf dpv-pd:Identifying . + dpv-pd:PaymentCardNumber a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1800,6 +1954,18 @@ dpv-pd:AccountIdentifier a skos:Concept, skos:prefLabel "Account Identifier"@en ; dpv:isSubTypeOf dpv-pd:FinancialAccount . +dpv-pd:Age a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about age"@en ; + skos:prefLabel "Age"@en ; + dpv:isSubTypeOf dpv-pd:PhysicalCharacteristic . + dpv-pd:Biometric a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1827,6 +1993,40 @@ dpv-pd:DeviceSoftware a skos:Concept, skos:prefLabel "Device Software"@en ; dpv:isSubTypeOf dpv-pd:DeviceBased . +dpv-pd:Education a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about education"@en ; + skos:prefLabel "Education"@en ; + dpv:isSubTypeOf dpv-pd:Professional . + +dpv-pd:EmailAddress a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about Email address."@en ; + skos:prefLabel "Email Address"@en ; + dpv:isSubTypeOf dpv-pd:Contact . + +dpv-pd:EmploymentHistory a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about employment history"@en ; + skos:prefLabel "Employment History"@en ; + dpv:isSubTypeOf dpv-pd:Professional . + dpv-pd:Ethnicity a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -1974,19 +2174,6 @@ dpv-pd:Favorite a skos:Concept, skos:prefLabel "Favorite"@en ; dpv:isSubTypeOf dpv-pd:Preference . -dpv-pd:Financial a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about finance including monetary characteristics and transactions"@en ; - skos:prefLabel "Financial"@en ; - skos:related svd:Financial ; - dpv:isSubTypeOf dpv:PersonalData . - dpv-pd:FinancialAccount a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2023,19 +2210,6 @@ dpv-pd:KnowledgeBelief a skos:Concept, skos:prefLabel "Knowledge and Beliefs"@en ; dpv:isSubTypeOf dpv-pd:Internal . -dpv-pd:Location a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about location"@en ; - skos:prefLabel "Location"@en ; - skos:related svd:Location ; - dpv:isSubTypeOf dpv-pd:Tracking . - dpv-pd:Ownership a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2097,6 +2271,19 @@ dpv-pd:DeviceBased a skos:Concept, skos:related svd:Computer ; dpv:isSubTypeOf dpv-pd:Tracking . +dpv-pd:Financial a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about finance including monetary characteristics and transactions"@en ; + skos:prefLabel "Financial"@en ; + skos:related svd:Financial ; + dpv:isSubTypeOf dpv:PersonalData . + dpv-pd:Sexual a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2122,6 +2309,19 @@ dpv-pd:FamilyStructure a skos:Concept, skos:prefLabel "Family Structure"@en ; dpv:isSubTypeOf dpv-pd:Family . +dpv-pd:Location a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about location"@en ; + skos:prefLabel "Location"@en ; + skos:related svd:Location ; + dpv:isSubTypeOf dpv-pd:Tracking . + dpv-pd:Preference a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2184,18 +2384,6 @@ dpv-pd:Behavioral a skos:Concept, skos:related svd:Activity ; dpv:isSubTypeOf dpv-pd:External . -dpv-pd:External a skos:Concept, - dpv:Concept ; - dct:created "2019-06-04"^^xsd:date ; - dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, - "Fajar Ekaputra"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv-pd: ; - sw:term_status "accepted"@en ; - skos:definition "Information about external characteristics that can be observed"@en ; - skos:prefLabel "External"@en ; - dpv:isSubTypeOf dpv:PersonalData . - dpv-pd:MedicalHealth a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; @@ -2222,7 +2410,7 @@ dpv-pd:PhysicalCharacteristic a skos:Concept, skos:related svd:Demographic ; dpv:isSubTypeOf dpv-pd:External . -dpv-pd:PublicLife a skos:Concept, +dpv-pd:Transactional a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -2230,11 +2418,11 @@ dpv-pd:PublicLife a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about public life"@en ; - skos:prefLabel "Public Life"@en ; - dpv:isSubTypeOf dpv-pd:Social . + skos:definition "Information about a purchasing, spending or income"@en ; + skos:prefLabel "Transactional"@en ; + dpv:isSubTypeOf dpv-pd:Financial . -dpv-pd:Transactional a skos:Concept, +dpv-pd:External a skos:Concept, dpv:Concept ; dct:created "2019-06-04"^^xsd:date ; dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, @@ -2242,9 +2430,21 @@ dpv-pd:Transactional a skos:Concept, dct:source ; rdfs:isDefinedBy dpv-pd: ; sw:term_status "accepted"@en ; - skos:definition "Information about a purchasing, spending or income"@en ; - skos:prefLabel "Transactional"@en ; - dpv:isSubTypeOf dpv-pd:Financial . + skos:definition "Information about external characteristics that can be observed"@en ; + skos:prefLabel "External"@en ; + dpv:isSubTypeOf dpv:PersonalData . + +dpv-pd:PublicLife a skos:Concept, + dpv:Concept ; + dct:created "2019-06-04"^^xsd:date ; + dct:creator "Elmar Kiesling; Harshvardhan J. Pandit"^^xsd:string, + "Fajar Ekaputra"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv-pd: ; + sw:term_status "accepted"@en ; + skos:definition "Information about public life"@en ; + skos:prefLabel "Public Life"@en ; + dpv:isSubTypeOf dpv-pd:Social . dpv-pd:Professional a skos:Concept, dpv:Concept ; diff --git a/dpv-pd/index.html b/dpv-pd/index.html index c4d7a4e0e..205a31603 100644 --- a/dpv-pd/index.html +++ b/dpv-pd/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-pd", title: "DPV-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-pd", @@ -330,6 +330,8 @@

      Classes

      Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

      Classes

      Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

      Classes

      Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

      Classes

      Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

      Classes

      Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

      Classes

      Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

      Classes

      MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

      Classes

      Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

      Classes

      Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -500,7 +518,7 @@

      Classes

      Accent

IRI `https://w3id.org/dpv/dpv-pd#WorkHistory`
- < + @@ -542,7 +560,7 @@

Accent

Account Identifier

IRI `https://w3id.org/dpv/dpv-pd#Accent`
- < + @@ -584,7 +602,7 @@

Account Identifier

Acquantaince

IRI `https://w3id.org/dpv/dpv-pd#AccountIdentifier`
- < + @@ -626,7 +644,7 @@

Acquantaince

Age

IRI `https://w3id.org/dpv/dpv-pd#Acquantaince`
- < + @@ -664,11 +682,81 @@

Age

IRI `https://w3id.org/dpv/dpv-pd#Age`
+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
SubType of: + dpv-pd:AgeRange +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
SubType of: + dpv-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

- < + @@ -710,7 +798,7 @@

Apartment Owned

Association

IRI `https://w3id.org/dpv/dpv-pd#ApartmentOwned`
- < + @@ -752,7 +840,7 @@

Association

Attitude

IRI `https://w3id.org/dpv/dpv-pd#Association`
- < + @@ -794,7 +882,7 @@

Attitude

Authenticating

IRI `https://w3id.org/dpv/dpv-pd#Attitude`
- < + @@ -836,7 +924,7 @@

Authenticating

Authentication History

IRI `https://w3id.org/dpv/dpv-pd#Authenticating`
- < + @@ -877,7 +965,7 @@

Authentication History

Bank Account

IRI `https://w3id.org/dpv/dpv-pd#AuthenticationHistory`
- < + @@ -919,7 +1007,7 @@

Bank Account

Behavioral

IRI `https://w3id.org/dpv/dpv-pd#BankAccount`
- < + @@ -967,7 +1055,7 @@

Behavioral

Biometric

IRI `https://w3id.org/dpv/dpv-pd#Behavioral`
- < + @@ -1006,11 +1094,81 @@

Biometric

IRI `https://w3id.org/dpv/dpv-pd#Biometric`
+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
SubType of: + dpv-pd:Age +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
SubType of: + dpv-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

- < + @@ -1052,7 +1210,7 @@

Blood Type

Browser Fingerprint

IRI `https://w3id.org/dpv/dpv-pd#BloodType`
- < + @@ -1094,7 +1252,7 @@

Browser Fingerprint

Browsing Behavior

IRI `https://w3id.org/dpv/dpv-pd#BrowserFingerprint`
- < + @@ -1142,7 +1300,7 @@

Browsing Behavior

Browsing Referral

IRI `https://w3id.org/dpv/dpv-pd#BrowsingBehavior`
- < + @@ -1183,7 +1341,7 @@

Browsing Referral

Call Log

IRI `https://w3id.org/dpv/dpv-pd#BrowsingReferral`
- < + @@ -1225,7 +1383,7 @@

Call Log

Car Owned

IRI `https://w3id.org/dpv/dpv-pd#CallLog`
- < + @@ -1267,7 +1425,7 @@

Car Owned

Character

IRI `https://w3id.org/dpv/dpv-pd#CarOwned`
- < + @@ -1309,7 +1467,7 @@

Character

Communication

IRI `https://w3id.org/dpv/dpv-pd#Character`
- < + @@ -1351,7 +1509,7 @@

Communication

Communications Metadata

IRI `https://w3id.org/dpv/dpv-pd#Communication`
- < + @@ -1399,7 +1557,7 @@

Communications Metadata

Connection

IRI `https://w3id.org/dpv/dpv-pd#CommunicationsMetadata`
- < + @@ -1441,7 +1599,7 @@

Connection

Contact

IRI `https://w3id.org/dpv/dpv-pd#Connection`
- < + @@ -1489,7 +1647,7 @@

Contact

Country

IRI `https://w3id.org/dpv/dpv-pd#Contact`
- < + @@ -1531,7 +1689,7 @@

Country

Credit

IRI `https://w3id.org/dpv/dpv-pd#Country`
- < + @@ -1573,7 +1731,7 @@

Credit

Credit Capacity

IRI `https://w3id.org/dpv/dpv-pd#Credit`
- < + @@ -1615,7 +1773,7 @@

Credit Capacity

Credit Card Number

IRI `https://w3id.org/dpv/dpv-pd#CreditCapacity`
- < + @@ -1657,7 +1815,7 @@

Credit Card Number

Credit Record

IRI `https://w3id.org/dpv/dpv-pd#CreditCardNumber`
- < + @@ -1699,7 +1857,7 @@

Credit Record

Credit Score

IRI `https://w3id.org/dpv/dpv-pd#CreditRecord`
- < + @@ -1741,7 +1899,7 @@

Credit Score

Credit Standing

IRI `https://w3id.org/dpv/dpv-pd#CreditScore`
- < + @@ -1783,7 +1941,7 @@

Credit Standing

Credit Worthiness

IRI `https://w3id.org/dpv/dpv-pd#CreditStanding`
- < + @@ -1825,7 +1983,7 @@

Credit Worthiness

Criminal

IRI `https://w3id.org/dpv/dpv-pd#CreditWorthiness`
- < + @@ -1873,7 +2031,7 @@

Criminal

Criminal Charge

IRI `https://w3id.org/dpv/dpv-pd#Criminal`
- < + @@ -1915,7 +2073,7 @@

Criminal Charge

Criminal Conviction

IRI `https://w3id.org/dpv/dpv-pd#CriminalCharge`
- < + @@ -1957,7 +2115,7 @@

Criminal Conviction

Criminal Pardon

IRI `https://w3id.org/dpv/dpv-pd#CriminalConviction`
- < + @@ -1995,11 +2153,46 @@

Criminal Pardon

IRI `https://w3id.org/dpv/dpv-pd#CriminalPardon`
+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
SubType of: + dpv-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

- < + @@ -2041,7 +2234,7 @@

Demeanor

Demographic

IRI `https://w3id.org/dpv/dpv-pd#Demeanor`
- < + @@ -2083,7 +2276,7 @@

Demographic

Device Applications

IRI `https://w3id.org/dpv/dpv-pd#Demographic`
- < + @@ -2127,7 +2320,7 @@

Device Applications

Device Based

IRI `https://w3id.org/dpv/dpv-pd#DeviceApplications`
- < + @@ -2175,7 +2368,7 @@

Device Based

Device Operating System

IRI `https://w3id.org/dpv/dpv-pd#DeviceBased`
- < + @@ -2219,7 +2412,7 @@

Device Operating System

Device Software

IRI `https://w3id.org/dpv/dpv-pd#DeviceOperatingSystem`
- < + @@ -2263,7 +2456,7 @@

Device Software

Dialect

IRI `https://w3id.org/dpv/dpv-pd#DeviceSoftware`
- < + @@ -2305,7 +2498,7 @@

Dialect

Disability

IRI `https://w3id.org/dpv/dpv-pd#Dialect`
- < + @@ -2347,7 +2540,7 @@

Disability

Disciplinary Action

IRI `https://w3id.org/dpv/dpv-pd#Disability`
- < + @@ -2389,7 +2582,7 @@

Disciplinary Action

Dislike

IRI `https://w3id.org/dpv/dpv-pd#DisciplinaryAction`
- < + @@ -2431,7 +2624,7 @@

Dislike

Divorce

IRI `https://w3id.org/dpv/dpv-pd#Dislike`
- < + @@ -2473,7 +2666,7 @@

Divorce

DNA Code

IRI `https://w3id.org/dpv/dpv-pd#Divorce`
- < + @@ -2515,7 +2708,7 @@

DNA Code

Drug Test Result

IRI `https://w3id.org/dpv/dpv-pd#DNACode`
- < + @@ -2553,11 +2746,116 @@

Drug Test Result

IRI `https://w3id.org/dpv/dpv-pd#DrugTestResult`
+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Education`
Term:Education
Definition:Information about education
SubType of: + dpv-pd:Professional +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
SubType of: + dpv-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
SubType of: + dpv-pd:Education +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

- < + @@ -2595,11 +2893,81 @@

Email Address

IRI `https://w3id.org/dpv/dpv-pd#EmailAddress`
+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
SubType of: + dpv-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
SubType of: + dpv-pd:EmailAddress +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Content

- < + @@ -2641,7 +3009,7 @@

Email Content

Employment History

IRI `https://w3id.org/dpv/dpv-pd#EmailContent`
- < + @@ -2683,7 +3051,7 @@

Employment History

Ethnicity

IRI `https://w3id.org/dpv/dpv-pd#EmploymentHistory`
- < + @@ -2725,7 +3093,7 @@

Ethnicity

Ethnic Origin

IRI `https://w3id.org/dpv/dpv-pd#Ethnicity`
- < + @@ -2768,7 +3136,7 @@

Ethnic Origin

External

IRI `https://w3id.org/dpv/dpv-pd#EthnicOrigin`
- < + @@ -2810,7 +3178,7 @@

External

Family

IRI `https://w3id.org/dpv/dpv-pd#External`
- < + @@ -2852,7 +3220,7 @@

Family

Family Health History

IRI `https://w3id.org/dpv/dpv-pd#Family`
- < + @@ -2894,7 +3262,7 @@

Family Health History

Family Structure

IRI `https://w3id.org/dpv/dpv-pd#FamilyHealthHistory`
- < + @@ -2936,7 +3304,7 @@

Family Structure

Favorite

IRI `https://w3id.org/dpv/dpv-pd#FamilyStructure`
- < + @@ -2978,7 +3346,7 @@

Favorite

Favorite Color

IRI `https://w3id.org/dpv/dpv-pd#Favorite`
- < + @@ -3020,7 +3388,7 @@

Favorite Color

Favorite Food

IRI `https://w3id.org/dpv/dpv-pd#FavoriteColor`
- < + @@ -3062,7 +3430,7 @@

Favorite Food

Favorite Music

IRI `https://w3id.org/dpv/dpv-pd#FavoriteFood`
- < + @@ -3104,7 +3472,7 @@

Favorite Music

Fetish

IRI `https://w3id.org/dpv/dpv-pd#FavoriteMusic`
- < + @@ -3146,7 +3514,7 @@

Fetish

Financial

IRI `https://w3id.org/dpv/dpv-pd#Fetish`
- < + @@ -3194,7 +3562,7 @@

Financial

Financial Account

IRI `https://w3id.org/dpv/dpv-pd#Financial`
- < + @@ -3236,7 +3604,7 @@

Financial Account

Financial Account Number

IRI `https://w3id.org/dpv/dpv-pd#FinancialAccount`
- < + @@ -3278,7 +3646,7 @@

Financial Account Number

Fingerprint

IRI `https://w3id.org/dpv/dpv-pd#FinancialAccountNumber`
- < + @@ -3320,7 +3688,7 @@

Fingerprint

Friend

IRI `https://w3id.org/dpv/dpv-pd#Fingerprint`
- < + @@ -3362,7 +3730,7 @@

Friend

Gender

IRI `https://w3id.org/dpv/dpv-pd#Friend`
- < + @@ -3404,7 +3772,7 @@

Gender

General Reputation

IRI `https://w3id.org/dpv/dpv-pd#Gender`
- < + @@ -3442,11 +3810,46 @@

General Reputation

IRI `https://w3id.org/dpv/dpv-pd#GeneralReputation`
+
+

Genetic Data

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#GeneticData`
Term:GeneticData
Definition:Information about inherited or acquired genetic characteristics
SubType of: + dpv:HealthData +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Geographic

- < + @@ -3488,7 +3891,7 @@

Geographic

GPS Coordinate

IRI `https://w3id.org/dpv/dpv-pd#Geographic`
- < + @@ -3530,7 +3933,7 @@

GPS Coordinate

Group Membership

IRI `https://w3id.org/dpv/dpv-pd#GPSCoordinate`
- < + @@ -3572,7 +3975,7 @@

Group Membership

Hair Color

IRI `https://w3id.org/dpv/dpv-pd#GroupMembership`
- < + @@ -3614,7 +4017,7 @@

Hair Color

Health

IRI `https://w3id.org/dpv/dpv-pd#HairColor`
- < + @@ -3662,7 +4065,7 @@

Health

Health History

IRI `https://w3id.org/dpv/dpv-pd#Health`
- < + @@ -3704,7 +4107,7 @@

Health History

Health Record

IRI `https://w3id.org/dpv/dpv-pd#HealthHistory`
- < + @@ -3746,7 +4149,7 @@

Health Record

Height

IRI `https://w3id.org/dpv/dpv-pd#HealthRecord`
- < + @@ -3788,7 +4191,7 @@

Height

Historical

IRI `https://w3id.org/dpv/dpv-pd#Height`
- < + @@ -3830,7 +4233,7 @@

Historical

House Owned

IRI `https://w3id.org/dpv/dpv-pd#Historical`
- < + @@ -3872,7 +4275,7 @@

House Owned

Identifying

IRI `https://w3id.org/dpv/dpv-pd#HouseOwned`
- < + @@ -3914,7 +4317,7 @@

Identifying

Income

IRI `https://w3id.org/dpv/dpv-pd#Identifying`
- < + @@ -3956,7 +4359,7 @@

Income

Income Bracket

IRI `https://w3id.org/dpv/dpv-pd#Income`
- < + @@ -3998,7 +4401,7 @@

Income Bracket

Individual Health History

IRI `https://w3id.org/dpv/dpv-pd#IncomeBracket`
- < + @@ -4036,11 +4439,46 @@

Individual Health History

IRI `https://w3id.org/dpv/dpv-pd#IndividualHealthHistory`
+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
SubType of: + dpv-pd:Financial +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

- < + @@ -4082,7 +4520,7 @@

Intention

Interaction

IRI `https://w3id.org/dpv/dpv-pd#Intention`
- < + @@ -4124,7 +4562,7 @@

Interaction

Interest

IRI `https://w3id.org/dpv/dpv-pd#Interaction`
- < + @@ -4166,7 +4604,7 @@

Interest

Internal

IRI `https://w3id.org/dpv/dpv-pd#Interest`
- < + @@ -4208,7 +4646,7 @@

Internal

IP Address

IRI `https://w3id.org/dpv/dpv-pd#Internal`
- < + @@ -4250,7 +4688,7 @@

IP Address

Job

IRI `https://w3id.org/dpv/dpv-pd#IPAddress`
- < + @@ -4292,7 +4730,7 @@

Job

Knowledge and Beliefs

IRI `https://w3id.org/dpv/dpv-pd#Job`
- < + @@ -4334,7 +4772,7 @@

Knowledge and Beliefs

Language

IRI `https://w3id.org/dpv/dpv-pd#KnowledgeBelief`
- < + @@ -4380,7 +4818,7 @@

Language

Life History

IRI `https://w3id.org/dpv/dpv-pd#Language`
- < + @@ -4422,7 +4860,7 @@

Life History

Like

IRI `https://w3id.org/dpv/dpv-pd#LifeHistory`
- < + @@ -4464,7 +4902,7 @@

Like

LinkClicked

IRI `https://w3id.org/dpv/dpv-pd#Like`
- < + @@ -4512,7 +4950,7 @@

LinkClicked

Loan Record

IRI `https://w3id.org/dpv/dpv-pd#LinkClicked`
- < + @@ -4554,7 +4992,7 @@

Loan Record

Location

IRI `https://w3id.org/dpv/dpv-pd#LoanRecord`
- < + @@ -4602,7 +5040,7 @@

Location

MAC Address

IRI `https://w3id.org/dpv/dpv-pd#Location`
- < + @@ -4644,7 +5082,7 @@

MAC Address

Marital Status

IRI `https://w3id.org/dpv/dpv-pd#MACAddress`
- < + @@ -4686,7 +5124,7 @@

Marital Status

Marriage

IRI `https://w3id.org/dpv/dpv-pd#MaritalStatus`
- < + @@ -4728,7 +5166,7 @@

Marriage

MedicalHealth

IRI `https://w3id.org/dpv/dpv-pd#Marriage`
- < + @@ -4771,7 +5209,7 @@

MedicalHealth

Mental Health

IRI `https://w3id.org/dpv/dpv-pd#MedicalHealth`
- < + @@ -4813,7 +5251,7 @@

Mental Health

Name

IRI `https://w3id.org/dpv/dpv-pd#MentalHealth`
- < + @@ -4851,11 +5289,46 @@

Name

IRI `https://w3id.org/dpv/dpv-pd#Name`
+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
SubType of: + dpv-pd:External +
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

- < + @@ -4903,7 +5376,7 @@

Official ID

Offspring

IRI `https://w3id.org/dpv/dpv-pd#OfficialID`
- < + @@ -4945,7 +5418,7 @@

Offspring

Opinion

IRI `https://w3id.org/dpv/dpv-pd#Offspring`
- < + @@ -4987,7 +5460,7 @@

Opinion

Ownership

IRI `https://w3id.org/dpv/dpv-pd#Opinion`
- < + @@ -5029,7 +5502,7 @@

Ownership

Parent

IRI `https://w3id.org/dpv/dpv-pd#Ownership`
- < + @@ -5067,11 +5540,46 @@

Parent

IRI `https://w3id.org/dpv/dpv-pd#Parent`
+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
SubType of: + dpv-pd:OfficialID +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

- < + @@ -5109,11 +5617,46 @@

Password

IRI `https://w3id.org/dpv/dpv-pd#Password`
+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
SubType of: + dpv-pd:EmploymentHistory +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

- < + @@ -5154,7 +5697,7 @@

Payment Card

Payment Card Expiry

IRI `https://w3id.org/dpv/dpv-pd#PaymentCard`
- < + @@ -5195,7 +5738,7 @@

Payment Card Expiry

Payment Card Number

IRI `https://w3id.org/dpv/dpv-pd#PaymentCardExpiry`
- < + @@ -5237,7 +5780,7 @@

Payment Card Number

Personality

IRI `https://w3id.org/dpv/dpv-pd#PaymentCardNumber`
- < + @@ -5279,7 +5822,7 @@

Personality

Personal Possession

IRI `https://w3id.org/dpv/dpv-pd#Personality`
- < + @@ -5321,7 +5864,7 @@

Personal Possession

Philosophical Belief

IRI `https://w3id.org/dpv/dpv-pd#PersonalPossession`
- < + @@ -5364,7 +5907,7 @@

Philosophical Belief

Physical Address

IRI `https://w3id.org/dpv/dpv-pd#PhilosophicalBelief`
- < + @@ -5406,7 +5949,7 @@

Physical Address

PhysicalCharacteristic

IRI `https://w3id.org/dpv/dpv-pd#PhysicalAddress`
- < + @@ -5454,7 +5997,7 @@

PhysicalCharacteristic

Physical Health

IRI `https://w3id.org/dpv/dpv-pd#PhysicalCharacteristic`
- < + @@ -5496,7 +6039,7 @@

Physical Health

Physical Trait

IRI `https://w3id.org/dpv/dpv-pd#PhysicalHealth`
- < + @@ -5538,7 +6081,7 @@

Physical Trait

Picture

IRI `https://w3id.org/dpv/dpv-pd#PhysicalTrait`
- < + @@ -5580,7 +6123,7 @@

Picture

Piercing

IRI `https://w3id.org/dpv/dpv-pd#Picture`
- < + @@ -5622,7 +6165,7 @@

Piercing

PIN Code

IRI `https://w3id.org/dpv/dpv-pd#Piercing`
- < + @@ -5664,7 +6207,7 @@

PIN Code

Political Affiliation

IRI `https://w3id.org/dpv/dpv-pd#PINCode`
- < + @@ -5709,11 +6252,47 @@

Political Affiliation

IRI `https://w3id.org/dpv/dpv-pd#PoliticalAffiliation`
+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
SubType of: + dpv:SpecialCategoryPersonalData, + dpv-pd:PublicLife +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

- < + @@ -5761,7 +6340,7 @@

Preference

Prescription

IRI `https://w3id.org/dpv/dpv-pd#Preference`
- < + @@ -5803,7 +6382,7 @@

Prescription

Privacy Preference

IRI `https://w3id.org/dpv/dpv-pd#Prescription`
- < + @@ -5845,7 +6424,7 @@

Privacy Preference

Proclivitie

IRI `https://w3id.org/dpv/dpv-pd#PrivacyPreference`
- < + @@ -5887,7 +6466,7 @@

Proclivitie

Professional

IRI `https://w3id.org/dpv/dpv-pd#Proclivitie`
- < + @@ -5929,7 +6508,7 @@

Professional

Professional Certification

IRI `https://w3id.org/dpv/dpv-pd#Professional`
- < + @@ -5971,7 +6550,7 @@

Professional Certification

Professional Evaluation

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalCertification`
- < + @@ -6013,7 +6592,7 @@

Professional Evaluation

Professional Interview

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalEvaluation`
- < + @@ -6055,7 +6634,7 @@

Professional Interview

Public Life

IRI `https://w3id.org/dpv/dpv-pd#ProfessionalInterview`
- < + @@ -6097,7 +6676,7 @@

Public Life

Purchase

IRI `https://w3id.org/dpv/dpv-pd#PublicLife`
- < + @@ -6145,7 +6724,7 @@

Purchase

Purchases and Spending Habit

IRI `https://w3id.org/dpv/dpv-pd#Purchase`
- < + @@ -6187,7 +6766,7 @@

Purchases and Spending Habit

Race

IRI `https://w3id.org/dpv/dpv-pd#PurchasesAndSpendingHabit`
- < + @@ -6230,7 +6809,7 @@

Race

Reference

IRI `https://w3id.org/dpv/dpv-pd#Race`
- < + @@ -6272,7 +6851,7 @@

Reference

Relationship

IRI `https://w3id.org/dpv/dpv-pd#Reference`
- < + @@ -6314,7 +6893,7 @@

Relationship

Religion

IRI `https://w3id.org/dpv/dpv-pd#Relationship`
- < + @@ -6357,7 +6936,7 @@

Religion

Religious Belief

IRI `https://w3id.org/dpv/dpv-pd#Religion`
- < + @@ -6400,7 +6979,7 @@

Religious Belief

Retina

IRI `https://w3id.org/dpv/dpv-pd#ReligiousBelief`
- < + @@ -6442,7 +7021,7 @@

Retina

Room Number

IRI `https://w3id.org/dpv/dpv-pd#Retina`
- < + @@ -6484,7 +7063,7 @@

Room Number

Salary

IRI `https://w3id.org/dpv/dpv-pd#RoomNumber`
- < + @@ -6526,7 +7105,7 @@

Salary

Sale

IRI `https://w3id.org/dpv/dpv-pd#Salary`
- < + @@ -6568,7 +7147,7 @@

Sale

School

IRI `https://w3id.org/dpv/dpv-pd#Sale`
- < + @@ -6610,7 +7189,7 @@

School

Secret Text

IRI `https://w3id.org/dpv/dpv-pd#School`
- < + @@ -6652,7 +7231,7 @@

Secret Text

Service Consumption Behavior

IRI `https://w3id.org/dpv/dpv-pd#SecretText`
- < + @@ -6694,7 +7273,7 @@

Service Consumption Behavior

Sexual

IRI `https://w3id.org/dpv/dpv-pd#ServiceConsumptionBehavior`
- < + @@ -6737,7 +7316,7 @@

Sexual

Sexual History

IRI `https://w3id.org/dpv/dpv-pd#Sexual`
- < + @@ -6779,7 +7358,7 @@

Sexual History

Sexual Preference

IRI `https://w3id.org/dpv/dpv-pd#SexualHistory`
- < + @@ -6821,7 +7400,7 @@

Sexual Preference

Sibling

IRI `https://w3id.org/dpv/dpv-pd#SexualPreference`
- < + @@ -6863,7 +7442,7 @@

Sibling

Skin Tone

IRI `https://w3id.org/dpv/dpv-pd#Sibling`
- < + @@ -6905,7 +7484,7 @@

Skin Tone

Social

IRI `https://w3id.org/dpv/dpv-pd#SkinTone`
- < + @@ -6947,7 +7526,7 @@

Social

Social Media Communication

IRI `https://w3id.org/dpv/dpv-pd#Social`
- < + @@ -6995,7 +7574,7 @@

Social Media Communication

Social Network

IRI `https://w3id.org/dpv/dpv-pd#SocialMediaCommunication`
- < + @@ -7037,7 +7616,7 @@

Social Network

Social Status

IRI `https://w3id.org/dpv/dpv-pd#SocialNetwork`
- < + @@ -7079,7 +7658,7 @@

Social Status

Tattoo

IRI `https://w3id.org/dpv/dpv-pd#SocialStatus`
- < + @@ -7121,7 +7700,7 @@

Tattoo

Tax

IRI `https://w3id.org/dpv/dpv-pd#Tattoo`
- < + @@ -7163,7 +7742,7 @@

Tax

Telephone Number

IRI `https://w3id.org/dpv/dpv-pd#Tax`
- < + @@ -7205,7 +7784,7 @@

Telephone Number

Thought

IRI `https://w3id.org/dpv/dpv-pd#TelephoneNumber`
- < + @@ -7247,7 +7826,7 @@

Thought

Tracking

IRI `https://w3id.org/dpv/dpv-pd#Thought`
- < + @@ -7285,11 +7864,47 @@

Tracking

IRI `https://w3id.org/dpv/dpv-pd#Tracking`
+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
SubType of: + dpv:SpecialCategoryPersonalData, + dpv-pd:GroupMembership +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

- < + @@ -7331,7 +7946,7 @@

Transaction

Transactional

IRI `https://w3id.org/dpv/dpv-pd#Transaction`
- < + @@ -7369,11 +7984,46 @@

Transactional

IRI `https://w3id.org/dpv/dpv-pd#Transactional`
+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
SubType of: + dpv-pd:Location +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

- < + @@ -7415,7 +8065,7 @@

TV Viewing Behavior

UID

IRI `https://w3id.org/dpv/dpv-pd#TVViewingBehavior`
- < + @@ -7463,7 +8113,7 @@

UID

Username

IRI `https://w3id.org/dpv/dpv-pd#UID`
- < + @@ -7505,7 +8155,7 @@

Username

Voice Communication Recording

IRI `https://w3id.org/dpv/dpv-pd#Username`
- < + @@ -7547,7 +8197,7 @@

Voice Communication Recording

Voice Mail

IRI `https://w3id.org/dpv/dpv-pd#VoiceCommunicationRecording`
- < + @@ -7589,7 +8239,7 @@

Voice Mail

Weight

IRI `https://w3id.org/dpv/dpv-pd#VoiceMail`
- < + @@ -7631,7 +8281,7 @@

Weight

Work History

IRI `https://w3id.org/dpv/dpv-pd#Weight`
- < + @@ -7677,21 +8327,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
  • AgeExact
  • -
  • AgeRange
  • -
  • BirthDate
  • -
  • BirthPlace
  • -
  • EmailAddressWork
  • -
  • EmailAddressPersonal
  • -
  • CurrentEmployment
  • -
  • PastEmployment
  • -
  • Insurance
  • -
  • Nationality
  • -
  • Education
  • -
  • EducationExperience
  • -
  • EducationQualification
  • -
  • TravelHistory
  • -
  • CustomerOrder
  • +
    • CustomerOrder
    • RequestTarget
    • UsageHistory
    • UserAgent
    • diff --git a/dpv-pd/proposed.json b/dpv-pd/proposed.json index adecd527b..3d0dabde6 100644 --- a/dpv-pd/proposed.json +++ b/dpv-pd/proposed.json @@ -1 +1 @@ -["AgeExact", "AgeRange", "BirthDate", "BirthPlace", "EmailAddressWork", "EmailAddressPersonal", "CurrentEmployment", "PastEmployment", "Insurance", "Nationality", "Education", "EducationExperience", "EducationQualification", "TravelHistory", "CustomerOrder", "RequestTarget", "UsageHistory", "UserAgent"] \ No newline at end of file +["CustomerOrder", "RequestTarget", "UsageHistory", "UserAgent"] \ No newline at end of file diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.html b/dpv-skos/dpv-gdpr/dpv-gdpr.html index 8f8925fed..18d706f4a 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.html +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvs-gdpr", title: "DPVS-GDPR: GDPR Extension for DPV-SKOS", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-gdpr", diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld b/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld index bdca6d1df..59328ace7 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.jsonld @@ -1,20 +1,29 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -25,7 +34,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,13 +50,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "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": "explicit' consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -58,18 +67,18 @@ "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": "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 46(2-e)" + "@value": "Art 6(1-a) explicit consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", "@type": [ "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "http://www.w3.org/2004/02/skos/core#Concept", @@ -86,15 +95,15 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" } ], "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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -116,7 +125,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -127,31 +136,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A17 Right to Erasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@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://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_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -167,13 +185,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "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": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -184,37 +202,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Codes of Conduct for Data Transfers" + "@value": "Art 9(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "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": "David Hickey" + }, + { + "@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" + "@value": "Paul Ryan" } ], "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_46/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -230,16 +251,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" } ], "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": "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": [ @@ -247,106 +265,168 @@ "@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-a)" + "@value": "SCCs adopted by Commission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv-skos/dpv-gdpr", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/abstract": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@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/creator": [ + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Eva Schlehahn" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg Krog" + "@value": "Elmar Kiesling" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Rob Brennan" }, { "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_77/oj" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-18" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "accepted" + "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-25" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-gdpr#" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "DPV-GDPR: GDPR Extension for DPV" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + { + "@value": "dpvs-gdpr" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv-skos/dpv-gdpr#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" ], "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": "Harshvardhan J. Pandit" }, { - "@value": "Eva Schlehahn" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "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_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -362,13 +442,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@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": [ @@ -379,29 +459,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "A19 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -412,7 +489,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_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -428,13 +505,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "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": "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": [ @@ -442,40 +522,49 @@ "@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 9(2-j)" + "@value": "Art 49(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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 Krog" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@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_19/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": [ @@ -491,13 +580,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" } ], "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": "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": [ @@ -508,16 +597,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "SCCs adopted by Supervisory Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -526,22 +615,16 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Eva Schlehahn" - }, { "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Eva Schlehahn" } ], "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_h/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -557,13 +640,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@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": [ @@ -574,31 +657,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 9(2-h)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" } ], "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_9/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -614,16 +700,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "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": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -634,16 +717,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Art 9(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -667,7 +750,7 @@ ], "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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -683,13 +766,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" } ], "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": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -700,40 +783,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 6(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Eva Schlehahn" + "@value": "Georg Krog" }, { - "@value": "Bud Bruegger" - } - ], - "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_6/par_1/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": [ @@ -749,13 +829,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "Right to restriction of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -766,37 +846,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-d)" + "@value": "A18 Right to Restrict Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" ], "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": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Beatriz Esteves" } ], "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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -812,13 +892,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "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": "Right not to be subject to a decision based solely on automated processing including profiling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -829,37 +909,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Supplementary Measure" + "@value": "A22 Right to object to automated decision making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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": "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_45/par_3/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": [ @@ -875,13 +949,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" } ], "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": "Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -889,164 +963,106 @@ "@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 Adequacy Decision." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 45(3)" + "@value": "Certification Mechanisms for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Legal_Basis Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-22" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" - }, + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" - }, + "@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-skos/dpv-gdpr#A9-2-h" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" - }, + "@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." + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" - }, + "@id": "https://w3id.org/dpv/dpv-gdpr#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ + "@language": "en", + "@value": "Binding Corporate Rules (BCR)" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", + "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1062,13 +1078,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#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": "Binding corporate rules" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1076,38 +1095,35 @@ "@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": "SCCs adopted by Supervisory Authority" + "@value": "Art 46(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rigo Wenning" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1118,7 +1134,7 @@ ], "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": [ @@ -1134,13 +1150,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "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": [ @@ -1151,22 +1170,22 @@ "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": "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) regular consent" + "@value": "Art 49(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -1176,18 +1195,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": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1203,13 +1222,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@value": "information to be provided where personal data is collected from other sources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1217,52 +1236,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. 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-a)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ], - "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@value": "A14 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -1273,7 +1272,7 @@ ], "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://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1289,16 +1288,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Standard data protection clauses adopted by the Commission" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1306,49 +1302,43 @@ "@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)" + "@value": "Art 9(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" }, { - "@value": "Georg P Krog" - }, + "@value": "Bud Bruegger" + } + ], + "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/dec_impl/2021/914/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": [ @@ -1364,16 +1354,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" } ], "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": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1384,16 +1374,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Standard Contractual Clauses (SCC)" + "@value": "Art 6(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1403,15 +1393,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_f/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": [ @@ -1433,7 +1423,7 @@ "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": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1444,16 +1434,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-f)" + "@value": "Art 9(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1463,15 +1453,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" }, { - "@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_h/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": [ @@ -1487,13 +1483,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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": "substantial public interest, on the basis of Union or Member State law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1504,16 +1500,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 9(2-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#ConceptScheme" + ], + "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", + "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1523,18 +1536,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@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": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_16/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": [ @@ -1550,13 +1563,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to rectification" + "@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": [ @@ -1564,32 +1580,35 @@ "@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": "A16 Right to Rectification" + "@value": "Art 49(2)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1600,7 +1619,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": [ @@ -1616,13 +1635,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#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": [ @@ -1630,19 +1652,25 @@ "@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)" + "@value": "Art 46(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -1652,10 +1680,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" }, { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -1666,7 +1694,7 @@ ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1682,13 +1710,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@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": [ @@ -1699,16 +1727,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-c)" + "@value": "Art 9(2-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1718,18 +1746,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": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "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_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1745,16 +1773,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNatualPerson" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "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": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1762,44 +1787,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." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-f)" + "@value": "A77 Right to Complaint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rigo Wenning" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Eva Schlehahn" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -1810,7 +1823,7 @@ ], "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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1826,13 +1839,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' consent of the data subject" + "@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": [ @@ -1840,25 +1853,19 @@ "@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": "Art 6(1-a) explicit consent" + "@value": "Art 9(2-j)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1868,18 +1875,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": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1895,13 +1902,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "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": "information to be provided where personal data is directly collected from data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1909,43 +1916,49 @@ "@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)" + "@value": "A13 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Bud Bruegger" + }, { "@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": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_e/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": [ @@ -1961,13 +1974,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@value": "consent of the data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1975,34 +1988,46 @@ "@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 9(2-e)" + "@value": "Art.6(1-a) regular consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" ], "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg Krog" } ], "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_7/par_3/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2018,13 +2043,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "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": "Right to withdraw consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2035,37 +2060,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@value": "A7-3 Right to Withdraw Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "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" + "@value": "David Hickey" } ], "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://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2081,13 +2106,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "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": "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": [ @@ -2095,49 +2120,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 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)" + "@value": "Supplementary Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" ], "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": "Harshvardhan J. Pandit" }, { - "@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": "Georg Krog" } ], "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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2153,13 +2169,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2170,16 +2186,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "A15 Right of Access" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -2189,18 +2205,18 @@ ], "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": "2021-09-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/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": [ @@ -2216,13 +2232,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "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": "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": [ @@ -2230,19 +2246,25 @@ "@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": "A14 Right to be Informed" + "@value": "Art 46(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -2252,18 +2274,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@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": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_18/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": [ @@ -2279,13 +2301,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@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": [ @@ -2293,168 +2315,118 @@ "@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 Adequacy Decision." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A18 Right to Restrict Processing" + "@value": "Art 45(3)" } ] }, { - "@id": "https://w3id.org/dpv-skos/dpv-gdpr", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/created": [ { - "@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": "2020-11-04" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Bud Bruegger" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Bert Bos" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Piero Bonatti" - }, + "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_49/par_1/pnt_f/oj" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation." + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" } ], - "http://purl.org/dc/terms/license": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNatualPerson" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DPV-GDPR: GDPR Extension for DPV" + "@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://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "dpvs-gdpr" + "@id": "https://w3id.org/dpv/dpv-gdpr#" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#note": [ { - "@value": "https://w3id.org/dpv-skos/dpv-gdpr" + "@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/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.6" + "@language": "en", + "@value": "Art 49(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "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": [ + "@value": "David Hickey" + }, { - "@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_1/pnt_c/oj" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2470,16 +2442,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "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": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2487,46 +2456,43 @@ "@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)" + "@value": "Data Transfer Tool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@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_21/oj" + "@id": "https://eur-lex.europa.eu/eli/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2542,13 +2508,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@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": [ @@ -2559,7 +2528,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A21 Right to object" + "@value": "Standard Contractual Clauses (SCC)" } ] }, @@ -2567,8 +2536,8 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2630,11 +2599,11 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2655,7 +2624,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_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2672,12 +2641,15 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "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": "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": [ @@ -2694,12 +2666,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-e)" + "@value": "Art 49(1-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", @@ -2724,7 +2696,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_46/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2739,9 +2711,6 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" - }, { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } @@ -2749,7 +2718,7 @@ "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": "A legally binding and enforceable instrument between public authorities or bodies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2760,22 +2729,62 @@ "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. 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(2)" + "@value": "Art 46(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Data_TransfersConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Data_Transfers Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -2796,7 +2805,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_49/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2813,15 +2822,12 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@value": "The transfer is necessary for the establishment, exercise or defence of legal claims." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2838,86 +2844,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-d)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#RightsConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Rights Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" + "@value": "Art 49(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" }, { - "@value": "David Hickey" + "@value": "Bud Bruegger" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://edpb.europa.eu/sites/default/files/consultation/edpb_recommendations_202001_supplementarymeasurestransferstools_en.pdf" - }, + "@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://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2933,13 +2893,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2950,16 +2910,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Tool" + "@value": "Art 9(2-i)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2980,7 +2940,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_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3002,7 +2962,7 @@ "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": "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": [ @@ -3013,107 +2973,81 @@ "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)" + "@value": "Art 46(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#RightsConcepts", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Rights Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17" + }, { - "@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." - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15" + }, { - "@id": "https://w3id.org/dpv/dpv-gdpr#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" + }, { - "@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": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" + }, { - "@language": "en", - "@value": "Art 49(1-b)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "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": "Eva Schlehahn" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -3124,7 +3058,7 @@ ], "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_46/par_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3140,16 +3074,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@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": [ @@ -3157,59 +3088,140 @@ "@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 6(1-e)" + "@value": "Art 46(3-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Data_TransfersConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Legal_BasisConcepts", "@type": [ "http://www.w3.org/2004/02/skos/core#Collection" ], "http://purl.org/dc/terms/title": [ { - "@value": "Data_Transfers Concepts" + "@value": "Legal_Basis Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#DataSubjectRight" ], "http://purl.org/dc/terms/created": [ { @@ -3219,18 +3231,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Beatriz Esteves" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg 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_d/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3246,16 +3258,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#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 object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3263,46 +3272,34 @@ "@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)" + "@value": "A21 Right to object" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "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": "2021-09-22" } ], "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_17/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": [ @@ -3318,13 +3315,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@value": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3335,16 +3332,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A17 Right to Erasure" + "@value": "Codes of Conduct for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -3354,18 +3351,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@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": [ { - "@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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3381,13 +3378,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@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": [ @@ -3395,43 +3392,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 not Adequacy Decision. Appropriate safeguards do not exist." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "Art 49(1-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", "@type": [ + "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "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": "Eva Schlehahn" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Beatriz Esteves" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Georg Krog" } ], "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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3447,13 +3447,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" } ], "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": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3464,37 +3464,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-d)" + "@value": "A16 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "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_g/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": [ @@ -3510,13 +3507,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "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": "establishment, exercise or defence of legal claims / courts acting in their judicial capacity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3524,46 +3521,43 @@ "@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)" + "@value": "Art 9(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Eva Schlehahn" }, { - "@value": "Georg Krog" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Beatriz Esteves" + "@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_22/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": [ @@ -3579,13 +3573,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "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": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3596,40 +3590,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "Art 6(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" - }, + } + ], + "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_c/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": [ @@ -3645,13 +3636,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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": "The transfer is necessary for important reasons of public interest." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3659,19 +3653,25 @@ "@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": "SCCs adopted by Commission" + "@value": "Art 49(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3681,18 +3681,18 @@ ], "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": "2021-09-08" } ], "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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3708,13 +3708,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "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": "Standard data protection clauses adopted by a Supervisory Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3722,19 +3725,25 @@ "@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": "A13 Right to be Informed" + "@value": "Art 46(2-d)" } ] }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#DataSubjectRight", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3744,13 +3753,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" } ], "http://purl.org/dc/terms/source": [ @@ -3793,35 +3802,32 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, + } + ], + "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_4/par_20/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": [ @@ -3837,13 +3843,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "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": "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#inScheme": [ @@ -3851,40 +3857,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 exist. Transfer does requires specific authorisation from a Supervisor Authority." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "Art 46(3-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "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_b/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": [ @@ -3900,16 +3906,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@value": "Contractual Clauses not drafted by the EU Commission, e.g. by the Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3917,25 +3923,19 @@ "@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)" + "@value": "AdHoc Contractual Clauses" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { @@ -3945,10 +3945,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Eva Schlehahn" + "@value": "Bud Bruegger" }, { - "@value": "Bud Bruegger" + "@value": "Eva Schlehahn" } ], "http://purl.org/dc/terms/modified": [ @@ -3959,7 +3959,7 @@ ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3975,13 +3975,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3992,7 +3992,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-d)" } ] } diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.n3 b/dpv-skos/dpv-gdpr/dpv-gdpr.n3 index bee99a4db..42ee6d06c 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.n3 +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.n3 @@ -872,12 +872,12 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.rdf b/dpv-skos/dpv-gdpr/dpv-gdpr.rdf index 2b33b6145..d53b06281 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.rdf +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.rdf @@ -8,852 +8,932 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Eva Schlehahn - Bud Bruegger - Art 6(1-d) - 2021-09-08 - - + 2020-11-04 + Art 46(2-f) + accepted - 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 - protection of the vital interests + 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 + + 2021-09-08 - + + 2019-04-05 + - - - Harshvardhan J. Pandit - David Hickey - - - - Data Transfer Tool - 2021-09-22 - A legal instrument or tool intended to assist or justify data transfers + Eva Schlehahn + Bud Bruegger + + legitimate interests + Art 6(1-f) accepted - - - - Georg P Krog - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist and no other options apply. 2021-09-08 - accepted - - - - - Art 49(2) - - 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. - - Bud Bruegger - Elmar Kiesling - Paul Ryan - Rob Brennan - Beatriz Esteves - David Hickey - Harshvardhan J. Pandit - Javier D. Fernández - Eva Schlehahn - Bert Bos - Julian Flake - Piero Bonatti - Georg P Krog - Simon Steyskal - Axel Polleres - Rigo Wenning - Fajar J. Ekaputra - Ramisa Gachpaz Hamed - Mark Lizar - 0.6 - DPV-GDPR: GDPR Extension for DPV - https://w3id.org/dpv-skos/dpv-gdpr - 2022-04-02 - 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. - Harshvardhan J. Pandit - Axel Polleres - 2019-06-18 - dpvs-gdpr - - - - - + - - - 2020-11-04 - Georg P Krog - Art 49(1-e) - The transfer is necessary for the establishment, exercise or defence of legal claims. - 2021-09-08 - accepted - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Eva Schlehahn + Harshvardhan J. Pandit + Rigo Wenning + Bud Bruegger + Art 6(1-a) explicit consent + 2019-04-10 + + explicit' consent of the data subject + + 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)" + accepted + 2021-09-08 - + - Georg P Krog - 2021-09-08 - + 2019-04-05 + accepted - - accepted + + Eva Schlehahn + Bud Bruegger + + + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + Art 9(2-f) - 2020-11-04 - Art 46(3-b) - 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. - - + + accepted + Art 49(1-f) + + - - 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 - Art 46(2-c) - - - - - - - accepted - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - information to be provided where personal data is directly collected from data subject - A13 Right to be Informed - + 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 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 - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Art 45(3) - Transfer from EU to a third country. Third country has Adequacy Decision. - 2020-11-04 + David Hickey + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan - + - - - Georg P Krog - 2021-09-08 - + + + SCCs adopted by Supervisory Authority + + 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) + 2021-09-22 - + - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - 2020-11-04 - Right to withdraw consent - + - + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves + 2020-11-04 accepted - A7-3 Right to Withdraw Consent + A18 Right to Restrict Processing + Right to restriction of processing + - + - - + - 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. + Art 9(2-j) + Eva Schlehahn + Bud Bruegger + + + 2019-04-05 + + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law 2021-09-08 - Art 46(2-a) - A legally binding and enforceable instrument between public authorities or bodies accepted - + + + + + Art 46(3-a) + Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + + 2021-09-08 + 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. + accepted + + + 2020-11-04 + Georg P Krog - + + Art 9(2-h) 2019-04-05 - Art 6(1-b) Bud Bruegger Eva Schlehahn - + accepted + - - performance of a contract + 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 + + - - 2021-09-08 - accepted - + - - + Codes of Conduct that outline sufficient safeguards for carrying out data transfers + Codes of Conduct for Data Transfers + + + accepted Harshvardhan J. Pandit - Georg P Krog - David Hickey - + 2021-09-22 - Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements - Supplementary Measure - accepted - + - + - + 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. - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - A18 Right to Restrict Processing - + + Standard data protection clauses adopted by the Commission + Art 46(2-c) accepted - Right to restriction of processing + 2021-09-08 - - - + + + + + - - - Data_Transfers Concepts + Data_Transfers Concepts - + - 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. + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + 2021-09-08 - - Georg P Krog - 2021-09-08 - Contractual clauses with controller, processor or recipient of the personal data in the third country or the international organisation. + 2020-11-04 + Art 49(1-e) accepted - Art 46(3-a) + Georg P Krog + + The transfer is necessary for the establishment, exercise or defence of legal claims. + - + + compliance with a legal obligation + Bud Bruegger + Eva Schlehahn + Art 6(1-c) - 2020-11-04 - - Standard data protection clauses adopted by a Supervisory Authority - - - - Georg P Krog - 2021-09-08 - accepted - Art 46(2-d) - 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 9(2-h) - - - Eva Schlehahn - Bud Bruegger 2019-04-05 - accepted - 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 - - - - - - - - - - - - 2020-11-04 - - - Georg P Krog + 2021-09-08 accepted - Art 49(1-b) - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - 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. + - - - - + - - - + + + + + + Rights Concepts - + - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + - Art 49(1-d) - - - - 2020-11-04 - The transfer is necessary for important reasons of public interest. - - 2021-09-08 - Georg P Krog + + + + A7-3 Right to Withdraw Consent + Right to withdraw consent accepted + 2020-11-04 - + - 2021-09-08 - - explicit' consent of the data subject + + Data Transfer Tool + A legal instrument or tool intended to assist or justify data transfers + accepted - Rigo Wenning - Bud Bruegger - Eva Schlehahn + 2021-09-22 + + + David Hickey Harshvardhan J. Pandit - Art 6(1-a) explicit consent - - 2019-04-10 - - 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)" - + - 2020-11-04 - Right to erasure ('Right to be forgotten') - - + 2021-09-08 - - - accepted - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - A17 Right to Erasure + + + Art 6(1-e) + public interest or official authority + Eva Schlehahn + Bud Bruegger + + + + 2019-04-05 + accepted - + - accepted - - - - - + A17 Right to Erasure Harshvardhan J. Pandit - Georg Krog Beatriz Esteves - Right not to be subject to a decision based solely on automated processing including profiling - 2020-11-04 - A22 Right to object to automated decision making + Georg Krog - - - + - - Art 46(2-f) - 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 - Georg P Krog - 2021-09-08 + + accepted - - 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. + Right to erasure ('Right to be forgotten') - + - - 2021-09-08 - accepted - 2019-04-05 - Art 6(1-c) - - - - compliance with a legal obligation + Art 9(2-e) + data manifestly made public by the data subject Bud Bruegger Eva Schlehahn - - - - - - - 2019-04-05 - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - - - Eva Schlehahn - Bud Bruegger + + + + 2019-04-05 accepted - Art 9(2-f) - + - - Standard contractual clauses adopted by the Commission in accordance with the examination procedure referred to in GDPR Article 93(2) - Paul Ryan + Bud Bruegger + Eva Schlehahn Harshvardhan J. Pandit - Georg P Krog - David Hickey - - - + Rigo Wenning + 2021-09-08 - - SCCs adopted by Commission - 2021-09-22 + consent of the data subject + + + + + + Art.6(1-a) regular consent accepted + 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 - + - Harshvardhan J. Pandit - Codes of Conduct that outline sufficient safeguards for carrying out data transfers - accepted - - - 2021-09-22 - - - Codes of Conduct for Data Transfers - - - - - explicit consent with special categories of data - Eva Schlehahn Bud Bruegger - - Art 9(2-a) - 2019-04-05 + + public interest in public health + 2021-09-08 - accepted - + Art 9(2-i) + 2019-04-05 + accepted - + - Right to lodge a complaint with a supervisory authority - - + A14 Right to be Informed + accepted + 2020-11-04 Harshvardhan J. Pandit - Georg Krog Beatriz Esteves + Georg Krog + - accepted - 2020-11-04 - A77 Right to Complaint + information to be provided where personal data is collected from other sources + - + - 2021-09-08 Bud Bruegger Eva Schlehahn - Art 6(1-e) - - public interest or official authority + 2021-09-08 - - - - - 2019-04-05 - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - - - - - - 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 accepted - 2020-11-04 + 2019-04-05 + + + Art 6(1-b) + performance of a contract - Art 46(2-e) - - 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 - - - - 2021-09-22 - Paul Ryan Harshvardhan J. Pandit - Georg P Krog David Hickey - Standard Contractual Clauses (SCC) + Georg P Krog + Paul Ryan + + 2021-09-22 - + 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 + accepted - + - 2019-04-05 - Bud Bruegger - Eva Schlehahn - accepted - - - - + + + Right to data portability + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog - Art 9(2-b) - employment and social security and social protection law + accepted + A20 Right to Data Portability + + + 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 - accepted - + substantial public interest, on the basis of Union or Member State law + Bud Bruegger + Eva Schlehahn - Art 49(1-g) - - 2020-11-04 - Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. + 2019-04-05 + accepted + Art 9(2-g) + + + 2021-09-08 - + - 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. - + + Standard data protection clauses adopted by a Supervisory Authority - + + + - Georg P Krog 2021-09-08 accepted - - - Binding corporate rules 2020-11-04 - Art 46(2-b) + Art 46(2-d) + 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 - + - Art 9(2-c) - 2021-09-08 - accepted - 2019-04-05 - protection of the vital interests - - - Bud Bruegger - Eva Schlehahn + + Art 49(1-c) + + + 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. + 2021-09-08 + 2020-11-04 + accepted + Georg P Krog + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + - - - - accepted - Right to rectification - Georg Krog + Beatriz Esteves + Georg Krog Harshvardhan J. Pandit - 2020-11-04 - A16 Right to Rectification + + + + Right to object to processing of personal data + A21 Right to object - + accepted + 2020-11-04 - + - - Art 9(2-e) Eva Schlehahn Bud Bruegger + + Art 9(2-b) + + + employment and social security and social protection law 2019-04-05 accepted - data manifestly made public by the data subject - + + + + Georg Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + Right not to be subject to a decision based solely on automated processing including profiling + + + 2020-11-04 + A22 Right to object to automated decision making + accepted - + + + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + + + + + Right to rectification + + + accepted + 2020-11-04 + A16 Right to Rectification + + + + + 2021-09-22 + + + AdHoc Contractual Clauses + + + + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller + accepted + Harshvardhan J. Pandit + + + 2019-04-05 + Art 9(2-d) + 2021-09-08 + 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; + + - - Eva Schlehahn Bud Bruegger - legitimate interests - - 2021-09-08 - Art 6(1-f) accepted + - + Georg P Krog - Art 49(1-f) - + Art 46(2-a) + 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 accepted - 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. + 2020-11-04 + A legally binding and enforceable instrument between public authorities or bodies + + + + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + + + + Right of access + + accepted + + 2020-11-04 + A15 Right of Access + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + + + + 2020-11-04 + + + 2021-09-08 - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + accepted + + + + 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(2) + 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 + + + + 2021-09-08 + + + + Bud Bruegger + Eva Schlehahn + accepted + + + protection of the vital interests + Art 6(1-d) + + 2019-04-05 + + + + + + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + + + + A13 Right to be Informed + + accepted + information to be provided where personal data is directly collected from data subject 2020-11-04 - + + + + accepted + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + + + + + 2021-09-22 + 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. + - + + Mark Lizar + David Hickey + Rigo Wenning + Bud Bruegger + Javier D. Fernández + Axel Polleres + Paul Ryan + Fajar J. Ekaputra + Bert Bos + Piero Bonatti + Simon Steyskal + Julian Flake + Ramisa Gachpaz Hamed + Eva Schlehahn + Harshvardhan J. Pandit + Elmar Kiesling + Georg P Krog + Rob Brennan + Beatriz Esteves + 0.7 + + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + Harshvardhan J. Pandit + Axel Polleres + https://w3id.org/dpv-skos/dpv-gdpr# + + 2022-05-25 + dpvs-gdpr + The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation. + DPV-GDPR: GDPR Extension for DPV + + 2019-06-18 + + + accepted + Harshvardhan J. Pandit + Georg P Krog + David Hickey + Supplementary Measure + + + + 2021-09-22 + + Supplementary measures are intended to additionally provide safeguards or guarentees to bring the resulting protection in line with EU requirements + + + + + + accepted 2020-11-04 + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + + + + + + Bud Bruegger + Eva Schlehahn + + + + 2019-04-05 + 2021-09-08 accepted - Georg Krog - Beatriz Esteves + Art 9(2-c) + protection of the vital interests + + + + + + + + + + 2021-09-22 + accepted + David Hickey Harshvardhan J. Pandit - - A21 Right to object - Right to object to processing of personal data + 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) + SCCs adopted by Commission + + + + + + + accepted + 2020-11-04 + Harshvardhan J. Pandit + Beatriz Esteves + Georg Krog + + A19 Right to Rectification + Right to be notified in case of rectification or erasure of personal data or restriction of processing + - + + + 2021-09-08 + + + + 2020-11-04 + accepted + Art 45(3) + Georg P Krog + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + + + Transfer from EU to a third country. Third country has Adequacy Decision. + + + + + + + + + + + Art 49(1-a) + + 2021-09-08 + accepted + Georg P Krog + 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. + 2020-11-04 + + - Georg Krog - Beatriz Esteves - 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-b) + + + 2021-09-08 + + Binding corporate rules + - - Right to data portability - accepted - - A20 Right to Data Portability + + Georg P Krog + accepted 2020-11-04 - + - A15 Right of Access - - - + + + 2021-09-08 - 2020-11-04 - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - Right of access - - 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. + Provisions to be inserted into administrative arrangements between public authorities or bodies which include enforceable and effective data subject rights + Art 46(3-b) + 2020-11-04 + Georg P Krog - 2021-09-22 - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers - + + 2021-09-22 - Harshvardhan J. Pandit - - + Certification Mechanisms for Data Transfers - accepted - - - - Georg P Krog - David Hickey - Paul Ryan Harshvardhan J. Pandit - 2021-09-22 - - - - accepted - - 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. - Binding Corporate Rules (BCR) + accepted - + - 2021-09-08 - Rigo Wenning + Bud Bruegger Eva Schlehahn - Harshvardhan J. Pandit - accepted - 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'. - - - 2019-04-10 - - - consent of the data subject - - - - - - Eva Schlehahn - Bud Bruegger - 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; + 2021-09-08 - 2019-04-05 - accepted - - 2021-09-08 - Art 9(2-d) + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 + @@ -861,150 +941,70 @@ - - - - - - - - 2021-09-22 - accepted - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - - - Harshvardhan J. Pandit - - + - - Art 49(1-c) - Georg P Krog - 2021-09-08 - accepted - - 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. + 2021-09-08 2020-11-04 + + accepted + Georg P Krog + 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 + Art 46(2-e) + 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. - + - - - 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 - - - - Art 49(1-a) - 2021-09-08 Georg P Krog - accepted - - - - - public interest in public health - 2019-04-05 - Art 9(2-i) - - Eva Schlehahn - Bud Bruegger + Art 49(1-g) + 2021-09-08 + Transfer from EU to a third country. Third country has not Adequacy Decision. Appropriate safeguards do not exist. accepted - - - - - Georg Krog - Beatriz Esteves - Harshvardhan J. Pandit - A19 Right to Rectification - - accepted - - - - - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + 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. + 2020-11-04 - + - - Harshvardhan J. Pandit - Georg Krog - Beatriz Esteves - - - + - information to be provided where personal data is collected from other sources - 2020-11-04 - accepted - - A14 Right to be Informed - - - + - - - - - Eva Schlehahn - Bud Bruegger - Art 9(2-j) + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Art 49(1-b) + + 2021-09-08 accepted - 2019-04-05 - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2020-11-04 + 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. + Georg P Krog - + - substantial public interest, on the basis of Union or Member State law + + - - Bud Bruegger - Eva Schlehahn - - 2019-04-05 + The transfer is necessary for important reasons of public interest. + - Art 9(2-g) - - accepted 2021-09-08 - - - - - - - 2021-09-22 - SCCs adopted by Supervisory Authority - - Harshvardhan J. Pandit - Georg P Krog - David Hickey - Paul Ryan - - accepted - 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) + 2020-11-04 + Art 49(1-d) + + Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. + Georg P Krog diff --git a/dpv-skos/dpv-gdpr/dpv-gdpr.ttl b/dpv-skos/dpv-gdpr/dpv-gdpr.ttl index bee99a4db..42ee6d06c 100644 --- a/dpv-skos/dpv-gdpr/dpv-gdpr.ttl +++ b/dpv-skos/dpv-gdpr/dpv-gdpr.ttl @@ -872,12 +872,12 @@ dpvs-gdpr:SupplementaryMeasure a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "The GDPR extension to Data Privacy Vocabulary provides terms (classes and properties) related to EU General Data Protection Regulation."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-GDPR: GDPR Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-gdpr" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-gdpr#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-gdpr:Data_TransfersConcepts a skos:Collection ; dct:title "Data_Transfers Concepts"^^xsd:string ; diff --git a/dpv-skos/dpv-gdpr/index.html b/dpv-skos/dpv-gdpr/index.html index 8f8925fed..18d706f4a 100644 --- a/dpv-skos/dpv-gdpr/index.html +++ b/dpv-skos/dpv-gdpr/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvs-gdpr", title: "DPVS-GDPR: GDPR Extension for DPV-SKOS", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-gdpr", diff --git a/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld b/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld index d8fc692fe..77d3d5113 100644 --- a/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld +++ b/dpv-skos/dpv-gdpr/modules/data_transfers.jsonld @@ -1,46 +1,67 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Data_TransfersConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Data_Transfers Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-22" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + "@value": "David Hickey" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" - }, + "@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-skos/dpv-gdpr#SCCByCommission" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure" + "@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#prefLabel": [ + { + "@language": "en", + "@value": "SCCs adopted by Commission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -81,18 +102,18 @@ "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": "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": "Codes of Conduct for Data Transfers" + "@value": "Certification Mechanisms for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -120,7 +141,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_4/par_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -135,9 +156,6 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" } @@ -145,18 +163,18 @@ "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": "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": "Standard Contractual Clauses (SCC)" + "@value": "Binding Corporate Rules (BCR)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -169,22 +187,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": [ @@ -200,24 +209,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" } ], "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": "Codes of Conduct that outline sufficient safeguards for carrying out data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Commission" + "@value": "Codes of Conduct for Data Transfers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -245,7 +254,7 @@ ], "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/dec_impl/2021/914/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -261,24 +270,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" } ], "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": "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#prefLabel": [ { "@language": "en", - "@value": "SCCs adopted by Supervisory Authority" + "@value": "Standard Contractual Clauses (SCC)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -291,13 +303,19 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, { "@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" + "@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" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -313,27 +331,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#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": "A legal instrument or tool intended to assist or justify data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AdHoc Contractual Clauses" + "@value": "Data Transfer Tool" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -361,7 +376,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/reg/2016/679/art_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -377,19 +392,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" } ], "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 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#prefLabel": [ { "@language": "en", - "@value": "Binding Corporate Rules (BCR)" + "@value": "SCCs adopted by Supervisory Authority" } ] }, @@ -452,59 +467,47 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Data_TransfersConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "Data_Transfers Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses" + }, { - "@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-skos/dpv-gdpr#BindingCorporateRules" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CertificationMechanismsForDataTransfers" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#CodesOfConductForDataTransfers" + }, { "@id": "https://w3id.org/dpv/dpv-skos/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": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + }, { - "@language": "en", - "@value": "Certification Mechanisms for Data Transfers" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#StandardContractualClauses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SupplementaryMeasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#AdHocContractualClauses", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -517,19 +520,13 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], "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://edpb.europa.eu/system/files/2021-06/edpb_recommendations_202001vo.2.0_supplementarymeasurestransferstools_en.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -545,19 +542,22 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#DataTransferTool" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "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": "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": "Data Transfer Tool" + "@value": "AdHoc Contractual Clauses" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/data_transfers.rdf b/dpv-skos/dpv-gdpr/modules/data_transfers.rdf index 25f0dc137..0b946708f 100644 --- a/dpv-skos/dpv-gdpr/modules/data_transfers.rdf +++ b/dpv-skos/dpv-gdpr/modules/data_transfers.rdf @@ -6,21 +6,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - Data Transfer Tool - A legal instrument or tool intended to assist or justify data transfers - - - 2021-09-22 - accepted - David Hickey - Harshvardhan J. Pandit - - @@ -37,35 +22,17 @@ 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 - - 2021-09-22 - accepted - David Hickey - Paul Ryan - Georg P Krog - 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 + + AdHoc Contractual Clauses + Contractual Clauses not drafted by the EU Commission, e.g. by the Controller 2021-09-22 accepted - David Hickey - Georg P Krog Harshvardhan J. Pandit @@ -82,6 +49,38 @@ + + + + + + SCCs adopted by Supervisory Authority + 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) + + 2021-09-22 + accepted + David Hickey + Paul Ryan + Georg P Krog + Harshvardhan J. Pandit + + + + + + + + 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 + + @@ -95,27 +94,30 @@ Harshvardhan J. Pandit - + - - Certification Mechanisms for Data Transfers - Certification and its binding or specified mechanisms intended to provide sufficient safeguards for data transfers + + 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 + Georg P Krog Harshvardhan J. Pandit - + - - SCCs adopted by Supervisory Authority - 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) - + + + 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 @@ -124,33 +126,31 @@ Harshvardhan J. Pandit - + - - - AdHoc Contractual Clauses - Contractual Clauses not drafted by the EU Commission, e.g. by the Controller - + + Data Transfer Tool + A legal instrument or tool intended to assist or justify data transfers + + 2021-09-22 accepted + David Hickey Harshvardhan J. Pandit - + - 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. - + 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 diff --git a/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld b/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld index d1adc9d9f..088426e03 100644 --- a/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld +++ b/dpv-skos/dpv-gdpr/modules/legal_basis.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9,12 +9,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-10" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Eva Schlehahn" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -25,7 +34,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_6/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -41,30 +50,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "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": "explicit' consent of the data subject" } ], "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": "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 46(2-e)" + "@value": "Art 6(1-a) explicit consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -73,12 +82,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": [ @@ -89,7 +101,7 @@ ], "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_9/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -104,9 +116,6 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, { "@id": "https://w3id.org/dpv/dpv-skos#Consent" } @@ -114,24 +123,18 @@ "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." - } - ], - "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": "explicit consent with special categories of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-a)" + "@value": "Art 9(2-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -140,20 +143,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": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@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_49/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -169,24 +175,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "employment and social security and social protection law" + "@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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-b)" + "@value": "Art 49(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -206,15 +221,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_j/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": [ @@ -230,24 +239,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "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": "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-j)" + "@value": "Art 9(2-h)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -267,15 +276,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_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -291,24 +294,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#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": "employment and social security and social protection law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-g)" + "@value": "Art 9(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -336,7 +339,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_6/par_1/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -352,24 +355,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit consent with special categories of data" + "@value": "compliance with a legal obligation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-a)" + "@value": "Art 6(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -378,15 +381,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -397,7 +397,7 @@ ], "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_46/par_2/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -413,24 +413,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@value": "Binding corporate rules" + } + ], + "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-d)" + "@value": "Art 46(2-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -455,7 +464,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_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -472,144 +481,32 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#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 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 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)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" + "@value": "Art 49(1-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -618,7 +515,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-10" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -627,12 +524,6 @@ }, { "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rigo Wenning" } ], "http://purl.org/dc/terms/modified": [ @@ -643,7 +534,7 @@ ], "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_9/par_2/pnt_c/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -659,30 +550,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "consent 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": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art.6(1-a) regular consent" + "@value": "Art 9(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -691,12 +576,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": [ @@ -707,7 +595,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_6/par_1/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -723,30 +611,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + }, { - "@language": "en", - "@value": "A legally binding and enforceable instrument between public authorities or bodies" + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@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": "public interest or official authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-a)" + "@value": "Art 6(1-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -755,23 +640,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_2/pnt_c/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": [ @@ -787,33 +669,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority." + "@value": "data manifestly made public by the data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-c)" + "@value": "Art 9(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -833,9 +706,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_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -851,24 +730,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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": "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-f)" + "@value": "Art 9(2-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -877,20 +756,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": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@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_h/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": [ @@ -906,24 +788,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "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": "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. Appropriate safeguards do not exist and no other options apply." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-h)" + "@value": "Art 49(2)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -932,15 +823,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -951,7 +839,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": [ @@ -967,24 +855,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCByCommission" } ], "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#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)" + "@value": "Art 46(2-c)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1012,7 +909,7 @@ ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1028,24 +925,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "protection of the vital interests" + "@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-c)" + "@value": "Art 9(2-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1054,12 +951,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": [ @@ -1070,7 +970,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_9/par_2/pnt_j/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1086,33 +986,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNatualPerson" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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." - } - ], - "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": "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 49(1-f)" + "@value": "Art 9(2-j)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1168,19 +1059,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "explicit' consent of the data subject" + "@value": "consent of the data subject" } ], "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)\"" + "@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) explicit consent" + "@value": "Art.6(1-a) regular consent" } ] }, @@ -1249,7 +1140,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1258,20 +1149,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": "Eva Schlehahn" - }, + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@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_e/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": [ @@ -1287,24 +1181,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "data manifestly made public by the data subject" + "@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 Adequacy Decision." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 9(2-e)" + "@value": "Art 45(3)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1329,7 +1229,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_49/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1346,29 +1246,32 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNatualPerson" } ], "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": "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 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. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(3-a)" + "@value": "Art 49(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1377,15 +1280,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1396,7 +1296,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_49/par_1/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1412,24 +1312,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "compliance with a legal obligation" + "@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. Appropriate safeguards do not exist." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-c)" + "@value": "Art 49(1-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1438,12 +1347,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": [ @@ -1454,7 +1366,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_6/par_1/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1469,9 +1381,6 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, { "@id": "https://w3id.org/dpv/dpv-skos#Contract" } @@ -1479,24 +1388,18 @@ "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." - } - ], - "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": "performance of a contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(1-c)" + "@value": "Art 6(1-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1505,15 +1408,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -1524,7 +1424,7 @@ ], "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_46/par_2/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1540,19 +1440,25 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "performance of a contract" + "@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. 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-b)" + "@value": "Art 46(2-a)" } ] }, @@ -1621,7 +1527,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1630,12 +1536,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": [ @@ -1646,7 +1555,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_9/par_2/pnt_i/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1662,33 +1571,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "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." - } - ], - "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": "public interest in public health" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 49(2)" + "@value": "Art 9(2-i)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1713,7 +1613,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_46/par_2/pnt_e/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1730,32 +1630,29 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The transfer is necessary for important reasons of public interest." + "@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 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-d)" + "@value": "Art 46(2-e)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1780,7 +1677,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_3/pnt_a/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1802,7 +1699,7 @@ "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": "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": [ @@ -1814,12 +1711,127 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(3-b)" + "@value": "Art 46(3-a)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#Legal_BasisConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Legal_Basis Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-non-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-a-explicit-consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-h" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-i" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-j" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-a" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-b" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-c" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-e" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-f" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-2" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1844,7 +1856,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_49/par_1/pnt_g/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1861,32 +1873,29 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "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": "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-b)" + "@value": "Art 49(1-g)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-e", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1906,15 +1915,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_6/par_1/pnt_e/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": [ @@ -1930,27 +1933,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "public interest or official authority" + "@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 6(1-e)" + "@value": "Art 9(2-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1959,12 +1959,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": [ @@ -1975,7 +1978,7 @@ ], "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_6/par_1/pnt_f/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1991,33 +1994,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@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. Third country has appropriate safeguards. Transfer does not require specific authorisation from a Supervisor Authority" + "@value": "legitimate interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 46(2-d)" + "@value": "Art 6(1-f)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A9-2-d", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2026,15 +2020,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": "Eva Schlehahn" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/modified": [ @@ -2045,7 +2036,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_49/par_1/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2061,24 +2052,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#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": "The transfer is necessary for important reasons of public interest." + } + ], + "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 9(2-d)" + "@value": "Art 49(1-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A49-1-g", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2103,7 +2103,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_46/par_2/pnt_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2120,29 +2120,32 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#SCCBySupervisoryAuthority" } ], "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": "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 not 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-g)" + "@value": "Art 46(2-d)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-2-b", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A46-3-b", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2167,7 +2170,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_3/pnt_b/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2184,32 +2187,29 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#BindingCorporateRules" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Binding corporate rules" + "@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-b)" + "@value": "Art 46(3-b)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-f", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A6-1-d", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2237,7 +2237,7 @@ ], "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_d/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2253,19 +2253,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "legitimate interests" + "@value": "protection of the vital interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Art 6(1-f)" + "@value": "Art 6(1-d)" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/legal_basis.rdf b/dpv-skos/dpv-gdpr/modules/legal_basis.rdf index d4e28b00f..45f87a238 100644 --- a/dpv-skos/dpv-gdpr/modules/legal_basis.rdf +++ b/dpv-skos/dpv-gdpr/modules/legal_basis.rdf @@ -6,150 +6,169 @@ 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-d) - protection of the vital interests - - 2019-04-05 + + + Art 46(2-b) + 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 2021-09-08 accepted - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 49(2) - 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 46(2-f) + 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 + 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-e) - 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 + + Art 6(1-c) + compliance with a legal obligation + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 9(2-b) - employment and social security and social protection law - + + Art 9(2-g) + substantial public interest, on the basis of Union or Member State law + 2019-04-05 + 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - - Art 46(3-b) - 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 + + Art 6(1-f) + legitimate interests + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - - Art 46(2-c) - 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 + + Art 6(1-a) explicit consent + explicit' consent of the data subject + 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)" + + 2019-04-10 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger + Harshvardhan J. Pandit + Rigo Wenning - + - - Art 46(2-e) - 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 + + + Art 6(1-e) + public interest or official authority + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + + + + + + Art 9(2-f) + establishment, exercise or defence of legal claims / courts acting in their judicial capacity + + 2019-04-05 + accepted + Eva Schlehahn + Bud Bruegger + + + - Art 45(3) - Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. - Transfer from EU to a third country. Third country has Adequacy Decision. - + + Art 49(1-f) + 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. + 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 46(2-a) - 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 + + Art 9(2-i) + public interest in public health + + 2019-04-05 2021-09-08 accepted - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - Art 9(2-c) + Art 6(1-d) protection of the vital interests - + 2019-04-05 2021-09-08 accepted @@ -157,14 +176,14 @@ Bud Bruegger - + - - Art 6(1-b) - performance of a contract - + + Art 9(2-j) + public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law + 2019-04-05 2021-09-08 accepted @@ -172,31 +191,30 @@ Bud Bruegger - + - - Art 46(3-a) - 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 + + Art 9(2-d) + 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 - Georg P Krog + Eva Schlehahn + Bud Bruegger - + - - Art 46(2-d) - 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 46(3-a) + 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 @@ -217,92 +235,60 @@ Bud Bruegger - + - - Art 49(1-b) - 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-c) + 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-a) - 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. + Art 49(1-e) + 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-g) - 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 - + - - Art 49(1-d) - 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 45(3) + Personal data can flow freely from the EU to a third country with an Adequacy Decision without any further safeguard being necessary. + Transfer from EU to a third country. Third country has Adequacy Decision. + 2020-11-04 2021-09-08 accepted Georg P Krog - - - - - - Art 9(2-a) - explicit consent with special categories of data - - 2019-04-05 - 2021-09-08 - accepted - Eva Schlehahn - Bud Bruegger - - - + - Art 6(1-a) explicit consent - explicit' consent of the data subject - 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)" + Art.6(1-a) regular consent + consent 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'. 2019-04-10 2021-09-08 @@ -313,29 +299,30 @@ Rigo Wenning - + - - Art 9(2-j) - public interest, scientific or historical research purposes or statistical purposes based on Union or Member State law - - 2019-04-05 + + + Art 49(1-a) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 6(1-c) - compliance with a legal obligation - + + Art 9(2-c) + protection of the vital interests + 2019-04-05 2021-09-08 accepted @@ -343,64 +330,49 @@ Bud Bruegger - + - - Art 9(2-d) - 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-e) + data manifestly made public by the data subject + 2019-04-05 - 2021-09-08 accepted Eva Schlehahn Bud Bruegger - + - Art 46(2-f) - 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 - 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-b) + 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 9(2-f) - establishment, exercise or defence of legal claims / courts acting in their judicial capacity - - 2019-04-05 - accepted - Eva Schlehahn - Bud Bruegger - - - + - - - Art 6(1-e) - public interest or official authority - - 2019-04-05 + + Art 49(1-g) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog @@ -441,124 +413,152 @@ - + + + + + + Art 6(1-b) + performance of a contract + + 2019-04-05 + 2021-09-08 + accepted + Eva Schlehahn + Bud Bruegger + + + - - Art 46(2-b) - 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-d) + 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-c) + 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 + + + - Art 9(2-e) - data manifestly made public by the data subject - + Art 9(2-b) + employment and social security and social protection law + 2019-04-05 accepted Eva Schlehahn Bud Bruegger - + - - Art 49(1-f) - 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. - Transfer from EU to a third country. Third country has no Adequacy Decision. Appropriate safeguards do not exist. - + Art 46(2-e) + 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.6(1-a) regular consent - consent 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'. - - 2019-04-10 + + Art 46(2-a) + 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 - Eva Schlehahn - Bud Bruegger - Harshvardhan J. Pandit - Rigo Wenning + Georg P Krog - + - - Art 9(2-g) - substantial public interest, on the basis of Union or Member State law - - 2019-04-05 + + + Art 49(2) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 49(1-c) - 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. + + Art 49(1-d) + 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 6(1-f) - legitimate interests - - 2019-04-05 + + Art 46(3-b) + 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 - Eva Schlehahn - Bud Bruegger + Georg P Krog - + - - Art 9(2-i) - public interest in public health - + + Art 9(2-a) + explicit consent with special categories of data + 2019-04-05 2021-09-08 accepted diff --git a/dpv-skos/dpv-gdpr/modules/rights.jsonld b/dpv-skos/dpv-gdpr/modules/rights.jsonld index 6582da7aa..7eaf74ae7 100644 --- a/dpv-skos/dpv-gdpr/modules/rights.jsonld +++ b/dpv-skos/dpv-gdpr/modules/rights.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -25,7 +25,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_17/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -47,18 +47,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right of access" + "@value": "Right to erasure ('Right to be forgotten')" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A15 Right of Access" + "@value": "A17 Right to Erasure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -83,7 +83,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_22/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -105,18 +105,67 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to erasure ('Right to be forgotten')" + "@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": "A17 Right to Erasure" + "@value": "A22 Right to object to automated decision making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#RightsConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Rights Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -141,7 +190,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_14/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -163,18 +212,18 @@ "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": "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": "A14 Right to be Informed" + "@value": "A19 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -199,7 +248,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_21/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -221,18 +270,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to withdraw consent" + "@value": "Right to object to processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A7-3 Right to Withdraw Consent" + "@value": "A21 Right to object" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -257,7 +306,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_14/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -279,18 +328,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to restriction of processing" + "@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": "A18 Right to Restrict Processing" + "@value": "A14 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -315,7 +364,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_16/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -337,18 +386,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to lodge a complaint with a supervisory authority" + "@value": "Right to rectification" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A77 Right to Complaint" + "@value": "A16 Right to Rectification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -373,7 +422,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": [ @@ -395,18 +444,18 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -431,7 +480,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_77/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -453,18 +502,18 @@ "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": "Right to lodge a complaint with a supervisory authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A22 Right to object to automated decision making" + "@value": "A77 Right to Complaint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -489,7 +538,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_13/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -511,18 +560,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to object to processing of personal data" + "@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": "A21 Right to object" + "@value": "A13 Right to be Informed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -547,7 +596,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_19/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_20/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -569,18 +618,18 @@ "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": "Right to data portability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A19 Right to Rectification" + "@value": "A20 Right to Data Portability" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -605,7 +654,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": [ @@ -627,18 +676,18 @@ "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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A13 Right to be Informed" + "@value": "A7-3 Right to Withdraw Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -663,7 +712,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_15/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -685,62 +734,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Right to data portability" + "@value": "Right of access" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "A20 Right to Data Portability" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#RightsConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Rights Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A13" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A14" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A15" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A16" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A17" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A18" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A19" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A20" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A21" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A22" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A7-3" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A77" + "@value": "A15 Right of Access" } ] } diff --git a/dpv-skos/dpv-gdpr/modules/rights.rdf b/dpv-skos/dpv-gdpr/modules/rights.rdf index 7a2085dd2..85c14b4ae 100644 --- a/dpv-skos/dpv-gdpr/modules/rights.rdf +++ b/dpv-skos/dpv-gdpr/modules/rights.rdf @@ -6,14 +6,14 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - A7-3 Right to Withdraw Consent - Right to withdraw consent - + A14 Right to be Informed + information to be provided where personal data is collected from other sources + 2020-11-04 accepted Beatriz Esteves @@ -21,14 +21,14 @@ Harshvardhan J. Pandit - + - A14 Right to be Informed - information to be provided where personal data is collected from other sources - + A18 Right to Restrict Processing + Right to restriction of processing + 2020-11-04 accepted Beatriz Esteves @@ -36,14 +36,30 @@ Harshvardhan J. Pandit - + + + Rights Concepts + + + + + + + + + + + + + + - A19 Right to Rectification - Right to be notified in case of rectification or erasure of personal data or restriction of processing - + 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 @@ -66,30 +82,14 @@ Harshvardhan J. Pandit - - - Rights Concepts - - - - - - - - - - - - - - + - A18 Right to Restrict Processing - Right to restriction of processing - + 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 @@ -97,14 +97,14 @@ Harshvardhan J. Pandit - + - A15 Right of Access - Right of access - + A7-3 Right to Withdraw Consent + Right to withdraw consent + 2020-11-04 accepted Beatriz Esteves @@ -112,14 +112,14 @@ Harshvardhan J. Pandit - + - A77 Right to Complaint - Right to lodge a complaint with a supervisory authority - + A13 Right to be Informed + information to be provided where personal data is directly collected from data subject + 2020-11-04 accepted Beatriz Esteves @@ -127,14 +127,14 @@ Harshvardhan J. Pandit - + - A21 Right to object - Right to object to processing of personal data - + A77 Right to Complaint + Right to lodge a complaint with a supervisory authority + 2020-11-04 accepted Beatriz Esteves @@ -142,14 +142,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 @@ -157,14 +157,14 @@ 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 @@ -187,14 +187,14 @@ Harshvardhan J. Pandit - + - A13 Right to be Informed - information to be provided where personal data is directly collected from data subject - + A15 Right of Access + Right of access + 2020-11-04 accepted Beatriz Esteves diff --git a/dpv-skos/dpv-legal/dpv-legal.html b/dpv-skos/dpv-legal/dpv-legal.html index ebd44339d..14d505bb5 100644 --- a/dpv-skos/dpv-legal/dpv-legal.html +++ b/dpv-skos/dpv-legal/dpv-legal.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/dpv-skos/dpv-legal/dpv-legal.jsonld b/dpv-skos/dpv-legal/dpv-legal.jsonld index a6b1ed91c..8d3ab9b0c 100644 --- a/dpv-skos/dpv-legal/dpv-legal.jsonld +++ b/dpv-skos/dpv-legal/dpv-legal.jsonld @@ -1,9 +1,9 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30,43 +30,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Martinique" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "474" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -83,7 +86,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -92,34 +95,64 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "SouthernEurope" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://purl.org/dc/terms/created": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "CentralAsia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "CentralAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -135,7 +168,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -146,47 +179,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" + "@value": "Tokelau" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CO" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "COL" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "170" + "@value": "772" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "170" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -199,10 +229,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N2a40168511b04414a9aa73277f0ba9f3" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -211,23 +246,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "California Consumer Privacy Act (CCPA)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Vermont" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO", + "@id": "_:N2a40168511b04414a9aa73277f0ba9f3", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nb616e3b286e54c798cd7e2de8d7491d1" + } + ] + }, + { + "@id": "_:Nb616e3b286e54c798cd7e2de8d7491d1", + "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-skos/dpv-legal#US-AR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -243,7 +304,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Arkansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -254,44 +315,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Jordan" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "JO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "JOR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "400" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "400" + "@value": "Arkansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -307,7 +345,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Mauritius" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -318,44 +356,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Mauritius" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "MU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "MUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "480" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "480" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -374,7 +412,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -385,21 +423,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Caribbean" + "@value": "AustraliaandNewZealand" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -415,7 +453,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -426,47 +464,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Somalia" + "@value": "Thuringia" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "SO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "SOM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, { - "@value": "706" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "706" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" } ] }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -483,13 +511,13 @@ } ], "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@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" + }, + { + "@language": "en", + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -499,13 +527,13 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@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" + }, + { + "@language": "en", + "@value": "The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen" } ], "http://xmlns.com/foaf/0.1/homepage": [ @@ -521,10 +549,10 @@ ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" @@ -532,10 +560,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -551,7 +579,59 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "Austrian Data Protection Authority" + } + ], + "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": "Austrian Data Protection Authority" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://dsb.gv.at" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "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/title": [ + { + "@language": "en", + "@value": "Luxembourg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -562,41 +642,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greenland" + "@value": "Luxembourg" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "442" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -615,7 +723,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Togo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -626,10 +734,10 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" @@ -638,261 +746,140 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benin" + "@value": "Togo" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "TG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "TGO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "768" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" - }, + "@language": "en", + "@value": "Japan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, + "@language": "en", + "@value": "Japan" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, + "@value": "JP" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, + "@value": "JPN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, + "@value": "392" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@value": "392" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#BA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, + "@language": "en", + "@value": "Vermont" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + "@language": "en", + "@value": "Vermont" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -908,7 +895,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -919,47 +906,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" }, { - "@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": "Bolivia (Plurinational State of)" + "@value": "Saint Helena" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BO" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BOL" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "68" + "@value": "654" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "68" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -973,15 +959,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N5b8b93b685e34c06b9161e3a044d3bf6" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -990,46 +971,49 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, + "@language": "en", + "@value": "Sint Maarten (Dutch part)" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "SX" } - ] - }, - { - "@id": "_:N5b8b93b685e34c06b9161e3a044d3bf6", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "_:N4d802aae3c6a435c94997b79e5996d04" + "@value": "SXM" } - ] - }, - { - "@id": "_:N4d802aae3c6a435c94997b79e5996d04", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "534" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1045,7 +1029,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1056,44 +1040,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@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#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "British Virgin Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "92" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -1109,7 +1096,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "Kansas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1120,76 +1107,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "UY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "URY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "858" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "858" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + "@value": "Kansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -1208,7 +1137,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1219,44 +1148,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@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": "Japan" + "@value": "United Republic of Tanzania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "JP" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "JPN" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "392" + "@value": "834" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "392" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1272,7 +1204,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1283,44 +1215,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "Turkmenistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RS" + "@value": "TM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SRB" + "@value": "TKM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "688" + "@value": "795" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "688" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1336,7 +1268,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1347,37 +1279,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "NorthernAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -1393,7 +1309,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1404,66 +1320,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cyprus" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Malawi" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "454" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "196" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -1480,7 +1376,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Connecticut" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1491,153 +1387,118 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Connecticut" + "@value": "Switzerland" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "CH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "CHE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "756" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/abstract": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@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/creator": [ + "http://purl.org/dc/terms/contributor": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-02" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" - }, - { - "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities." } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" - }, + "http://purl.org/dc/terms/license": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-05-25" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" - }, - { - "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" - } - ], - "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" - }, - { - "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "dpvs-legal" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + "@value": "https://w3id.org/dpv/dpv-skos/dpv-legal#" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -1653,7 +1514,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1664,41 +1525,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cook Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CK" + "@value": "Rhineland-Palatinate" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "COK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "184" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "184" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1717,7 +1566,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1726,15 +1575,36 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "Brandenburg" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1747,20 +1617,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { - "@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": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { - "@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" + "@language": "de", + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1772,35 +1642,88 @@ "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": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@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" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1816,7 +1739,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1827,44 +1750,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Kiribati" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TL" + "@value": "KI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TLS" + "@value": "KIR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "626" + "@value": "296" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "626" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -1880,7 +1803,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1891,44 +1814,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cameroon" + "@value": "Peru" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CM" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CMR" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "120" + "@value": "604" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "120" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1947,7 +1870,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1958,44 +1881,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Belgium" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DO" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "56" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2014,7 +1962,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2025,46 +1973,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Russian Federation" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "643" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "86" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2081,7 +2026,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Delaware" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2092,151 +2037,124 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Delaware" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "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#EasternEurope" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, { - "@language": "en", - "@value": "Uganda" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "Hungary" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "348" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, { - "@language": "en", - "@value": "Myanmar" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + }, { - "@language": "en", - "@value": "Myanmar" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + }, { - "@value": "MM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, { - "@value": "MMR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, { - "@value": "104" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, { - "@value": "104" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2253,7 +2171,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2264,71 +2182,58 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@language": "en", + "@value": "SubSaharanAfrica" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Denmark" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" + }, { - "@value": "DK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + }, { - "@value": "DNK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + }, { - "@value": "208" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, { - "@value": "208" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2340,12 +2245,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "AustraliaandNewZealand" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2354,23 +2266,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "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" + }, + { + "@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": "AustraliaandNewZealand" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lfd.niedersachsen.de/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -2386,7 +2319,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2397,61 +2330,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + }, { - "@language": "en", - "@value": "Virginia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Eswatini" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "District of Columbia" + "@value": "SZ" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SWZ" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "748" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "District of Columbia" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2468,7 +2386,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2477,48 +2395,33 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "FK" + "@value": "Data Protection Commission (DPC)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "FLK" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ie" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "238" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "238" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2535,7 +2438,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2544,23 +2447,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "National Supervisory Authority for Personal Data Processing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "New York" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.dataprotection.ro/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -2576,7 +2490,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2587,46 +2501,50 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Schleswig-Holstein" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "CI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "CIV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + }, { - "@value": "384" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@value": "384" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2643,7 +2561,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2654,18 +2572,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Dakota" + "@value": "Nicaragua" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "NI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "NIC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "558" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -2684,7 +2628,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2695,43 +2639,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Iraq" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "368" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2743,19 +2687,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@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" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2764,43 +2701,77 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + "@value": "Congo" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "CG" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@value": "COG" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + "@value": "178" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "178" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2817,7 +2788,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Minnesota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2828,43 +2799,52 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Minnesota" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@value": "WF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + }, { - "@value": "WLF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + }, { - "@value": "876" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, { - "@value": "876" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2881,7 +2861,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2892,20 +2872,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maryland" + "@value": "Bangladesh" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "BD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BGD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "50" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2922,7 +2925,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2933,71 +2936,77 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@language": "en", + "@value": "Bremen" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Croatia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "HR" + "@language": "en", + "@value": "Oregon" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "HRV" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "191" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "191" + "@language": "en", + "@value": "Oregon" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3014,7 +3023,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3025,72 +3034,88 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, + "@language": "en", + "@value": "U.S. Virgin Islands" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@language": "en", + "@value": "Turks and Caicos Islands" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Latvia" + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" + "@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-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Turks and Caicos Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LV" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LVA" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "428" + "@value": "796" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "428" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -3106,7 +3131,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3117,21 +3142,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Minnesota" + "@value": "Venezuela (Bolivarian Republic of)" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "VE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "VEN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "862" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3147,7 +3198,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" + "@value": "Niger" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3158,41 +3209,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Samoa" + "@value": "Niger" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "WS" + "@value": "NE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "WSM" + "@value": "NER" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "882" + "@value": "562" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "882" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3211,7 +3265,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3222,186 +3276,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Cuba" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "192" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" - }, + "@language": "en", + "@value": "WesternEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Tennessee" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tennessee" + "@value": "WesternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3420,7 +3373,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3431,44 +3384,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@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": "Malawi" + "@value": "Lebanon" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "422" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3487,7 +3437,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3498,18 +3448,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "SouthernAsia" + "@value": "Puerto Rico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3521,14 +3471,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3540,28 +3497,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungarian National Authority for Data Protection and Freedom of Information" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.naih.hu/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3580,7 +3547,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3591,7 +3558,7 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" @@ -3600,32 +3567,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "Georgia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "GE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "GEO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "268" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3644,7 +3611,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3655,44 +3622,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Gambia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NC" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NCL" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "540" + "@value": "270" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "540" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3705,52 +3675,58 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@language": "en", + "@value": "United States Virgin Islands" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@id": "http://www.w3.org/2001/XMLSchema#string" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "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": "United States Virgin Islands" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@value": "VI" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "ISO-numeric" + "@value": "VIR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "850" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3769,7 +3745,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3780,44 +3756,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Guam" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "316" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -3833,7 +3809,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3844,47 +3820,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Viet Nam" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KN" + "@value": "VN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "VNM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "704" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -3900,7 +3873,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3909,48 +3882,33 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NI" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "NIC" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnil.fr/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "558" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "558" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3967,7 +3925,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3976,49 +3934,18 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Madagascar" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MDG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "450" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "450" + "@value": "Americas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -4031,10 +3958,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N79a3e558429d4d2c93e4ad7fa6b0122d" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternEurope" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4045,212 +3977,198 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "WesternEurope" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, { - "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" }, { - "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, { - "@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/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@language": "en", - "@value": "Christmas Island" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, { - "@language": "en", - "@value": "Christmas Island" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, { - "@value": "CX" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, { - "@value": "CXR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, { - "@value": "162" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, { - "@value": "162" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, { - "@language": "en", - "@value": "Guadeloupe" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos#hasCountry": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, { - "@language": "en", - "@value": "Guadeloupe" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@value": "GP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, { - "@value": "GLP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" } + ] + }, + { + "@id": "_:N79a3e558429d4d2c93e4ad7fa6b0122d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "312" + "@id": "_:N2118ead9a2364098b3ec46b0b0ee45b9" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N2118ead9a2364098b3ec46b0b0ee45b9", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "312" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -4269,7 +4187,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4280,46 +4198,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Northern Mariana Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GQ" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "580" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4336,7 +4251,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4347,330 +4262,318 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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": "EasternAfrica" + "@value": "Republic of Korea" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "KR" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "KOR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "Kiribati" + "@value": "410" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "accepted" + "@value": "410" } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + }, { - "@language": "en", - "@value": "Kiribati" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" + }, { - "@value": "KI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + }, { - "@value": "KIR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, { - "@value": "296" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + }, { - "@value": "296" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + }, { - "@language": "en", - "@value": "China" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + }, { - "@language": "en", - "@value": "China" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + }, { - "@value": "CN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + }, { - "@value": "CHN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + }, { - "@value": "156" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + }, { - "@value": "156" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#DE", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, { - "@language": "en", - "@value": "Marshall Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + }, { - "@language": "en", - "@value": "Marshall Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + }, { - "@value": "MH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" + }, { - "@value": "MHL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + }, { - "@value": "584" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, { - "@value": "584" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#CentralAsia" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + }, { - "@language": "en", - "@value": "Tunisia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + }, { - "@language": "en", - "@value": "Tunisia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" + }, { - "@value": "TN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" + }, { - "@value": "TUN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, { - "@value": "788" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@value": "788" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -4686,7 +4589,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4697,82 +4600,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Somalia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "706" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "804" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Missouri" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Missouri" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4791,7 +4656,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4802,44 +4667,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Heard Island and McDonald Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FO" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FRO" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "234" + "@value": "334" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "234" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -4855,7 +4720,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4866,140 +4731,217 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "India" + "@value": "Tunisia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IN" + "@value": "TN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IND" + "@value": "TUN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "356" + "@value": "788" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "356" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/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#SubSaharanAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" + }, { - "@language": "en", - "@value": "Swedish Authority for Privacy Protection" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@language": "en", - "@value": "Swedish Authority for Privacy Protection" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -5018,7 +4960,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5029,47 +4971,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Chile" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AI" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AIA" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "660" + "@value": "152" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "660" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -5085,7 +5027,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5096,44 +5038,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Yemen" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "YE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "YEM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "887" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "887" + "@value": "Maine" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -5149,7 +5068,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5161,18 +5080,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "Dutch Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnil.fr/" + "@value": "https://autoriteitpersoonsgegevens.nl" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -5182,10 +5101,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5201,7 +5120,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5212,47 +5131,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "BFA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "854" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "854" + "@value": "Pennsylvania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -5263,19 +5156,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5284,41 +5170,20 @@ "@value": "accepted" } ], - "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": "Thuringia 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.tlfdi.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + "@language": "en", + "@value": "Ohio" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -5337,7 +5202,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5348,72 +5213,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Italy" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "South Africa" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IT" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "710" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5429,7 +5269,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malta" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5440,72 +5280,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malta" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Zambia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MT" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MLT" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "470" + "@value": "894" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "470" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -5521,7 +5336,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahamas" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5530,501 +5345,274 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bahamas" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BS" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.bfdi.bund.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "BHS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "44" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "44" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "ML" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MLI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "466" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "466" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "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": "_:Nf979438e4af94963932edd7659c1031c" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "General Data Protection Regulation (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#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/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-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-skos/dpv-legal#DPA-DE-BY-non-public" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" - }, + "@language": "en", + "@value": "Dominican Republic" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - }, + "@language": "en", + "@value": "Dominican Republic" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, + "@value": "DO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@value": "DOM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - }, + "@value": "214" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - } - ] - }, - { - "@id": "_:Nf979438e4af94963932edd7659c1031c", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N3bd6a25265c443b2ae7edd4a4acbb443" - } - ] - }, - { - "@id": "_:N3bd6a25265c443b2ae7edd4a4acbb443", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6040,7 +5628,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6051,44 +5639,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Iceland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NZ" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "352" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6104,7 +5692,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6113,49 +5701,18 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "El Salvador" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SLV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "222" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "222" + "@value": "Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -6171,7 +5728,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6182,44 +5739,69 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Sweden" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "YT" + "@value": "SE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MYT" + "@value": "SWE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "175" + "@value": "752" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "175" + "@value": "752" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6238,7 +5820,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6250,18 +5832,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "http://www.dataprotection.gov.sk/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -6271,10 +5853,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -6287,10 +5869,29 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@id": "https://www.iso.org/iso-3166-country-codes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6299,34 +5900,59 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "The ISO-Numeric code for a given region" } ], - "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://idpc.org.mt" + "@language": "en", + "@value": "ISO-numeric" } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -6342,7 +5968,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6353,20 +5979,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "EasternAsia" + "@value": "Hawaii" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6376,14 +6002,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + }, { "@language": "en", - "@value": "Nevada" + "@value": "Bavarian State Office for Data Protection Supervision" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6392,165 +6025,148 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "Bavarian State Office for Data Protection Supervision" + }, + { + "@language": "de", + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Nevada" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.bayern.de/" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AuthoritiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://www.w3.org/2004/02/skos/core#member": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" - }, + "@language": "en", + "@value": "Saint Kitts and Nevis" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" - }, + "@language": "en", + "@value": "Saint Kitts and Nevis" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" - }, + "@value": "KN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" - }, + "@value": "KNA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - }, + "@value": "659" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" - }, + "@value": "659" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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": [ + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" } @@ -6558,7 +6174,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6569,41 +6185,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@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#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "535" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6622,7 +6241,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6636,44 +6255,42 @@ "@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#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Morocco" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KE" + "@value": "MA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KEN" + "@value": "MAR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "404" + "@value": "504" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "404" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law" ], "http://purl.org/dc/terms/created": [ { @@ -6686,10 +6303,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N54cf087e1eff411b92e121124da1f66e" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6698,64 +6320,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@language": "en", - "@value": "North Carolina" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR", + "@id": "_:N54cf087e1eff411b92e121124da1f66e", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Puerto Rico" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } + "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "_:N2d772d638c114bd1bcb8d9fa2387ce37" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "_:N2d772d638c114bd1bcb8d9fa2387ce37", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@language": "en", - "@value": "Puerto Rico" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6768,10 +6372,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N81d87af1efd04b04a2922c488a71e8be" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "European Economic Area (EEA-31)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6782,98 +6391,218 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "North-Rhine Westphalia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, { - "@language": "en", - "@value": "Viet Nam" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, { - "@value": "VN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasCountry": [ { - "@value": "VNM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" } + ] + }, + { + "@id": "_:N81d87af1efd04b04a2922c488a71e8be", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "704" + "@id": "_:N04e220fd9a6f4e9e977de1d1ea9c34e6" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2006/time#hasEnd": [ { - "@value": "704" + "@id": "_:N8802f7edefcc4825a542d600972da0e0" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC", + "@id": "_:N04e220fd9a6f4e9e977de1d1ea9c34e6", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@id": "_:N8802f7edefcc4825a542d600972da0e0", + "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-skos/dpv-legal#BY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6892,7 +6621,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6903,44 +6632,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Belarus" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "BY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "BLR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "112" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6959,7 +6685,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6970,103 +6696,172 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "574" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, + "@language": "en", + "@value": "Cocos (Keeling) Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" - }, + "@language": "en", + "@value": "Cocos (Keeling) Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, + "@value": "CC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, + "@value": "CCK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, + "@value": "166" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, + "@value": "166" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, + "@language": "en", + "@value": "Bermuda" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Bermuda" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "BM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BMU" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "60" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7082,7 +6877,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "Eritrea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7093,21 +6888,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Washington" + "@value": "Eritrea" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "ER" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "ERI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "232" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "232" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7123,7 +6944,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7140,358 +6961,390 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iowa" + "@value": "Georgia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, + "@language": "en", + "@value": "SoutheasternAsia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, + "@language": "en", + "@value": "SoutheasternAsia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, + "@language": "en", + "@value": "Kentucky" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, + "@language": "en", + "@value": "Kentucky" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, + "@language": "en", + "@value": "New Jersey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, + "@language": "en", + "@value": "New Jersey" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, + "@language": "en", + "@value": "Trinidad and Tobago" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" - }, + "@language": "en", + "@value": "Trinidad and Tobago" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, + "@value": "TT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, + "@value": "TTO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" - }, + "@value": "780" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, + "@value": "780" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, + "@language": "en", + "@value": "Data Protection Commission" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, + "@language": "en", + "@value": "Data Protection Commission" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.garanteprivacy.it/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" - }, + "@language": "en", + "@value": "Louisiana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" - }, + "@language": "en", + "@value": "Louisiana" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" - }, + "@language": "en", + "@value": "Asia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" + "@language": "en", + "@value": "Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7510,7 +7363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "South Georgia and the South Sandwich Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7521,44 +7374,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@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#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pakistan" + "@value": "South Georgia and the South Sandwich Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PK" + "@value": "GS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PAK" + "@value": "SGS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "586" + "@value": "239" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "586" + "@value": "239" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7574,7 +7430,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "Delaware" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7583,34 +7439,23 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Estonian Data Protection Inspectorate" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Delaware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -7626,7 +7471,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7637,46 +7482,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@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": "Congo" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "COG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "178" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "178" + "@value": "Guam" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7691,13 +7510,9 @@ } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7706,46 +7521,20 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" - }, - { - "@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/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "SouthernAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7764,7 +7553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7775,44 +7564,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SG" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SGP" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "702" + "@value": "854" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "702" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7828,7 +7620,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7839,191 +7631,210 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Kuwait" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "KW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "KWT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "414" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "414" + "@value": "Massachusetts" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, { - "@language": "en", - "@value": "Bermuda" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + }, { - "@language": "en", - "@value": "Bermuda" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@value": "BM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" + }, { - "@value": "BMU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, { - "@value": "60" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + }, { - "@value": "60" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, { - "@language": "en", - "@value": "Brazil" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, { - "@language": "en", - "@value": "Brazil" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, { - "@value": "BR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" + }, { - "@value": "BRA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + }, { - "@value": "76" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, { - "@value": "76" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "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/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8034,41 +7845,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Maryland" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "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/title": [ + { + "@language": "en", + "@value": "Panama" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "San Marino" + "@value": "Panama" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SM" + "@value": "PA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SMR" + "@value": "PAN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "674" + "@value": "591" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "674" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8087,7 +7942,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8098,47 +7953,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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": "Eswatini" + "@value": "Singapore" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SZ" + "@value": "SG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SWZ" + "@value": "SGP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "748" + "@value": "702" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "748" + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8154,7 +8006,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8165,46 +8017,66 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zambia" + "@value": "Guadeloupe" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ZM" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ZMB" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "894" + "@value": "312" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "894" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", "@type": [ - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8218,15 +8090,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne0cb274a00484e2fa65b7cac7420129f" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8237,218 +8104,34 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - } - ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@language": "en", + "@value": "Hamburg" } - ] - }, - { - "@id": "_:Ne0cb274a00484e2fa65b7cac7420129f", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "_:N9425bb4f16a24ac7965ba3b024b1fccc" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "_:N4abc476fae2d4220af0579bf644e3f8c" - } - ] - }, - { - "@id": "_:N9425bb4f16a24ac7965ba3b024b1fccc", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" - } - ] - }, - { - "@id": "_:N4abc476fae2d4220af0579bf644e3f8c", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8467,7 +8150,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8481,44 +8164,44 @@ "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Guinea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "324" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -8534,7 +8217,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8545,47 +8228,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SLE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "694" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "694" + "@value": "United States Minor Outlying Islands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -8601,7 +8258,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "West Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8612,44 +8269,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@language": "en", + "@value": "West Virginia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "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/title": [ + { + "@language": "en", + "@value": "Svalbard and Jan Mayen Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Svalbard and Jan Mayen Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VI" + "@value": "SJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "SJM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "744" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8668,7 +8363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "El Salvador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8679,41 +8374,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "El Salvador" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NF" + "@value": "SV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NFK" + "@value": "SLV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "574" + "@value": "222" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "574" + "@value": "222" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8732,7 +8430,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8749,12 +8447,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ohio" + "@value": "Michigan" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -8773,7 +8471,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8784,71 +8482,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Poland" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Benin" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PL" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "POL" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "616" + "@value": "204" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "616" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8858,9 +8531,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -8868,11 +8538,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - }, - { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8881,78 +8547,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" - } - ], - "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" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Mauritania" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "MR" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "MRT" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@value": "478" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Melanesia" + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -8967,9 +8603,13 @@ } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + }, { "@language": "en", - "@value": "Åland Islands" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8978,46 +8618,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "AX" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.rlp.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "ALA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "248" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "248" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -9033,7 +8676,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9042,23 +8685,184 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasCountry": [ { - "@language": "en", - "@value": "NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9074,7 +8878,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9085,47 +8889,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Panama" + "@value": "China, Macao Special Administrative Region" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PA" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PAN" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "591" + "@value": "446" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "591" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9141,7 +8942,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9152,69 +8953,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lithuania" + "@value": "EasternAsia" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "LT" + "@language": "en", + "@value": "Suriname" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "LTU" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "440" + "@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": "Suriname" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "SR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "SUR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "740" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9233,7 +9050,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9247,69 +9064,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungary" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Bosnia and Herzegovina" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "70" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9325,7 +9114,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritania" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9336,47 +9125,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@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": "Mauritania" + "@value": "India" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MR" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MRT" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "478" + "@value": "356" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "478" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9387,12 +9173,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sark" + "@value": "Brandenburg Data Protection Act (BbgDSG)" + }, + { + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9401,29 +9194,59 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@language": "de", + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@language": "en", + "@value": "Brandenburg Data Protection Act (BbgDSG)" + } + ], + "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.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@language": "en", - "@value": "Sark" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9436,10 +9259,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N888ebed2b8d5400993f7e0cf1955a4dc" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9448,22 +9276,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@language": "en", - "@value": "Wyoming" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR", + "@id": "_:N888ebed2b8d5400993f7e0cf1955a4dc", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N96dc15b3fe1f48118520222b3d92a559" + } + ] + }, + { + "@id": "_:N96dc15b3fe1f48118520222b3d92a559", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2010-10-21" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9480,7 +9331,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9491,46 +9342,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Mecklenburg-Western-Pomerania" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "PR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "PRI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "630" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "630" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9544,10 +9386,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nc7fb05b91ab64d07ba913e677ab3c90f" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9556,115 +9403,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Nepal" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NPL" + "@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/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "524" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "524" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL", + "@id": "_:Nc7fb05b91ab64d07ba913e677ab3c90f", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "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": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" - } - ], - "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": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" - } + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "_:N07ab1c050a6d4125980821799e07f9c6" } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + ] + }, + { + "@id": "_:N07ab1c050a6d4125980821799e07f9c6", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -9680,7 +9458,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9691,44 +9469,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "Saint Barthélemy" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TO" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TON" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "776" + "@value": "652" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "776" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -9744,7 +9525,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Helena" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9755,46 +9536,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Helena" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SHN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "654" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "654" + "@value": "North Carolina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9811,7 +9566,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gabon" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9822,1250 +9577,1088 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gabon" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "GA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "GAB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "266" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "266" + "@value": "SouthAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LocationConcepts", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania" + }, { - "@value": "GB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + }, { - "@value": "GBR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "826" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "826" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + }, { - "@language": "en", - "@value": "Philippines" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" + }, { - "@language": "en", - "@value": "Philippines" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, { - "@value": "PH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" + }, { - "@value": "PHL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" + }, { - "@value": "608" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + }, { - "@value": "608" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" + }, { - "@language": "en", - "@value": "American Samoa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + }, { - "@language": "en", - "@value": "American Samoa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" + }, { - "@language": "en", - "@value": "Africa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + }, { - "@language": "en", - "@value": "Africa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" + }, { - "@value": "MD" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + }, { - "@value": "MDA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" + }, { - "@value": "498" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, { - "@value": "498" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + }, { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" + }, { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + }, { - "@value": "GE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" + }, { - "@value": "GEO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + }, { - "@value": "268" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, { - "@value": "268" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + }, { - "@language": "en", - "@value": "Ireland" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, { - "@value": "IE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, { - "@value": "IRL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + }, { - "@value": "372" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@value": "372" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, { - "@value": "DZ" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" + }, { - "@value": "DZA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + }, { - "@value": "12" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + }, { - "@value": "12" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, { - "@language": "en", - "@value": "Luxembourg" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, { - "@language": "en", - "@value": "Luxembourg" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, { - "@value": "LU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" + }, { - "@value": "LUX" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" + }, { - "@value": "442" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" + }, { - "@value": "442" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + }, { - "@language": "en", - "@value": "Texas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW" + }, { - "@language": "en", - "@value": "Texas" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, { - "@language": "en", - "@value": "Sweden" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe" + }, { - "@language": "en", - "@value": "Sweden" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" + }, { - "@value": "SE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" + }, { - "@value": "SWE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, { - "@value": "752" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, { - "@value": "752" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" + }, { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" + }, { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + }, { - "@value": "762" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" + }, { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, { - "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" + }, { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" }, { - "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, { - "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" }, { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" + }, { - "@language": "en", - "@value": "Libya" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, { - "@language": "en", - "@value": "Libya" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" + }, { - "@value": "LY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + }, { - "@value": "LBY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" + }, { - "@value": "434" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + }, { - "@value": "434" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, { - "@language": "en", - "@value": "Saint Vincent and the Grenadines" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, { - "@language": "en", - "@value": "Saint Vincent and the Grenadines" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, { - "@value": "VC" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" + }, { - "@value": "VCT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, { - "@value": "670" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + }, { - "@value": "670" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" + }, { - "@language": "en", - "@value": "WesternAsia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas" + }, { - "@language": "en", - "@value": "WesternAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11081,7 +10674,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Réunion" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11095,44 +10688,44 @@ "@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#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Réunion" + "@value": "Democratic Republic of the Congo" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RE" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "REU" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "638" + "@value": "180" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "638" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -11159,10 +10752,7 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ @@ -11170,202 +10760,99 @@ "@language": "en", "@value": "Northern Mariana Islands" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MNP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "580" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "580" - } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "North Macedonia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + }, { - "@language": "en", - "@value": "North Macedonia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" + }, { - "@value": "MK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + }, { - "@value": "MKD" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + }, { - "@value": "807" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" + }, { - "@value": "807" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#BL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" + }, { - "@language": "en", - "@value": "Eritrea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + }, { - "@language": "en", - "@value": "Eritrea" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + }, { - "@value": "ER" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + }, { - "@value": "ERI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" + }, { - "@value": "232" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + }, { - "@value": "232" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + }, { - "@language": "en", - "@value": "MiddleAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" + }, { - "@language": "en", - "@value": "MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11384,7 +10871,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11395,46 +10882,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Grenada" + "@value": "British Indian Ocean Territory" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GD" + "@value": "IO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRD" + "@value": "IOT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "308" + "@value": "86" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "308" + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11444,9 +10931,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -11454,11 +10938,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" - }, - { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11467,107 +10947,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law" - ], - "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": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@id": "_:Na52e58158c9640d4aad3354bd13ecab0" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "Paraguay" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "PY" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "PRY" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "600" } - ] - }, - { - "@id": "_:Na52e58158c9640d4aad3354bd13ecab0", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Ne89e02c19dc74fb398c49ba40e51a65d" - } - ] - }, - { - "@id": "_:Ne89e02c19dc74fb398c49ba40e51a65d", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11584,7 +11005,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11593,34 +11014,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Curaçao" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "CW" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@value": "CUW" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "531" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -11636,7 +11072,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SoutheasternAsia" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11647,70 +11083,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "SoutheasternAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" - ], - "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/title": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@language": "en", - "@value": "Dutch Data Protection Authority" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], - "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": "Holy See" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "VA" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://autoriteitpersoonsgegevens.nl" + "@value": "VAT" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@value": "336" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11729,7 +11136,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Carolina" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11740,18 +11147,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Carolina" + "@value": "EasternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11770,7 +11177,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkey" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11781,43 +11188,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkey" + "@value": "Australia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TR" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TUR" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "792" + "@value": "36" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "792" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11829,19 +11236,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" - }, - { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11850,112 +11250,125 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], - "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.lda.bayern.de/" + "@language": "en", + "@value": "Guatemala" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@value": "GT" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "GTM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "320" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11974,7 +11387,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Namibia" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11985,47 +11398,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Namibia" + "@value": "French Southern Territories" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NA" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NAM" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "516" + "@value": "260" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "516" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12041,7 +11454,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12052,47 +11465,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "French Guiana" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "254" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12108,7 +11521,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12122,41 +11535,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#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Barbados" + "@value": "Saint Pierre and Miquelon" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BB" + "@value": "PM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BRB" + "@value": "SPM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "52" + "@value": "666" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "52" + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -12175,7 +11585,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12186,44 +11596,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Armenia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "51" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12233,61 +11643,86 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Finland" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, { - "@language": "en", - "@value": "Guyana" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], - "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": "Finland" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "Guyana" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GY" + "@value": "FI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GUY" + "@value": "FIN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "328" + "@value": "246" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "328" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12306,7 +11741,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12317,43 +11752,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Slovakia" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "703" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12367,29 +11830,10 @@ "@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#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#string" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@language": "en", + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12398,24 +11842,23 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The ISO-Alpha2 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-alpha2" + "@value": "Alabama" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12431,7 +11874,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12442,41 +11885,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Saint Vincent and the Grenadines" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LB" + "@value": "VC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LBN" + "@value": "VCT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "422" + "@value": "670" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "422" + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12495,7 +11941,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12506,402 +11952,354 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Sri Lanka" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GI" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "144" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" + }, { - "@value": "KP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, { - "@value": "PRK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" + }, { - "@value": "408" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + }, { - "@value": "408" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, { - "@language": "en", - "@value": "Maine" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, { - "@language": "en", - "@value": "Maine" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#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-skos/dpv-legal#NG" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" }, { - "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, { - "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" }, { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, { - "@language": "en", - "@value": "Estonia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "en", - "@value": "Estonia" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, { - "@value": "EE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, { - "@value": "EST" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + }, { - "@value": "233" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" + }, { - "@value": "233" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + }, { - "@language": "en", - "@value": "Peru" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@language": "en", - "@value": "Peru" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, { - "@value": "PE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, { - "@value": "PER" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, { - "@value": "604" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, { - "@value": "604" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12915,46 +12313,29 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Taiwan (Province of China)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://www.iso.org/iso-3166-country-codes.html" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "Taiwan (Province of China)" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "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-03-30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "http://www.w3.org/2001/XMLSchema#string" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "West Virginia" + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12963,23 +12344,24 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "The ISO-Alpha3 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "West Virginia" + "@value": "ISO-alpha3" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -12995,7 +12377,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13006,115 +12388,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Paraguay" + "@value": "China, Hong Kong Special Administrative Region" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "600" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "600" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "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": "Julian Flake" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" - }, - { - "@language": "en", - "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" - } - ], - "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": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" - }, - { - "@language": "en", - "@value": "The Hessian 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.datenschutz.hessen.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@value": "344" } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" - }, + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13131,7 +12441,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13140,46 +12450,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "LS" + "@value": "Office for Personal Data Protection" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "LSO" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.uoou.cz/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "426" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "426" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13198,7 +12493,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13209,44 +12504,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@value": "Serbia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "688" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -13255,6 +12550,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -13262,7 +12560,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13271,43 +12573,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@language": "en", + "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "de", + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Niue" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-hamburg.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "NU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "NIU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "570" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "570" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Region" @@ -13326,7 +12626,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13337,18 +12637,34 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Hesse" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13367,7 +12683,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13378,222 +12694,177 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@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#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Argentina" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "AR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "ARG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "32" + "@value": "United Arab Emirates" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "32" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, + "@value": "AE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" - }, + "@value": "ARE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, + "@value": "784" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@value": "784" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" - }, + "@language": "en", + "@value": "Angola" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" - }, + "@language": "en", + "@value": "Angola" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, + "@value": "AO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, + "@value": "AGO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" - }, + "@value": "24" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, + "@value": "24" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" - }, + "@language": "en", + "@value": "Haiti" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, + "@language": "en", + "@value": "Haiti" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, + "@value": "HT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" - }, + "@value": "HTI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" - }, + "@value": "332" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13610,7 +12881,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kansas" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13621,40 +12892,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kansas" + "@value": "Jamaica" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" - }, + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" - }, + "@value": "JM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" - }, + "@value": "JAM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" - }, + "@value": "388" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13664,14 +12941,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" + }, { "@language": "en", - "@value": "Guam" + "@value": "The Saxon data protection officer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13680,46 +12964,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guam" + "@value": "The Saxon data protection officer" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "GU" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.saechsdsb.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "GUM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "316" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "316" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13735,7 +13017,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13746,36 +13028,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": [ { "@language": "en", - "@value": "Thuringia" + "@value": "Lesotho" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@value": "LS" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "LSO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "426" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13787,19 +13079,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" - }, { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13808,38 +13093,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@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": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Greenland" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + "@value": "GL" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@value": "GRL" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@value": "304" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -13852,15 +13145,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N863cfee2bea246ca8ebaa0cc8f4e44a6" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-30)" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13871,201 +13159,139 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, + "@language": "en", + "@value": "Romania" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, + "@value": "RO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, + "@value": "ROU" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, + "@value": "642" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, + "@value": "642" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#FR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, + "@language": "en", + "@value": "Namibia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, + "@language": "en", + "@value": "Namibia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@value": "NA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@value": "NAM" } - ] - }, - { - "@id": "_:N863cfee2bea246ca8ebaa0cc8f4e44a6", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "_:Ne32a5d13cc0c420fab0fefa15e2481af" + "@value": "516" } - ] - }, - { - "@id": "_:Ne32a5d13cc0c420fab0fefa15e2481af", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14081,7 +13307,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14092,65 +13318,88 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "Dominica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "212" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "166" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, + "@language": "en", + "@value": "Iowa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Iowa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14163,15 +13412,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nb93eeb48f6e3488bb70f1c1ee9262f8e" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14180,43 +13424,46 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" - }, + "@language": "en", + "@value": "Argentina" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "AR" } - ] - }, - { - "@id": "_:Nb93eeb48f6e3488bb70f1c1ee9262f8e", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "_:N98f9904528244a8fb4e09cd550d1ca96" + "@value": "ARG" } - ] - }, - { - "@id": "_:N98f9904528244a8fb4e09cd550d1ca96", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "32" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "32" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14235,7 +13482,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14246,47 +13493,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "Madagascar" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "MG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "MDG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "450" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14302,7 +13549,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14313,44 +13560,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@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": "Vanuatu" + "@value": "Nepal" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VU" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VUT" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "548" + "@value": "524" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "548" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14364,15 +13610,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N2f00107ab9b443a5904bab3b95bc83eb" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14381,43 +13622,31 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Hellenic Data Protection Authority" + } + ], "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%3A32012D0484" + "@value": "http://dpa.gr" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" } - ] - }, - { - "@id": "_:N2f00107ab9b443a5904bab3b95bc83eb", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N4401b0845e5245e1b10550578ae29706" - } - ] - }, - { - "@id": "_:N4401b0845e5245e1b10550578ae29706", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14436,7 +13665,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14447,41 +13676,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@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-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "826" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14500,7 +13735,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14511,44 +13746,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@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": "Indonesia" + "@value": "Ghana" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ID" + "@value": "GH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IDN" + "@value": "GHA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "360" + "@value": "288" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "360" + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -14564,7 +13802,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14575,70 +13813,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@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#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Liberia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MN" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MNG" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "496" + "@value": "430" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "496" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14650,26 +13862,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nf5ec91a27fde4d55847c2551e2e1392d" + "@id": "_:N43c31b2161984b79a0ff3b894571cfb3" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" - }, - { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14680,228 +13885,301 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@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/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" }, { - "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - } - ] - }, - { - "@id": "_:Nf5ec91a27fde4d55847c2551e2e1392d", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Naaf032e547824550a8ed813823154fcf" - } - ] - }, - { - "@id": "_:Naaf032e547824550a8ed813823154fcf", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY", + "@id": "_:N43c31b2161984b79a0ff3b894571cfb3", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Kentucky" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } + "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "_:N96c49a348a0342d5a22dde43bb22e78e" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "_:N96c49a348a0342d5a22dde43bb22e78e", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@language": "en", - "@value": "Kentucky" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2018-05-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Law" ], "http://purl.org/dc/terms/created": [ { @@ -14910,14 +14188,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + }, { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14926,46 +14211,38 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Bosnia and Herzegovina" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" + }, { - "@value": "BA" + "@language": "de", + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BIH" + "@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/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "70" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "70" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -14978,42 +14255,54 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "California" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "California" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The UN-M49 code for a given region" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" + "@language": "en", + "@value": "UN-M49" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15030,7 +14319,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15039,108 +14328,74 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Croatian Personal Data Protection Agency" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal", - "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" - ], - "http://purl.org/dc/terms/abstract": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, { - "@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-skos/dpv-legal#EEA" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@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://www.w3.org/Consortium/Legal/2015/doc-license" + "@value": "Spain" } ], - "http://purl.org/dc/terms/modified": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" } ], - "http://purl.org/dc/terms/source": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV" + "@value": "ES" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "dpvs-legal" + "@value": "ESP" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "https://w3id.org/dpv/dpv-skos/dpv-legal" + "@value": "724" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "0.6" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -15153,52 +14408,55 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://unstats.un.org/unsd/methodology/m49" + "@language": "en", + "@value": "State of Palestine" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@language": "en", + "@value": "State of Palestine" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@value": "PS" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "PSE" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@language": "en", - "@value": "The UN-M49 code for a given region" + "@value": "275" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "UN-M49" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15217,7 +14475,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15228,41 +14486,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Palau" + "@value": "Western Sahara" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "732" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15275,20 +14533,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" }, { - "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@language": "en", + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15300,32 +14558,32 @@ "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": "North Rhine-Westphalia Data Protection Act (DSG NRW)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@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": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15344,7 +14602,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15355,214 +14613,229 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Réunion" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TV" + "@value": "RE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TUV" + "@value": "REU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "798" + "@value": "638" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "798" + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-legal#Americas", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -15578,7 +14851,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15589,46 +14862,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burundi" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "BDI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "108" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "108" + "@value": "Alaska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15639,72 +14886,8 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Chile" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@value": "Julian Flake" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Chile" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CHL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "152" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "152" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "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" } @@ -15712,7 +14895,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + }, + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15721,90 +14908,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Guam" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law" - ], - "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": "_:N7613e212c0924446b66a0aa003513ef1" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "EU Adequacy Decision for Argentina" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + }, { "@language": "en", - "@value": "accepted" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" } ], "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%3A32003D0490" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + "@value": "https://www.ldi.nrw.de/" } - ] - }, - { - "@id": "_:N7613e212c0924446b66a0aa003513ef1", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "_:N0e2daa7970e1403bb939ad873e014c99" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" } - ] - }, - { - "@id": "_:N0e2daa7970e1403bb939ad873e014c99", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-07-05" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -15823,7 +14961,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15834,47 +14972,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Åland Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "248" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15883,21 +15018,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" - }, { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" + "@value": "Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15906,107 +15034,73 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, { - "@language": "en", - "@value": "Uzbekistan" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], - "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": "Ireland" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "Uzbekistan" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UZ" + "@value": "IE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "IRL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "372" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "372" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16023,7 +15117,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16034,18 +15128,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Indiana" + "@value": "Malaysia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "MY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MYS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "458" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -16064,7 +15181,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16075,47 +15192,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Angola" + "@value": "Seychelles" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AO" + "@value": "SC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "SYC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "690" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -16131,7 +15248,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16142,39 +15259,39 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Finland" + "@value": "Slovenia" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -16184,94 +15301,68 @@ ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FI" + "@value": "SI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "SVN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "705" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "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/title": [ - { - "@language": "en", - "@value": "Montserrat" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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": [ { - "@language": "en", - "@value": "Montserrat" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "MS" + "@language": "en", + "@value": "Texas" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "MSR" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "500" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "500" + "@language": "en", + "@value": "Texas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -16290,7 +15381,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16301,41 +15392,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "San Marino" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "SM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "SMR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "674" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16354,7 +15445,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16365,47 +15456,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Jordan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "JO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "JOR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "400" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16418,10 +15506,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Ne630519e35294e27a94ecd61b94980c9" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernEurope" + "@value": "European Economic Area (EEA-30)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16430,20 +15523,200 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + } + ] + }, + { + "@id": "_:Ne630519e35294e27a94ecd61b94980c9", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "_:N2719d79793614e2d8b53c68575d467cf" } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + ] + }, + { + "@id": "_:N2719d79793614e2d8b53c68575d467cf", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@language": "en", - "@value": "NorthernEurope" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16462,7 +15735,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16473,36 +15746,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Schleswig-Holstein" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Melanesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16519,7 +15776,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Europe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16528,43 +15785,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Syrian Arab Republic" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SYR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "760" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "760" + "@value": "Europe" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -16583,7 +15812,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16594,44 +15823,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "Bulgaria" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "BG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "BGR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "100" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -16647,7 +15904,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Berlin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16658,44 +15915,34 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Berlin" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "CV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "CPV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + }, { - "@value": "132" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "132" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16714,7 +15961,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16725,41 +15972,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Sudan" + "@value": "Uruguay" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "858" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16778,7 +16028,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16789,133 +16039,76 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cayman Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "KY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CYM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "136" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "136" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, + "@value": "Bhutan" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, + "@value": "BT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, + "@value": "BTN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, + "@value": "64" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@value": "64" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Region" @@ -16934,7 +16127,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Wisconsin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16943,17 +16136,22 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Europe" + "@value": "Wisconsin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16970,7 +16168,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16981,21 +16179,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Northern Mariana Islands" + "@value": "Democratic People's Republic of Korea" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "KP" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "PRK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "408" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -17011,7 +16232,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17022,136 +16243,175 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "United States of America" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "US" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "USA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "840" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "678" + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AuthoritiesConcepts", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" + }, { - "@language": "en", - "@value": "Austria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + }, { - "@language": "en", - "@value": "Austria" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + }, { - "@value": "AT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, { - "@value": "AUT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" + }, { - "@value": "40" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + }, { - "@value": "40" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17170,7 +16430,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17181,47 +16441,45 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Martinique" + "@value": "Fiji" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MQ" + "@value": "FJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MTQ" + "@value": "FJI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "474" + "@value": "242" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "474" + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP", "@type": [ + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" ], "http://purl.org/dc/terms/created": [ { @@ -17234,10 +16492,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nf203a277b6f74d9380555a1a196548a0" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17246,46 +16509,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Honduras" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "HN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "HND" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" } + ] + }, + { + "@id": "_:Nf203a277b6f74d9380555a1a196548a0", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "340" + "@id": "_:N89794ccb54724681b47d130e8cd4085f" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N89794ccb54724681b47d130e8cd4085f", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "340" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17304,7 +16564,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17315,44 +16575,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Iran (Islamic Republic of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PN" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PCN" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "612" + "@value": "364" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "612" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -17368,7 +16628,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17379,44 +16639,75 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Saarland" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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": "Trinidad and Tobago" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "TT" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "TTO" + "@language": "en", + "@value": "Utah" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "780" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "780" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Utah" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Region" @@ -17435,7 +16726,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17452,17 +16743,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen" + "@value": "Lower-Saxony" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" @@ -17473,10 +16764,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17492,7 +16783,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17503,7 +16794,7 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" @@ -17512,35 +16803,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Timor-Leste" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AE" + "@value": "TL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "TLS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "626" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "784" + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17556,7 +16847,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17567,21 +16858,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "North Dakota" + "@value": "Papua New Guinea" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "PG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "PNG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "598" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -17597,7 +16911,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17614,12 +16928,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Colorado" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17638,7 +16952,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17649,96 +16963,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Morocco" + "@value": "Tuvalu" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "798" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "504" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "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/title": [ - { - "@language": "en", - "@value": "Austrian Data Protection Authority" - } - ], - "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": "Austrian Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", "@type": [ - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -17754,7 +17016,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17763,222 +17025,71 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" } ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@language": "en", + "@value": "Netherlands" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Arkansas" + "@value": "NL" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "NLD" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "528" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Arkansas" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -17997,7 +17108,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18008,46 +17119,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Africa" + "@value": "Norway" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ZA" + "@value": "NO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ZAF" + "@value": "NOR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "710" + "@value": "578" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "710" + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18064,7 +17172,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18073,35 +17181,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Commission for Personal Data Protection" + "@value": "Mexico" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" + "@value": "MX" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@value": "MEX" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "484" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law" + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -18116,61 +17238,238 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nc6abeb5e36574e81ba536e6eea4c182b" + "@id": "_:N2f592c7f1f20440fa56e6887e23112db" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "European Union (EU-28)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + } + ], + "https://w3id.org/dpv/dpv-skos#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, { - "@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/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" } ] }, { - "@id": "_:Nc6abeb5e36574e81ba536e6eea4c182b", + "@id": "_:N2f592c7f1f20440fa56e6887e23112db", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ncfa14a4bed6a412a8cd2ba74a728ef06" + "@id": "_:N6ece0a0bf20746028805bae3e4bda611" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nb13fb9f959ec4e4b9eae97cfa4500fbf" } ] }, { - "@id": "_:Ncfa14a4bed6a412a8cd2ba74a728ef06", + "@id": "_:Nb13fb9f959ec4e4b9eae97cfa4500fbf", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH", + "@id": "_:N6ece0a0bf20746028805bae3e4bda611", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2013-07-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18179,21 +17478,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - }, { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18202,44 +17494,23 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "NorthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18255,7 +17526,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18264,56 +17535,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Asia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Bahamas" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Oregon" + "@value": "BS" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "BHS" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "44" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Oregon" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -18332,7 +17593,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18343,44 +17604,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" }, { - "@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": "United States of America" + "@value": "China" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "156" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18396,7 +17657,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18407,18 +17668,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Arizona" + "@value": "Indonesia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "ID" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "IDN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "360" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18437,7 +17721,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18448,69 +17732,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Czechia" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Cabo Verde" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "132" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18529,7 +17788,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18540,43 +17799,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Barbados" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IR" + "@value": "BB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IRN" + "@value": "BRB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "364" + "@value": "52" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "364" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18593,7 +17855,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18602,34 +17864,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@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": "Comissão Nacional de Protecção de Dados" + "@value": "Rwanda" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "RW" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@value": "RWA" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "646" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18645,7 +17922,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18656,20 +17933,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Georgia" + "@value": "Cameroon" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "CM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "CMR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "120" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18686,7 +17989,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Saxony-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18697,46 +18000,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Saxony-Anhalt" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "CR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "CRI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "188" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + }, { - "@value": "188" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18756,11 +18049,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" }, { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18772,34 +18065,40 @@ "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)" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" }, { "@language": "en", - "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" } ], "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.datenschutzzentrum.de/" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18816,7 +18115,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18825,34 +18124,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Office of the Data Protection Ombudsman" + "@value": "Saint Martin (French Part)" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@value": "MF" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@value": "MAF" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "663" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -18863,19 +18177,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" - }, - { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18884,43 +18191,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "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-mv.de/" + "@language": "en", + "@value": "Oman" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + "@value": "OM" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" - }, + "@value": "OMN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "512" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18937,7 +18246,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "Djibouti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18948,21 +18257,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + }, + { + "@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": "Djibouti" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "DJ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "DJI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "262" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Polynesia" + "@value": "262" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18978,7 +18313,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18989,43 +18324,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@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": "State of Palestine" + "@value": "Qatar" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PS" + "@value": "QA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PSE" + "@value": "QAT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "275" + "@value": "634" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "275" + "@value": "634" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19035,14 +18370,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + }, { "@language": "en", - "@value": "SouthernAfrica" + "@value": "Bavarian Data Protection Act (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19051,23 +18393,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "de", + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + }, + { + "@language": "en", + "@value": "Bavarian Data Protection Act (BayDSG)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "SouthernAfrica" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19083,7 +18443,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19094,41 +18454,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "French Polynesia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "PF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "PYF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "258" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19147,7 +18507,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19158,43 +18518,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "New Zealand" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IQ" + "@value": "NZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IRQ" + "@value": "NZL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "368" + "@value": "554" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "368" + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19211,7 +18571,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mississippi" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19222,18 +18582,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Mississippi" + "@value": "Montenegro" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "ME" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MNE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "499" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19252,7 +18635,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19263,72 +18646,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Romania" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Central African Republic" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RO" + "@value": "CF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "CAF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "140" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -19344,7 +18702,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Personal Data Protection Office" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19353,110 +18711,81 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Qatar" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "QA" + "@value": "Personal Data Protection Office" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "QAT" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://uodo.gov.pl/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "634" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "634" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AdequacyConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "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-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR" + }, { - "@language": "en", - "@value": "Sri Lanka" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ" + }, { - "@language": "en", - "@value": "Sri Lanka" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO" + }, { - "@value": "LK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE" + }, { - "@value": "LKA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG" + }, { - "@value": "144" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY" + }, { - "@value": "144" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19472,7 +18801,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19483,67 +18812,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Cambodia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "KH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "KHM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "116" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "666" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" + "@value": "116" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19559,13 +18865,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N53d6e93408d74734897c00075ebbeca8" + "@id": "_:N8217d05a642d49f6a98aaa9ed5207ac3" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19577,12 +18883,12 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" + "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" @@ -19590,47 +18896,68 @@ ] }, { - "@id": "_:N53d6e93408d74734897c00075ebbeca8", + "@id": "_:N8217d05a642d49f6a98aaa9ed5207ac3", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nf4ebf901b8c24c6196ec0f120641bfae" + "@id": "_:N4de43f0dcd6f4b57b14eb8628189b73b" } ] }, { - "@id": "_:Nf4ebf901b8c24c6196ec0f120641bfae", + "@id": "_:N4de43f0dcd6f4b57b14eb8628189b73b", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2002-01-04" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" - }, + "@language": "en", + "@value": "Idaho" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Idaho" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -19649,7 +18976,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19660,71 +18987,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Turkey" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "792" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19736,12 +19035,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "State representative for data protection in Saxony-Anhalt" + }, + { + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19750,73 +19056,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@language": "en", + "@value": "State representative for data protection in Saxony-Anhalt" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@language": "de", + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Bulgaria" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "BGR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + }, { - "@value": "100" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + }, { - "@value": "100" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19833,7 +19109,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19842,49 +19118,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Central African Republic" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CF" + "@value": "Danish Data Protection Agency" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "CAF" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.datatilsynet.dk/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "140" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "140" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -19900,7 +19161,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19911,44 +19172,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@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": "Malaysia" + "@value": "Philippines" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MY" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MYS" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "458" + "@value": "608" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "458" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -19957,14 +19218,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" + }, { "@language": "en", - "@value": "Belgium" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19973,142 +19241,107 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@language": "de", + "@value": "Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA)" }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgium" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BE" + "@value": "Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BEL" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "56" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "56" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LawConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" - }, + "@language": "en", + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + "@language": "en", + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" - }, + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.lda.brandenburg.de/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20124,7 +19357,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20135,18 +19368,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@value": "Maldives" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "MV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MDV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "462" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20165,7 +19421,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20176,44 +19432,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Albania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VE" + "@value": "AL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VEN" + "@value": "ALB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "862" + "@value": "8" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "862" + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20232,7 +19485,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20243,72 +19496,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "France" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "398" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20324,7 +19549,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20335,44 +19560,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Andorra" + "@value": "Guernsey" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "GG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "GGY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "831" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20388,7 +19616,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Idaho" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20397,20 +19625,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "Office of the Information and Data Protection Commissioner" } ], - "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": "https://idpc.org.mt" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20429,7 +19668,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20440,45 +19679,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@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": "Lao People's Democratic Republic" + "@value": "Mozambique" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LA" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LAO" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "418" + "@value": "508" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "418" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20491,15 +19732,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N7906171f1d564220927a71c2ed61fde9" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "Mongolia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20508,75 +19744,110 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" - }, + "@language": "en", + "@value": "Mongolia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "MN" } - ] - }, - { - "@id": "_:N7906171f1d564220927a71c2ed61fde9", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MNG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "496" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "_:Nd90d34a5cded4cf6be07ccaba056c846" + "@value": "496" } ] }, { - "@id": "_:Nd90d34a5cded4cf6be07ccaba056c846", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "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-01-23" + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, + "@language": "en", + "@value": "Zimbabwe" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, + "@language": "en", + "@value": "Zimbabwe" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, + "@value": "ZW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "ZWE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "716" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20595,7 +19866,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20606,47 +19877,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Sint Maarten (Dutch part)" + "@value": "Saudi Arabia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SX" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SXM" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "534" + "@value": "682" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "534" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20662,7 +19930,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20673,62 +19941,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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": "SouthAmerica" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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": "Tonga" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Utah" + "@value": "TO" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "TON" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "776" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Utah" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20744,7 +19994,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20755,47 +20005,73 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Suriname" + "@value": "Portugal" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SR" + "@value": "PT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SUR" + "@value": "PRT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "740" + "@value": "620" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "740" + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20808,10 +20084,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:Nff7c72a82f314946a386677755639baf" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20820,49 +20101,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Guatemala" + "@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/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "GT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, { - "@value": "GTM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } + ] + }, + { + "@id": "_:Nff7c72a82f314946a386677755639baf", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "320" + "@id": "_:N92d513f8608647c09c0cd9c2b0ec21a8" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N92d513f8608647c09c0cd9c2b0ec21a8", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "320" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -20878,7 +20156,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20889,18 +20167,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wisconsin" + "@value": "Guyana" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "GY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "GUY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "328" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20919,7 +20223,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20930,58 +20234,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@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": "American Samoa" + "@value": "Libya" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "16" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "16" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, + "@value": "434" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -20997,7 +20287,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "New York" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21008,44 +20298,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - }, - { - "@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": "China, Macao Special Administrative Region" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MAC" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "446" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "446" + "@value": "New York" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21061,7 +20328,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU)" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21070,183 +20337,76 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, + "@language": "en", + "@value": "Germany" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, + "@value": "DE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, + "@value": "DEU" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, + "@value": "276" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21263,7 +20423,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21274,60 +20434,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Berlin" + "@value": "Egypt" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + "@value": "EG" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "EGY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" - }, + "@value": "818" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EUEEAConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, + "@language": "en", + "@value": "Virginia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@language": "en", + "@value": "Virginia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21346,7 +20528,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21355,37 +20537,48 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Antarctica" + "@value": "Côte d’Ivoire" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AQ" + "@value": "CI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ATA" + "@value": "CIV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "10" + "@value": "384" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "10" + "@value": "384" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21402,7 +20595,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21413,45 +20606,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Polynesia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "PF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "PYF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "258" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "258" + "@value": "ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Law" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21464,15 +20633,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N34fb346273664a549245d6f28b37a225" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21481,43 +20645,43 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@language": "en", + "@value": "Monaco" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + "@value": "MC" } - ] - }, - { - "@id": "_:N34fb346273664a549245d6f28b37a225", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "_:N27e534e8f1fb46e38f624e0589be59b8" + "@value": "MCO" } - ] - }, - { - "@id": "_:N27e534e8f1fb46e38f624e0589be59b8", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@value": "492" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "492" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21536,7 +20700,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Missouri" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21553,12 +20717,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Missouri" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21577,7 +20741,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Cayman Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21588,46 +20752,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Cayman Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "KY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "CYM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "136" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "136" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21644,7 +20808,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "Oklahoma" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21655,67 +20819,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liberia" + "@value": "Oklahoma" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "LR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "LBR" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "430" + "@language": "en", + "@value": "Bahrain" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "430" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" - }, + "@language": "en", + "@value": "Bahrain" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" - }, + "@value": "BH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BHR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "48" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + "@value": "48" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -21726,12 +20908,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" + }, { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "State Data Protection Act (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21741,33 +20930,37 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG)" + }, { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "State Data Protection Act (LDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -21783,7 +20976,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "WesternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21793,9 +20986,6 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - }, { "@id": "https://w3id.org/dpv/dpv-legal#Asia" } @@ -21803,32 +20993,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "HK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "HKG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "344" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "344" + "@value": "WesternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21847,7 +21017,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Yemen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21858,47 +21028,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@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": "Togo" + "@value": "Yemen" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "YE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "YEM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "887" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "887" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -21911,10 +21078,29 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/source": [ { - "@language": "en", - "@value": "EasternEurope" + "@id": "https://www.iso.org/iso-3166-country-codes.html" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#string" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#altLabel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21923,23 +21109,24 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@language": "en", + "@value": "The ISO-Alpha2 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "ISO-alpha2" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21955,7 +21142,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Mayotte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21966,21 +21153,73 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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": "NorthernAmerica" + "@value": "Mayotte" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "YT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MYT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "175" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "175" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -21996,7 +21235,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22007,36 +21246,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Lower-Saxony" + "@value": "Israel" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + "@value": "IL" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "ISR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "376" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + "@value": "376" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22046,21 +21292,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" - }, { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Palau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22069,35 +21308,43 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" - }, + "@value": "Palau" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "PW" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "PLW" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + "@value": "585" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@value": "585" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22116,7 +21363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22127,1154 +21374,1807 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#ChannelIslands" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cuba" + "@value": "Jersey" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CU" + "@value": "JE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CUB" + "@value": "JEY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "192" + "@value": "832" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "192" + "@value": "832" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LocationConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" - }, + "@language": "en", + "@value": "New Mexico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, + "@language": "en", + "@value": "New Mexico" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DE-ST" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" - }, + "@language": "en", + "@value": "American Samoa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" - }, + "@language": "en", + "@value": "Cook Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" - }, + "@language": "en", + "@value": "Cook Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" - }, + "@value": "CK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" - }, + "@value": "COK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, + "@value": "184" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" - }, + "@value": "184" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, + "@language": "en", + "@value": "Puerto Rico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, + "@language": "en", + "@value": "Puerto Rico" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, + "@value": "PR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, + "@value": "PRI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, + "@value": "630" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, + "@value": "630" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" - }, + "@language": "en", + "@value": "Solomon Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, + "@language": "en", + "@value": "Solomon Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, + "@value": "SB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, + "@value": "SLB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW" - }, + "@value": "90" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" - }, + "@value": "90" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-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-skos/dpv-legal#NU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" - }, + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" - }, + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, + "@value": "234" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#PW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, + "@language": "en", + "@value": "Bavaria" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" - }, + "@language": "en", + "@value": "Bavaria" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" - }, + "@language": "en", + "@value": "EasternEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - }, + "@language": "en", + "@value": "EasternEurope" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" - }, + "@language": "en", + "@value": "Chad" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" - }, + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, + "@language": "en", + "@value": "Chad" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, + "@value": "TD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, + "@value": "TCD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" - }, + "@value": "148" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" - }, + "@value": "148" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#ES" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, + "@language": "en", + "@value": "Thailand" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" - }, + "@language": "en", + "@value": "Thailand" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" - }, + "@value": "TH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" - }, + "@value": "THA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" - }, + "@value": "764" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, + "@value": "764" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" - }, + "@language": "en", + "@value": "Andorra" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, + "@language": "en", + "@value": "Andorra" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, + "@value": "AD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" - }, + "@value": "AND" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@value": "20" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, + "@value": "20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" - }, + "@language": "en", + "@value": "Brazil" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" - }, + "@language": "en", + "@value": "Brazil" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@value": "BR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" - }, + "@value": "BRA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, + "@value": "76" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" - }, + "@value": "76" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" - }, + "@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": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" - }, + "@id": "_:N15971a0ec04347d9849137c8e0f318d2" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" - }, + "@language": "en", + "@value": "EU Adequacy Decision for Uruguay" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, + "@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/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ] + }, + { + "@id": "_:N15971a0ec04347d9849137c8e0f318d2", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" - }, + "@id": "_:N18439dccf7fa4a488f3b9bbdf67fddc3" + } + ] + }, + { + "@id": "_:N18439dccf7fa4a488f3b9bbdf67fddc3", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-08-22" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" - }, + "@language": "en", + "@value": "North Macedonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" - }, + "@language": "en", + "@value": "North Macedonia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" - }, + "@value": "MK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, + "@value": "MKD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, + "@value": "807" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" - }, + "@value": "807" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" - }, + "@language": "en", + "@value": "Colombia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" - }, + "@language": "en", + "@value": "Colombia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" - }, + "@value": "CO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" - }, + "@value": "COL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, + "@value": "170" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" - }, + "@value": "170" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" - }, + "@language": "en", + "@value": "Latvia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, + "@language": "en", + "@value": "Latvia" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" - }, + "@value": "LV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" - }, + "@value": "LVA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" - }, + "@value": "428" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" - }, + "@value": "428" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" - }, + "@value": "GI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" - }, + "@value": "GIB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, + "@value": "292" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" - }, + "@value": "292" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#CR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" - }, + "@language": "en", + "@value": "Gabon" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, + "@language": "en", + "@value": "Gabon" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" - }, + "@value": "GA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, + "@value": "GAB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" - }, + "@value": "266" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" - }, + "@value": "266" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" - }, + "@language": "en", + "@value": "Croatia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, + "@language": "en", + "@value": "Croatia" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, + "@value": "HR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" - }, + "@value": "HRV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, + "@value": "191" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" - }, + "@value": "191" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" - }, + "@language": "en", + "@value": "Cyprus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" - }, + "@language": "en", + "@value": "Cyprus" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" - }, + "@value": "CY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, + "@value": "CYP" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, + "@value": "196" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, + "@value": "196" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#US-HI" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa" - }, + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" - }, + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" + "@language": "de", + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" - }, + "@language": "en", + "@value": "State Data Protection Act (LDSG) (BW)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, + "@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/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, + "@language": "en", + "@value": "Wyoming" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, + "@language": "en", + "@value": "Wyoming" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Law" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" - }, + "@id": "_:N8eee861d872d4a6590a8edd1543c9d9b" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" - }, + "@language": "en", + "@value": "California Privacy Rights Act (CPRA)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + } + ] + }, + { + "@id": "_:N8eee861d872d4a6590a8edd1543c9d9b", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, + "@id": "_:Nd39442d117b64fbdade1a22988bb0745" + } + ] + }, + { + "@id": "_:Nd39442d117b64fbdade1a22988bb0745", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, + "@language": "en", + "@value": "Indiana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@language": "en", + "@value": "Indiana" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, + "@language": "en", + "@value": "Pakistan" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" - }, + "@language": "en", + "@value": "Pakistan" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" - }, + "@value": "PK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@value": "PAK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" - }, + "@value": "586" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" - }, + "@value": "586" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" - ], - "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-skos/dpv-legal#DE-LSA-DSG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@language": "en", - "@value": "Illinois" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + }, { - "@language": "en", - "@value": "Illinois" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23286,12 +23186,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, + { + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23300,49 +23207,38 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CD" + "@value": "Hamburg Data Protection Act (HmbDSG)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "COD" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "180" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "180" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23358,7 +23254,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23372,44 +23268,44 @@ "@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#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chad" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "694" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23420,19 +23316,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23441,44 +23330,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "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-berlin.de/" + "@language": "en", + "@value": "Lao People's Democratic Republic" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@value": "LA" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "LAO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "418" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23494,7 +23385,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23505,67 +23396,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Afghanistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CH" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CHE" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "756" + "@value": "4" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "756" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23584,7 +23449,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23595,44 +23460,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Kenya" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "KE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "KEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "404" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Region" @@ -23651,7 +23516,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23668,14 +23533,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "California" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23692,31 +23565,42 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nebraska" + "@value": "Spanish Data Protection Agency (AEPD)" + } + ], + "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": "Spanish Data Protection Agency (AEPD)" } ], - "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.aepd.es/" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "Nebraska" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23733,7 +23617,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23742,52 +23626,57 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@language": "en", + "@value": "State Data Protection Inspectorate" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "CentralAsia" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://ada.lt" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -23803,7 +23692,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23814,44 +23703,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@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#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Senegal" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "686" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "64" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -23867,7 +23759,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23878,20 +23770,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Caribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23903,126 +23795,235 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Aruba" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + }, + { + "@language": "en", + "@value": "Thuringian Data Protection Act (ThürDSG)" + } + ], + "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": "Thuringian Data Protection Act (ThürDSG)" + }, + { + "@language": "de", + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#US", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" + }, { - "@language": "en", - "@value": "Aruba" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" + }, { - "@value": "AW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" + }, { - "@value": "ABW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" + }, { - "@value": "533" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" + }, { - "@value": "533" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" + }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" + }, { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" }, { - "@language": "en", - "@value": "State Data Protection Act (LDSG)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" + }, { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" }, { - "@language": "en", - "@value": "State Data Protection Act (LDSG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24038,7 +24039,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24049,37 +24050,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Mecklenburg-Western-Pomerania" + "@value": "Brunei Darussalam" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@value": "BN" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "BRN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "96" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24095,7 +24103,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24106,41 +24114,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Mali" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SA" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SAU" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "682" + "@value": "466" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "682" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24154,17 +24165,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + }, { - "@id": "_:N3c6c3c5c778b4e36b50668532f2d7898" + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ + { + "@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": "California Consumer Privacy Act (CCPA)" + "@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" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24174,48 +24187,37 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@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": "California Consumer Privacy Act (CCPA)" + "@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" } ], "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" + "@value": "https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" } - ] - }, - { - "@id": "_:N3c6c3c5c778b4e36b50668532f2d7898", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nc8305a21eec649eea28092f158c765cd" - } - ] - }, - { - "@id": "_:Nc8305a21eec649eea28092f158c765cd", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-01" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -24228,57 +24230,34 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Egypt" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Egypt" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "EG" + "@language": "en", + "@value": "Montana" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "EGY" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "818" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "818" + "@language": "en", + "@value": "Montana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -24288,14 +24267,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" + }, { "@language": "en", - "@value": "Bangladesh" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24304,46 +24290,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BD" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-berlin.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "BGD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "50" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "50" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" ], "http://purl.org/dc/terms/created": [ { @@ -24352,9 +24336,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -24362,11 +24343,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - }, - { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24375,38 +24352,184 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24422,7 +24545,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24433,41 +24556,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Antigua and Barbuda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "28" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -24486,7 +24612,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24497,113 +24623,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spain" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Equatorial Guinea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ES" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "226" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "724" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Michigan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Michigan" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -24619,7 +24679,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24630,107 +24690,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Saxony-Anhalt" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB", - "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", - "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": "_:N0b551b168be741d79f632b750c9f4e32" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "Nauru" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "accepted" + "@value": "NR" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@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" + "@value": "NRU" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "520" } - ] - }, - { - "@id": "_:N0b551b168be741d79f632b750c9f4e32", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N9dfd1ae0f27f4775a03d1ff9b2f45bda" - } - ] - }, - { - "@id": "_:N9dfd1ae0f27f4775a03d1ff9b2f45bda", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -24746,7 +24743,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24757,46 +24754,26 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#ChannelIslands" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CUW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "531" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "531" + "@value": "Sark" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -24813,7 +24790,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24822,31 +24799,20 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Danish Data Protection Agency" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "New Hampshire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -24865,7 +24831,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24876,44 +24842,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@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#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Belize" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "84" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -24929,7 +24898,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Comissão Nacional de Protecção de Dados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -24938,74 +24907,103 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, + "@language": "en", + "@value": "Comissão Nacional de Protecção de Dados" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnpd.pt" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + }, { "@language": "en", - "@value": "Slovenia" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@language": "de", + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + }, { - "@value": "SI" + "@language": "en", + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SVN" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-mv.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "705" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "705" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25018,15 +25016,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na4106cd5125c4372a75d576e5279f0fa" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-28)" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25037,218 +25030,136 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - } - ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, + "@language": "en", + "@value": "Botswana" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, + "@value": "BW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, + "@value": "BWA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, + "@value": "72" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "@value": "72" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, + "@language": "en", + "@value": "Estonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@language": "en", + "@value": "Estonia" } - ] - }, - { - "@id": "_:Na4106cd5125c4372a75d576e5279f0fa", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "_:Ne5eb82ed6406451cb12cfb93ba402f90" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" } ], - "http://www.w3.org/2006/time#hasEnd": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "_:Nb74e9749330e442bb8b152ffd2b20602" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ] - }, - { - "@id": "_:Ne5eb82ed6406451cb12cfb93ba402f90", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" + "@value": "EE" } - ] - }, - { - "@id": "_:Nb74e9749330e442bb8b152ffd2b20602", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-01-31" + "@value": "EST" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "233" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25267,7 +25178,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25278,43 +25189,70 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "Micronesia (Federated States of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CA" + "@value": "FM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CAN" + "@value": "FSM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "124" + "@value": "583" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "124" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -25328,46 +25266,63 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Personal Data Protection Office" + "@id": "_:N02cc9798ebd14ecdb1daa25903329100" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Faroe Islands" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Personal Data Protection Office" + "@value": "accepted" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://uodo.gov.pl/" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" } + ] + }, + { + "@id": "_:N02cc9798ebd14ecdb1daa25903329100", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "_:Nd206f1d1b6be438ba4cc5b545b71a474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "@id": "_:Nd206f1d1b6be438ba4cc5b545b71a474", + "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-skos/dpv-legal#BO", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25383,7 +25338,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25394,37 +25349,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Saxony" + "@value": "Bolivia (Plurinational State of)" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + "@value": "BO" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" - }, + "@value": "BOL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "68" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25440,7 +25405,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25451,44 +25416,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" }, { - "@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": "Azerbaijan" + "@value": "Liechtenstein" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AZ" + "@value": "LI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AZE" + "@value": "LIE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "31" + "@value": "438" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "31" + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25504,7 +25469,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25515,21 +25480,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@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": "SouthernEurope" + "@value": "Honduras" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "HN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "HND" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "340" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -25545,7 +25536,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Estonian Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25557,18 +25548,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "Estonian Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "http://www.aki.ee/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -25578,9 +25569,9 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -25597,7 +25588,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25608,20 +25599,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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": "CentralAmerica" + "@value": "Samoa" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "WS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "WSM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "882" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -25633,19 +25647,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" - }, { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Malta" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25654,38 +25661,71 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], - "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/datenschutzreform2018/BayDSG.pdf" + "@language": "en", + "@value": "Malta" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@value": "MT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MLT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "470" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25704,7 +25744,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Oceania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25713,20 +25753,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Massachusetts" + "@value": "Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25745,7 +25780,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25756,44 +25791,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Nigeria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "566" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -25803,92 +25841,64 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Germany" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Anguilla" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Anguilla" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "660" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -25904,7 +25914,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25913,46 +25923,72 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - }, + "@language": "en", + "@value": "Information Commissioner of the Republic of Slovenia" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.ip-rs.si/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "Jersey" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "JE" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/title": [ { - "@value": "JEY" + "@language": "en", + "@value": "WesternAfrica" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "832" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "832" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "WesternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -25971,7 +26007,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -25983,18 +26019,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "Croatian Personal Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "http://www.azop.hr/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -26004,10 +26040,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26023,7 +26059,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26034,44 +26070,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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": "Holy See" + "@value": "Comoros" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "174" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -26085,15 +26123,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N82bf8d59caa741f780cdab6c52d2df49" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26102,46 +26135,23 @@ "@value": "accepted" } ], - "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%3A32010D0625?" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } - ] - }, - { - "@id": "_:N82bf8d59caa741f780cdab6c52d2df49", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N63a89312f8254654931f83af2f94594d" - } - ] - }, - { - "@id": "_:N63a89312f8254654931f83af2f94594d", - "http://www.w3.org/2006/time#inXSDDate": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" + "@language": "en", + "@value": "CentralAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26157,7 +26167,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26166,26 +26176,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@language": "en", + "@value": "National Commission for Data Protection" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Rhineland-Palatinate" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://cnpd.public.lu" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" } ] }, @@ -26223,10 +26253,10 @@ "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ @@ -26257,10 +26287,10 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" ], "http://purl.org/dc/terms/created": [ { @@ -26276,7 +26306,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26285,20 +26315,31 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "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": "Rhode Island" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.dataprotectionauthority.be/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26317,7 +26358,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26328,47 +26369,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@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": "Rwanda" + "@value": "Aruba" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "AW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "ABW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "533" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "533" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -26384,7 +26425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "Myanmar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26395,44 +26436,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "Myanmar" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "MM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "MMR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "104" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -26446,15 +26486,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ndb6ba475016140c3a135bb752a1b6e81" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26463,43 +26498,20 @@ "@value": "accepted" } ], - "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" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } - ] - }, - { - "@id": "_:Ndb6ba475016140c3a135bb752a1b6e81", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nd504d13189b2452d9b11290857b1c9b7" - } - ] - }, - { - "@id": "_:Nd504d13189b2452d9b11290857b1c9b7", - "http://www.w3.org/2006/time#inXSDDate": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -26518,7 +26530,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Rhode Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26535,14 +26547,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Rhode Island" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -26559,7 +26571,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26568,219 +26580,154 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Costa Rica" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.bfdi.bund.de/" + "@value": "CR" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@value": "CRI" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "188" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, + "@language": "en", + "@value": "South Carolina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@language": "en", + "@value": "South Carolina" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, + "@language": "en", + "@value": "Vanuatu" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@language": "en", + "@value": "Vanuatu" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, + "@value": "VU" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, + "@value": "VUT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, + "@value": "548" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Law" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26791,17 +26738,24 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nf5390dba0e464229859b6ac3adb019c5" + "@id": "_:N8b58a61558ed4cfb89de90f5c775375d" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" + }, { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Federal Data Protection Act (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26813,166 +26767,152 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Federal Data Protection Act (BDSG)" + }, + { + "@language": "de", + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "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/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + "@value": "https://www.gesetze-im-internet.de/bdsg_2018/" } - ] - }, - { - "@id": "_:Nf5390dba0e464229859b6ac3adb019c5", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nb81731f3fc334097b8e9b495b6274011" - } - ] - }, - { - "@id": "_:Nb81731f3fc334097b8e9b495b6274011", - "http://www.w3.org/2006/time#inXSDDate": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2023-01-01" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, { - "@language": "en", - "@value": "Antigua and Barbuda" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Antigua and Barbuda" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, { - "@value": "AG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, { - "@value": "ATG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" } + ] + }, + { + "@id": "_:N8b58a61558ed4cfb89de90f5c775375d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "28" + "@id": "_:Nfc30cff777a748baac6a32aba61c48a1" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Nfc30cff777a748baac6a32aba61c48a1", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -26985,10 +26925,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N82560656a33c4ddbab556ba8f2a7f8c6" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -26997,43 +26942,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Oman" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "OM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, { - "@value": "OMN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } + ] + }, + { + "@id": "_:N82560656a33c4ddbab556ba8f2a7f8c6", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "512" + "@id": "_:N7e26af9c3f5543b8aa5a2c95118158a8" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N7e26af9c3f5543b8aa5a2c95118158a8", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "512" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -27052,7 +26997,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27063,47 +27008,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Marshall Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "584" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27112,14 +27054,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + }, { "@language": "en", - "@value": "Kazakhstan" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27128,46 +27077,44 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" }, - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Thuringia state commissioner for data protection and freedom of information" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "KZ" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.tlfdi.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "KAZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "398" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "398" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27183,7 +27130,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Lithuania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27194,126 +27141,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@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/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "AM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "ARM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "51" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, { - "@value": "51" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, { - "@language": "en", - "@value": "Louisiana" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Lithuania" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Alaska" + "@value": "LT" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "LTU" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "440" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Alaska" + "@value": "440" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27329,7 +27222,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27340,81 +27233,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Poland" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BQ" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BES" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "535" + "@value": "616" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "535" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -27431,7 +27314,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27442,21 +27325,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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": "SubSaharanAfrica" + "@value": "Wallis and Futuna Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "WF" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "WLF" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "876" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "876" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27472,7 +27378,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27483,31 +27389,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Baden-Württemberg" + "@value": "Sudan" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "SD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "@value": "SDN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" + "@value": "729" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -27521,10 +27440,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8067eda392bf4b1cb7456b33d8894068" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Haiti" + "@value": "EU Adequacy Decision for Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27533,48 +27457,45 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Haiti" + "@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/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "HT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "HTI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" } + ] + }, + { + "@id": "_:N8067eda392bf4b1cb7456b33d8894068", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "332" + "@id": "_:N8cdce2f4d17f4b2bbe97a15dfced911a" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:N8cdce2f4d17f4b2bbe97a15dfced911a", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "332" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2004-04-30" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -27584,9 +27505,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -27594,11 +27512,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" - }, - { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Hungarian National Authority for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27608,37 +27522,33 @@ } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" - }, { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "Hungarian National Authority 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.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "http://www.naih.hu/" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27654,7 +27564,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27665,44 +27575,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Cambodia" + "@value": "Isle of Man" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KH" + "@value": "IM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KHM" + "@value": "IMN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "116" + "@value": "833" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "116" + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -27715,15 +27625,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na9d850d7bf214ad0991791352e39560a" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-27)" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -27734,201 +27639,116 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "@language": "en", + "@value": "Azerbaijan" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, + "@value": "AZ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, + "@value": "AZE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, + "@value": "31" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, + "@value": "31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - } - ] - }, - { - "@id": "_:Na9d850d7bf214ad0991791352e39560a", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N10b3852b5d3c43ca86707cbc790138ca" - } - ] - }, - { - "@id": "_:N10b3852b5d3c43ca86707cbc790138ca", - "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-skos/dpv-legal#ET" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -27941,45 +27761,62 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@id": "_:Nc16652cf3b7544cf8ad6579d0e8af319" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for United Kingdom" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "accepted" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" } + ] + }, + { + "@id": "_:Nc16652cf3b7544cf8ad6579d0e8af319", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Ndb71307491d645099a23dc157dcbe0af" + } + ] + }, + { + "@id": "_:Ndb71307491d645099a23dc157dcbe0af", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -27989,21 +27826,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" - }, { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28012,37 +27842,48 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@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": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" + "@value": "Ecuador" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "EC" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + "@value": "ECU" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@value": "218" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -28052,6 +27893,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -28059,7 +27903,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Berlin Data Protection Act (BlnDSG)" + }, + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28068,49 +27916,38 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seychelles" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@value": "Berlin Data Protection Act (BlnDSG)" + }, { - "@value": "SC" + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "SYC" + "@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/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "690" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "690" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28126,7 +27963,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Antarctica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28135,48 +27972,37 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Antarctica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TZ" + "@value": "AQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TZA" + "@value": "ATA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "834" + "@value": "10" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "834" + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -28186,6 +28012,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -28193,7 +28022,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28202,43 +28035,41 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@language": "en", + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@language": "de", + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Solomon Islands" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz.hessen.de/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "SB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "SLB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "90" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, { - "@value": "90" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Region" @@ -28257,7 +28088,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Micronesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28266,18 +28097,23 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oceania" + "@value": "Micronesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28293,7 +28129,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28302,34 +28138,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Hellenic Data Protection Authority" + "@value": "Niue" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "NU" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@value": "NIU" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "570" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -28345,7 +28193,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28356,47 +28204,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "GS" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SGS" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "239" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "239" + "@language": "en", + "@value": "Illinois" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28412,7 +28234,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28423,46 +28245,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Senegal" + "@value": "Uganda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SN" + "@value": "UG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SEN" + "@value": "UGA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "686" + "@value": "800" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "686" + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -28479,7 +28301,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28490,44 +28312,70 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, + "@language": "en", + "@value": "Florida" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Swedish Authority for Privacy Protection" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "DJ" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "DJI" + "@language": "en", + "@value": "Swedish Authority for Privacy Protection" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "262" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.imy.se/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "262" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -28546,7 +28394,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28557,72 +28405,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Greece" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Uzbekistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "860" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28638,7 +28458,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28649,44 +28469,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Bahrain" + "@value": "Guinea-Bissau" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BH" + "@value": "GW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BHR" + "@value": "GNB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "48" + "@value": "624" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "48" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28702,7 +28525,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28711,49 +28534,34 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BL" + "@value": "Office of the Data Protection Ombudsman" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BLM" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://tietosuoja.fi/" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "652" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "652" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -28769,7 +28577,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Tennessee" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28780,88 +28588,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" + "@value": "Tennessee" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "GN" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "GIN" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "324" + "@language": "en", + "@value": "Syrian Arab Republic" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "324" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Syrian Arab Republic" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "ChannelIslands" + "@value": "SY" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SYR" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@value": "760" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "ChannelIslands" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -28877,7 +28682,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28888,48 +28693,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Sao Tome and Principe" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "678" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", "@type": [ - "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -28942,15 +28746,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:N34fe2b8f2bff4a7b85e79fb51e7c0f30" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -28959,43 +28758,71 @@ "@value": "accepted" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@language": "en", + "@value": "Italy" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" } - ] - }, - { - "@id": "_:N34fe2b8f2bff4a7b85e79fb51e7c0f30", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" ], - "http://www.w3.org/2006/time#hasBeginning": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "_:N8e802261c3f74e8f85b10f9a1ec0dd07" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ] - }, - { - "@id": "_:N8e802261c3f74e8f85b10f9a1ec0dd07", - "http://www.w3.org/2006/time#inXSDDate": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@value": "IT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "ITA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "380" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29014,7 +28841,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29025,47 +28852,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" + "@value": "Saint Lucia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GG" + "@value": "LC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GGY" + "@value": "LCA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "831" + "@value": "662" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "831" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -29081,7 +28908,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29092,44 +28919,37 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "North-Rhine Westphalia" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "FM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "FSM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@value": "583" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + }, { - "@value": "583" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -29145,7 +28965,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29156,46 +28976,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Republic of Moldova" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "498" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -29212,7 +29029,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29223,46 +29040,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niger" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NER" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "562" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "562" + "@value": "NorthernEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -29273,20 +29064,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" }, { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29298,41 +29089,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz.sachsen-anhalt.de/" + "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -29345,10 +29131,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N3a39b032a51f4bc284fc340f561b8161" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29357,49 +29148,46 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Botswana" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "BW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, { - "@value": "BWA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" } + ] + }, + { + "@id": "_:N3a39b032a51f4bc284fc340f561b8161", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@value": "72" + "@id": "_:Ne77c8da28e3d4bc58228fba9a626c2a6" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + ] + }, + { + "@id": "_:Ne77c8da28e3d4bc58228fba9a626c2a6", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@value": "72" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2012-12-20" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -29415,7 +29203,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29432,12 +29220,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Mississippi" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Country" @@ -29456,7 +29244,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29467,235 +29255,254 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" }, { - "@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": "Comoros" + "@value": "Kuwait" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "414" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, + "@language": "en", + "@value": "United States Minor Outlying Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" - }, + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" - }, + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, + "@value": "581" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, + "@language": "en", + "@value": "Grenada" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" - }, + "@language": "en", + "@value": "Grenada" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, + "@value": "GD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, + "@value": "GRD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, + "@value": "308" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" - }, + "@value": "308" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" - }, + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" - }, + "@language": "en", + "@value": "Connecticut" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#LS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + "@language": "en", + "@value": "SouthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29714,7 +29521,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29731,12 +29538,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colorado" + "@value": "South Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29755,7 +29562,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29766,44 +29573,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "American Samoa" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TC" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TCA" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "796" + "@value": "16" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "796" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -29822,7 +29626,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29833,47 +29637,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tajikistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "762" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -29889,7 +29690,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29900,21 +29701,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "U.S. Virgin Islands" + "@value": "Christmas Island" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "CX" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "CXR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "162" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -29930,7 +29754,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29947,14 +29771,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montana" + "@value": "Arizona" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -29971,7 +29795,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -29982,36 +29806,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" + "@value": "France" } ], "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" + "@value": "FR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "FRA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "250" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -30023,12 +29882,19 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + }, + { + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30037,43 +29903,35 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + }, { - "@value": "BY" + "@language": "de", + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "BLR" + "@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/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "112" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "112" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30092,7 +29950,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30106,41 +29964,38 @@ "@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#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ghana" + "@value": "Algeria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GH" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GHA" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "288" + "@value": "12" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "288" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30159,7 +30014,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30170,40 +30025,62 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Bavaria" + "@value": "North Dakota" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" - }, + "@language": "en", + "@value": "Polynesia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Polynesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30212,21 +30089,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" - }, { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30238,40 +30108,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" - }, - { - "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Commission for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -30288,7 +30148,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30299,44 +30159,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "GW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "GNB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "624" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "624" + "@value": "District of Columbia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30355,7 +30189,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30366,43 +30200,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "Ukraine" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "804" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -30416,55 +30250,86 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@language": "en", + "@value": "Greece" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2001/XMLSchema#string" + "@language": "en", + "@value": "Greece" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "http://www.w3.org/2004/02/skos/core#altLabel" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "GR" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "ISO-alpha3" + "@value": "GRC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "300" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30480,7 +30345,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30489,34 +30354,46 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "National Commission for Data Protection" + "@value": "New Caledonia" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" + "@value": "NC" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@value": "NCL" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "540" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30525,6 +30402,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -30532,7 +30412,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Saarland Data Protection Act" + }, + { + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30541,43 +30425,35 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@value": "Saarland Data Protection Act" + }, { - "@value": "HM" + "@language": "de", + "@value": "Saarländisches Datenschutzgesetz" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@value": "HMD" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@value": "334" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@value": "334" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30596,7 +30472,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30613,12 +30489,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Washington" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -30637,7 +30513,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30648,105 +30524,47 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belize" + "@value": "Ethiopia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BZ" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BLZ" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "84" + "@value": "231" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "84" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" - } - ], - "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": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" - } - ], - "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" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -30762,7 +30580,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30778,13 +30596,8 @@ ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Hesse" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + "@language": "en", + "@value": "Baden-Württemberg" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -30792,18 +30605,18 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30819,7 +30632,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30830,43 +30643,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norway" + "@value": "Canada" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "CA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "CAN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "124" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "578" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -30883,7 +30696,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30894,37 +30707,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Hamburg" + "@value": "Kyrgyzstan" } ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + "@value": "KG" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "KGZ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" - }, + "@value": "417" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -30935,19 +30755,12 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30956,44 +30769,49 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The Saxon data protection officer" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], - "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.saechsdsb.de/" + "@language": "en", + "@value": "Bouvet Island" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@value": "BV" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" - }, + "@value": "BVT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@value": "74" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -31009,7 +30827,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgian Data Protection Authority" + "@value": "Burundi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31018,34 +30836,49 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Belgian Data Protection Authority" + "@value": "Burundi" } ], - "http://xmlns.com/foaf/0.1/homepage": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" + "@value": "BI" } ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + "@value": "BDI" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "108" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "108" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -31061,7 +30894,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31072,21 +30905,72 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Austria" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "AT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "AUT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "40" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -31102,7 +30986,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31113,72 +30997,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Slovakia" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "Pitcairn" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SK" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SVK" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "703" + "@value": "612" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "703" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Country" + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -31194,7 +31050,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31208,43 +31064,44 @@ "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Falkland Islands (Malvinas)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "238" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR", "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", + "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -31258,46 +31115,63 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/temporal": [ { - "@language": "en", - "@value": "Data Protection Commission" + "@id": "_:N652bb855c3754080871676ce43650d6d" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" + "@value": "EU Adequacy Decision for Argentina" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "accepted" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" } + ] + }, + { + "@id": "_:N652bb855c3754080871676ce43650d6d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "_:N499b2a9fbdba4b7690b7576785dec23f" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU", + "@id": "_:N499b2a9fbdba4b7690b7576785dec23f", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2003-07-05" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Country" ], "http://purl.org/dc/terms/created": [ { @@ -31313,7 +31187,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31324,41 +31198,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@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#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Montserrat" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "MS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "MSR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "500" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31377,7 +31254,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31388,41 +31265,147 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "Czechia" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "CZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "CZE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "203" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + ], + "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/title": [ + { + "@language": "en", + "@value": "Data State Inspectorate" + } + ], + "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": "http://www.dvi.gov.lv/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31441,7 +31424,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Denmark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31456,37 +31439,65 @@ }, { "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Iceland" + "@language": "en", + "@value": "Denmark" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "DK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "DNK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "208" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "208" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -31505,7 +31516,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31514,49 +31525,59 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, + "@language": "en", + "@value": "Taiwan (Province of China)" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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": [ { - "@language": "en", - "@value": "Mexico" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/title": [ { - "@value": "MX" + "@language": "en", + "@value": "Nebraska" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "MEX" + "@language": "en", + "@value": "accepted" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "484" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "484" + "@language": "en", + "@value": "Nebraska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Region" ], "http://purl.org/dc/terms/created": [ { @@ -31572,7 +31593,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31583,81 +31604,89 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - }, - { - "@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": "Maldives" + "@value": "Nevada" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "MV" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "MDV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@value": "Julian Flake" + }, { - "@value": "462" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "462" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" - }, + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + "@language": "en", + "@value": "The Bavarian State Commissioner for Data Protection" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" - }, + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + "@language": "de", + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" - }, + "@language": "en", + "@value": "The Bavarian State Commissioner for Data Protection" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.datenschutz-bayern.de/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -31674,7 +31703,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31685,72 +31714,21 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Portugal" - } - ], - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "PT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "PRT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "620" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "620" + "@value": "MiddleAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Region" + "https://w3id.org/dpv/dpv-skos#Law" ], "http://purl.org/dc/terms/created": [ { @@ -31759,14 +31737,21 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + }, { "@language": "en", - "@value": "Florida" + "@value": "Lower Saxony Data Protection Act (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31775,15 +31760,30 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@language": "en", + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://xmlns.com/foaf/0.1/homepage": [ { - "@language": "en", - "@value": "Florida" + "@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-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" } ] } diff --git a/dpv-skos/dpv-legal/dpv-legal.n3 b/dpv-skos/dpv-legal/dpv-legal.n3 index f4b4c6381..a39a52826 100644 --- a/dpv-skos/dpv-legal/dpv-legal.n3 +++ b/dpv-skos/dpv-legal/dpv-legal.n3 @@ -21,12 +21,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvs-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-legal:AdequacyConcepts a skos:Collection ; skos:member dpvs-legal:Adequacy-EU-AD, diff --git a/dpv-skos/dpv-legal/dpv-legal.rdf b/dpv-skos/dpv-legal/dpv-legal.rdf index 518c7e6da..4b409104b 100644 --- a/dpv-skos/dpv-legal/dpv-legal.rdf +++ b/dpv-skos/dpv-legal/dpv-legal.rdf @@ -12,8150 +12,8150 @@ xmlns:time="http://www.w3.org/2006/time#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - - - - - - - - - - - - - - - - - 231 - - - - - - Ethiopia - accepted - Harshvardhan J. Pandit - ETH - ET - Ethiopia - 2022-03-30 - 231 - - - 2022-03-30 - - - - SX - SXM - Sint Maarten (Dutch part) - - - Sint Maarten (Dutch part) - 534 - accepted - 534 - Harshvardhan J. Pandit - - - - - - - 248 - AX - Åland Islands - 248 - accepted - 2022-03-30 - Åland Islands - Harshvardhan J. Pandit - ALA - - - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf - accepted - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - - Julian Flake - Harshvardhan J. Pandit - - - 2022-03-30 - - - - - - - Benin - - - BJ - accepted - Benin - BEN - 204 - 204 - Harshvardhan J. Pandit - 2022-03-30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - accepted - European Union (EU) - Harshvardhan J. Pandit - 2022-03-30 - - - - - Harshvardhan J. Pandit - Armenia - 51 - 51 - ARM - 2022-03-30 - - - AM - Armenia - accepted - - - Arizona - Harshvardhan J. Pandit - Arizona - - - 2022-03-30 - - accepted - - - - - Malaysia - 2022-03-30 - Harshvardhan J. Pandit - MY - MYS - - - 458 - Malaysia - 458 - accepted - - - - - - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - accepted - - - - Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - https://www.ldi.nrw.de/ - - - accepted - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - Julian Flake - Harshvardhan J. Pandit - - - - 2022-03-30 - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 - - - - 2023-01-01 - - - 780 - 780 - - - accepted - Harshvardhan J. Pandit - - - - 2022-03-30 - Trinidad and Tobago - TTO - TT - Trinidad and Tobago - - - SAU - 682 - 682 - Saudi Arabia - - - accepted - - - Saudi Arabia - SA - 2022-03-30 - Harshvardhan J. Pandit - - - MNG - Harshvardhan J. Pandit - 2022-03-30 - Mongolia - MN - - - 496 - accepted - - - Mongolia - 496 - - - Berlin - 2022-03-30 - Harshvardhan J. Pandit - - - Berlin - - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 196 - Cyprus - 2022-03-30 - Harshvardhan J. Pandit - CY - 196 - - - - - - - - - - - CYP - Cyprus - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - + + + + + + + + + + + - - - - - - - - - - - - - + + + - - - - - + + + + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + - - - - - + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + - + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - + + + + + + + + - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - + + - - - - - - - - - + + + + + + + + + + + + + + + + + + - - http://www.dataprotection.gov.sk/ - Office for Personal Data Protection of the Slovak Republic - + + accepted + 2022-03-30 + + Harshvardhan J. Pandit - 2022-03-30 - - Office for Personal Data Protection of the Slovak Republic - + Delaware + Delaware + + + + + United States of America + US + Harshvardhan J. Pandit + United States of America + + + 840 + USA accepted + 840 + 2022-03-30 - - + + + + + + + 752 + 2022-03-30 + Sweden + SWE - - Thuringia + + Harshvardhan J. Pandit + Sweden + SE + accepted + + + + + + + + + 752 + + + + + PL + Poland accepted - Thuringia 2022-03-30 + + + + + + + + + + + Poland Harshvardhan J. Pandit - + POL + 616 + 616 - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - 418 - LAO - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + LI 2022-03-30 - Lao People's Democratic Republic - + LIE - LA - Lao People's Democratic Republic - accepted - - - 418 - - - - accepted - Turks and Caicos Islands Harshvardhan J. Pandit - TCA - - - - 2022-03-30 - Turks and Caicos Islands - 796 - 796 - TC - - - - - - Bremen + 438 + Liechtenstein accepted - 2022-03-30 - Harshvardhan J. Pandit - Bremen - - - - + 438 + Liechtenstein - - New York + + EasternAsia + accepted - New York - accepted 2022-03-30 + + EasternAsia Harshvardhan J. Pandit - - - - - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - - - + + Paraguay accepted - Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - https://www.saechsdsb.de/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + PRY + + + 2022-03-30 - European Union (EU-28) - + 600 + - - - accepted + Paraguay Harshvardhan J. Pandit + PY + 600 - - - - - - - - - - - - - - - - - + + + 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-05-25 + 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 + dpvs-legal + https://w3id.org/dpv/dpv-skos/dpv-legal# + + 0.7 - + + Libya + accepted 2022-03-30 - - - - 262 + 434 - 262 - Djibouti - accepted + + + 434 + Libya + LY Harshvardhan J. Pandit - DJ - Djibouti - DJI - - - - - - - - - - - + LBY - + + Harshvardhan J. Pandit + CH + Switzerland + accepted + + + 2022-03-30 - GE - 268 - Georgia - - - 268 - GEO + Switzerland + 756 + 756 + CHE + + + 620 + + + 620 + PRT + Harshvardhan J. Pandit + + + + + + + + + Portugal accepted - Georgia + PT + 2022-03-30 + Portugal + + + + + + + 2022-03-30 + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + 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 - - - + + Bulgaria + + + + + + + + - SouthernAfrica + + Harshvardhan J. Pandit + BG + Bulgaria accepted + 100 + 100 2022-03-30 - Harshvardhan J. Pandit - SouthernAfrica + BGR + + - + + accepted + 876 + WLF 2022-03-30 - DOM + Wallis and Futuna Islands - Dominican Republic - 214 - 214 - accepted - DO - - - - Dominican Republic Harshvardhan J. Pandit + Wallis and Futuna Islands + WF + + + 876 - - - Harshvardhan J. Pandit - - - 2022-03-30 - - - - UN-M49 - - The UN-M49 code for a given region - accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Puerto Rico - - - - 2022-03-30 - 630 - Harshvardhan J. Pandit - 630 - PR - Puerto Rico - PRI - + - accepted - - - 234 - Faroe Islands - - - - 234 - FRO - Faroe Islands - accepted - 2022-03-30 + Oman + 512 Harshvardhan J. Pandit - FO - - + 512 + OM + Oman accepted - Pennsylvania 2022-03-30 - Harshvardhan J. Pandit - - - - Pennsylvania - - - - + + + OMN - - 2022-03-30 - + - EasternAfrica - accepted - Harshvardhan J. Pandit - EasternAfrica - - - - - - 2022-03-30 - Solomon Islands - 90 - Harshvardhan J. Pandit - SB - 90 - - SLB - Solomon Islands - accepted - - + 792 + Turkey + 792 Harshvardhan J. Pandit - - - - 2022-03-30 - NA - Namibia - - - NAM - 516 accepted - Namibia - 516 + Turkey + TR + 2022-03-30 + TUR + + - - Bayerisches Datenschutzgesetz (BayDSG) - Bavarian Data Protection Act (BayDSG) - - https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + + 232 accepted - Harshvardhan J. Pandit - Julian Flake - - + Eritrea 2022-03-30 - Bavarian Data Protection Act (BayDSG) - Bayerisches Datenschutzgesetz (BayDSG) - - - - - Barbados - BRB - 52 - accepted - 52 - - - - BB - 2022-03-30 + ERI + + + + Eritrea Harshvardhan J. Pandit - Barbados + 232 + ER - - 348 - 348 - - - - - - - - - + + Tennessee + Harshvardhan J. Pandit - Hungary - HU + + Tennessee accepted - Harshvardhan J. Pandit - Hungary + 2022-03-30 - HUN - - - - - - Christmas Island - 162 - CXR - - - 162 + + 2022-03-30 accepted + + New Jersey + + Harshvardhan J. Pandit - Christmas Island - 2022-03-30 - CX + New Jersey - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Union (EU-27) - + accepted - NL - Netherlands - - - - - - - - - 2022-03-30 - 528 Harshvardhan J. Pandit - 528 - Netherlands - NLD - - - - - 328 2022-03-30 - 328 - GUY - - - accepted - Guyana - - - - GY - Harshvardhan J. Pandit - Guyana - - MiddleAfrica + + North-Rhine Westphalia + Harshvardhan J. Pandit + North-Rhine Westphalia + accepted 2022-03-30 - MiddleAfrica - Harshvardhan J. Pandit - + + + + - + + accepted 2022-03-30 - - + Micronesia - Nebraska - accepted + Harshvardhan J. Pandit - Nebraska + + Micronesia - - MM - 104 + + 175 + + + + YT + MYT + + + Mayotte Harshvardhan J. Pandit 2022-03-30 - Myanmar - - - MMR accepted - - - Myanmar - 104 + 175 + Mayotte - + accepted - Jordan - - - 400 2022-03-30 - Harshvardhan J. Pandit - JOR - JO - Jordan + + + - 400 + Rwanda + Harshvardhan J. Pandit + Rwanda + RWA + 646 + RW + 646 - + + + + + + + + + + + + + + + + + + + + + + + Julian Flake Harshvardhan J. Pandit - LBR - Liberia + + + 2022-03-30 - - - - + + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + https://www.datenschutz-hamburg.de/ + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 430 - 430 - Liberia + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + + + + Julian Flake + Harshvardhan J. Pandit + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection + accepted - LR + 2022-03-30 + https://www.datenschutz-bayern.de/ - - Harshvardhan J. Pandit - Zimbabwe - - - + + 2022-03-30 - 2022-03-30 - ZW - Zimbabwe - 716 + Harshvardhan J. Pandit + ALB + Albania + AL + 8 + 8 + + + Albania accepted - 716 - ZWE - + + + + + + + + + + + + + + + + + + + Bundesdatenschutzgesetz (BDSG) + Federal Data Protection Act (BDSG) + https://www.gesetze-im-internet.de/bdsg_2018/ + Federal Data Protection Act (BDSG) + Bundesdatenschutzgesetz (BDSG) + Harshvardhan J. Pandit + Julian Flake + - accepted - Harshvardhan J. Pandit - Belgium - - - - - - - - + 2022-03-30 - BE - BEL - Belgium - 56 - 56 - - + + + + + + + + + + + + + + + + + - - 580 + + Harshvardhan J. Pandit + Christmas Island + - - Northern Mariana Islands - 580 - MP - MNP - Harshvardhan J. Pandit - 2022-03-30 - Northern Mariana Islands + CXR accepted + 162 + 162 + Christmas Island + 2022-03-30 + CX - - - + + Harshvardhan J. Pandit + + North Carolina accepted - Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 - 2022-03-30 - - - EU Adequacy Decision for Faroe Islands + + North Carolina - - EU Adequacy Decision for Isle of Man - + + - - - - - accepted - Harshvardhan J. Pandit - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 2022-03-30 - - - - - - ISO-alpha2 + Harshvardhan J. Pandit + Bremen + accepted - - - + Bremen + + + + + + + Dutch Data Protection Authority Harshvardhan J. Pandit - 2022-03-30 - The ISO-Alpha2 code for a given region + + Dutch Data Protection Authority + + + https://autoriteitpersoonsgegevens.nl + + accepted - - - + + + + + + + + + - - - + + + + + + - - - + + - + + + - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - + + - + + + + + - + + + - + + + - - - + + + European Economic Area (EEA-30) + + + Harshvardhan J. Pandit + 2022-03-30 accepted - Harshvardhan J. Pandit - European Union (EU-27) + + + Comoros + COM + 174 + 174 + Comoros 2022-03-30 - - + + + + accepted + KM + - + Harshvardhan J. Pandit - - MO - - + - China, Macao Special Administrative Region + Niue + Harshvardhan J. Pandit + 570 + + accepted - 446 + Niue + 570 2022-03-30 - Harshvardhan J. Pandit - 446 - China, Macao Special Administrative Region - MAC + NIU + NU - - TUN - 788 - Harshvardhan J. Pandit - Tunisia - 788 + 2022-03-30 - TN - + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + + - - - Tunisia accepted + Julian Flake + Harshvardhan J. Pandit + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + - - 144 - 144 - - - Sri Lanka + + 428 - accepted - Harshvardhan J. Pandit - LKA - LK - 2022-03-30 - Sri Lanka - - - - - - Eritrea Harshvardhan J. Pandit - - - 232 - 2022-03-30 - 232 - ERI - Eritrea + LV + + + + + + + + + Latvia accepted - ER + Latvia + 2022-03-30 + LVA + 428 + + - + 2022-03-30 - Harshvardhan J. Pandit - Julian Flake - + Arkansas + + Arkansas accepted - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen - + - - Harshvardhan J. Pandit - Iraq - 368 + + 242 2022-03-30 + FJI + + - - - IRQ - 368 + FJ + 242 + Harshvardhan J. Pandit + Fiji + Fiji accepted - Iraq - IQ - - SV + + Harshvardhan J. Pandit + California Consumer Privacy Act (CCPA) + 2022-03-30 + - - El Salvador + California Consumer Privacy Act (CCPA) + + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 accepted - - - - 2022-03-30 - 222 - 222 - Harshvardhan J. Pandit - El Salvador - SLV - + - Liechtenstein - - - accepted - LIE - Liechtenstein + American Samoa + 16 Harshvardhan J. Pandit - 438 - 438 + AS + American Samoa + 16 + + + ASM + accepted 2022-03-30 - LI - - - - 2022-03-30 + Harshvardhan J. Pandit - North Macedonia - MK - MKD - 807 - 807 + 566 + 566 + NGA + accepted + NG + Nigeria + 2022-03-30 - North Macedonia - accepted - - - Martinique + + + + Nigeria + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + European Union (EU) accepted - - - Harshvardhan J. Pandit 2022-03-30 - Martinique - MTQ - 474 + + + + + + + + + + + + + + - 474 - MQ + 144 + Sri Lanka + 2022-03-30 + LK + LKA + + + Harshvardhan J. Pandit + Sri Lanka + 144 + accepted - - Nigeria - - - - - + accepted - NG - NGA - Harshvardhan J. Pandit - Nigeria - 566 - 566 + + + + + + + + + Belgium + BE 2022-03-30 - - - Cocos (Keeling) Islands + BEL - CC - 166 - 166 - accepted - Cocos (Keeling) Islands - - - CCK + Belgium + 56 Harshvardhan J. Pandit - 2022-03-30 + 56 + + - - - - - - - accepted - GQ - 226 - Equatorial Guinea + Harshvardhan J. Pandit - 226 + HU + 348 + Hungary + accepted + + + + + + + + + + + HUN 2022-03-30 - Equatorial Guinea - GNQ + 348 + Hungary + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + - BGD - accepted - Bangladesh + + + + Julian Flake Harshvardhan J. Pandit - Bangladesh 2022-03-30 - 50 - 50 - BD - - - UY + Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information + Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit + https://www.datenschutz.saarland.de/ accepted - 858 - - - - Uruguay - 858 + + + Harshvardhan J. Pandit - 2022-03-30 - Uruguay - URY - + + + + + EU Adequacy Decision for Jersey + 2022-03-30 + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 + accepted - + + SK + + + + + + + + accepted - - - + SVK + Slovakia 2022-03-30 - Harshvardhan J. Pandit - SC - Seychelles - 690 - SYC - Seychelles - 690 + 703 + 703 + Slovakia + Harshvardhan J. Pandit + + - - LB - 2022-03-30 - 422 - Lebanon - 422 - - - - - Lebanon - LBN + + Harshvardhan J. Pandit + GRD + Grenada + 308 + 308 + + + accepted - Harshvardhan J. Pandit - - - - - - - - - - + 2022-03-30 - 752 - Sweden - 752 - SWE + GD + Grenada + + + MiddleAfrica + MiddleAfrica accepted - Sweden 2022-03-30 + + + Harshvardhan J. Pandit - SE - - - - + + Lao People's Democratic Republic - - Spanish Data Protection Agency (AEPD) - accepted - https://www.aepd.es/ - Spanish Data Protection Agency (AEPD) - + + 418 + 418 Harshvardhan J. Pandit + Lao People's Democratic Republic + + + accepted 2022-03-30 + LAO + LA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Papua New Guinea - PNG - - - 598 - + - accepted - 598 + + THA + + + 764 + Thailand Harshvardhan J. Pandit + TH + 764 + Thailand + accepted 2022-03-30 - Papua New Guinea - PG - - 2022-03-30 - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - - - - - - + + + + Pakistan + 586 accepted - Julian Flake + PK + PAK + + + 2022-03-30 + Pakistan + 586 Harshvardhan J. Pandit - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - https://www.datenschutzzentrum.de/ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Saxony 2022-03-30 Harshvardhan J. Pandit - GS - 239 - 239 - SGS + accepted + Saxony + + + + + + + + + + + + + + + + 2022-03-30 + Croatia - South Georgia and the South Sandwich Islands + 191 + Harshvardhan J. Pandit + HR + 191 + Croatia + HRV accepted - South Georgia and the South Sandwich Islands + + - - + - accepted - Anguilla - 660 - AIA - 660 - - + + 662 + + + 662 Harshvardhan J. Pandit + LCA + LC + Saint Lucia + accepted + Saint Lucia 2022-03-30 - Anguilla - AI - + accepted - - - - Chile - 2022-03-30 - 152 - 152 Harshvardhan J. Pandit - + 2022-03-30 + http://www.naih.hu/ + - CL - CHL - Chile + + Hungarian National Authority for Data Protection and Freedom of Information + + Hungarian National Authority for Data Protection and Freedom of Information - - Ireland - - - - - - - - - + + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + 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 + - IRL + accepted + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Julian Flake Harshvardhan J. Pandit - 372 2022-03-30 - Ireland - 372 - IE - - + - - 2022-03-30 - - - - - + + + Anguilla + + + + AI accepted - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - EU Adequacy Decision for Israel + Anguilla + AIA + 2022-03-30 + 660 + 660 Harshvardhan J. Pandit - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Bouvet Island - - - - BV - - - BVT - accepted - Harshvardhan J. Pandit - 74 - Bouvet Island - 74 - 2022-03-30 - - - SDN - - - - - 729 - Sudan - 729 - accepted - SD - Harshvardhan J. Pandit - Sudan - 2022-03-30 + + + + + + + + + + + + + + + + - - 2022-03-30 - Maryland - - - accepted - Maryland + Harshvardhan J. Pandit - - - - - - 48 - Bahrain - 48 + 332 + 332 + + + + Haiti accepted - Harshvardhan J. Pandit + HTI 2022-03-30 - BHR - Bahrain - BH + HT + Haiti - - Curaçao - - + accepted - CUW - Harshvardhan J. Pandit - Curaçao - - - 2022-03-30 - 531 - 531 - CW + Hesse + + + Harshvardhan J. Pandit + Hesse + + + + + - - 28 - - - - 28 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Antigua and Barbuda + + European Economic Area (EEA) accepted - ATG Harshvardhan J. Pandit 2022-03-30 - Antigua and Barbuda - AG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + Harshvardhan J. Pandit - - EU Adequacy Decision for Uruguay - accepted - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 - - - - - 2022-03-30 - - - - - - - - - - - - - - - - - accepted - - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht + + Croatian Personal Data Protection Agency + http://www.azop.hr/ + Croatian Personal Data Protection Agency - - - 2022-03-30 - Harshvardhan J. Pandit - Julian Flake - https://www.lda.bayern.de/ - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht + accepted - - - - + + - French Polynesia + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + + + + + https://www.datenschutz.hessen.de/ accepted - PYF - PF - 2022-03-30 + Julian Flake Harshvardhan J. Pandit - 258 - French Polynesia - 258 - - - EGY - Egypt 2022-03-30 + + + accepted + Réunion + REU + 638 - 818 - + 2022-03-30 + - 818 - accepted - Egypt + + 638 + Réunion Harshvardhan J. Pandit - EG + RE - + + accepted 2022-03-30 - WLF - Wallis and Futuna Islands - 876 - WF - - - 876 - accepted - Wallis and Futuna Islands - Harshvardhan J. Pandit - - - 2022-03-30 + MX + MEX + 484 + 484 + + + + Mexico Harshvardhan J. Pandit - Polynesia - - - Polynesia - accepted - + Mexico - - 2022-03-30 + + Ireland + - - + - - Denmark + + 2022-03-30 - DK - 208 - Denmark - 208 - accepted - Harshvardhan J. Pandit - DNK - - - - - - - - - - - - - - - - The Federal Commissioner for Data Protection and Freedom of Information - http://www.bfdi.bund.de/ - 2022-03-30 - The Federal Commissioner for Data Protection and Freedom of Information + 372 + Ireland + IE + 372 + IRL Harshvardhan J. Pandit - - - - accepted - + + - - MW - 2022-03-30 - Harshvardhan J. Pandit - + + - - Malawi - - - 454 - MWI - 454 - accepted - Malawi - - + Harshvardhan J. Pandit - New Caledonia - NCL - - - - New Caledonia + accepted - 540 - NC + Gabon 2022-03-30 - 540 + 266 + 266 + GA + Gabon + GAB - - Harshvardhan J. Pandit - 2022-03-30 - HKG - 344 - 344 - - - China, Hong Kong Special Administrative Region - - + accepted - China, Hong Kong Special Administrative Region - HK - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2022-03-30 + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) Harshvardhan J. Pandit - Saarland - + Julian Flake + - - Saarland - accepted - - - - + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + 2022-03-30 + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + - - 659 - KNA + + PG - accepted - - - - Saint Kitts and Nevis Harshvardhan J. Pandit - KN + + + Papua New Guinea + accepted + 598 + 598 2022-03-30 - 659 - Saint Kitts and Nevis - - - - - - - - - - - - - - - - - - + PNG + Papua New Guinea - + + Harshvardhan J. Pandit + 156 - Peru + 156 + + accepted - - - - PE + China + CN 2022-03-30 - Harshvardhan J. Pandit - Peru - 604 - PER - 604 + CHN + China - - Kiribati + + 580 + Northern Mariana Islands - 296 - + Harshvardhan J. Pandit + + MP + Northern Mariana Islands accepted - KI - 296 - KIR - Harshvardhan J. Pandit - Kiribati + 580 + MNP 2022-03-30 - + - - - - Ghana - GH - accepted - GHA + Trinidad and Tobago + TTO + + + Harshvardhan J. Pandit - Ghana + Trinidad and Tobago + 780 2022-03-30 - 288 - 288 - - - AT - 40 - - - - - - - - - - - 40 - Austria - AUT + TT + 780 accepted - Austria - Harshvardhan J. Pandit - 2022-03-30 - - - - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - + Julian Flake Harshvardhan J. Pandit + accepted + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + + 2022-03-30 - 2022-03-30 - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - accepted - + Berlin Data Protection Act (BlnDSG) + Berliner Datenschutzgesetz (BlnDSG) + https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + - Information Commissioner of the Republic of Slovenia + 2022-03-30 + + European Economic Area (EEA-31) + + + Harshvardhan J. Pandit 2022-03-30 - https://www.ip-rs.si/ - - Information Commissioner of the Republic of Slovenia + + + + EU Adequacy Decision for Argentina + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + + + accepted - + accepted - Isle of Man - 833 - + Ukraine + 2022-03-30 - 833 - IM - + + - Isle of Man + UKR + 804 + 804 Harshvardhan J. Pandit - 2022-03-30 - IMN + Ukraine + UA - + + + + + The ISO-Alpha3 code for a given region 2022-03-30 + + Harshvardhan J. Pandit + ISO-alpha3 + accepted + + + + + + + + + + + + + - NPL - 524 - - - NP - Nepal - Nepal - accepted + Greece + GR + 300 + GRC + 2022-03-30 + 300 Harshvardhan J. Pandit - 524 + Greece + accepted + + - - Nicaragua - - + + - NIC - NI - Harshvardhan J. Pandit + + accepted + British Virgin Islands + 92 + 92 2022-03-30 - Nicaragua - 558 - accepted - 558 + VG + British Virgin Islands + VGB + Harshvardhan J. Pandit - - - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen + + + + Heard Island and McDonald Islands + accepted 2022-03-30 + - - - - - Julian Flake + Heard Island and McDonald Islands + 334 Harshvardhan J. Pandit - https://www.lfd.niedersachsen.de/ - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - accepted + HMD + 334 + HM - - - - EasternAsia - accepted + + - EasternAsia + IQ + Iraq + + + 368 Harshvardhan J. Pandit + accepted + Iraq + 368 + IRQ 2022-03-30 - - - - + + + + Guam accepted - Harshvardhan J. Pandit - GAB + GU + GUM + 316 + 316 2022-03-30 - Gabon - 266 - 266 - Gabon - GA + Guam + Harshvardhan J. Pandit - + + 2020-02-01 + + + NorthernAmerica + accepted - Harshvardhan J. Pandit - 2022-03-30 - Ohio - - Ohio - - - China - - - CHN - accepted - - - 156 - Harshvardhan J. Pandit - CN + NorthernAmerica 2022-03-30 - 156 - China - - - - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - https://www.datenschutz.hessen.de/ Harshvardhan J. Pandit - Julian Flake - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - - - - - - 2022-03-30 - accepted - - - 2013-07-01 - - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - 2022-03-30 - + + + Harshvardhan J. Pandit - Julian Flake - + CentralAsia accepted - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen - + 2022-03-30 + CentralAsia - + - Costa Rica - 188 - CRI - accepted - 188 - CR - - - Harshvardhan J. Pandit + 250 + France + 250 + FR + + + + + + + + + accepted 2022-03-30 - Costa Rica + FRA + France + + - - + + 440 + Lithuania - - Comissão Nacional de Protecção de Dados + Harshvardhan J. Pandit - - 2022-03-30 - https://www.cnpd.pt + LTU accepted - Comissão Nacional de Protecção de Dados - - - 2020-02-01 + + + + + + + + + 440 + Lithuania + 2022-03-30 + LT + + - - - + + 887 + Yemen accepted - Florida + + 2022-03-30 - - Harshvardhan J. Pandit - Florida - - - - - Israel - Israel - accepted + Yemen + Harshvardhan J. Pandit + YE + YEM + 887 + + 2022-03-30 + https://uodo.gov.pl/ + + + accepted Harshvardhan J. Pandit - ISR - IL - 376 - 376 + Personal Data Protection Office + Personal Data Protection Office + + - + - + + Harshvardhan J. Pandit + MV + 462 - YE - YEM - Harshvardhan J. Pandit - 2022-03-30 - Yemen - 887 - 887 + MDV accepted - Yemen + Maldives + Maldives + 2022-03-30 + 462 - - Jamaica - JM - JAM + + 2022-03-30 + + + Curaçao + CW + 531 + Curaçao + 531 + Harshvardhan J. Pandit + CUW + accepted + + 2022-03-30 + + + + + + + + - Jamaica - 388 - 388 - accepted + CY + Cyprus Harshvardhan J. Pandit + Cyprus + 196 + 196 + CYP + accepted + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Oceania + + MUS - - accepted - Oceania + Harshvardhan J. Pandit + 480 + accepted + 480 + MU + Mauritius 2022-03-30 + + + + Mauritius - - - Harshvardhan J. Pandit - Puerto Rico - + + ISR + + + IL + 376 + + Harshvardhan J. Pandit + 376 + Israel accepted - Puerto Rico 2022-03-30 + Israel - + - Western Sahara - - - accepted - 732 - EH - Western Sahara - 732 Harshvardhan J. Pandit + NC + New Caledonia + NCL + + + 540 + 540 + accepted 2022-03-30 - ESH + New Caledonia - - + + Iceland - SJM + + 352 + 352 - Svalbard and Jan Mayen Islands - accepted - 744 - SJ - Svalbard and Jan Mayen Islands + Iceland 2022-03-30 + ISL Harshvardhan J. Pandit - 744 - - - 2022-03-30 - Cambodia - - - - - KHM + IS accepted - Cambodia - 116 - Harshvardhan J. Pandit - 116 - KH - + + + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + + https://tietosuoja.fi/ + - accepted - Côte d’Ivoire - CI - CIV Harshvardhan J. Pandit 2022-03-30 - Côte d’Ivoire - - - - 384 - 384 - - - - - - - - - - - - - - - - - - - https://www.gesetze-im-internet.de/bdsg_2018/ - Bundesdatenschutzgesetz (BDSG) - Federal Data Protection Act (BDSG) - Federal Data Protection Act (BDSG) - Bundesdatenschutzgesetz (BDSG) - Julian Flake - Harshvardhan J. Pandit - - + + AM + + + Armenia + ARM - 2022-03-30 + + Harshvardhan J. Pandit + 51 + 51 accepted - - - - - - - - - - - - - - - - - + Armenia + 2022-03-30 - - Alaska + 2022-03-30 - + + + + + VN + Viet Nam Harshvardhan J. Pandit - - - Alaska + 704 + 704 + Viet Nam + VNM accepted - + + Republic of Moldova 2022-03-30 - - - - GMB - Harshvardhan J. Pandit - GM - 270 - 270 + accepted + + - Gambia + Harshvardhan J. Pandit + Republic of Moldova + MDA + MD + 498 + 498 + + + Harshvardhan J. Pandit + 76 + 76 + + + + Brazil accepted - Gambia + 2022-03-30 + + + BR + Brazil + BRA - - Lower-Saxony - + + United States Minor Outlying Islands accepted + + 2022-03-30 + United States Minor Outlying Islands Harshvardhan J. Pandit - Lower-Saxony + + + + accepted 2022-03-30 + + + Brandenburg + Brandenburg + Harshvardhan J. Pandit + - - + - - Qatar - - + + CMR + Cameroon + 2022-03-30 + CM + + + + 120 - Qatar - accepted Harshvardhan J. Pandit - 634 - 2022-03-30 - 634 - QA - QAT + 120 + Cameroon + accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + - - - - + + + + - - - - - - - - - - + - + + + + + + - - - + + + + + - - - + + + - - accepted - + + + + + + + + + + General Data Protection Regulation (GDPR) - General Data Protection Regulation (GDPR) - 2022-03-30 Harshvardhan J. Pandit - http://data.europa.eu/eli/reg/2016/679/oj - - + General Data Protection Regulation (GDPR) + accepted + http://data.europa.eu/eli/reg/2016/679/oj + 2022-03-30 - - - - - + - - - - - + - + + + + + - + + - - + + + + + + + + + + + + + - - + - - - - + + + + + + - - - - - - - - - + + - - MT - MLT - + + + + New Zealand + NZL + accepted + 554 - Malta + + 2022-03-30 + 554 + New Zealand + NZ + Harshvardhan J. Pandit + + + + + + + + + + https://datenschutz.sachsen-anhalt.de/ accepted - 470 Harshvardhan J. Pandit - + Julian Flake + + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + + + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + 2022-03-30 + + + 208 + accepted - - + + - 470 + + DNK + + + Denmark 2022-03-30 - Malta + Denmark + Harshvardhan J. Pandit + 208 + DK - + - - 674 - SM - - + + accepted + 2022-03-30 + 858 + Uruguay - 674 - San Marino - SMR + 858 + + + + UY + Harshvardhan J. Pandit + URY + Uruguay + + + Harshvardhan J. Pandit + Saint Martin (French Part) + + + + 663 + 663 + MAF accepted - San Marino 2022-03-30 - Harshvardhan J. Pandit + + + MF + Saint Martin (French Part) - - Maldives + + + + + + + + + + + + + + + + + + + 2022-03-30 - Harshvardhan J. Pandit - MV - MDV - - - 462 - Maldives - 462 + + + + Harshvardhan J. Pandit + 466 + 466 + Mali + MLI accepted + ML + Mali - - MF + - MAF - Saint Martin (French Part) - 663 + Bhutan + + + Harshvardhan J. Pandit + 64 + Bhutan + BT + BTN + 64 accepted - 663 + 2022-03-30 + + + Saint Kitts and Nevis + - - Saint Martin (French Part) - Harshvardhan J. Pandit + KN 2022-03-30 - - - - - - + + Saint Kitts and Nevis Harshvardhan J. Pandit - Julian Flake - 2022-03-30 - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit + 659 accepted - https://www.datenschutz-berlin.de/ + 659 + KNA - - - - 662 - accepted - LC - LCA - Harshvardhan J. Pandit - Saint Lucia + - 2022-03-30 - 662 - Saint Lucia - - - - + Antigua and Barbuda + ATG accepted - Saxony-Anhalt 2022-03-30 + + + Antigua and Barbuda + AG + 28 Harshvardhan J. Pandit - Saxony-Anhalt - - - - - + 28 - - - + - 772 - 772 - TKL - Tokelau - accepted - TK + + + + Barbados + BB 2022-03-30 - Tokelau + 52 + BRB Harshvardhan J. Pandit + Barbados + accepted + 52 - - Somalia - 706 + + + + + 388 2022-03-30 - 706 - Harshvardhan J. Pandit - - - - Somalia - SO - SOM + Harshvardhan J. Pandit + JAM + Jamaica + JM + 388 accepted + Jamaica - - TZA - - - - 834 - TZ - 834 - - - United Republic of Tanzania - accepted - United Republic of Tanzania + 2022-03-30 - Harshvardhan J. Pandit - - - 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 - - - - Julian Flake - Harshvardhan J. Pandit + Bonaire, Sint Eustatius and Saba + + + - - Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg - The state representative for data protection and the right to inspect files in Brandenburg - + + BQ + BES + Harshvardhan J. Pandit + Bonaire, Sint Eustatius and Saba + 535 + 535 accepted - https://www.lda.brandenburg.de/ - 2022-03-30 + VA - - accepted + Holy See + VAT + + 336 + 2022-03-30 336 - Holy See Harshvardhan J. Pandit - 2022-03-30 - VA - Holy See - VAT + Holy See - - + + Oceania + - Antarctica - ATA accepted - Harshvardhan J. Pandit - AQ - Antarctica 2022-03-30 - 10 - 10 + Oceania + Harshvardhan J. Pandit - + Harshvardhan J. Pandit - - Georgia - Georgia + + Maryland accepted - 2022-03-30 + Maryland + 2022-03-30 - - Americas + + Kenya + accepted + + + + + + Kenya + KEN + 2022-03-30 + 404 + Harshvardhan J. Pandit + 404 + KE + + + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + + + + + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information accepted + Julian Flake Harshvardhan J. Pandit - Americas - + 2022-03-30 + https://www.datenschutz-berlin.de/ + + + + Cuba + CU + CUB + 192 + + + + 192 + accepted + Cuba 2022-03-30 + + + Harshvardhan J. Pandit - + + accepted + 417 + - - - https://autoriteitpersoonsgegevens.nl - Dutch Data Protection Authority + KGZ + Kyrgyzstan + 2022-03-30 + 417 + + + Harshvardhan J. Pandit + Kyrgyzstan + KG + + + ZM accepted - Dutch Data Protection Authority - + 894 + 894 2022-03-30 + Zambia + + + + + + ZMB + Zambia Harshvardhan J. Pandit - - Julian Flake + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-03-30 Harshvardhan J. Pandit + EU Adequacy Decision for Uruguay - 2022-03-30 - Berlin Data Protection Act (BlnDSG) - Berliner Datenschutzgesetz (BlnDSG) - - https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + + accepted - Berliner Datenschutzgesetz (BlnDSG) - Berlin Data Protection Act (BlnDSG) - + - + + + - + + 400 + Jordan + Harshvardhan J. Pandit + 400 + JOR + JO + accepted 2022-03-30 - 860 - UZ + Jordan + + + + + + 238 + accepted - 860 - Uzbekistan - UZB - Uzbekistan - accepted - Harshvardhan J. Pandit - - + Falkland Islands (Malvinas) + 238 2022-03-30 Harshvardhan J. Pandit - + FK + FLK + Falkland Islands (Malvinas) + + + + 678 - Chad - 148 - 148 - TCD + 678 + Sao Tome and Principe + Harshvardhan J. Pandit + STP + Sao Tome and Principe + ST + 2022-03-30 accepted - TD - Chad - - Mauritius - accepted - MUS + + Harshvardhan J. Pandit - Harshvardhan J. Pandit - - - - MU + DM + + + + Dominica + accepted 2022-03-30 - 480 - 480 - Mauritius + DMA + Dominica + 212 + 212 - - HTI - 332 - 332 - + - Haiti + + GQ + 226 + 226 accepted - HT - Harshvardhan J. Pandit - - - + Equatorial Guinea + GNQ 2022-03-30 - Haiti + + + + Harshvardhan J. Pandit + Equatorial Guinea - - Hungarian National Authority for Data Protection and Freedom of Information - accepted - - Hungarian National Authority for Data Protection and Freedom of Information - + + + Gibraltar + GI + GIB Harshvardhan J. Pandit + + + accepted + 292 2022-03-30 - - http://www.naih.hu/ + Gibraltar + 292 - + - - - 398 - Kazakhstan + BL + Saint Barthélemy + + + + BLM + 652 + 652 + Saint Barthélemy accepted - KZ - 398 2022-03-30 - Kazakhstan Harshvardhan J. Pandit - KAZ - - Guam - - - Harshvardhan J. Pandit - GU - 2022-03-30 - + + + + + - 316 - Guam - GUM - 316 + https://www.datenschutz-mv.de/ accepted - - Julian Flake Harshvardhan J. Pandit - Saarländisches Datenschutzgesetz - Saarland Data Protection Act + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania 2022-03-30 - Saarland Data Protection Act - Saarländisches Datenschutzgesetz - + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + + + + 2022-03-30 + - - https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + Berlin + Harshvardhan J. Pandit + + Berlin accepted - - - - - + + + + - + + accepted + Gambia + 2022-03-30 + - - - http://data.europa.eu/eli/dec_impl/2019/419/oj + GM + + + Harshvardhan J. Pandit - 2022-03-30 - accepted - - - - EU Adequacy Decision for Japan + GMB + 270 + Gambia + 270 - - SVN + + - - 705 accepted - 705 + 2022-03-30 + Oregon + + Oregon Harshvardhan J. Pandit - + + + ALA + Harshvardhan J. Pandit + + - - - - - - - Slovenia - SI + + AX + Åland Islands + accepted + 248 + 248 2022-03-30 - Slovenia + Åland Islands + + + http://www.dataprotection.ie + Data Protection Commission (DPC) + + Data Protection Commission (DPC) + + - + accepted + 2022-03-30 + Harshvardhan J. Pandit + + + + + Kuwait + Harshvardhan J. Pandit + 414 + KW + accepted + Kuwait + 414 + KWT + 2022-03-30 + + - - MYT - Mayotte + + Democratic Republic of the Congo + COD + accepted + 2022-03-30 + Democratic Republic of the Congo + CD - 175 - - 175 + + Harshvardhan J. Pandit + 180 + 180 + + + + + + + + + TC + Harshvardhan J. Pandit + TCA + + + accepted - Mayotte - YT + Turks and Caicos Islands 2022-03-30 - Harshvardhan J. Pandit + 796 + Turks and Caicos Islands + 796 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + - + - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Economic Area (EEA-30) - accepted - - Harshvardhan J. Pandit - 2022-03-30 - + - - - ML Harshvardhan J. Pandit - 466 - 466 2022-03-30 - - - - - - Mali - MLI - Mali + European Union (EU-28) + accepted + - - - - Republic of Moldova + + + + + + + + + Harshvardhan J. Pandit + EST + 233 + Estonia + + EE + + + + + + + + + accepted + 2022-03-30 + Estonia + 233 + + + + + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + https://www.datenschutzzentrum.de/ + - 498 - 498 + + + accepted - Republic of Moldova + Julian Flake Harshvardhan J. Pandit - MD + 2022-03-30 - MDA - - - - - - - - - - - Oklahoma - - + accepted - + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + Julian Flake Harshvardhan J. Pandit - Oklahoma + + https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen + 2022-03-30 + Saarland Data Protection Act + Saarländisches Datenschutzgesetz + + + + + + Montserrat + Harshvardhan J. Pandit + + + + + + Montserrat + 500 + 500 2022-03-30 + MS + accepted + MSR - + 2022-03-30 - ISL - - + + + + accepted + 450 + MG + 450 - accepted - Iceland - IS - 352 - 352 Harshvardhan J. Pandit - Iceland + Madagascar + Madagascar + MDG - + + 744 + + + SJ Harshvardhan J. Pandit - 2022-03-30 - Estonia - + 744 + Svalbard and Jan Mayen Islands - - - - - - - - - EST - 233 - Estonia - 233 + accepted - EE - - + Svalbard and Jan Mayen Islands + 2022-03-30 + SJM - - Guatemala - GT + + 834 + United Republic of Tanzania + Harshvardhan J. Pandit + TZ + TZA + United Republic of Tanzania accepted - 320 + 2022-03-30 + + + + 834 + + + PF + PYF Harshvardhan J. Pandit - - - - GTM + + + + + French Polynesia + accepted 2022-03-30 - 320 - Guatemala + 258 + 258 + French Polynesia - - Brandenburg - + + Schleswig-Holstein + Harshvardhan J. Pandit + accepted - Brandenburg + Schleswig-Holstein 2022-03-30 - Harshvardhan J. Pandit - + - - - - - - - - - - - - - + - - FM - 583 - - - - - 583 - Micronesia (Federated States of) - 2022-03-30 - Harshvardhan J. Pandit - Micronesia (Federated States of) - FSM + + + accepted - - - 292 - Gibraltar - GIB - 292 - GI + Republic of Korea 2022-03-30 - - - Gibraltar - accepted Harshvardhan J. Pandit + KR + KOR + 410 + 410 + Republic of Korea - + + + + + + + + + Bolivia (Plurinational State of) - - 2022-03-30 - - - 218 - 218 - Ecuador + + 68 + 68 + BO + Bolivia (Plurinational State of) accepted - ECU - Ecuador - Harshvardhan J. Pandit - EC - - - Eswatini - Harshvardhan J. Pandit - - - - SZ 2022-03-30 - Eswatini - SWZ - 748 - accepted - 748 - - - - - 2022-03-30 - + BOL Harshvardhan J. Pandit - https://dsb.gv.at - Austrian Data Protection Authority - - Austrian Data Protection Authority - accepted - - - ISO-alpha3 - accepted - The ISO-Alpha3 code for a given region - Harshvardhan J. Pandit - - - 2022-03-30 - - - - + + + + + + + + + + + - - + + 666 + + - Northern Mariana Islands - Northern Mariana Islands - accepted - Harshvardhan J. Pandit - 2022-03-30 - - - - Palau - 585 - 2022-03-30 - - - - 585 - PLW - Palau + Saint Pierre and Miquelon + PM accepted - PW + SPM + 2022-03-30 + 666 + Saint Pierre and Miquelon Harshvardhan J. Pandit - - - - BWA + + accepted + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) Harshvardhan J. Pandit - Botswana - - - + Julian Flake + + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + + + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf 2022-03-30 - 72 - Botswana - BW - accepted - 72 - - - - - Caribbean + accepted Harshvardhan J. Pandit - Caribbean + Julian Flake + + + + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) 2022-03-30 + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + - - + + 2022-03-30 - AustraliaandNewZealand + accepted - AustraliaandNewZealand - accepted + Mecklenburg-Western-Pomerania Harshvardhan J. Pandit + Mecklenburg-Western-Pomerania + + + + - - - - Falkland Islands (Malvinas) + accepted - FK - - - - FLK - 238 - Falkland Islands (Malvinas) + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + + Harshvardhan J. Pandit + Julian Flake + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) 2022-03-30 - 238 + + - - - The ISO-Numeric code for a given region - 2022-03-30 + + - - - - - ISO-numeric - accepted - - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - accepted - Bhutan 2022-03-30 Harshvardhan J. Pandit - BT - 64 - 64 + Asia + Asia + + - - - Bhutan - BTN - - - - - - - - - - - - - RE - - Réunion - REU - - + + Angola + AGO + Harshvardhan J. Pandit + Angola + 24 + 24 accepted - Réunion + AO 2022-03-30 - 638 + + + + + + + + + + + 276 + 276 + Germany + DEU + accepted + DE + 2022-03-30 + + Harshvardhan J. Pandit - 638 + Germany + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + South Carolina + 2022-03-30 + accepted + + South Carolina + Harshvardhan J. Pandit - - - - - - + + EU Adequacy Decision for Faroe Islands + + + + + + Harshvardhan J. Pandit + 2022-03-30 + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + accepted + - + + 2022-03-30 + + + + Harshvardhan J. Pandit + Utah + accepted + Utah + + - - Mauritania + + + + 430 + Harshvardhan J. Pandit + Liberia + accepted + Liberia + LBR + 2022-03-30 + 430 + LR + + + + + 630 + Harshvardhan J. Pandit + 630 + PRI + Puerto Rico + PR + + + + accepted + 2022-03-30 + Puerto Rico + + + Harshvardhan J. Pandit + + + Antarctica + ATA + AQ + 2022-03-30 + accepted + 10 + 10 + Antarctica + + + + 2022-03-30 - Mauritania + 784 + United Arab Emirates + Harshvardhan J. Pandit + ARE + 784 + United Arab Emirates accepted - 478 - MRT - MR + AE + + + 2022-03-30 + MHL + Marshall Islands + + + 584 + 584 + Marshall Islands Harshvardhan J. Pandit - 478 + + + MH + accepted - + accepted - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - + + EU Adequacy Decision for United Kingdom + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + 2022-03-30 - + Harshvardhan J. Pandit - 2022-03-30 - EU Adequacy Decision for Switzerland + - - + + ITA + Harshvardhan J. Pandit - SG - Singapore - Singapore - accepted - - - SGP - 702 + + 380 + + + + + + + + + 380 + Italy + IT 2022-03-30 - Harshvardhan J. Pandit - 702 + accepted + Italy + + - + + + - CYM + ABW + Aruba 2022-03-30 - Cayman Islands + AW Harshvardhan J. Pandit - KY - 136 - + 533 + Aruba + 533 + accepted + + + Isle of Man + IMN - Cayman Islands - 136 + + Harshvardhan J. Pandit + 833 + Isle of Man + + + 833 accepted + IM + 2022-03-30 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + + 2022-03-30 + accepted + + + + + Georgia Harshvardhan J. Pandit + Georgia + GEO + 268 + GE + 268 + + + Taiwan (Province of China) + accepted 2022-03-30 - BLR - Belarus - + Harshvardhan J. Pandit + Taiwan (Province of China) + + - 112 - 112 + + + + + + + accepted - Belarus - BY - - - - + Czechia + - South Dakota - accepted - South Dakota - Harshvardhan J. Pandit + 203 + CZE + CZ 2022-03-30 + 203 + Czechia + Harshvardhan J. Pandit + + - - National Commission on Informatics and Liberty (CNIL) - + + - 2022-03-30 + NAM + + + Harshvardhan J. Pandit - https://www.cnil.fr/ + 516 + Namibia + 516 accepted - - National Commission on Informatics and Liberty (CNIL) + NA + Namibia - - Washington - accepted + - Washington Harshvardhan J. Pandit + Rhineland-Palatinate + + accepted + Rhineland-Palatinate 2022-03-30 - + + + - - - - + + + + + + + + - - Croatia - HR - - - - - - - - - + - 191 - HRV - Croatia - 191 - accepted + Harshvardhan J. Pandit + Illinois + accepted 2022-03-30 - - - - - - - - - - - - - - - + + Illinois - - ARG - 32 - AR - 32 - + + 626 + Timor-Leste + TL + TLS + 626 - Argentina - accepted - - - + Harshvardhan J. Pandit + Timor-Leste + + 2022-03-30 - Argentina + accepted - + + 458 + 458 + Malaysia + accepted + MYS + + + 2022-03-30 - Montenegro - accepted - 499 Harshvardhan J. Pandit - - - MNE - 499 - Montenegro - 2022-03-30 - ME + Malaysia + MY - - Pakistan + - - - 586 - 586 + + + + Belize + 84 + 84 + Harshvardhan J. Pandit + BLZ accepted - Pakistan - PK + BZ 2022-03-30 - PAK - Harshvardhan J. Pandit + Belize - - NorthernAfrica + + 604 + Harshvardhan J. Pandit - + + 604 + PE + Peru + + + + PER accepted 2022-03-30 - NorthernAfrica - Harshvardhan J. Pandit - + Peru - + + + Harshvardhan J. Pandit - 96 - Brunei Darussalam + + + Cocos (Keeling) Islands + accepted + CC 2022-03-30 - 96 - BRN + CCK + 166 + 166 + Cocos (Keeling) Islands + + + + + + + + + + + + + + + + + + + + + + + accepted + 818 + Egypt + 818 + 2022-03-30 + EG + + - Brunei Darussalam - - - BN - accepted + Egypt + Harshvardhan J. Pandit + EGY - - 246 - Finland - 2022-03-30 - FI + + + + 470 + 470 + Malta Harshvardhan J. Pandit - 246 - + Malta + MT + accepted + + + - - + - - - - FIN - Finland - accepted + MLT + 2022-03-30 - + - - accepted - State Data Protection Inspectorate - - + + + + + BS 2022-03-30 + + + BHS Harshvardhan J. Pandit - State Data Protection Inspectorate - - - https://ada.lt + Bahamas + 44 + accepted + 44 + Bahamas - - 581 + + 32 + Harshvardhan J. Pandit - United States Minor Outlying Islands - 581 - UMI + 32 + Argentina + + + + AR accepted - - - United States Minor Outlying Islands + ARG 2022-03-30 - Harshvardhan J. Pandit - UM + Argentina - - Harshvardhan J. Pandit - Democratic Republic of the Congo - + + 2022-03-30 - + + - COD - 180 - CD - Democratic Republic of the Congo - 180 + Cabo Verde + Harshvardhan J. Pandit + 132 + 132 + CPV + CV + Cabo Verde accepted - 2022-03-30 - - KWT - - - + + Canada + + + accepted + CA + 2022-03-30 + + 124 + Harshvardhan J. Pandit + Canada + 124 + CAN + + + + + + accepted - Kuwait - 414 - 414 + 768 + + + Togo 2022-03-30 + TGO + + + + TG + Togo Harshvardhan J. Pandit - Kuwait - KW + 768 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - European Economic Area (EEA-31) + + + + https://www.imy.se/ + + accepted Harshvardhan J. Pandit - + 2022-03-30 + Swedish Authority for Privacy Protection + + Swedish Authority for Privacy Protection + + + + Harshvardhan J. Pandit + Hawaii 2022-03-30 accepted - + + Hawaii - + + accepted + + + + + + Harshvardhan J. Pandit + https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 2022-03-30 - - - + EU Adequacy Decision for New Zealand + + + + + - SR - Suriname - SUR - accepted - 740 + 184 + Cook Islands Harshvardhan J. Pandit - Suriname - 740 + COK + Cook Islands + accepted + CK + 184 + 2022-03-30 - - Harshvardhan J. Pandit + + British Indian Ocean Territory + 86 + + + + accepted + IOT + 86 2022-03-30 - Turkey - - - TR - 792 - accepted - Turkey - 792 - TUR + Harshvardhan J. Pandit + British Indian Ocean Territory + IO - - - - - Massachusetts + + Ethiopia accepted - Massachusetts + ET + 231 + 231 + ETH 2022-03-30 - Harshvardhan J. Pandit - - + - - accepted - Wyoming - - Wyoming + + + + Ethiopia Harshvardhan J. Pandit - 2022-03-30 - - Azerbaijan + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) 2022-03-30 - - - Azerbaijan - 31 - - - 31 - AZ accepted - AZE Harshvardhan J. Pandit + Julian Flake + + + + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + - - WesternEurope - + - WesternEurope + Harshvardhan J. Pandit + + Thuringia accepted + Thuringia 2022-03-30 - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - + + + + - - PM - - - 2022-03-30 - Harshvardhan J. Pandit - Saint Pierre and Miquelon - SPM + + ESP + + + + + + + + - 666 - Saint Pierre and Miquelon + 2022-03-30 + 724 + Harshvardhan J. Pandit + 724 + Spain + ES accepted - 666 + Spain + + - - + + 2022-03-30 + accepted + SLB + - NU - 570 - accepted - Niue + SB Harshvardhan J. Pandit - 570 - 2022-03-30 - NIU - Niue + Solomon Islands + 90 + 90 + Solomon Islands - + Harshvardhan J. Pandit - - - + accepted + + + 2022-03-30 - + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + EU Adequacy Decision for Andorra + + + + + - Mozambique - MZ - MOZ - 508 + + Harshvardhan J. Pandit + WesternAsia accepted - 508 - Mozambique + WesternAsia + 2022-03-30 + - - + + 634 + + + 634 - - + + Qatar + QAT + Harshvardhan J. Pandit + Qatar accepted 2022-03-30 - 8 - 8 - Harshvardhan J. Pandit - Albania - ALB - AL - Albania + QA - - - + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + + 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 - Idaho - + 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) + + + Julian Flake Harshvardhan J. Pandit 2022-03-30 - Idaho + - - - + + + + + HN + Honduras Harshvardhan J. Pandit - United States Minor Outlying Islands - + HND + + + 340 + accepted + 340 + Honduras 2022-03-30 - United States Minor Outlying Islands + + accepted + Bouvet Island + 2022-03-30 + + + + + + 74 + 74 + Bouvet Island + BVT + BV + Harshvardhan J. Pandit - - - - - - - - - + + + + + Texas 2022-03-30 - 250 Harshvardhan J. Pandit - - - France - FR + Texas accepted - FRA - France - 250 - - - + - - Rhineland-Palatinate accepted - Harshvardhan J. Pandit - Rhineland-Palatinate - 2022-03-30 - - - - - 2022-03-30 - Indiana + West Virginia - - - Indiana - accepted Harshvardhan J. Pandit + West Virginia - - - - - - Harshvardhan J. Pandit - - - 574 - 574 - Norfolk Island + + + + + ECU + Ecuador + EC + 218 + accepted + Ecuador + 218 2022-03-30 - NF - accepted - NFK - Norfolk Island - - Harshvardhan J. Pandit - Julian Flake - - - - - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information + + + + + - - https://www.tlfdi.de/ - accepted + 732 + EH + 732 + Western Sahara + ESH + Harshvardhan J. Pandit + Western Sahara 2022-03-30 + accepted - + + + Harshvardhan J. Pandit + Kentucky + accepted + Kentucky 2022-03-30 - - - Arkansas - accepted - Arkansas - - 275 + + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + + + + https://www.ldi.nrw.de/ + + - accepted - PSE - - - State of Palestine + Julian Flake Harshvardhan J. Pandit - State of Palestine + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia 2022-03-30 - 275 - PS - - 2022-03-30 - Harshvardhan J. Pandit - - + - Kansas - Kansas - accepted - - - Romania - 2022-03-30 - Harshvardhan J. Pandit - Romania - ROU - + + Netherlands + 528 + NLD - - - - + - - - 642 - RO - 642 + + + + + 528 + 2022-03-30 accepted + NL + Netherlands + Harshvardhan J. Pandit - + - - Harshvardhan J. Pandit - AUS - - - Australia - + + + - AU - 36 - Australia - 36 + Comissão Nacional de Protecção de Dados + https://www.cnpd.pt + Comissão Nacional de Protecção de Dados + accepted + Harshvardhan J. Pandit 2022-03-30 - - accepted - 831 - 831 - Guernsey - 2022-03-30 + + VEN + 862 Harshvardhan J. Pandit - - - - GGY - + 862 - GG - Guernsey - - - SouthernEurope - Harshvardhan J. Pandit + + Venezuela (Bolivarian Republic of) + + + + VE + accepted + Venezuela (Bolivarian Republic of) 2022-03-30 - - + + + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf - SouthernEurope + + + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) accepted - - - - - CA + Julian Flake Harshvardhan J. Pandit - Canada 2022-03-30 - - - CAN - 124 - accepted - 124 - Canada + - + + + + + MTQ + 474 + 474 accepted - - - Harshvardhan J. Pandit 2022-03-30 - Marshall Islands - 584 - MH - Marshall Islands - 584 - MHL + Martinique + Harshvardhan J. Pandit + MQ + Martinique - + + + + + + SDN accepted - https://www.gesetze-rechtsprechung.sh.juris.de/jportal/?quelle=jlink&query=DSG+SH&psml=bsshoprod.psml&max=true&aiz=true - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - Julian Flake - Harshvardhan J. Pandit - 2022-03-30 - + - + Sudan + 2022-03-30 + + + 729 + Harshvardhan J. Pandit + Sudan + 729 + SD - + + 2022-03-30 + SX + SXM + Sint Maarten (Dutch part) + 534 - United States Virgin Islands - 850 - VI - 850 + Harshvardhan J. Pandit + 534 + Sint Maarten (Dutch part) accepted - United States Virgin Islands + + + + + + + Harshvardhan J. Pandit - VIR + SEN 2022-03-30 + accepted + SN + Senegal + 686 + 686 + Senegal - - MA - 504 - + - 504 - - - MAR - accepted - Morocco + Harshvardhan J. Pandit + Northern Mariana Islands + accepted + 2022-03-30 - Morocco + Northern Mariana Islands - - + + - GRD - GD - accepted - Grenada - - - - 308 + SouthernAsia + Harshvardhan J. Pandit - Grenada + SouthernAsia 2022-03-30 - 308 + accepted - - - - TON + + TK - Tonga - TO + 772 + 772 accepted - 776 - Tonga - 776 + Tokelau + TKL 2022-03-30 + + Harshvardhan J. Pandit + Tokelau - + Harshvardhan J. Pandit - 2022-03-30 - - Iran (Islamic Republic of) - IRN - - - 364 + + Colombia + + + + COL + CO + 2022-03-30 accepted - IR - Iran (Islamic Republic of) - 364 + 170 + 170 + Colombia - + + + Harshvardhan J. Pandit - 2022-03-30 + 426 + 426 accepted - - - EU Adequacy Decision for Guernsey - - - - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - - - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) + Lesotho 2022-03-30 - Julian Flake - Harshvardhan J. Pandit - + + + + LS + Lesotho + LSO + + - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf - + + Andorra + Harshvardhan J. Pandit + 20 + AND + + + 20 + Andorra + AD accepted - + 2022-03-30 - - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + + Information Commissioner of the Republic of Slovenia + Information Commissioner of the Republic of Slovenia + + + accepted - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Julian Flake Harshvardhan J. Pandit - - - - 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 2022-03-30 - + + https://www.ip-rs.si/ - - - - - - - - - - - - - - - - - - + + accepted + + + 2022-03-30 + + South Dakota + Harshvardhan J. Pandit + South Dakota - - SYR - + + https://www.aepd.es/ + Spanish Data Protection Agency (AEPD) + - Syrian Arab Republic - - - 760 - 760 - SY + Spanish Data Protection Agency (AEPD) + 2022-03-30 + + accepted - Syrian Arab Republic Harshvardhan J. Pandit - 2022-03-30 - - - - + accepted Harshvardhan J. Pandit + Julian Flake + + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) 2022-03-30 - Melanesia - Melanesia + + + 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 + - - Serbia + accepted - - - RS + + - - 688 - SRB - 688 Harshvardhan J. Pandit + EU Adequacy Decision for Canada (commercial organisations) + + 2022-03-30 - Serbia + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 + - - + + + + + + SVN + + + Slovenia - - + + - + - Harshvardhan J. Pandit + + 705 + SI 2022-03-30 - Germany - - - DE accepted - 276 - DEU - Germany - 276 - + 705 + Slovenia + Harshvardhan J. Pandit - + - - accepted - - Swedish Authority for Privacy Protection - + + + 492 + + + Monaco + MC + accepted + 492 2022-03-30 + Monaco + MCO Harshvardhan J. Pandit - - https://www.imy.se/ - Swedish Authority for Privacy Protection - - - - - Harshvardhan J. Pandit - Lesotho + + accepted + 2022-03-30 - 426 - 2022-03-30 - LSO - 426 - Lesotho - LS - accepted + MAR + Morocco + + + 504 + MA + 504 + Harshvardhan J. Pandit + Morocco - - IT - Italy + - accepted + Somalia + 706 + 706 Harshvardhan J. Pandit - - - - - - - - - ITA + SOM + SO + + + + accepted 2022-03-30 - Italy - 380 - 380 - - + Somalia - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + SRB + 2022-03-30 + Serbia + RS Harshvardhan J. Pandit + 688 + accepted + Serbia + 688 + + + + + AU 2022-03-30 - + 36 + 36 + + AUS + Harshvardhan J. Pandit + Australia + + + Australia accepted - European Economic Area (EEA) - + + Massachusetts + accepted + 2022-03-30 + + + + Massachusetts + Harshvardhan J. Pandit + + + Saint Helena + accepted + SH + 2022-03-30 - - + - 178 - 178 - accepted - CG - Congo - COG + + SHN + Saint Helena Harshvardhan J. Pandit - 2022-03-30 - Congo + 654 + 654 - - - 2022-03-30 - + + National Supervisory Authority for Personal Data Processing + - Michigan + + http://www.dataprotection.ro/ + 2022-03-30 + accepted - Michigan + National Supervisory Authority for Personal Data Processing Harshvardhan J. Pandit - - accepted - - + + 2022-03-30 + National Commission for Data Protection + National Commission for Data Protection + + https://cnpd.public.lu + - - Turkmenistan + + accepted Harshvardhan J. Pandit - 2022-03-30 - TKM - 795 - TM - Turkmenistan - 795 - - NER + + + + accepted + Micronesia (Federated States of) + 583 2022-03-30 - NE - - - - Niger + 583 + FSM - 562 - 562 - Niger - accepted + Micronesia (Federated States of) Harshvardhan J. Pandit + FM - - Central African Republic - 140 + + Niger - CF + 2022-03-30 + 562 - - Central African Republic + + NER + Harshvardhan J. Pandit + 562 + Niger + accepted + NE + + accepted - CAF 2022-03-30 - 140 + + + WesternEurope Harshvardhan J. Pandit + + WesternEurope - + + + + BM + 60 2022-03-30 + Bermuda + 60 Harshvardhan J. Pandit - Bavaria - - - + + + Bermuda + BMU accepted - Bavaria - - - - - - - CZ - Czechia - 2022-03-30 + + + + Harshvardhan J. Pandit + AUT + 40 + Austria - + - - + - 203 + + 40 + accepted + Austria + AT + 2022-03-30 + + + + + accepted + 2022-03-30 - 203 - accepted - Czechia - CZE + + + + Guinea + 324 + 324 Harshvardhan J. Pandit - - + Guinea + GIN + GN - - - + + http://www.datatilsynet.dk/ + + - accepted - Harshvardhan J. Pandit - Bermuda - BM + Danish Data Protection Agency 2022-03-30 - 60 - BMU - 60 - Bermuda + + Harshvardhan J. Pandit + Danish Data Protection Agency - + + LatinAmericaandtheCaribbean + 2022-03-30 + accepted + - + Harshvardhan J. Pandit + LatinAmericaandtheCaribbean + + + accepted - + + + 2022-03-30 + Turkmenistan + TKM + Harshvardhan J. Pandit - VN - Viet Nam + TM + 795 + 795 + Turkmenistan + + + EasternEurope + + accepted + EasternEurope 2022-03-30 - 704 - 704 - VNM - Viet Nam + + + Harshvardhan J. Pandit - - Algeria + + 2022-03-30 + + + accepted + + Mississippi Harshvardhan J. Pandit + Mississippi + + + NF + + + Norfolk Island 2022-03-30 + 574 + Harshvardhan J. Pandit + NFK + Norfolk Island + + + 574 + accepted + + + GNB + accepted - DZ - + 2022-03-30 + 624 + Guinea-Bissau - Algeria - 12 - 12 + + + GW + 624 + Harshvardhan J. Pandit + Guinea-Bissau + + + accepted + + + Tuvalu + 2022-03-30 + TUV + + + 798 + 798 + TV + Harshvardhan J. Pandit + Tuvalu + + + 2022-03-30 + GUF + + + + 254 + GF + + + Harshvardhan J. Pandit + 254 + French Guiana accepted - DZA + French Guiana - - + Harshvardhan J. Pandit 2022-03-30 - + Office of the Information and Data Protection Commissioner + Office of the Information and Data Protection Commissioner + + - North Dakota + + https://idpc.org.mt accepted - North Dakota - - - - - 678 + + https://www.garanteprivacy.it/ + Data Protection Commission + - - accepted - 678 - Sao Tome and Principe + Data Protection Commission + 2022-03-30 + + accepted Harshvardhan J. Pandit - ST - Sao Tome and Principe - STP - - 2022-03-30 - - - - - - - - + - GRC - Greece - accepted - GR - 300 - 300 - Greece + + + + Central African Republic + 140 + 140 Harshvardhan J. Pandit - - + Central African Republic + CAF + CF + 2022-03-30 + accepted - + + + - - 440 accepted - Lithuania Harshvardhan J. Pandit - 440 - LTU 2022-03-30 - - - - - - - - - Lithuania - LT + Office for Personal Data Protection - + https://www.uoou.cz/ + Office for Personal Data Protection - - + + + 702 + + + Singapore + 2022-03-30 + Harshvardhan J. Pandit + SGP + 702 + SG accepted - American Samoa - + Singapore + + + + accepted + Julian Flake Harshvardhan J. Pandit + + + 2022-03-30 - American Samoa - - + https://www.datenschutz.bremen.de/ + Die Landesbeauftragte für Datenschutz und Informationsfreiheit der Freien Hansestadt Bremen + 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 + The State Commissioner for Data Protection and Freedom of Information of the Free Hanseatic City of Bremen - - 340 - Honduras - accepted - HND - - - + + + + Wyoming 2022-03-30 + accepted + + + + Wyoming Harshvardhan J. Pandit - HN - Honduras - 340 - - United Kingdom of Great Britain and Northern Ireland - Harshvardhan J. Pandit - GB - - - - + 2022-03-30 - 826 - + + California - United Kingdom of Great Britain and Northern Ireland - 826 + + Harshvardhan J. Pandit + California accepted - GBR + + - - - + + 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 + 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 + 2022-03-30 + 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 + 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://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf accepted - NorthernEurope + Harshvardhan J. Pandit - 2022-03-30 - - NorthernEurope + Julian Flake + + + - + + + + 360 + IDN + 360 + ID + accepted + + + Indonesia 2022-03-30 Harshvardhan J. Pandit - - Connecticut + Indonesia + + - Connecticut + Minnesota + Harshvardhan J. Pandit + Minnesota accepted + 2022-03-30 + - - - - + + Africa + accepted + Africa 2022-03-30 - Harshvardhan J. Pandit - 192 - + - Cuba - 192 - CUB - Cuba - CU - accepted + Harshvardhan J. Pandit - + + Estonian Data Protection Inspectorate + - - 24 - - - - accepted - Angola + http://www.aki.ee/ + 2022-03-30 + + accepted Harshvardhan J. Pandit - Angola - AGO - AO - 24 + Estonian Data Protection Inspectorate - - 356 - + - India + + Harshvardhan J. Pandit + State of Palestine + PS + 275 + 275 + State of Palestine accepted - India - IND + PSE 2022-03-30 - IN - Harshvardhan J. Pandit - 356 - - Madagascar + + + + + Cayman Islands + 2022-03-30 + accepted + 136 + KY + 136 + Cayman Islands - - - - MG - accepted + CYM Harshvardhan J. Pandit - MDG - 450 - 2022-03-30 - Madagascar - 450 - - KGZ + + 2022-03-30 + - - Kyrgyzstan - accepted - - + Harshvardhan J. Pandit - 2022-03-30 - Kyrgyzstan - 417 - KG - 417 + Washington + Washington + accepted - - TH - Harshvardhan J. Pandit - Thailand - THA + + Finland + + + + + + + + + accepted 2022-03-30 - 764 - Thailand - 764 - - - accepted + Finland + FI + Harshvardhan J. Pandit + FIN + 246 + 246 + + - - 404 + + 2022-03-30 - Kenya - 404 - KEN - - accepted - Kenya - 2022-03-30 - KE + + Congo Harshvardhan J. Pandit - - - - - NR + CG accepted - NRU - 2022-03-30 - Harshvardhan J. Pandit - 520 - 520 - - - Nauru - Nauru + 178 + 178 + Congo + COG - - - + + + Austrian Data Protection Authority + Austrian Data Protection Authority + - Virginia - Virginia accepted Harshvardhan J. Pandit 2022-03-30 + + https://dsb.gv.at - - - - - + accepted - United States of America - 840 2022-03-30 + + + TUN + + + 788 + Tunisia + 788 + TN Harshvardhan J. Pandit - 840 - USA - United States of America - US + Tunisia - + + + + accepted - Delaware + Suriname + SR + + 2022-03-30 + 740 + 740 Harshvardhan J. Pandit - - - - Delaware + Suriname + SUR - - - - Vanuatu - - - VU - accepted - 548 - Vanuatu + + Julian Flake Harshvardhan J. Pandit - 548 - VUT 2022-03-30 - - - - - Greenland - 304 + + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf accepted + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + - - Harshvardhan J. Pandit - 2022-03-30 - Greenland - GRL - 304 - GL + - - - - - + + + Alaska - EU Adequacy Decision for United Kingdom - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + Harshvardhan J. Pandit - 2022-03-30 - accepted + Alaska + 2022-03-30 - - - - Spain + accepted - - - - - - - - - ES - 724 - 724 + DO + 214 + Dominican Republic + + + + + + 214 2022-03-30 + Dominican Republic Harshvardhan J. Pandit - ESP - Spain - - + DOM - - 86 - British Indian Ocean Territory + + + + Montenegro + accepted + ME + MNE + 2022-03-30 - IO - - - - IOT - British Indian Ocean Territory + Montenegro + 499 + Harshvardhan J. Pandit + 499 + + + accepted + https://www.cpdp.bg/ + Commission for Personal Data Protection + Commission for Personal Data Protection + + + Harshvardhan J. Pandit - 86 2022-03-30 - - - - - - IDN + + 392 + 392 2022-03-30 - 360 - Harshvardhan J. Pandit - Indonesia - ID - 360 + + - - + Japan + JPN + Harshvardhan J. Pandit + JP + Japan accepted - Indonesia - + + + + + + + + + + + + + https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) + accepted + Julian Flake Harshvardhan J. Pandit - - + - New Jersey - accepted - New Jersey + Bayerisches Datenschutzgesetz (BayDSG) + Bavarian Data Protection Act (BayDSG) 2022-03-30 + + + - - Mecklenburg-Western-Pomerania - - - accepted - - Mecklenburg-Western-Pomerania + Harshvardhan J. Pandit + Mongolia + 496 + 496 + accepted + Mongolia + + 2022-03-30 - - - - + + + MNG + MN - - + + 2022-03-30 + + + Iran (Islamic Republic of) + + 364 + 364 + Harshvardhan J. Pandit + Iran (Islamic Republic of) + IR + accepted + IRN + + + Chile + + + - accepted - Oman - OMN - 512 Harshvardhan J. Pandit - 512 - OM + CL + Chile + 152 + 152 + accepted + CHL 2022-03-30 - Oman - + + Harshvardhan J. Pandit + 70 + BA + 70 + Bosnia and Herzegovina + + accepted - EU Adequacy Decision for Argentina + - - - - - - Harshvardhan J. Pandit 2022-03-30 - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 + Bosnia and Herzegovina + BIH - - 2022-03-30 - Harshvardhan J. Pandit - + + - Schleswig-Holstein - - Schleswig-Holstein + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + accepted - + Julian Flake + Harshvardhan J. Pandit + 2022-03-30 + https://www.lda.bayern.de/ - + + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht - - - - SS - accepted - 2022-03-30 - - - - Harshvardhan J. Pandit - South Sudan - 728 - SSD - 728 - South Sudan + + 2018-05-25 - + + Ohio Harshvardhan J. Pandit - U.S. Virgin Islands - 2022-03-30 - - U.S. Virgin Islands + Ohio accepted + 2022-03-30 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Office for Personal Data Protection of the Slovak Republic + accepted + Harshvardhan J. Pandit + Office for Personal Data Protection of the Slovak Republic 2022-03-30 - - - - Togo - 768 - TGO + + http://www.dataprotection.gov.sk/ + + + 520 + + + NRU + Nauru + NR + 520 + Harshvardhan J. Pandit + + + Nauru + accepted + 2022-03-30 + + - 768 - Togo + 2022-03-30 + GG + Guernsey + Harshvardhan J. Pandit + 831 + GGY + Guernsey accepted + + + + 831 + + + + + RUS + + Harshvardhan J. Pandit - TG + RU + Russian Federation + accepted + 643 + 2022-03-30 + Russian Federation + 643 - - Micronesia + + Polynesia + 2022-03-30 + Polynesia + Harshvardhan J. Pandit accepted - Micronesia + + + + + + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 2022-03-30 Harshvardhan J. Pandit + accepted + EU Adequacy Decision for Israel - + + The ISO-Numeric code for a given region + 2022-03-30 Harshvardhan J. Pandit - Bulgaria - - - - - - - - - BG - + accepted + + - 100 - Bulgaria - 100 + + + + ISO-numeric + + + + + + + + 328 + Guyana + 328 + GUY accepted - BGR - - + Guyana + 2022-03-30 + Harshvardhan J. Pandit + GY - + - Wisconsin - accepted Harshvardhan J. Pandit - Wisconsin + Hamburg + accepted + + Hamburg 2022-03-30 - - - - - 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-04-02 - 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 - dpvs-legal - https://w3id.org/dpv/dpv-skos/dpv-legal - - 0.6 + + + + - - Tajikistan - - + + SouthernEurope accepted - TJ 2022-03-30 - TJK - 762 + + Harshvardhan J. Pandit - Tajikistan - 762 - + SouthernEurope + + + + Alabama + accepted + 2022-03-30 + + + Alabama + Harshvardhan J. Pandit - + + Oklahoma + - - 132 accepted - Cabo Verde - 132 - Harshvardhan J. Pandit - CV 2022-03-30 - CPV - - - - Cabo Verde + + Oklahoma + Harshvardhan J. Pandit - + + - - https://cnpd.public.lu - - National Commission for Data Protection - National Commission for Data Protection accepted - 2022-03-30 + + Vermont Harshvardhan J. Pandit + Vermont - - Commission for Personal Data Protection - https://www.cpdp.bg/ - - Commission for Personal Data Protection + Harshvardhan J. Pandit - + + AustraliaandNewZealand + - - 2022-03-30 accepted + 2022-03-30 + AustraliaandNewZealand - + + 2022-03-30 + + + Harshvardhan J. Pandit + SouthernAfrica + accepted + SouthernAfrica + + + VU + accepted + Vanuatu + + + 548 + - Rhode Island 2022-03-30 - Rhode Island - accepted + 548 Harshvardhan J. Pandit - + Vanuatu + VUT - - GN + Harshvardhan J. Pandit - GIN 2022-03-30 - + https://www.dataprotectionauthority.be/ + + + + Belgian Data Protection Authority + + Belgian Data Protection Authority + accepted + + + - - 324 - Guinea - 324 - accepted - Guinea - - - 2022-03-30 - Harshvardhan J. Pandit - 804 - - - Ukraine - 804 - - UKR - Ukraine - UA + Harshvardhan J. Pandit + Burundi + BI + 108 + BDI + 108 accepted + Burundi + 2022-03-30 - - Montana + accepted - - 2022-03-30 - Harshvardhan J. Pandit - Montana + + + Arizona + Arizona + Harshvardhan J. Pandit - + 2022-03-30 - - Harshvardhan J. Pandit - + DZA + Algeria + - Louisiana + + + Harshvardhan J. Pandit + 12 + 12 + Algeria + DZ accepted - Louisiana - - Mississippi - - + + 239 accepted - Mississippi - 2022-03-30 - Harshvardhan J. Pandit - - - + 239 - - Harshvardhan J. Pandit + + 2022-03-30 - Belize - 84 - BLZ - 84 - accepted - Belize - BZ - 2022-03-30 + Harshvardhan J. Pandit + South Georgia and the South Sandwich Islands + GS + South Georgia and the South Sandwich Islands + SGS - - Switzerland + + California Privacy Rights Act (CPRA) - - CH - 756 + + California Privacy Rights Act (CPRA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + accepted - 756 Harshvardhan J. Pandit - - 2022-03-30 - Switzerland - CHE - + accepted + + + + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Julian Flake Harshvardhan J. Pandit - Nevada - + + + 2022-03-30 - - - Nevada + https://www.tlfdi.de/ - - Saint Helena + + MZ + MOZ + Mozambique - 654 + - - 654 - Saint Helena - accepted - Harshvardhan J. Pandit - SH - 2022-03-30 - SHN - - 2022-03-30 - 798 + 508 Harshvardhan J. Pandit - 798 - - - Tuvalu - - - TV - Tuvalu + Mozambique + 508 accepted - TUV - - https://www.datenschutz-bayern.de/ - - + + + + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + accepted Julian Flake Harshvardhan J. Pandit - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - accepted - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz + 2022-03-30 + https://www.saechsdsb.de/ + + + + + + + + Democratic People's Republic of Korea + PRK + 408 + 408 + Harshvardhan J. Pandit + KP + Democratic People's Republic of Korea 2022-03-30 - + accepted - - CK + + Cambodia + + + 116 + Cambodia + accepted + 116 + + 2022-03-30 - 184 - Cook Islands + KH + KHM Harshvardhan J. Pandit + + + + + + + + + + + + + + + + North Macedonia + accepted + 807 + 807 + 2022-03-30 - - - Cook Islands - COK + MKD + MK + North Macedonia + Harshvardhan J. Pandit + + + 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 + + + + Julian Flake + Harshvardhan J. Pandit + + + + 2022-03-30 + Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg + The state representative for data protection and the right to inspect files in Brandenburg accepted - 184 + https://www.lda.brandenburg.de/ - + + 2020-02-01 + + Harshvardhan J. Pandit - - LatinAmericaandtheCaribbean + + 710 + 710 + ZA + South Africa accepted - LatinAmericaandtheCaribbean - 2022-03-30 + + + + ZAF + South Africa - + + + + accepted - - Office of the Information and Data Protection Commissioner + Harshvardhan J. Pandit + 2022-03-30 + The Federal Commissioner for Data Protection and Freedom of Information + The Federal Commissioner for Data Protection and Freedom of Information + http://www.bfdi.bund.de/ - 2022-03-30 - Harshvardhan J. Pandit - Office of the Information and Data Protection Commissioner - - https://idpc.org.mt - - - Danish Data Protection Agency - http://www.datatilsynet.dk/ - accepted - Danish Data Protection Agency - + + 578 + Harshvardhan J. Pandit + NOR + 578 + + + accepted + Norway + Norway + NO 2022-03-30 - - - 2022-03-30 - Republic of Korea + + + + + + 760 - + 760 + - Republic of Korea - KOR - accepted - KR - 410 - 410 Harshvardhan J. Pandit - - - - - + SYR + Syrian Arab Republic + SY accepted - Jersey - 832 - 832 - - - JE - Harshvardhan J. Pandit + Syrian Arab Republic 2022-03-30 - Jersey - JEY - - Saint Barthélemy - - - 652 + accepted - 652 - BL - - - - BLM - Harshvardhan J. Pandit - Saint Barthélemy 2022-03-30 - - - Asia + - - accepted + TJ + TJK + Tajikistan + + + 762 Harshvardhan J. Pandit - Asia - 2022-03-30 + 762 + Tajikistan - - - - CO - Harshvardhan J. Pandit - - - - COL + + 2022-03-30 - Colombia - 170 - 170 - Colombia - accepted - - - Kentucky + Kansas Harshvardhan J. Pandit - - - 2022-03-30 - Kentucky + accepted + Kansas - - - - West Virginia + + Botswana + BW + BWA accepted - Harshvardhan J. Pandit + 72 + 72 + Botswana 2022-03-30 - - West Virginia - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + Harshvardhan J. Pandit - - - - Personal Data Protection Office + + Luxembourg accepted - + LU + + + + + + + + + 442 + 2022-03-30 + + 442 + LUX + Luxembourg + Harshvardhan J. Pandit + + + + + Kiribati 2022-03-30 + + + KIR Harshvardhan J. Pandit - Personal Data Protection Office - https://uodo.gov.pl/ + KI + + + 296 + 296 + Kiribati + accepted - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - EU Adequacy Decision for Andorra + + Benin + + + + + + Harshvardhan J. Pandit + BJ + 204 + 204 + accepted + BEN + Benin 2022-03-30 - - - - - + + + + Nebraska accepted + + 2022-03-30 + Nebraska Harshvardhan J. Pandit - - 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) - - Julian Flake + + + + Harshvardhan J. Pandit - - - 2022-03-30 - 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) + Nicaragua + NIC accepted - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf - + 558 + 2022-03-30 + + + Nicaragua + 558 + NI - + + 591 + 591 + + + + Harshvardhan J. Pandit + PAN + Panama + PA accepted + 2022-03-30 + Panama + + + + + + Harshvardhan J. Pandit + Guadeloupe + 312 + 312 + GLP + Guadeloupe + accepted + 2022-03-30 + GP + + + + - BS + 222 + 222 + accepted + SLV + El Salvador 2022-03-30 + + Harshvardhan J. Pandit - Bahamas - 44 - 44 - BHS - Bahamas - - - - + SV + El Salvador - - Harshvardhan J. Pandit + + AFG + Afghanistan + accepted 2022-03-30 - Portugal - PT - PRT - - - - - - - - + 4 + + + Afghanistan - 620 - 620 - Portugal - accepted - - + 4 + Harshvardhan J. Pandit + AF - - 484 + + Harshvardhan J. Pandit + SC + + SYC + 690 + Seychelles + 690 + accepted + 2022-03-30 + + + + Seychelles + + + HKG + 2022-03-30 + + + China, Hong Kong Special Administrative Region + 344 - 484 - Mexico - MEX + + Harshvardhan J. Pandit + 344 + HK accepted - + China, Hong Kong Special Administrative Region + + + VI + - MX - Harshvardhan J. Pandit - 2022-03-30 - Mexico - - - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) accepted - Julian Flake - Harshvardhan J. Pandit + United States Virgin Islands + VIR 2022-03-30 - - + 850 + + United States Virgin Islands + 850 + Harshvardhan J. Pandit - + Harshvardhan J. Pandit - 70 - 2022-03-30 - - - 70 - + Nevada - Bosnia and Herzegovina - BA + + Nevada accepted - Bosnia and Herzegovina - BIH + 2022-03-30 + - - - - + + Harshvardhan J. Pandit - 16 - 16 - American Samoa + + 104 + Myanmar + 104 accepted - Harshvardhan J. Pandit + MMR + + 2022-03-30 - American Samoa - AS - ASM + Myanmar + MM - - 2022-03-30 + Harshvardhan J. Pandit - - - + SMR - PCN - Pitcairn - PN + + SM + San Marino + + + 674 + 674 accepted - 612 - Pitcairn - 612 - - - - - - Paraguay + San Marino 2022-03-30 + + Harshvardhan J. Pandit - 600 - PY + 422 + 422 + accepted + Lebanon - 600 - Paraguay - PRY + 2022-03-30 + + + Lebanon + LB + LBN + + + 2022-03-30 + + + NorthernEurope + Harshvardhan J. Pandit + accepted + NorthernEurope - + - 616 - 616 - accepted Harshvardhan J. Pandit - Poland - 2022-03-30 - + + - - - Poland - POL - PL - - - - - Dominica - - - - Harshvardhan J. Pandit - 2022-03-30 - - - DMA - Dominica - 212 - DM - accepted - 212 - - - 643 - Harshvardhan J. Pandit + + Romania 2022-03-30 - - - RUS - - - Russian Federation accepted - RU - 643 - Russian Federation + 642 + 642 + ROU + Romania + RO + + - - - Saxony + - + + Sierra Leone + + + + Harshvardhan J. Pandit + 694 + Sierra Leone + SL + 694 accepted - Saxony + SLE 2022-03-30 - Harshvardhan J. Pandit - - - - - - 578 - Norway + + + + 31 + Harshvardhan J. Pandit + Azerbaijan - 578 + AZ + AZE accepted - NOR - NO - Norway - Harshvardhan J. Pandit - - + Azerbaijan + 31 2022-03-30 - - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - - - - https://www.datenschutz.saarland.de/ + + + + + Harshvardhan J. Pandit - Julian Flake - - - 2022-03-30 - Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information - Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit - + Puerto Rico accepted - - - https://www.datenschutz-hamburg.de/ - - - - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information 2022-03-30 - Julian Flake - Harshvardhan J. Pandit + - - accepted - + + Puerto Rico - - EU Adequacy Decision for New Zealand + + + accepted + + + Melanesia + 2022-03-30 Harshvardhan J. Pandit + Melanesia + + 2022-03-30 - - - + - - + United Kingdom of Great Britain and Northern Ireland + 826 + 826 + Harshvardhan J. Pandit + GBR + + + + + United Kingdom of Great Britain and Northern Ireland + GB accepted - https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 + CentralAmerica accepted 2022-03-30 - Harshvardhan J. Pandit - - CentralAmerica + CentralAmerica - - - 2022-03-30 Harshvardhan J. Pandit - - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - EU Adequacy Decision for Jersey - - - - - - accepted - - 2022-03-30 + Harshvardhan J. Pandit + Bavaria + accepted + - Hesse - - accepted - Hesse + 2022-03-30 + Bavaria + - - - - - - - 108 - 108 - - - - accepted - Burundi - BDI - 2022-03-30 - BI - Burundi - Harshvardhan J. Pandit - - - KP - - - - - accepted - Democratic People's Republic of Korea - Harshvardhan J. Pandit - 2022-03-30 - 408 - 408 - PRK - Democratic People's Republic of Korea + + - - PH - Philippines - - + - - accepted - PHL + Harshvardhan J. Pandit - Philippines - 2022-03-30 - 608 - 608 - - - 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/ + Guam accepted - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - - - Harshvardhan J. Pandit - + 2022-03-30 + Guam + + - - - - South Carolina - 2022-03-30 - - Harshvardhan J. Pandit - - - South Carolina - accepted - - - NorthernAmerica + - + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate accepted - NorthernAmerica - Harshvardhan J. Pandit 2022-03-30 - + + Harshvardhan J. Pandit + https://www.datenschutz.rlp.de/ + - - KM + + Harshvardhan J. Pandit + Eswatini + SZ - COM + 748 + 748 + Eswatini accepted - Comoros - - + + 2022-03-30 - Harshvardhan J. Pandit - 174 - 174 - Comoros + SWZ - - 2022-03-30 - - California Consumer Privacy Act (CCPA) - - + Harshvardhan J. Pandit - California Consumer Privacy Act (CCPA) - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + ChannelIslands accepted - + + + + 2022-03-30 + ChannelIslands - + + Harshvardhan J. Pandit - - Hellenic Data Protection Authority + + Montana accepted - http://dpa.gr - Hellenic Data Protection Authority - - Harshvardhan J. Pandit + Montana 2022-03-30 - + - - Saint Vincent and the Grenadines - 670 - accepted - + - - + + Guatemala + + Harshvardhan J. Pandit + Guatemala + 320 + 320 + GT + GTM 2022-03-30 - Saint Vincent and the Grenadines - VCT - VC - 670 - - - Timor-Leste - 626 - TLS - - accepted - - - 626 - Harshvardhan J. Pandit - Timor-Leste - 2022-03-30 - TL - + + Djibouti + accepted + + + + + + Djibouti 2022-03-30 + DJ + 262 Harshvardhan J. Pandit - Julian Flake - 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 - 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://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf - - - 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 - + DJI + 262 - - Harshvardhan J. Pandit - - - - - + + Michigan accepted - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - + + + 2022-03-30 - EU Adequacy Decision for Canada (commercial organisations) + Michigan + Harshvardhan J. Pandit - - Brazil - - - + Harshvardhan J. Pandit - BR - 76 - 2022-03-30 - - - 76 - Brazil - BRA accepted - - - 862 2022-03-30 - - - - VE - Harshvardhan J. Pandit - 862 - + Iowa + - Venezuela (Bolivarian Republic of) - Venezuela (Bolivarian Republic of) - VEN - accepted + + Iowa - + + + ISO-alpha2 + - - - Estonian Data Protection Inspectorate + + The ISO-Alpha2 code for a given region + + accepted - - http://www.aki.ee/ - Estonian Data Protection Inspectorate - Harshvardhan J. Pandit + 2022-03-30 + Harshvardhan J. Pandit - - SLE - + + Baden-Württemberg - - - - 694 - 694 - accepted - Sierra Leone + Harshvardhan J. Pandit - Sierra Leone + + accepted 2022-03-30 - SL + Baden-Württemberg + + + - + + accepted + + + + + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 Harshvardhan J. Pandit - Texas 2022-03-30 - - - - Texas + EU Adequacy Decision for Switzerland - + + 670 + VC + 670 - - accepted - http://www.dataprotection.ie - Data Protection Commission (DPC) - - + Harshvardhan J. Pandit + Saint Vincent and the Grenadines + + + + Saint Vincent and the Grenadines + accepted + VCT 2022-03-30 - Data Protection Commission (DPC) - + + Harshvardhan J. Pandit + North Dakota accepted - Oregon - - Harshvardhan J. Pandit + 2022-03-30 - Oregon + North Dakota - - Harshvardhan J. Pandit - Office for Personal Data Protection - + + Indiana - - https://www.uoou.cz/ + + Harshvardhan J. Pandit accepted - Office for Personal Data Protection + + Indiana 2022-03-30 - - - Harshvardhan J. Pandit - 2022-03-30 - - + + Kazakhstan + - Colorado - accepted - Colorado - - + KZ 2022-03-30 - District of Columbia - + + + Kazakhstan Harshvardhan J. Pandit - - - District of Columbia + KAZ + 398 accepted + 398 - - - - - ZMB - 894 + + Philippines - accepted - Zambia - 894 Harshvardhan J. Pandit + PH + PHL + Philippines + 608 + 608 + accepted + + 2022-03-30 - ZM - Zambia - - - - + + 148 + 148 + accepted + 2022-03-30 - 800 - UG - Uganda - UGA - 800 - accepted - Uganda + Chad + + + + TD + TCD Harshvardhan J. Pandit - 2022-03-30 + Chad - - 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) - 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 - + + WesternAfrica + accepted + - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf 2022-03-30 - + WesternAfrica + + Harshvardhan J. Pandit + + + + + Harshvardhan J. Pandit + 776 + TON + + + TO + 776 + Tonga accepted - + 2022-03-30 + Tonga - + + SSD + + Harshvardhan J. Pandit - 4 + South Sudan + 728 + 728 + accepted + South Sudan 2022-03-30 - 4 - - + + + + SS + + - Afghanistan - AFG + + + UZ + Harshvardhan J. Pandit + 860 + Uzbekistan + 860 + UZB + Uzbekistan accepted - AF - Afghanistan + 2022-03-30 - + - + accepted - Harshvardhan J. Pandit - Baden-Württemberg + Saarland 2022-03-30 - Baden-Württemberg + Saarland + Harshvardhan J. Pandit - + + - - Rwanda - + + - - - - accepted - RWA - 646 - RW - 646 - Rwanda - Harshvardhan J. Pandit - 2022-03-30 - - - accepted - 428 - Latvia + 2022-03-30 Harshvardhan J. Pandit - 428 - - - - - - - - - LVA - Latvia - - - LV - - + EU Adequacy Decision for Japan + http://data.europa.eu/eli/dec_impl/2019/419/oj + + + accepted + - - ARE + + Harshvardhan J. Pandit + + + accepted + Samoa 2022-03-30 - United Arab Emirates - AE - 784 - - - 784 - accepted - Harshvardhan J. Pandit - United Arab Emirates + 882 + WSM + Samoa + WS + 882 - - ZAF - - - - South Africa - - - accepted - ZA - South Africa - 710 + 2022-03-30 + + Maine + + Harshvardhan J. Pandit - 710 + Maine + accepted - + + Rhode Island - ChannelIslands accepted - Harshvardhan J. Pandit + 2022-03-30 - ChannelIslands - + Rhode Island + Harshvardhan J. Pandit - - - - accepted - GLP - Guadeloupe + - - + + Greenland + accepted 2022-03-30 + + + GL + Greenland + GRL + 304 Harshvardhan J. Pandit - Guadeloupe - 312 - 312 - GP + 304 - - TF - + + + 454 Harshvardhan J. Pandit - French Southern Territories - 2022-03-30 - - French Southern Territories - ATF - 260 + + MWI + 454 + Malawi accepted - 260 + Malawi + 2022-03-30 + MW - - - + + MRT accepted - Fiji - 242 - 242 + MR + Mauritania 2022-03-30 - Harshvardhan J. Pandit - FJ - Fiji - FJI + + + + Mauritania + Harshvardhan J. Pandit + 478 + 478 - + + + + + + BY accepted 2022-03-30 - Utah - - Harshvardhan J. Pandit - + 112 + 112 + - Utah + + + BLR + Belarus + Harshvardhan J. Pandit + Belarus - - - - Iowa + + + accepted - Harshvardhan J. Pandit - Iowa - + Faroe Islands 2022-03-30 + + + FO + Faroe Islands + FRO + Harshvardhan J. Pandit + 234 + 234 - + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 + + + + - - accepted - Hawaii + 2022-03-30 Harshvardhan J. Pandit + + EU Adequacy Decision for Guernsey + accepted + + + + accepted + Saxony-Anhalt + + 2022-03-30 - - Hawaii + Saxony-Anhalt + Harshvardhan J. Pandit + + + + - - + - British Virgin Islands - VGB - 92 + + accepted - British Virgin Islands - 92 - - - Harshvardhan J. Pandit - VG 2022-03-30 + + National Commission on Informatics and Liberty (CNIL) + https://www.cnil.fr/ + National Commission on Informatics and Liberty (CNIL) - - LY - 434 - Libya - 434 + + accepted + Brunei Darussalam + + 2022-03-30 - Harshvardhan J. Pandit + BRN + 96 - - - LBY - Libya - accepted - - + 96 + BN Harshvardhan J. Pandit - LU - 2022-03-30 - - - - - - - - - + Brunei Darussalam + + + - LUX - Luxembourg - Luxembourg - accepted - 442 - 442 + 2022-03-30 - + accepted + Harshvardhan J. Pandit + State Data Protection Inspectorate + https://ada.lt + State Data Protection Inspectorate + - Harshvardhan J. Pandit + accepted + New Mexico 2022-03-30 New Mexico + Harshvardhan J. Pandit + + + + + UN-M49 + + + The UN-M49 code for a given region accepted - New Mexico + + 2022-03-30 + + Harshvardhan J. Pandit + - - Panama + + + + + + + + + + + + + + + + + + + + + + + Harshvardhan J. Pandit + + - PA - 591 - PAN - 591 + 524 + 524 + Nepal accepted - Panama + NP + NPL 2022-03-30 - - - - Harshvardhan J. Pandit + Nepal - - 535 - 535 - BQ - Bonaire, Sint Eustatius and Saba - - + + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 accepted - Harshvardhan J. Pandit - BES - - - + + 2022-03-30 - Bonaire, Sint Eustatius and Saba + + + + Harshvardhan J. Pandit + EU Adequacy Decision for Isle of Man + - - Tennessee + + + 2022-03-30 + + accepted Harshvardhan J. Pandit - - + Hellenic Data Protection Authority + http://dpa.gr + Hellenic Data Protection Authority + + + 2022-03-30 - Tennessee + + + + UGA + Uganda + UG + + + Harshvardhan J. Pandit + 800 + Uganda accepted + 800 - + + + + + + + + + 2019-01-23 + + + 2022-03-30 + - accepted - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - California Privacy Rights Act (CPRA) - - California Privacy Rights Act (CPRA) - - 2022-03-30 + + Pennsylvania Harshvardhan J. Pandit + Pennsylvania - + + accepted + + + + JE + 832 2022-03-30 - + Jersey + 832 + JEY + - SubSaharanAfrica - - accepted - SubSaharanAfrica Harshvardhan J. Pandit + Jersey - - + - - - Data State Inspectorate + + Wisconsin accepted - Data State Inspectorate - http://www.dvi.gov.lv/ + Wisconsin 2022-03-30 + Harshvardhan J. Pandit - - accepted - Office of the Data Protection Ombudsman - + + Lower-Saxony + Harshvardhan J. Pandit + + Lower-Saxony + 2022-03-30 - Harshvardhan J. Pandit - - Office of the Data Protection Ombudsman - https://tietosuoja.fi/ + accepted + + + - - Harshvardhan J. Pandit - - - - GW - Guinea-Bissau + + accepted 2022-03-30 - + - Guinea-Bissau - 624 - GNB - accepted - 624 + Americas + Americas + Harshvardhan J. Pandit - + + IND + + + Harshvardhan J. Pandit + 356 + India + 356 accepted - SK - Slovakia - SVK + IN 2022-03-30 - Harshvardhan J. Pandit - 703 - - - - - - - - - 703 - Slovakia - - + India - - North-Rhine Westphalia - + + + - - accepted - North-Rhine Westphalia + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) Harshvardhan J. Pandit + Julian Flake 2022-03-30 - - - - + Hamburgisches Datenschutzgesetz (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + accepted + - - + + 48 + BHR + Bahrain + 48 + accepted + + + 2022-03-30 + + BH + Bahrain + Harshvardhan J. Pandit + + + 2013-07-01 + + + China, Macao Special Administrative Region accepted - Heard Island and McDonald Islands - - - HM + + 2022-03-30 - HMD + + + 446 + MAC + 446 + China, Macao Special Administrative Region + MO Harshvardhan J. Pandit - 334 - Heard Island and McDonald Islands - 334 - + + Harshvardhan J. Pandit - + + SoutheasternAsia accepted - Samoa - - - WSM - WS - Harshvardhan J. Pandit 2022-03-30 - 882 - Samoa - 882 + SoutheasternAsia + - - https://www.dataprotectionauthority.be/ - Belgian Data Protection Authority - + + + + + 188 + accepted + 188 + CRI + 2022-03-30 + CR + Costa Rica + - + Costa Rica + Harshvardhan J. Pandit + + 2022-03-30 accepted - Belgian Data Protection Authority - + 581 + 581 + UM + + + United States Minor Outlying Islands + + Harshvardhan J. Pandit + UMI + United States Minor Outlying Islands - - 2011-02-01 - - - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + + Burkina Faso accepted - - https://www.datenschutz-mv.de/ - - + BFA 2022-03-30 + + + + + + 854 + Burkina Faso Harshvardhan J. Pandit - Julian Flake - - - + 854 + BF - - https://www.garanteprivacy.it/ - + + New Hampshire + + accepted + New Hampshire 2022-03-30 + Harshvardhan J. Pandit - Data Protection Commission - - accepted - - Data Protection Commission - - + + - CentralAsia + + + http://www.dvi.gov.lv/ + Data State Inspectorate accepted - - CentralAsia Harshvardhan J. Pandit + Data State Inspectorate 2022-03-30 - - SouthAmerica - Harshvardhan J. Pandit - + 2022-03-30 - SouthAmerica accepted + Idaho + + Idaho + Harshvardhan J. Pandit - + + - - + + Colorado accepted - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - + + + Colorado 2022-03-30 Harshvardhan J. Pandit - Julian Flake - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - - - - - https://datenschutz.sachsen-anhalt.de/ - - - - - MSR - 2022-03-30 + Harshvardhan J. Pandit - MS - Montserrat - - - accepted - 500 - Montserrat - 500 - - - - - - - New Hampshire + Sark + + + accepted - Harshvardhan J. Pandit + Sark 2022-03-30 - - New Hampshire - - - - - BFA - Burkina Faso - - + accepted - Harshvardhan J. Pandit - Burkina Faso - 854 - 2022-03-30 - BF - 854 - - - Bolivia (Plurinational State of) + Louisiana + - - accepted - - - - Bolivia (Plurinational State of) - Harshvardhan J. Pandit - 68 - BOL + 2022-03-30 - 68 - BO + Harshvardhan J. Pandit + Louisiana - + + + + + + + + + + + + + + + NorthernAfrica + accepted 2022-03-30 - Monaco - MC - - - + - MCO - accepted - 492 - 492 + + NorthernAfrica Harshvardhan J. Pandit - Monaco - - - - + + Pitcairn + + + accepted + 612 + 612 + PN 2022-03-30 - Aruba - 533 - ABW - 533 - accepted - Aruba - AW + Pitcairn Harshvardhan J. Pandit + PCN - - https://www.datenschutz.bremen.de/ - 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 - + + 585 + PLW + - - - + Palau 2022-03-30 - Julian Flake + + + 585 Harshvardhan J. Pandit - - 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 + Palau accepted + PW - - + + + + + + 2022-03-30 + accepted + + EasternAfrica Harshvardhan J. Pandit - Alabama - - 2022-03-30 - Alabama + EasternAfrica - - WesternAfrica + + + + + + + Harshvardhan J. Pandit + Virginia accepted - WesternAfrica - Harshvardhan J. Pandit - 2022-03-30 + + Virginia - - - + + accepted + Zimbabwe + 716 + ZWE + 2022-03-30 + + + + + + 716 + Zimbabwe + ZW + Harshvardhan J. Pandit - - Japan - - - JPN + + - accepted - 392 - Japan + 2022-03-30 + Florida + Florida Harshvardhan J. Pandit - 392 - JP - + + French Southern Territories accepted - 20 - AD - - - + + + + 2022-03-30 + 260 + French Southern Territories + ATF - Andorra - 20 + + TF + 260 Harshvardhan J. Pandit - AND - 2022-03-30 - Andorra - - - - - - - - - - - - - - - - - - - - 2020-02-01 - - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) + + SubSaharanAfrica accepted - Julian Flake - Harshvardhan J. Pandit - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - 2022-03-30 - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf - + - - + 2022-03-30 + + SubSaharanAfrica + Harshvardhan J. Pandit - + + Harshvardhan J. Pandit + New York + New York accepted - Harshvardhan J. Pandit - Maine 2022-03-30 - Maine - - 2022-03-30 - SouthernAsia + + 2003-11-21 + + + accepted - SouthernAsia - accepted - - Harshvardhan J. Pandit - - + Georgia 2022-03-30 + + Georgia Harshvardhan J. Pandit - - - WesternAsia - accepted - WesternAsia - - - Harshvardhan J. Pandit + + accepted + Saudi Arabia + 682 2022-03-30 - Taiwan (Province of China) + 682 - accepted - Taiwan (Province of China) - - + + + Saudi Arabia + SAU + SA Harshvardhan J. Pandit - Hamburg - 2022-03-30 + + - Hamburg - accepted - - - - + Connecticut + 2022-03-30 + + Connecticut + Harshvardhan J. Pandit - - New Zealand - - + accepted - NZ - - - NZL - New Zealand + 50 + 50 2022-03-30 + Bangladesh + + + BGD + + + BD Harshvardhan J. Pandit - 554 - 554 + Bangladesh - - Guam - + + accepted + 2022-03-30 + American Samoa Harshvardhan J. Pandit - 2022-03-30 - Guam + American Samoa - - - + + District of Columbia accepted - Illinois - Illinois - Harshvardhan J. Pandit - 2022-03-30 + + + + District of Columbia + Harshvardhan J. Pandit + + + + + + + + - + Europe + accepted - Harshvardhan J. Pandit 2022-03-30 - Europe Europe - - - California Harshvardhan J. Pandit - - - 2022-03-30 - - California - accepted - - - - 2018-05-25 + + 2014-04-12 + + + + + + + + + + + + + - - Missouri + + SouthAmerica 2022-03-30 - - Harshvardhan J. Pandit - - - Missouri accepted - - - + - accepted + Harshvardhan J. Pandit - EasternEurope - 2022-03-30 - EasternEurope - + SouthAmerica - - Minnesota - - + accepted + Caribbean + + + + Caribbean 2022-03-30 - Minnesota Harshvardhan J. Pandit - - - Africa + + accepted + Missouri - accepted - Harshvardhan J. Pandit - Africa - 2022-03-30 - - - CM - 120 2022-03-30 + + Missouri Harshvardhan J. Pandit - 120 - - - - - - Cameroon - CMR - accepted - Cameroon - - - 2003-11-21 - - 2012-08-22 + + + - - - - - Sark - - + + GH + GHA accepted + Ghana 2022-03-30 - Sark - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - GUF - + + + + 288 - accepted - GF - French Guiana - - - + + 288 Harshvardhan J. Pandit - French Guiana - 2022-03-30 - 254 - 254 + Ghana - - Croatian Personal Data Protection Agency - + + accepted + + + U.S. Virgin Islands 2022-03-30 Harshvardhan J. Pandit - - http://www.azop.hr/ - - Croatian Personal Data Protection Agency - accepted + U.S. Virgin Islands - - - - + + + + - - 2022-03-30 - - - - Senegal - 686 - - - 686 - Senegal - SN - SEN - accepted - Harshvardhan J. Pandit + + 2021-06-28 - + + 2012-12-20 + + + - - - + + - + + 384 accepted - - National Supervisory Authority for Personal Data Processing - + - Harshvardhan J. Pandit - 2022-03-30 - National Supervisory Authority for Personal Data Processing - http://www.dataprotection.ro/ - - - + Côte d’Ivoire 2022-03-30 + 384 + CIV + + + Harshvardhan J. Pandit - - North Carolina - - - North Carolina - accepted - - - - - accepted - - SoutheasternAsia - Harshvardhan J. Pandit - SoutheasternAsia - 2022-03-30 - - - 2000-08-25 + CI + Côte d’Ivoire - - + + - - 2008-05-26 - - - 2004-04-30 - - - - - Vermont - accepted - 2022-03-30 - Vermont - - Harshvardhan J. Pandit + + 2002-01-04 - - 2014-04-12 + + 2019-11-20 - - - - + + 2020-01-01 - + + - - - - - - - + + 2003-07-05 - - - - - - - + + 2023-01-01 - - - + + 2000-08-25 - - - + + 2004-04-30 - + - - - - 2012-12-20 + + - - 2003-07-05 + + 2020-01-31 - - - + + 2008-05-26 - - 2020-01-01 + + 2011-02-01 - - 2010-10-21 + + + - + 2020-01-31 - - 2019-11-20 - - + - - - - 2010-03-09 + - - + + - - 2021-06-28 - - - 2020-01-31 + + 2010-10-21 - - 2019-01-23 + + 2012-08-22 - - 2002-01-04 + + 2010-03-09 diff --git a/dpv-skos/dpv-legal/dpv-legal.ttl b/dpv-skos/dpv-legal/dpv-legal.ttl index f4b4c6381..a39a52826 100644 --- a/dpv-skos/dpv-legal/dpv-legal.ttl +++ b/dpv-skos/dpv-legal/dpv-legal.ttl @@ -21,12 +21,12 @@ dct:creator "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Jurisdictions, Laws, and Authorities."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV"@en ; vann:preferredNamespacePrefix "dpvs-legal" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos/dpv-legal#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-legal:AdequacyConcepts a skos:Collection ; skos:member dpvs-legal:Adequacy-EU-AD, diff --git a/dpv-skos/dpv-legal/index.html b/dpv-skos/dpv-legal/index.html index ebd44339d..14d505bb5 100644 --- a/dpv-skos/dpv-legal/index.html +++ b/dpv-skos/dpv-legal/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv-legal", title: "DPV-LEGAL: Extension providing Jurisdictions, Laws, and Authorities for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-legal", diff --git a/dpv-skos/dpv-legal/modules/authorities.jsonld b/dpv-skos/dpv-legal/modules/authorities.jsonld index 9e7e03696..32594f702 100644 --- a/dpv-skos/dpv-legal/modules/authorities.jsonld +++ b/dpv-skos/dpv-legal/modules/authorities.jsonld @@ -1,6 +1,22 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12,6 +28,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -19,7 +38,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -31,28 +54,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatian Personal Data Protection Agency" + "@value": "Berlin Commissioner for Data Protection and Freedom of Information" + }, + { + "@language": "de", + "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.azop.hr/" + "@value": "https://www.datenschutz-berlin.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -71,7 +104,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -83,31 +120,46 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Information Commissioner of the Republic of Slovenia" + "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + }, + { + "@language": "de", + "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ip-rs.si/" + "@value": "https://www.datenschutz.rlp.de/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" } ] }, @@ -181,23 +233,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -209,9 +245,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -219,11 +252,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" - }, - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Austrian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -235,62 +264,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent State Center for Data Protection Schleswig-Holstein" - }, - { - "@language": "de", - "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" + "@value": "Austrian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutzzentrum.de/" + "@value": "https://dsb.gv.at" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -312,11 +323,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -328,22 +339,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" + "@value": "Independent State Center for Data Protection Schleswig-Holstein" }, { "@language": "de", - "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" + "@value": "Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.saarland.de/" + "@value": "https://www.datenschutzzentrum.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -351,7 +362,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -359,39 +370,67 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + "@language": "en", + "@value": "Comissão Nacional de Protecção de Dados" + } + ], + "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": "Comissão Nacional de Protecção de Dados" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://www.cnpd.pt" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -413,11 +452,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -429,22 +468,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Bavarian State Commissioner for Data Protection" + "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" }, { "@language": "de", - "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" + "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-bayern.de/" + "@value": "https://www.datenschutz-mv.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -452,7 +491,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -460,71 +499,110 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "Estonian Data Protection Inspectorate" + } + ], + "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": "Estonian Data Protection Inspectorate" + } + ], + "http://xmlns.com/foaf/0.1/homepage": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "http://www.aki.ee/" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + } + ], + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -543,7 +621,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -555,18 +633,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Danish Data Protection Agency" + "@value": "Information Commissioner of the Republic of Slovenia" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.datatilsynet.dk/" + "@value": "https://www.ip-rs.si/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -576,39 +654,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -627,7 +689,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Croatian Personal Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -639,18 +701,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection of the Slovak Republic" + "@value": "Croatian Personal Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.gov.sk/" + "@value": "http://www.azop.hr/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -712,23 +774,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -740,6 +786,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -747,7 +796,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -759,28 +812,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data State Inspectorate" + "@value": "The State Commissioner for Data Protection Lower Saxony" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dvi.gov.lv/" + "@value": "https://www.lfd.niedersachsen.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -792,9 +855,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -802,11 +862,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "National Commission for Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -818,65 +874,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" - }, - { - "@language": "de", - "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" + "@value": "National Commission for Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.ldi.nrw.de/" + "@value": "https://cnpd.public.lu" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -895,7 +914,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Data Protection Commission (DPC)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -907,18 +926,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austrian Data Protection Authority" + "@value": "Data Protection Commission (DPC)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://dsb.gv.at" + "@value": "http://www.dataprotection.ie" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -928,15 +947,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -955,7 +966,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -967,18 +978,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office for Personal Data Protection" + "@value": "National Supervisory Authority for Personal Data Processing" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.uoou.cz/" + "@value": "http://www.dataprotection.ro/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -988,15 +999,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1015,7 +1018,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Belgian Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1027,18 +1030,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commission for Personal Data Protection" + "@value": "Belgian Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cpdp.bg/" + "@value": "https://www.dataprotectionauthority.be/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1048,7 +1051,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1070,11 +1081,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "State representative for data protection in Saxony-Anhalt" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1086,22 +1097,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Hamburg Commissioner for Data Protection and Freedom of Information" + "@value": "State representative for data protection in Saxony-Anhalt" }, { "@language": "de", - "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" + "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-hamburg.de/" + "@value": "https://datenschutz.sachsen-anhalt.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1109,7 +1120,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1117,7 +1128,63 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1136,7 +1203,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Danish Data Protection Agency" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1148,18 +1215,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Supervisory Authority for Personal Data Processing" + "@value": "Danish Data Protection Agency" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ro/" + "@value": "http://www.datatilsynet.dk/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1169,7 +1236,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1181,6 +1256,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1188,7 +1266,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@language": "de", + "@value": "Die Landesbeauftragte für den Datenschutz und für das Recht auf Akteneinsicht Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1200,28 +1282,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dutch Data Protection Authority" + "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + }, + { + "@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://autoriteitpersoonsgegevens.nl" + "@value": "https://www.lda.brandenburg.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1233,6 +1325,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1240,7 +1335,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@language": "de", + "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1252,39 +1351,62 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Federal Commissioner for Data Protection and Freedom of Information" + "@value": "Thuringia state commissioner for data protection and freedom of information" + }, + { + "@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": "http://www.bfdi.bund.de/" + "@value": "https://www.tlfdi.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1303,7 +1425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1315,18 +1437,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comissão Nacional de Protecção de Dados" + "@value": "Office of the Information and Data Protection Commissioner" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.cnpd.pt" + "@value": "https://idpc.org.mt" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1388,7 +1510,31 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1410,11 +1556,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1426,22 +1572,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian State Office for Data Protection Supervision" + "@value": "Independent Data Protection Center Saarland - State Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Bayerisches Landesamt für Datenschutzaufsicht" + "@value": "Unabhängiges Datenschutzzentrum Saarland - Landesbeauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.bayern.de/" + "@value": "https://www.datenschutz.saarland.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1449,7 +1595,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1457,7 +1603,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1476,7 +1630,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1488,18 +1642,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Data Protection Ombudsman" + "@value": "National Commission on Informatics and Liberty (CNIL)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://tietosuoja.fi/" + "@value": "https://www.cnil.fr/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1509,15 +1663,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1539,11 +1693,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@value": "Der Hessische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1555,22 +1709,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania" + "@value": "The Hessian Commissioner for Data Protection and Freedom of Information" }, { "@language": "de", - "@value": "Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern" + "@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.datenschutz-mv.de/" + "@value": "https://www.datenschutz.hessen.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1578,7 +1732,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1586,31 +1740,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ", + "@type": [ + "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "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" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -1621,7 +1759,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Office for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1633,18 +1771,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spanish Data Protection Agency (AEPD)" + "@value": "Office for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.aepd.es/" + "@value": "https://www.uoou.cz/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1654,15 +1792,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1684,11 +1814,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state representative for data protection and the right to inspect files in Brandenburg" + "@value": "The Hamburg 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" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1700,22 +1830,22 @@ "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": "The Hamburg 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" + "@value": "Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/" + "@value": "https://www.datenschutz-hamburg.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1723,7 +1853,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1731,15 +1861,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1758,7 +1880,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Swedish Authority for Privacy Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1770,18 +1892,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hellenic Data Protection Authority" + "@value": "Swedish Authority for Privacy Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://dpa.gr" + "@value": "https://www.imy.se/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1791,31 +1913,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1834,7 +1948,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Office of the Data Protection Ombudsman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1846,18 +1960,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Swedish Authority for Privacy Protection" + "@value": "Office of the Data Protection Ombudsman" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.imy.se/" + "@value": "https://tietosuoja.fi/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -1867,23 +1981,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1895,6 +2009,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1902,7 +2019,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission on Informatics and Liberty (CNIL)" + "@value": "The Saxon data protection officer" + }, + { + "@language": "de", + "@value": "Die Sächsische Datenschutzbeauftragte" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1914,28 +2035,62 @@ "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/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1947,9 +2102,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1957,11 +2109,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Hellenic Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1973,38 +2121,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringia state commissioner for data protection and freedom of information" - }, - { - "@language": "de", - "@value": "Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit" + "@value": "Hellenic Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.tlfdi.de/" + "@value": "http://dpa.gr" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2016,9 +2154,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2026,11 +2161,7 @@ "http://purl.org/dc/terms/title": [ { "@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": "Dutch Data Protection Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2042,60 +2173,26 @@ "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": "Dutch Data Protection Authority" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz.hessen.de/" + "@value": "https://autoriteitpersoonsgegevens.nl" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ @@ -2228,7 +2325,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2240,9 +2353,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2250,11 +2360,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "The Federal Commissioner for Data Protection and Freedom of Information" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2266,22 +2372,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State representative for data protection in Saxony-Anhalt" - }, - { - "@language": "de", - "@value": "Landesbeauftragter für den Datenschutz Sachsen-Anhalt" + "@value": "The Federal 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://datenschutz.sachsen-anhalt.de/" + "@value": "http://www.bfdi.bund.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2289,15 +2391,47 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2316,7 +2450,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Commission for Personal Data Protection" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2328,18 +2462,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Inspectorate" + "@value": "Commission for Personal Data Protection" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://ada.lt" + "@value": "https://www.cpdp.bg/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2349,7 +2483,23 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2368,7 +2518,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2380,18 +2530,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Office of the Information and Data Protection Commissioner" + "@value": "Office for Personal Data Protection of the Slovak Republic" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://idpc.org.mt" + "@value": "http://www.dataprotection.gov.sk/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2401,141 +2551,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DPA-AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" @@ -2543,18 +2567,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2576,11 +2589,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "Bavarian State Office for Data Protection Supervision" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2592,22 +2605,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The State Commissioner for Data Protection Lower Saxony" + "@value": "Bavarian State Office for Data Protection Supervision" }, { "@language": "de", - "@value": "Die Landesbeauftragte für den Datenschutz Niedersachsen" + "@value": "Bayerisches Landesamt für Datenschutzaufsicht" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lfd.niedersachsen.de/" + "@value": "https://www.lda.bayern.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2615,7 +2628,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -2623,15 +2636,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2643,6 +2648,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2650,7 +2658,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + }, + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2662,68 +2674,94 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "National Commission for Data Protection" + "@value": "State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia" + }, + { + "@language": "de", + "@value": "Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://cnpd.public.lu" + "@value": "https://www.ldi.nrw.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-AT" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2735,9 +2773,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2745,11 +2780,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Data Protection Commission" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2761,90 +2792,178 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Saxon data protection officer" - }, - { - "@language": "de", - "@value": "Die Sächsische Datenschutzbeauftragte" + "@value": "Data Protection Commission" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.saechsdsb.de/" + "@value": "https://www.garanteprivacy.it/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DPA-AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-BE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-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-skos/dpv-legal#DPA-MT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-NL" + }, { - "@language": "en", - "@value": "Belgian Data Protection Authority" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PL" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + }, { - "@language": "en", - "@value": "Belgian Data Protection Authority" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-RO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.dataprotectionauthority.be/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SI" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LV", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2863,7 +2982,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Data State Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2875,18 +2994,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission (DPC)" + "@value": "Data State Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.dataprotection.ie" + "@value": "http://www.dvi.gov.lv/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2896,15 +3015,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-SK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DK" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-IT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-ES", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2923,7 +3042,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2935,18 +3054,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Commission" + "@value": "Spanish Data Protection Agency (AEPD)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.garanteprivacy.it/" + "@value": "https://www.aepd.es/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -2956,7 +3075,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-EE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-LT", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2975,7 +3094,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "State Data Protection Inspectorate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2987,18 +3106,18 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonian Data Protection Inspectorate" + "@value": "State Data Protection Inspectorate" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://www.aki.ee/" + "@value": "https://ada.lt" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -3008,23 +3127,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", - "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public", "@type": [ "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3036,6 +3147,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3043,11 +3157,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "The Bavarian State Commissioner for Data Protection" }, { "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3059,27 +3173,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The state commissioner for data protection and freedom of information in Rhineland-Palatinate" + "@value": "The Bavarian State Commissioner for Data Protection" }, { "@language": "de", - "@value": "Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz" + "@value": "Der Bayerische Landesbeauftragte für den Datenschutz" } ], "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/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@value": "https://www.datenschutz-bayern.de/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" } ], "https://w3id.org/dpv/dpv-skos#hasLaw": [ @@ -3087,7 +3196,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -3095,135 +3204,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", "https://w3id.org/dpv/dpv-skos#hasAuthority": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-non-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BY-public" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-MV" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-BE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", - "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" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "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": "Berlin Commissioner for Data Protection and Freedom of Information" - }, - { - "@language": "de", - "@value": "Berliner Beauftragte für Datenschutz und Informationsfreiheit" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/" - } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - } - ], - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", + "https://w3id.org/dpv/dpv-skos#hasAuthority": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DPA-DE-NI" } ] } diff --git a/dpv-skos/dpv-legal/modules/authorities.rdf b/dpv-skos/dpv-legal/modules/authorities.rdf index e888edb1a..d0bb83305 100644 --- a/dpv-skos/dpv-legal/modules/authorities.rdf +++ b/dpv-skos/dpv-legal/modules/authorities.rdf @@ -7,219 +7,141 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - The Bavarian State Commissioner for Data Protection - Der Bayerische Landesbeauftragte für den Datenschutz - - - + Comissão Nacional de Protecção de Dados + Comissão Nacional de Protecção de Dados + - https://www.datenschutz-bayern.de/ + https://www.cnpd.pt 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - State representative for data protection in Saxony-Anhalt - Landesbeauftragter für den Datenschutz Sachsen-Anhalt - - - + Data State Inspectorate + Data State Inspectorate + - https://datenschutz.sachsen-anhalt.de/ + http://www.dvi.gov.lv/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia - Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen - - - + Office of the Information and Data Protection Commissioner + Office of the Information and Data Protection Commissioner + - https://www.ldi.nrw.de/ + https://idpc.org.mt 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - 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 - 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 - + 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 + 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 + - + - https://www.datenschutz.bremen.de/ + https://www.lda.brandenburg.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - The State Commissioner for Data Protection Lower Saxony - Die Landesbeauftragte für den Datenschutz Niedersachsen - - - + Personal Data Protection Office + Personal Data Protection Office + - https://www.lfd.niedersachsen.de/ + https://uodo.gov.pl/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - Bavarian State Office for Data Protection Supervision - Bayerisches Landesamt für Datenschutzaufsicht - - - + Data Protection Commission (DPC) + Data Protection Commission (DPC) + - https://www.lda.bayern.de/ + http://www.dataprotection.ie 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Office for Personal Data Protection - Office for Personal Data Protection - + Office of the Data Protection Ombudsman + Office of the Data Protection Ombudsman + - https://www.uoou.cz/ + https://tietosuoja.fi/ 2022-03-30 accepted Harshvardhan J. Pandit - + - 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 - 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 - + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + The state commissioner for data protection and freedom of information in Rhineland-Palatinate + Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz + + - - - https://www.lda.brandenburg.de/ - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - Office for Personal Data Protection of the Slovak Republic - Office for Personal Data Protection of the Slovak Republic - + - http://www.dataprotection.gov.sk/ + https://www.datenschutz.rlp.de/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Croatian Personal Data Protection Agency - Croatian Personal Data Protection Agency - + National Commission for Data Protection + National Commission for Data Protection + - http://www.azop.hr/ + https://cnpd.public.lu 2022-03-30 accepted Harshvardhan J. Pandit - + - Belgian Data Protection Authority - Belgian Data Protection Authority - + Hellenic Data Protection Authority + Hellenic Data Protection Authority + - https://www.dataprotectionauthority.be/ + http://dpa.gr 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + @@ -237,73 +159,157 @@ + + + + + + + + + + + + + + + + + + + + + - + + + + - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - The Saxon data protection officer - Die Sächsische Datenschutzbeauftragte - + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + The State Commissioner for Data Protection Lower Saxony + Die Landesbeauftragte für den Datenschutz Niedersachsen + - + - https://www.saechsdsb.de/ + https://www.lfd.niedersachsen.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - Thuringia state commissioner for data protection and freedom of information - Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit - - - + Commission for Personal Data Protection + Commission for Personal Data Protection + - https://www.tlfdi.de/ + https://www.cpdp.bg/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Personal Data Protection Office - Personal Data Protection Office - + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + The Hamburg Commissioner for Data Protection and Freedom of Information + Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit + + + - https://uodo.gov.pl/ + https://www.datenschutz-hamburg.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Spanish Data Protection Agency (AEPD) - Spanish Data Protection Agency (AEPD) - + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + The Bavarian State Commissioner for Data Protection + Der Bayerische Landesbeauftragte für den Datenschutz + + + - https://www.aepd.es/ + https://www.datenschutz-bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - - + + + + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + The Saxon data protection officer + Die Sächsische Datenschutzbeauftragte + + + + + https://www.saechsdsb.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + @@ -321,43 +327,17 @@ - - - - - - - - - - - - - - - - - - - - - - + - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - The Hamburg Commissioner for Data Protection and Freedom of Information - Der Hamburgische Beauftragte für Datenschutz und Informationsfreiheit - - - + Dutch Data Protection Authority + Dutch Data Protection Authority + - https://www.datenschutz-hamburg.de/ + https://autoriteitpersoonsgegevens.nl 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit @@ -385,179 +365,162 @@ accepted Harshvardhan J. Pandit - - - - + - Hellenic Data Protection Authority - Hellenic Data Protection Authority - + Office for Personal Data Protection of the Slovak Republic + Office for Personal Data Protection of the Slovak Republic + - http://dpa.gr + http://www.dataprotection.gov.sk/ 2022-03-30 accepted Harshvardhan J. Pandit - + - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania - Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern - + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + State representative for data protection in Saxony-Anhalt + Landesbeauftragter für den Datenschutz Sachsen-Anhalt + - + - https://www.datenschutz-mv.de/ + https://datenschutz.sachsen-anhalt.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + + - State Data Protection Inspectorate - State Data Protection Inspectorate - + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + Berlin Commissioner for Data Protection and Freedom of Information + Berliner Beauftragte für Datenschutz und Informationsfreiheit + + + - https://ada.lt + https://www.datenschutz-berlin.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - Independent State Center for Data Protection Schleswig-Holstein - Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein - - - + National Commission on Informatics and Liberty (CNIL) + National Commission on Informatics and Liberty (CNIL) + - https://www.datenschutzzentrum.de/ + https://www.cnil.fr/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - + - Office of the Information and Data Protection Commissioner - Office of the Information and Data Protection Commissioner - + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + The Hessian Commissioner for Data Protection and Freedom of Information + Der Hessische Beauftragte für Datenschutz und Informationsfreiheit + + + - https://idpc.org.mt + https://www.datenschutz.hessen.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - + - Information Commissioner of the Republic of Slovenia - Information Commissioner of the Republic of Slovenia - + National Supervisory Authority for Personal Data Processing + National Supervisory Authority for Personal Data Processing + - https://www.ip-rs.si/ + http://www.dataprotection.ro/ 2022-03-30 accepted Harshvardhan J. Pandit - + - National Commission for Data Protection - National Commission for Data Protection - + 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 + 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 + + + - https://cnpd.public.lu + https://www.datenschutz.bremen.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - National Commission on Informatics and Liberty (CNIL) - National Commission on Informatics and Liberty (CNIL) - + Spanish Data Protection Agency (AEPD) + Spanish Data Protection Agency (AEPD) + - https://www.cnil.fr/ + https://www.aepd.es/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Data State Inspectorate - Data State Inspectorate - - - http://www.dvi.gov.lv/ - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Estonian Data Protection Inspectorate - Estonian Data Protection Inspectorate - - - http://www.aki.ee/ - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Dutch Data Protection Authority - Dutch Data Protection Authority - + Belgian Data Protection Authority + Belgian Data Protection Authority + - https://autoriteitpersoonsgegevens.nl + https://www.dataprotectionauthority.be/ 2022-03-30 accepted Harshvardhan J. Pandit - + - Data Protection Commission (DPC) - Data Protection Commission (DPC) - + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + The State Commissioner for Data Protection and Freedom of Information Mecklenburg-West Pomerania + Der Landesbeauftragte für Datenschutz und Informationsfreiheit Mecklenburg-Vorpommern + + + - http://www.dataprotection.ie + https://www.datenschutz-mv.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - The state commissioner for data protection and freedom of information in Rhineland-Palatinate - Der Landesbeauftragte für den Datenschutz und die Informationsfreiheit Rheinland-Pfalz - - - - + Information Commissioner of the Republic of Slovenia + Information Commissioner of the Republic of Slovenia + - https://www.datenschutz.rlp.de/ + https://www.ip-rs.si/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -579,85 +542,84 @@ Julian Flake Harshvardhan J. Pandit - + - Comissão Nacional de Protecção de Dados - Comissão Nacional de Protecção de Dados - + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + Bavarian State Office for Data Protection Supervision + Bayerisches Landesamt für Datenschutzaufsicht + + + - https://www.cnpd.pt + https://www.lda.bayern.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - + + + + - Commission for Personal Data Protection - Commission for Personal Data Protection - + State Data Protection Inspectorate + State Data Protection Inspectorate + - https://www.cpdp.bg/ + https://ada.lt 2022-03-30 accepted Harshvardhan J. Pandit - + - Swedish Authority for Privacy Protection - Swedish Authority for Privacy Protection - + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + Independent State Center for Data Protection Schleswig-Holstein + Unabhängiges Landeszentrum für Datenschutz Schleswig-Holstein + + + - https://www.imy.se/ + https://www.datenschutzzentrum.de/ 2022-03-30 accepted + Julian Flake Harshvardhan J. Pandit - - - - + - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - Berlin Commissioner for Data Protection and Freedom of Information - Berliner Beauftragte für Datenschutz und Informationsfreiheit - - - + Estonian Data Protection Inspectorate + Estonian Data Protection Inspectorate + - https://www.datenschutz-berlin.de/ + http://www.aki.ee/ 2022-03-30 accepted - Julian Flake Harshvardhan J. Pandit - - - - + - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - The Hessian Commissioner for Data Protection and Freedom of Information - Der Hessische Beauftragte für Datenschutz und Informationsfreiheit - + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + State Commissioner for Data Protection and Freedom of Information North Rhine-Westphalia + Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen + - + - https://www.datenschutz.hessen.de/ + https://www.ldi.nrw.de/ 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - @@ -670,6 +632,21 @@ accepted Harshvardhan J. Pandit + + + + + + + Croatian Personal Data Protection Agency + Croatian Personal Data Protection Agency + + + http://www.azop.hr/ + 2022-03-30 + accepted + Harshvardhan J. Pandit + @@ -682,20 +659,43 @@ accepted Harshvardhan J. Pandit - - + + + + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + Thuringia state commissioner for data protection and freedom of information + Thüringer Landesbeauftragter für den Datenschutz und die Informationsfreiheit + + + + + https://www.tlfdi.de/ + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit - - + + - + + + + + + + + + + - National Supervisory Authority for Personal Data Processing - National Supervisory Authority for Personal Data Processing - + Office for Personal Data Protection + Office for Personal Data Protection + - http://www.dataprotection.ro/ + https://www.uoou.cz/ 2022-03-30 accepted Harshvardhan J. Pandit @@ -712,159 +712,159 @@ accepted Harshvardhan J. Pandit - - - - - - - - + + - + - Office of the Data Protection Ombudsman - Office of the Data Protection Ombudsman - + Swedish Authority for Privacy Protection + Swedish Authority for Privacy Protection + - https://tietosuoja.fi/ + https://www.imy.se/ 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + - - + + - - + + - - + + - - - + + - - + + - - + + - - + + - - + + - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + diff --git a/dpv-skos/dpv-legal/modules/eu_adequacy.jsonld b/dpv-skos/dpv-legal/modules/eu_adequacy.jsonld index a3d9b2082..39aa1eaa7 100644 --- a/dpv-skos/dpv-legal/modules/eu_adequacy.jsonld +++ b/dpv-skos/dpv-legal/modules/eu_adequacy.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -19,13 +19,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N7906171f1d564220927a71c2ed61fde9" + "@id": "_:N82560656a33c4ddbab556ba8f2a7f8c6" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Japan" + "@value": "EU Adequacy Decision for Guernsey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,7 +37,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -45,32 +45,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" } ] }, { - "@id": "_:N7906171f1d564220927a71c2ed61fde9", + "@id": "_:N82560656a33c4ddbab556ba8f2a7f8c6", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nd90d34a5cded4cf6be07ccaba056c846" + "@id": "_:N7e26af9c3f5543b8aa5a2c95118158a8" } ] }, { - "@id": "_:Nd90d34a5cded4cf6be07ccaba056c846", + "@id": "_:N7e26af9c3f5543b8aa5a2c95118158a8", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-01-23" + "@value": "2003-11-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -89,13 +89,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N0b551b168be741d79f632b750c9f4e32" + "@id": "_:N3a39b032a51f4bc284fc340f561b8161" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for United Kingdom" + "@value": "EU Adequacy Decision for New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -107,7 +107,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@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" + "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -115,27 +115,27 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" } ] }, { - "@id": "_:N0b551b168be741d79f632b750c9f4e32", + "@id": "_:N3a39b032a51f4bc284fc340f561b8161", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N9dfd1ae0f27f4775a03d1ff9b2f45bda" + "@id": "_:Ne77c8da28e3d4bc58228fba9a626c2a6" } ] }, { - "@id": "_:N9dfd1ae0f27f4775a03d1ff9b2f45bda", + "@id": "_:Ne77c8da28e3d4bc58228fba9a626c2a6", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-06-28" + "@value": "2012-12-20" } ] }, @@ -159,7 +159,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N7613e212c0924446b66a0aa003513ef1" + "@id": "_:N652bb855c3754080871676ce43650d6d" } ], "http://purl.org/dc/terms/title": [ @@ -190,18 +190,18 @@ ] }, { - "@id": "_:N7613e212c0924446b66a0aa003513ef1", + "@id": "_:N652bb855c3754080871676ce43650d6d", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N0e2daa7970e1403bb939ad873e014c99" + "@id": "_:N499b2a9fbdba4b7690b7576785dec23f" } ] }, { - "@id": "_:N0e2daa7970e1403bb939ad873e014c99", + "@id": "_:N499b2a9fbdba4b7690b7576785dec23f", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -210,7 +210,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -229,13 +229,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N5b8b93b685e34c06b9161e3a044d3bf6" + "@id": "_:N8067eda392bf4b1cb7456b33d8894068" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Guernsey" + "@value": "EU Adequacy Decision for Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -247,7 +247,7 @@ "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%3A32003D0821" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -255,32 +255,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" } ] }, { - "@id": "_:N5b8b93b685e34c06b9161e3a044d3bf6", + "@id": "_:N8067eda392bf4b1cb7456b33d8894068", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4d802aae3c6a435c94997b79e5996d04" + "@id": "_:N8cdce2f4d17f4b2bbe97a15dfced911a" } ] }, { - "@id": "_:N4d802aae3c6a435c94997b79e5996d04", + "@id": "_:N8cdce2f4d17f4b2bbe97a15dfced911a", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2003-11-21" + "@value": "2004-04-30" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -299,13 +299,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N34fb346273664a549245d6f28b37a225" + "@id": "_:Nff7c72a82f314946a386677755639baf" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Canada (commercial organisations)" + "@value": "EU Adequacy Decision for Jersey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -317,7 +317,7 @@ "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://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -325,32 +325,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" } ] }, { - "@id": "_:N34fb346273664a549245d6f28b37a225", + "@id": "_:Nff7c72a82f314946a386677755639baf", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N27e534e8f1fb46e38f624e0589be59b8" + "@id": "_:N92d513f8608647c09c0cd9c2b0ec21a8" } ] }, { - "@id": "_:N27e534e8f1fb46e38f624e0589be59b8", + "@id": "_:N92d513f8608647c09c0cd9c2b0ec21a8", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2002-01-04" + "@value": "2008-05-26" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -369,13 +369,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nb93eeb48f6e3488bb70f1c1ee9262f8e" + "@id": "_:N888ebed2b8d5400993f7e0cf1955a4dc" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Switzerland" + "@value": "EU Adequacy Decision for Andorra" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -387,7 +387,7 @@ "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%3A32000D0518" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625?" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -395,32 +395,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" } ] }, { - "@id": "_:Nb93eeb48f6e3488bb70f1c1ee9262f8e", + "@id": "_:N888ebed2b8d5400993f7e0cf1955a4dc", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N98f9904528244a8fb4e09cd550d1ca96" + "@id": "_:N96dc15b3fe1f48118520222b3d92a559" } ] }, { - "@id": "_:N98f9904528244a8fb4e09cd550d1ca96", + "@id": "_:N96dc15b3fe1f48118520222b3d92a559", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2000-08-25" + "@value": "2010-10-21" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -439,13 +439,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N53d6e93408d74734897c00075ebbeca8" + "@id": "_:Nc7fb05b91ab64d07ba913e677ab3c90f" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Faroe Islands" + "@value": "EU Adequacy Decision for Israel" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -457,7 +457,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" + "@value": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -465,32 +465,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" } ] }, { - "@id": "_:N53d6e93408d74734897c00075ebbeca8", + "@id": "_:Nc7fb05b91ab64d07ba913e677ab3c90f", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nf4ebf901b8c24c6196ec0f120641bfae" + "@id": "_:N07ab1c050a6d4125980821799e07f9c6" } ] }, { - "@id": "_:Nf4ebf901b8c24c6196ec0f120641bfae", + "@id": "_:N07ab1c050a6d4125980821799e07f9c6", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-03-09" + "@value": "2011-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -509,13 +509,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N82bf8d59caa741f780cdab6c52d2df49" + "@id": "_:N02cc9798ebd14ecdb1daa25903329100" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Andorra" + "@value": "EU Adequacy Decision for Faroe Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -527,7 +527,7 @@ "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%3A32010D0625?" + "@value": "https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -535,79 +535,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" } ] }, { - "@id": "_:N82bf8d59caa741f780cdab6c52d2df49", + "@id": "_:N02cc9798ebd14ecdb1daa25903329100", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N63a89312f8254654931f83af2f94594d" + "@id": "_:Nd206f1d1b6be438ba4cc5b545b71a474" } ] }, { - "@id": "_:N63a89312f8254654931f83af2f94594d", + "@id": "_:Nd206f1d1b6be438ba4cc5b545b71a474", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2010-10-21" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#Adequacy-EU-AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY" + "@value": "2010-03-09" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -626,13 +579,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N2f00107ab9b443a5904bab3b95bc83eb" + "@id": "_:Nc16652cf3b7544cf8ad6579d0e8af319" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Uruguay" + "@value": "EU Adequacy Decision for United Kingdom" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -644,7 +597,7 @@ "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%3A32012D0484" + "@value": "https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -652,32 +605,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" } ] }, { - "@id": "_:N2f00107ab9b443a5904bab3b95bc83eb", + "@id": "_:Nc16652cf3b7544cf8ad6579d0e8af319", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N4401b0845e5245e1b10550578ae29706" + "@id": "_:Ndb71307491d645099a23dc157dcbe0af" } ] }, { - "@id": "_:N4401b0845e5245e1b10550578ae29706", + "@id": "_:Ndb71307491d645099a23dc157dcbe0af", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-08-22" + "@value": "2021-06-28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -696,13 +649,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Na52e58158c9640d4aad3354bd13ecab0" + "@id": "_:Nf203a277b6f74d9380555a1a196548a0" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for New Zealand" + "@value": "EU Adequacy Decision for Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -714,7 +667,7 @@ "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065" + "@value": "http://data.europa.eu/eli/dec_impl/2019/419/oj" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -722,32 +675,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" } ] }, { - "@id": "_:Na52e58158c9640d4aad3354bd13ecab0", + "@id": "_:Nf203a277b6f74d9380555a1a196548a0", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ne89e02c19dc74fb398c49ba40e51a65d" + "@id": "_:N89794ccb54724681b47d130e8cd4085f" } ] }, { - "@id": "_:Ne89e02c19dc74fb398c49ba40e51a65d", + "@id": "_:N89794ccb54724681b47d130e8cd4085f", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2012-12-20" + "@value": "2019-01-23" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -766,13 +719,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Nc6abeb5e36574e81ba536e6eea4c182b" + "@id": "_:N15971a0ec04347d9849137c8e0f318d2" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Isle of Man" + "@value": "EU Adequacy Decision for Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -784,7 +737,7 @@ "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%3A32012D0484" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -792,32 +745,79 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" } ] }, { - "@id": "_:Nc6abeb5e36574e81ba536e6eea4c182b", + "@id": "_:N15971a0ec04347d9849137c8e0f318d2", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ncfa14a4bed6a412a8cd2ba74a728ef06" + "@id": "_:N18439dccf7fa4a488f3b9bbdf67fddc3" } ] }, { - "@id": "_:Ncfa14a4bed6a412a8cd2ba74a728ef06", + "@id": "_:N18439dccf7fa4a488f3b9bbdf67fddc3", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2004-04-30" + "@value": "2012-08-22" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE", + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#Adequacy-EU-AD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-UY" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CH", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -836,13 +836,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:Ndb6ba475016140c3a135bb752a1b6e81" + "@id": "_:N54cf087e1eff411b92e121124da1f66e" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Jersey" + "@value": "EU Adequacy Decision for Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -854,7 +854,7 @@ "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%3A32000D0518" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -862,32 +862,32 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" } ] }, { - "@id": "_:Ndb6ba475016140c3a135bb752a1b6e81", + "@id": "_:N54cf087e1eff411b92e121124da1f66e", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Nd504d13189b2452d9b11290857b1c9b7" + "@id": "_:N2d772d638c114bd1bcb8d9fa2387ce37" } ] }, { - "@id": "_:Nd504d13189b2452d9b11290857b1c9b7", + "@id": "_:N2d772d638c114bd1bcb8d9fa2387ce37", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2008-05-26" + "@value": "2000-08-25" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-IL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Adequacy-EU-CA", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "https://w3id.org/dpv/dpv-skos/dpv-gdpr#A45-3", @@ -906,13 +906,13 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N34fe2b8f2bff4a7b85e79fb51e7c0f30" + "@id": "_:N8217d05a642d49f6a98aaa9ed5207ac3" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EU Adequacy Decision for Israel" + "@value": "EU Adequacy Decision for Canada (commercial organisations)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -924,7 +924,7 @@ "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%3A32011D0061" + "@value": "https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ @@ -932,27 +932,27 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" } ] }, { - "@id": "_:N34fe2b8f2bff4a7b85e79fb51e7c0f30", + "@id": "_:N8217d05a642d49f6a98aaa9ed5207ac3", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N8e802261c3f74e8f85b10f9a1ec0dd07" + "@id": "_:N4de43f0dcd6f4b57b14eb8628189b73b" } ] }, { - "@id": "_:N8e802261c3f74e8f85b10f9a1ec0dd07", + "@id": "_:N4de43f0dcd6f4b57b14eb8628189b73b", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2011-02-01" + "@value": "2002-01-04" } ] } diff --git a/dpv-skos/dpv-legal/modules/eu_adequacy.rdf b/dpv-skos/dpv-legal/modules/eu_adequacy.rdf index e220b6570..c95c66b77 100644 --- a/dpv-skos/dpv-legal/modules/eu_adequacy.rdf +++ b/dpv-skos/dpv-legal/modules/eu_adequacy.rdf @@ -8,19 +8,6 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - - - - - EU Adequacy Decision for Canada (commercial organisations) - https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - @@ -37,56 +24,45 @@ - - - - - + - EU Adequacy Decision for Uruguay - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + EU Adequacy Decision for United Kingdom + https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Faroe Islands - https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + EU Adequacy Decision for Isle of Man + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for Japan - http://data.europa.eu/eli/dec_impl/2019/419/oj + EU Adequacy Decision for Andorra + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2010-03-09 - @@ -95,41 +71,49 @@ https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32013D0065 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + - EU Adequacy Decision for Switzerland - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 + EU Adequacy Decision for Japan + http://data.europa.eu/eli/dec_impl/2019/419/oj - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + - EU Adequacy Decision for United Kingdom - https://ec.europa.eu/info/files/decision-adequate-protection-personal-data-united-kingdom-general-data-protection-regulation_en + EU Adequacy Decision for Canada (commercial organisations) + https://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX%3A32002D0002 - - + + 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + + + + + + @@ -138,11 +122,47 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0821 - + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + 2003-07-05 + + + + + + EU Adequacy Decision for Faroe Islands + https://eur-lex.europa.eu/legal-content/en/ALL/?uri=CELEX%3A32010D0146 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + 2012-08-22 + + + + + + EU Adequacy Decision for Uruguay + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32012D0484 + + + 2022-03-30 accepted Harshvardhan J. Pandit + + + + @@ -151,34 +171,27 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32003D0490 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - + - EU Adequacy Decision for Andorra - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32010D0625? + EU Adequacy Decision for Switzerland + https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32000D0518 - - + + 2022-03-30 accepted Harshvardhan J. Pandit - - 2010-10-21 - - + - + @@ -188,18 +201,11 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32008D0393 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2008-05-26 - @@ -208,80 +214,74 @@ https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0061 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - 2004-04-30 + + 2010-10-21 - - - + + 2019-01-23 - + - + - + - + - - - - - EU Adequacy Decision for Isle of Man - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32004D0411 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + 2021-06-28 - - 2019-01-23 + + + - - 2011-02-01 + + + - + - + - - 2003-11-21 + + 2008-05-26 - - 2003-07-05 + + 2002-01-04 - - 2012-08-22 + + 2010-03-09 - + - - - - 2002-01-04 + - - 2021-06-28 + + 2003-11-21 - + - + - + 2000-08-25 - + + + + + 2012-12-20 + + 2011-02-01 + + + 2004-04-30 + diff --git a/dpv-skos/dpv-legal/modules/eu_eea.jsonld b/dpv-skos/dpv-legal/modules/eu_eea.jsonld index d0563d730..33ab0f771 100644 --- a/dpv-skos/dpv-legal/modules/eu_eea.jsonld +++ b/dpv-skos/dpv-legal/modules/eu_eea.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -23,7 +23,148 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA", "@type": [ "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -39,15 +180,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Ne0cb274a00484e2fa65b7cac7420129f" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA-31)" + "@value": "European Economic Area (EEA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -56,18 +192,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, @@ -145,15 +273,18 @@ }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], "https://w3id.org/dpv/dpv-skos#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, @@ -235,41 +366,7 @@ ] }, { - "@id": "_:Ne0cb274a00484e2fa65b7cac7420129f", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:N9425bb4f16a24ac7965ba3b024b1fccc" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:N4abc476fae2d4220af0579bf644e3f8c" - } - ] - }, - { - "@id": "_:N9425bb4f16a24ac7965ba3b024b1fccc", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2014-04-12" - } - ] - }, - { - "@id": "_:N4abc476fae2d4220af0579bf644e3f8c", - "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-skos/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -292,122 +389,56 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28", + "@type": [ + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/temporal": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, + "@id": "_:N2f592c7f1f20440fa56e6887e23112db" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@language": "en", + "@value": "European Union (EU-28)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", + ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27", - "@type": [ - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", - "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": "_:Na9d850d7bf214ad0991791352e39560a" - } - ], - "http://purl.org/dc/terms/title": [ - { - "@language": "en", - "@value": "European Union (EU-27)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" @@ -486,6 +517,9 @@ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, @@ -567,50 +601,41 @@ ] }, { - "@id": "_:Na9d850d7bf214ad0991791352e39560a", + "@id": "_:N2f592c7f1f20440fa56e6887e23112db", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:N10b3852b5d3c43ca86707cbc790138ca" + "@id": "_:N6ece0a0bf20746028805bae3e4bda611" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:Nb13fb9f959ec4e4b9eae97cfa4500fbf" } ] }, { - "@id": "_:N10b3852b5d3c43ca86707cbc790138ca", + "@id": "_:N6ece0a0bf20746028805bae3e4bda611", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-02-01" + "@value": "2013-07-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@id": "_:Nb13fb9f959ec4e4b9eae97cfa4500fbf", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU", "@type": [ "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -626,15 +651,10 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Na4106cd5125c4372a75d576e5279f0fa" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Union (EU-28)" + "@value": "European Union (EU)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -643,18 +663,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - } - ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, @@ -732,15 +744,18 @@ }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ], "https://w3id.org/dpv/dpv-skos#hasCountry": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, @@ -821,109 +836,6 @@ } ] }, - { - "@id": "_:Na4106cd5125c4372a75d576e5279f0fa", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Ne5eb82ed6406451cb12cfb93ba402f90" - } - ], - "http://www.w3.org/2006/time#hasEnd": [ - { - "@id": "_:Nb74e9749330e442bb8b152ffd2b20602" - } - ] - }, - { - "@id": "_:Ne5eb82ed6406451cb12cfb93ba402f90", - "http://www.w3.org/2006/time#inXSDDate": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2013-07-01" - } - ] - }, - { - "@id": "_:Nb74e9749330e442bb8b152ffd2b20602", - "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-skos/dpv-legal#HR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30", "@type": [ @@ -943,7 +855,7 @@ ], "http://purl.org/dc/terms/temporal": [ { - "@id": "_:N863cfee2bea246ca8ebaa0cc8f4e44a6" + "@id": "_:Ne630519e35294e27a94ecd61b94980c9" } ], "http://purl.org/dc/terms/title": [ @@ -1131,18 +1043,18 @@ ] }, { - "@id": "_:N863cfee2bea246ca8ebaa0cc8f4e44a6", + "@id": "_:Ne630519e35294e27a94ecd61b94980c9", "@type": [ "http://www.w3.org/2006/time#ProperInterval" ], "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "_:Ne32a5d13cc0c420fab0fefa15e2481af" + "@id": "_:N2719d79793614e2d8b53c68575d467cf" } ] }, { - "@id": "_:Ne32a5d13cc0c420fab0fefa15e2481af", + "@id": "_:N2719d79793614e2d8b53c68575d467cf", "http://www.w3.org/2006/time#inXSDDate": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -1151,7 +1063,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1174,115 +1086,168 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU", - "@type": [ - "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, { - "@language": "en", - "@value": "European Union (EU)" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } - ], - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" @@ -1290,97 +1255,149 @@ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } - ], - "https://w3id.org/dpv/dpv-skos#hasCountry": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#SE", + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" }, @@ -1402,7 +1419,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1425,7 +1442,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27", "@type": [ "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1441,10 +1458,15 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N79a3e558429d4d2c93e4ad7fa6b0122d" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "European Economic Area (EEA)" + "@value": "European Union (EU-27)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1453,6 +1475,11 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + } + ], "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" @@ -1534,12 +1561,6 @@ }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" } ], "https://w3id.org/dpv/dpv-skos#hasCountry": [ @@ -1627,76 +1648,27 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@id": "_:N79a3e558429d4d2c93e4ad7fa6b0122d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "_:N2118ead9a2364098b3ec46b0b0ee45b9" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" - }, + "@id": "_:N2118ead9a2364098b3ec46b0b0ee45b9", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-02-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1719,7 +1691,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1742,7 +1714,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1765,7 +1737,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" @@ -1788,220 +1760,248 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31", + "@type": [ + "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "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": "_:N81d87af1efd04b04a2922c488a71e8be" + } + ], + "http://purl.org/dc/terms/title": [ + { + "@language": "en", + "@value": "European Economic Area (EEA-31)" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + } + ], + "https://w3id.org/dpv/dpv-skos#hasCountry": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EEA31" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU27" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU28" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + } + ] + }, + { + "@id": "_:N81d87af1efd04b04a2922c488a71e8be", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N04e220fd9a6f4e9e977de1d1ea9c34e6" + } + ], + "http://www.w3.org/2006/time#hasEnd": [ + { + "@id": "_:N8802f7edefcc4825a542d600972da0e0" + } + ] + }, + { + "@id": "_:N04e220fd9a6f4e9e977de1d1ea9c34e6", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2014-04-12" + } + ] + }, + { + "@id": "_:N8802f7edefcc4825a542d600972da0e0", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-01-31" } ] } diff --git a/dpv-skos/dpv-legal/modules/eu_eea.rdf b/dpv-skos/dpv-legal/modules/eu_eea.rdf index 4857ae145..36309b527 100644 --- a/dpv-skos/dpv-legal/modules/eu_eea.rdf +++ b/dpv-skos/dpv-legal/modules/eu_eea.rdf @@ -7,10 +7,11 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - + - European Union (EU) + European Economic Area (EEA-30) + @@ -65,17 +66,32 @@ - - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + - European Economic Area (EEA-30) - + European Union (EU-27) + @@ -130,16 +146,31 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + - European Union (EU-27) - + European Economic Area (EEA) @@ -194,73 +225,17 @@ - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - European Economic Area (EEA-31) - + European Union (EU-28) + @@ -317,16 +292,44 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - European Union (EU-28) - + European Economic Area (EEA-31) + @@ -383,15 +386,15 @@ - + 2022-03-30 accepted Harshvardhan J. Pandit - + - European Economic Area (EEA) + European Union (EU) @@ -446,13 +449,13 @@ - - + + 2022-03-30 accepted Harshvardhan J. Pandit - + @@ -460,7 +463,7 @@ - + @@ -468,12 +471,7 @@ - - - - - - + @@ -481,7 +479,7 @@ - + @@ -489,7 +487,7 @@ - + @@ -497,7 +495,7 @@ - + @@ -505,11 +503,16 @@ - - - + + + + + + + + - + @@ -517,7 +520,10 @@ - + + 2020-02-01 + + @@ -525,7 +531,7 @@ - + @@ -533,7 +539,12 @@ - + + + + + + @@ -541,15 +552,11 @@ - - - + - - - + @@ -557,7 +564,7 @@ - + @@ -565,7 +572,7 @@ - + @@ -573,7 +580,7 @@ - + @@ -581,7 +588,7 @@ - + @@ -589,7 +596,12 @@ - + + + + + + @@ -597,16 +609,7 @@ - - 2013-07-01 - - - 2020-02-01 - - - 2014-04-12 - - + @@ -614,7 +617,7 @@ - + @@ -630,12 +633,7 @@ - - - - - - + @@ -643,21 +641,23 @@ - - 2020-01-31 + + + - + + 2014-04-12 + + 2020-01-31 - - - + + 2013-07-01 - - 2020-02-01 + + 2020-01-31 - - - + + 2020-02-01 diff --git a/dpv-skos/dpv-legal/modules/laws.jsonld b/dpv-skos/dpv-legal/modules/laws.jsonld index 140359bee..d29190668 100644 --- a/dpv-skos/dpv-legal/modules/laws.jsonld +++ b/dpv-skos/dpv-legal/modules/laws.jsonld @@ -1,12 +1,45 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, @@ -69,29 +102,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -110,14 +129,19 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8b58a61558ed4cfb89de90f5c775375d" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" + "@value": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -129,22 +153,98 @@ "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": "Federal Data Protection Act (BDSG)" }, { "@language": "de", - "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" + "@value": "Bundesdatenschutzgesetz (BDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@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": "https://www.gesetze-im-internet.de/bdsg_2018/" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + } + ] + }, + { + "@id": "_:N8b58a61558ed4cfb89de90f5c775375d", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nfc30cff777a748baac6a32aba61c48a1" + } + ] + }, + { + "@id": "_:Nfc30cff777a748baac6a32aba61c48a1", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, @@ -207,7 +307,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -215,37 +315,29 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -253,7 +345,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -265,21 +357,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N2a40168511b04414a9aa73277f0ba9f3" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -291,27 +381,51 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" - }, - { - "@language": "de", - "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" + "@value": "California Consumer Privacy Act (CCPA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@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" + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", + "@id": "_:N2a40168511b04414a9aa73277f0ba9f3", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:Nb616e3b286e54c798cd7e2de8d7491d1" + } + ] + }, + { + "@id": "_:Nb616e3b286e54c798cd7e2de8d7491d1", + "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-skos/dpv-legal#RO", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -333,11 +447,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "State Data Protection Act (LDSG) (BW)" }, { "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -349,27 +463,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin Data Protection Act (BlnDSG)" + "@value": "State Data Protection Act (LDSG) (BW)" }, { "@language": "de", - "@value": "Berliner Datenschutzgesetz (BlnDSG)" + "@value": "Landesdatenschutzgesetz (LDSG) (BW)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" + "@value": "https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -391,11 +505,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -407,49 +521,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower Saxony Data Protection Act (NDSG)" + "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" }, { "@language": "de", - "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" + "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" } ], "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.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -461,21 +567,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N8eee861d872d4a6590a8edd1543c9d9b" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -487,47 +591,49 @@ "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)" - }, - { - "@language": "de", - "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" + "@value": "California Privacy Rights Act (CPRA)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" + "@value": "https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + "@id": "_:N8eee861d872d4a6590a8edd1543c9d9b", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" - }, + "@id": "_:Nd39442d117b64fbdade1a22988bb0745" + } + ] + }, + { + "@id": "_:Nd39442d117b64fbdade1a22988bb0745", + "http://www.w3.org/2006/time#inXSDDate": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2023-01-01" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -535,85 +641,59 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Law", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ], - "http://purl.org/dc/terms/title": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@language": "en", - "@value": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" - } - ], - "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": "Hessian Data Protection and Freedom of Information Act (HDSIG)" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" }, { - "@language": "de", - "@value": "Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG)" - } - ], - "http://xmlns.com/foaf/0.1/homepage": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } - ], - "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -621,7 +701,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -643,11 +731,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -659,41 +747,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thuringian Data Protection Act (ThürDSG)" + "@value": "Brandenburg Data Protection Act (BbgDSG)" }, { "@language": "de", - "@value": "Thüringer Datenschutzgesetz (ThürDSG)" + "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" } ], "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://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -705,21 +779,19 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/temporal": [ + { + "@id": "_:N43c31b2161984b79a0ff3b894571cfb3" + } + ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "General Data Protection Regulation (GDPR)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -731,79 +803,259 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG) (BW)" - }, - { - "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG) (BW)" + "@value": "General Data Protection Regulation (GDPR)" } ], "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": "http://data.europa.eu/eli/reg/2016/679/oj" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + } + ] + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", + "@id": "_:N43c31b2161984b79a0ff3b894571cfb3", + "@type": [ + "http://www.w3.org/2006/time#ProperInterval" + ], + "http://www.w3.org/2006/time#hasBeginning": [ + { + "@id": "_:N96c49a348a0342d5a22dde43bb22e78e" + } + ] + }, + { + "@id": "_:N96c49a348a0342d5a22dde43bb22e78e", + "http://www.w3.org/2006/time#inXSDDate": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2018-05-25" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -825,11 +1077,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@value": "Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -841,27 +1093,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bavarian Data Protection Act (BayDSG)" + "@value": "Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG)" }, { "@language": "de", - "@value": "Bayerisches Datenschutzgesetz (BayDSG)" + "@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://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" + "@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/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -869,81 +1121,60 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Law", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" + "@language": "en", + "@value": "Hamburg Data Protection Act (HmbDSG)" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + "@language": "en", + "@value": "Hamburg Data Protection Act (HmbDSG)" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@language": "de", + "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" - }, + ], + "http://xmlns.com/foaf/0.1/homepage": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" } ] }, @@ -956,7 +1187,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -964,13 +1195,13 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -978,7 +1209,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1000,11 +1231,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1016,41 +1247,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hamburg Data Protection Act (HmbDSG)" + "@value": "Bavarian Data Protection Act (BayDSG)" }, { "@language": "de", - "@value": "Hamburgisches Datenschutzgesetz (HmbDSG)" + "@value": "Bayerisches Datenschutzgesetz (BayDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf" + "@value": "https://www.datenschutz-bayern.de/datenschutzreform2018/BayDSG.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1058,7 +1292,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1080,11 +1322,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1096,27 +1338,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State Data Protection Act (LDSG)" + "@value": "Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG)" }, { "@language": "de", - "@value": "Landesdatenschutzgesetz (LDSG)" + "@value": "Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" + "@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/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1124,7 +1366,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1137,18 +1379,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:N3c6c3c5c778b4e36b50668532f2d7898" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + }, + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1160,65 +1404,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Consumer Privacy Act (CCPA)" + "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + }, + { + "@language": "de", + "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" } ], "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" + "@value": "https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" - } - ] - }, - { - "@id": "_:N3c6c3c5c778b4e36b50668532f2d7898", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nc8305a21eec649eea28092f158c765cd" - } - ] - }, - { - "@id": "_:Nc8305a21eec649eea28092f158c765cd", - "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-skos/dpv-legal#FI", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", - "https://w3id.org/dpv/dpv-skos#hasLaw": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1226,7 +1438,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1248,11 +1460,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1264,33 +1476,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg Data Protection Act (BbgDSG)" + "@value": "Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG)" }, { "@language": "de", - "@value": "Brandenburgisches Datenschutzgesetz (BbgDSG)" + "@value": "Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf" + "@value": "https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1298,7 +1510,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1311,18 +1523,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:Nf5390dba0e464229859b6ac3adb019c5" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Berlin Data Protection Act (BlnDSG)" + }, + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1334,111 +1548,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California Privacy Rights Act (CPRA)" + "@value": "Berlin Data Protection Act (BlnDSG)" + }, + { + "@language": "de", + "@value": "Berliner Datenschutzgesetz (BlnDSG)" } ], "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" + "@value": "https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/publikationen/informationsmaterialien/2018-BlnBDI_BlnDSG.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" - } - ] - }, - { - "@id": "_:Nf5390dba0e464229859b6ac3adb019c5", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ - { - "@id": "_:Nb81731f3fc334097b8e9b495b6274011" - } - ] - }, - { - "@id": "_:Nb81731f3fc334097b8e9b495b6274011", - "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-skos/dpv-legal#DE-BE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#DE-BDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BbgDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE-BlnDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY-BayDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB-BremDSGVOAG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-LSA-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH-LDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN-SächsDSG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1446,15 +1584,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CCPA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA-CPRA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1462,7 +1603,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1470,7 +1611,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", "https://w3id.org/dpv/dpv-skos#hasLaw": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" @@ -1478,7 +1619,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1497,19 +1638,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/temporal": [ - { - "@id": "_:Nf5ec91a27fde4d55847c2551e2e1392d" - } - ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Saarländisches Datenschutzgesetz" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1521,95 +1657,71 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Federal Data Protection Act (BDSG)" + "@value": "Saarland Data Protection Act" }, { "@language": "de", - "@value": "Bundesdatenschutzgesetz (BDSG)" + "@value": "Saarländisches Datenschutzgesetz" } ], "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/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" - }, + "@type": "http://www.w3.org/2001/XMLSchema#anyURI", + "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + } + ], + "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" - }, + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH-HmbDSG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "_:Nf5ec91a27fde4d55847c2551e2e1392d", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "_:Naaf032e547824550a8ed813823154fcf" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "_:Naaf032e547824550a8ed813823154fcf", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-20" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW-DSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH-ThürDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1631,11 +1743,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1647,27 +1759,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "North Rhine-Westphalia Data Protection Act (DSG NRW)" + "@value": "Thuringian Data Protection Act (ThürDSG)" }, { "@language": "de", - "@value": "Datenschutzgesetz Nordrhein-Westfalen (DSG NRW)" + "@value": "Thüringer Datenschutzgesetz (ThürDSG)" } ], "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://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL-SDSG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP-LDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1689,11 +1801,11 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1705,27 +1817,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland Data Protection Act" + "@value": "State Data Protection Act (LDSG)" }, { "@language": "de", - "@value": "Saarländisches Datenschutzgesetz" + "@value": "Landesdatenschutzgesetz (LDSG)" } ], "http://xmlns.com/foaf/0.1/homepage": [ { "@type": "http://www.w3.org/2001/XMLSchema#anyURI", - "@value": "https://recht.saarland.de/bssl/document/jlr-DSGSL2018rahmen" + "@value": "https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI-NDSG", "@type": [ "https://w3id.org/dpv/dpv-skos#Law", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1738,18 +1864,20 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/temporal": [ + "@value": "Julian Flake" + }, { - "@id": "_:Nf979438e4af94963932edd7659c1031c" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1761,164 +1889,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Data Protection Regulation (GDPR)" + "@value": "Lower Saxony Data Protection Act (NDSG)" + }, + { + "@language": "de", + "@value": "Niedersächsisches Datenschutzgesetz (NDSG)" } ], "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" + "@value": "https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf" } ], "https://w3id.org/dpv/dpv-skos#hasJurisdiction": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" } ] }, { - "@id": "_:Nf979438e4af94963932edd7659c1031c", - "@type": [ - "http://www.w3.org/2006/time#ProperInterval" - ], - "http://www.w3.org/2006/time#hasBeginning": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", + "https://w3id.org/dpv/dpv-skos#hasLaw": [ { - "@id": "_:N3bd6a25265c443b2ae7edd4a4acbb443" - } - ] - }, - { - "@id": "_:N3bd6a25265c443b2ae7edd4a4acbb443", - "http://www.w3.org/2006/time#inXSDDate": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BDSG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2018-05-25" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE-HDISG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EU-GDPR" } ] } diff --git a/dpv-skos/dpv-legal/modules/laws.rdf b/dpv-skos/dpv-legal/modules/laws.rdf index 725514b13..92c5d6d77 100644 --- a/dpv-skos/dpv-legal/modules/laws.rdf +++ b/dpv-skos/dpv-legal/modules/laws.rdf @@ -8,25 +8,37 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:time="http://www.w3.org/2006/time#" > - - - - + + + + Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) + 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) + Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) + + https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit - + - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - Lower Saxony Data Protection Act (NDSG) - Niedersächsisches Datenschutzgesetz (NDSG) - - https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf + 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 + 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 + + https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit + + + @@ -52,34 +64,53 @@ https://www.gesetze-im-internet.de/bdsg_2018/ - + 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - + + + + Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) + Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) + 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 + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + Thuringian Data Protection Act (ThürDSG) + Thüringer Datenschutzgesetz (ThürDSG) + + https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) + Hamburg Data Protection Act (HmbDSG) + Hamburgisches Datenschutzgesetz (HmbDSG) + + https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit @@ -88,37 +119,97 @@ California Privacy Rights Act (CPRA) https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - North Rhine-Westphalia Data Protection Act (DSG NRW) - Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) - - https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + Brandenburg Data Protection Act (BbgDSG) + Brandenburgisches Datenschutzgesetz (BbgDSG) + + https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - 2023-01-01 + + + - + - Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) - 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) - Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) - - https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + Hessian Data Protection and Freedom of Information Act (HDSIG) + Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) + + https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + State Data Protection Act (LDSG) + Landesdatenschutzgesetz (LDSG) + + https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + + + + + + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) + Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) + + 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 + 2022-03-30 + accepted + Julian Flake + Harshvardhan J. Pandit + + + + + California Consumer Privacy Act (CCPA) + California Consumer Privacy Act (CCPA) + + https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + North Rhine-Westphalia Data Protection Act (DSG NRW) + Datenschutzgesetz Nordrhein-Westfalen (DSG NRW) + + https://recht.nrw.de/lmi/owa/br_text_anzeigen?v_id=3520071121100436275 2022-03-30 accepted Julian Flake @@ -173,47 +264,20 @@ http://data.europa.eu/eli/reg/2016/679/oj - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - + + + - + + + - - - - Schleswig-Holstein law for the protection of personal data (state data protection law - LDSG) - Schleswig-Holsteinisches Gesetz zum Schutz personenbezogener Daten (Landesdatenschutzgesetz - LDSG) - 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 - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - State Data Protection Act (LDSG) (BW) - Landesdatenschutzgesetz (LDSG) (BW) - - https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - @@ -228,90 +292,99 @@ Julian Flake Harshvardhan J. Pandit - + + + + - Law on the protection of personal data of citizens (Saxony-Anhalt Data Protection Act - DSG LSA) - 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) - Gesetz zum Schutz personenbezogener Daten der Bürger (Datenschutzgesetz Sachsen-Anhalt - DSG LSA) - - https://www.landtag.sachsen-anhalt.de/fileadmin/Downloads/Rechtsgrundlagen/2018_Datenschutzgesetz-DSG-LSA.pdf + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + Lower Saxony Data Protection Act (NDSG) + Niedersächsisches Datenschutzgesetz (NDSG) + + https://lfd.niedersachsen.de/download/132258/Niedersaechsisches_Datenschutzgesetz_NDSG_vom_16._Mai_2018_Nds._GVBl._S._66_.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + - + - + - + - + + + + - + - - - + + + + + + + + + + + + + + + + + + + + + + - + - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - Bremen Implementing Act for the EU General Data Protection Regulation (BremDSGVOAG) - Bremisches Ausführungsgesetz zur EU-Datenschutz-Grundverordnung (BremDSGVOAG) - - 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 + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + State Data Protection Act (LDSG) (BW) + Landesdatenschutzgesetz (LDSG) (BW) + + https://www.baden-wuerttemberg.datenschutz.de/wp-content/uploads/2018/06/LDSG-neu-GBl-2018173.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - - - + - + - + - - + + 2019-11-20 - + + + - + + + - - - - - - - - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - Hamburg Data Protection Act (HmbDSG) - Hamburgisches Datenschutzgesetz (HmbDSG) - - https://datenschutz-hamburg.de/assets/pdf/HmbDSG_neu.pdf - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - @@ -326,99 +399,13 @@ Julian Flake Harshvardhan J. Pandit - - - - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - Hessian Data Protection and Freedom of Information Act (HDSIG) - Hessisches Datenschutz- und Informationsfreiheitsgesetz (HDSIG) - - https://www.rv.hessenrecht.hessen.de/bshe/document/jlr-DSIFGHErahmen - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - + - - - - - - + - + - - - - - - - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - Brandenburg Data Protection Act (BbgDSG) - Brandenburgisches Datenschutzgesetz (BbgDSG) - - https://www.lda.brandenburg.de/sixcms/media.php/9/BbgDSG_2019.pdf - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - - - - - California Consumer Privacy Act (CCPA) - California Consumer Privacy Act (CCPA) - - https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201720180AB375 - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - Thuringian Data Protection Act (ThürDSG) - Thüringer Datenschutzgesetz (ThürDSG) - - https://landesrecht.thueringen.de/bsth/document/jlr-DSGTH2018rahmen - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - State Data Protection Act (LDSG) - Landesdatenschutzgesetz (LDSG) - - https://landesrecht.rlp.de/bsrp/document/jlr-DSGRP2018pP18 - 2022-03-30 - accepted - Julian Flake - Harshvardhan J. Pandit - - - - - + @@ -439,37 +426,44 @@ - + - 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 - 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 - - https://www.datenschutz-mv.de/static/DS/Dateien/Rechtsgrundlagen/Landesdatenschutzgesetz.pdf + Law for the Protection of Informational Self-Determination in the Free State of Saxony (Saxon Data Protection Act - SächsDSG) + 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) + Gesetz zum Schutz der informationellen Selbstbestimmung im Freistaat Sachsen (Sächsisches Datenschutzgesetz – SächsDSG) + + https://www.recht.sachsen.de/vorschrift_gesamt/1672/28005.pdf 2022-03-30 accepted Julian Flake Harshvardhan J. Pandit - + + + - + - - + + + - + - + - - - + + 2020-01-01 + + + + + @@ -477,85 +471,91 @@ - + - + - - + + 2018-05-25 - + - - - + + - + - + - + - - 2019-11-20 - - + - + - + + + - - 2018-05-25 + + - + - + - - + + + - + - + - - - + - + + 2023-01-01 + + - + - + - + - + - - 2020-01-01 + + - + + + + + + + diff --git a/dpv-skos/dpv-legal/modules/locations.jsonld b/dpv-skos/dpv-legal/modules/locations.jsonld index f27feff03..ee2c73dd6 100644 --- a/dpv-skos/dpv-legal/modules/locations.jsonld +++ b/dpv-skos/dpv-legal/modules/locations.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19,7 +19,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Martinique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -30,43 +30,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montenegro" + "@value": "Martinique" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ME" + "@value": "MQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MNE" + "@value": "MTQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "499" + "@value": "474" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "499" + "@value": "474" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -83,7 +86,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colombia" + "@value": "SouthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -94,44 +97,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colombia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "COL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "170" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "170" + "@value": "SouthernEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -150,7 +127,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vermont" + "@value": "CentralAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -161,18 +138,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vermont" + "@value": "CentralAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -191,7 +168,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jordan" + "@value": "Tokelau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -202,41 +179,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jordan" + "@value": "Tokelau" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "JO" + "@value": "TK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "JOR" + "@value": "TKL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "400" + "@value": "772" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "400" + "@value": "772" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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/title": [ + { + "@language": "en", + "@value": "Arkansas" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Arkansas" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -255,7 +273,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Mauritius" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -266,44 +284,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bouvet Island" + "@value": "Mauritius" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BV" + "@value": "MU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BVT" + "@value": "MUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "74" + "@value": "480" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "74" + "@value": "480" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -322,7 +340,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Caribbean" + "@value": "AustraliaandNewZealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -333,20 +351,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Caribbean" + "@value": "AustraliaandNewZealand" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -363,7 +381,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Somalia" + "@value": "Thuringia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -374,44 +392,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@language": "en", + "@value": "Thuringia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "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/title": [ + { + "@language": "en", + "@value": "Luxembourg" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Somalia" + "@value": "Luxembourg" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SO" + "@value": "LU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SOM" + "@value": "LUX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "706" + "@value": "442" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "706" + "@value": "442" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -430,7 +486,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greenland" + "@value": "Togo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -441,41 +497,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@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": "Greenland" + "@value": "Togo" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GL" + "@value": "TG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRL" + "@value": "TGO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "304" + "@value": "768" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "304" + "@value": "768" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -494,7 +553,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Benin" + "@value": "Japan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -505,270 +564,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benin" + "@value": "Japan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BJ" + "@value": "JP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BEN" + "@value": "JPN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "204" + "@value": "392" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "204" + "@value": "392" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, + "@language": "en", + "@value": "Vermont" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + "@language": "en", + "@value": "Vermont" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -787,7 +658,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "Saint Helena" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -798,44 +669,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bolivia (Plurinational State of)" + "@value": "Saint Helena" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BO" + "@value": "SH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BOL" + "@value": "SHN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "68" + "@value": "654" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "68" + "@value": "654" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -854,7 +725,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Sint Maarten (Dutch part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -865,41 +736,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Isle of Man" + "@value": "Sint Maarten (Dutch part)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IM" + "@value": "SX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IMN" + "@value": "SXM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "833" + "@value": "534" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "833" + "@value": "534" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -918,7 +792,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uruguay" + "@value": "British Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -932,73 +806,82 @@ "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uruguay" + "@value": "British Virgin Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UY" + "@value": "VG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "URY" + "@value": "VGB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "858" + "@value": "92" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "858" + "@value": "92" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, + "@language": "en", + "@value": "Kansas" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + "@language": "en", + "@value": "Kansas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1017,7 +900,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Japan" + "@value": "United Republic of Tanzania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1028,41 +911,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Japan" + "@value": "United Republic of Tanzania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "JP" + "@value": "TZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "JPN" + "@value": "TZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "392" + "@value": "834" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "392" + "@value": "834" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1081,7 +967,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Serbia" + "@value": "Turkmenistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1092,41 +978,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Serbia" + "@value": "Turkmenistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RS" + "@value": "TM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SRB" + "@value": "TKM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "688" + "@value": "795" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "688" + "@value": "795" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1145,7 +1031,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "NorthernAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1156,18 +1042,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brandenburg" + "@value": "NorthernAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1186,7 +1072,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Malawi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1197,82 +1083,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cyprus" + "@value": "Malawi" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CY" + "@value": "MW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CYP" + "@value": "MWI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "196" + "@value": "454" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "196" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Connecticut" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Connecticut" + "@value": "454" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1291,7 +1139,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Switzerland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1302,41 +1150,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cook Islands" + "@value": "Switzerland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CK" + "@value": "CH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "COK" + "@value": "CHE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "184" + "@value": "756" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "184" + "@value": "756" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1355,7 +1203,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Americas" + "@value": "Rhineland-Palatinate" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1364,17 +1212,22 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Americas" + "@value": "Rhineland-Palatinate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -1391,7 +1244,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Timor-Leste" + "@value": "Brandenburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1402,108 +1255,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Timor-Leste" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "TL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "TLS" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "626" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "626" + "@value": "Brandenburg" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#DE", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + }, { - "@language": "en", - "@value": "Cameroon" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, { - "@language": "en", - "@value": "Cameroon" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, { - "@value": "CM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, { - "@value": "CMR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, { - "@value": "120" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, { - "@value": "120" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1522,7 +1338,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominican Republic" + "@value": "Kiribati" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1533,44 +1349,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@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": "Dominican Republic" + "@value": "Kiribati" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DO" + "@value": "KI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DOM" + "@value": "KIR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "214" + "@value": "296" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "214" + "@value": "296" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1589,7 +1402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Peru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1600,85 +1413,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Indian Ocean Territory" + "@value": "Peru" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IO" + "@value": "PE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IOT" + "@value": "PER" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "86" + "@value": "604" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "86" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Delaware" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Delaware" + "@value": "604" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1697,7 +1469,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uganda" + "@value": "Belgium" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1708,44 +1480,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uganda" + "@value": "Belgium" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UG" + "@value": "BE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UGA" + "@value": "BEL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "800" + "@value": "56" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "800" + "@value": "56" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1764,7 +1533,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Russian Federation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1775,41 +1544,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Myanmar" + "@value": "Russian Federation" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MM" + "@value": "RU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MMR" + "@value": "RUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "104" + "@value": "643" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "104" + "@value": "643" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1828,7 +1597,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Denmark" + "@value": "Hungary" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1842,79 +1611,91 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Denmark" + "@value": "Hungary" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DK" + "@value": "HU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DNK" + "@value": "HUN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "208" + "@value": "348" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "208" + "@value": "348" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + }, { - "@language": "en", - "@value": "AustraliaandNewZealand" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + }, { - "@language": "en", - "@value": "AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1933,7 +1714,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Virginia" + "@value": "SubSaharanAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1944,59 +1725,56 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Virginia" + "@value": "SubSaharanAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + }, { - "@language": "en", - "@value": "District of Columbia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + }, { - "@language": "en", - "@value": "District of Columbia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2015,7 +1793,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Eswatini" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2026,44 +1804,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Falkland Islands (Malvinas)" + "@value": "Eswatini" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FK" + "@value": "SZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FLK" + "@value": "SWZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "238" + "@value": "748" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "238" + "@value": "748" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2082,7 +1860,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New York" + "@value": "Schleswig-Holstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2093,18 +1871,32 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "New York" + "@value": "Schleswig-Holstein" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI", + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2123,7 +1915,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Nicaragua" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2134,85 +1926,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Côte d’Ivoire" + "@value": "Nicaragua" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CI" + "@value": "NI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CIV" + "@value": "NIC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "384" + "@value": "558" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "384" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "South Dakota" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "South Dakota" + "@value": "558" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2231,7 +1982,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Iraq" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2245,38 +1996,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kyrgyzstan" + "@value": "Iraq" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KG" + "@value": "IQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KGZ" + "@value": "IRQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "417" + "@value": "368" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "417" + "@value": "368" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2295,7 +2046,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2306,41 +2057,146 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Wallis and Futuna Islands" + "@value": "Congo" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "WF" + "@value": "CG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "WLF" + "@value": "COG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "876" + "@value": "178" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "876" + "@value": "178" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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/title": [ + { + "@language": "en", + "@value": "Minnesota" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Minnesota" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2359,7 +2215,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Croatia" + "@value": "Bangladesh" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2370,41 +2226,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Croatia" + "@value": "Bangladesh" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HR" + "@value": "BD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HRV" + "@value": "BGD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "191" + "@value": "50" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "191" + "@value": "50" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2423,7 +2279,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maryland" + "@value": "Bremen" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2434,20 +2290,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Maryland" + "@value": "Bremen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -2464,7 +2320,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Latvia" + "@value": "Oregon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2475,41 +2331,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@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": "Latvia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "LV" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "LVA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "428" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "428" + "@value": "Oregon" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2528,7 +2361,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Minnesota" + "@value": "U.S. Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2545,12 +2378,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Minnesota" + "@value": "U.S. Virgin Islands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2569,7 +2402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Samoa" + "@value": "Turks and Caicos Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2580,41 +2413,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Samoa" + "@value": "Turks and Caicos Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "WS" + "@value": "TC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "WSM" + "@value": "TCA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "882" + "@value": "796" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "882" + "@value": "796" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2633,7 +2469,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Venezuela (Bolivarian Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2644,186 +2480,111 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Afghanistan" + "@value": "Venezuela (Bolivarian Republic of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AF" + "@value": "VE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AFG" + "@value": "VEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "4" + "@value": "862" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "4" + "@value": "862" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" - }, + "@language": "en", + "@value": "Niger" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Niger" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Tennessee" + "@value": "NE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "NER" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "562" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Tennessee" + "@value": "562" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2842,7 +2603,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malawi" + "@value": "Cuba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2853,44 +2614,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malawi" + "@value": "Cuba" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MW" + "@value": "CU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MWI" + "@value": "CUB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "454" + "@value": "192" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "454" + "@value": "192" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2909,7 +2670,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernAsia" + "@value": "WesternEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2920,18 +2681,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "SouthernAsia" + "@value": "WesternEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2950,7 +2711,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Thailand" + "@value": "Lebanon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2964,40 +2725,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thailand" + "@value": "Lebanon" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TH" + "@value": "LB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "THA" + "@value": "LBN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "764" + "@value": "422" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "764" + "@value": "422" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3014,7 +2775,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Caledonia" + "@value": "Puerto Rico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3025,41 +2786,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Caledonia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NC" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NCL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "540" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "540" + "@value": "Puerto Rico" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3078,7 +2816,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Georgia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3092,38 +2830,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brunei Darussalam" + "@value": "Georgia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BN" + "@value": "GE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BRN" + "@value": "GEO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "96" + "@value": "268" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "96" + "@value": "268" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3142,7 +2880,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Gambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3153,44 +2891,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Kitts and Nevis" + "@value": "Gambia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KN" + "@value": "GM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KNA" + "@value": "GMB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "659" + "@value": "270" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "659" + "@value": "270" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3209,7 +2947,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "United States Virgin Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3223,41 +2961,41 @@ "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nicaragua" + "@value": "United States Virgin Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NI" + "@value": "VI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NIC" + "@value": "VIR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "558" + "@value": "850" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "558" + "@value": "850" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3276,7 +3014,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Madagascar" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3287,216 +3025,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Madagascar" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MDG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "450" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "450" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "WesternEurope" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "WesternEurope" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Christmas Island" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Christmas Island" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CX" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CXR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "162" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "162" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Guadeloupe" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guadeloupe" + "@value": "Guam" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GP" + "@value": "GU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GLP" + "@value": "GUM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "312" + "@value": "316" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "312" + "@value": "316" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3515,7 +3078,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Viet Nam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3526,44 +3089,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Equatorial Guinea" + "@value": "Viet Nam" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GQ" + "@value": "VN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GNQ" + "@value": "VNM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "226" + "@value": "704" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "226" + "@value": "704" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3582,7 +3142,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Americas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3591,20 +3151,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EasternAfrica" + "@value": "Americas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3623,7 +3178,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3643,32 +3198,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kiribati" + "@value": "Northern Mariana Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KI" + "@value": "MP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KIR" + "@value": "MNP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "296" + "@value": "580" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "296" + "@value": "580" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3687,7 +3242,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China" + "@value": "Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3707,85 +3262,306 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China" + "@value": "Republic of Korea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CN" + "@value": "KR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CHN" + "@value": "KOR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "156" + "@value": "410" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "156" + "@value": "410" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-legal#Asia", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH", + "@id": "https://w3id.org/dpv/dpv-legal#Oceania", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3804,7 +3580,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Somalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3815,41 +3591,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@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#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marshall Islands" + "@value": "Somalia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MH" + "@value": "SO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MHL" + "@value": "SOM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "584" + "@value": "706" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "584" + "@value": "706" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3868,7 +3647,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Heard Island and McDonald Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3879,41 +3658,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tunisia" + "@value": "Heard Island and McDonald Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TN" + "@value": "HM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TUN" + "@value": "HMD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "788" + "@value": "334" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "788" + "@value": "334" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3932,7 +3711,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Tunisia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3943,82 +3722,217 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ukraine" + "@value": "Tunisia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UA" + "@value": "TN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UKR" + "@value": "TUN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "804" + "@value": "788" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "804" + "@value": "788" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@language": "en", - "@value": "Missouri" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + }, { - "@language": "en", - "@value": "Missouri" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4037,7 +3951,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Chile" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4048,43 +3962,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Faroe Islands" + "@value": "Chile" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FO" + "@value": "CL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FRO" + "@value": "CHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "234" + "@value": "152" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "234" + "@value": "152" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4101,7 +4018,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "India" + "@value": "Maine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4112,43 +4029,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "India" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "IN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "IND" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "356" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "356" + "@value": "Maine" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4165,7 +4059,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Anguilla" + "@value": "Pennsylvania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4176,46 +4070,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { "@language": "en", - "@value": "Anguilla" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "AI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "AIA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "660" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "660" + "@value": "Pennsylvania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4232,7 +4100,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Yemen" + "@value": "Ohio" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4243,41 +4111,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Yemen" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "YE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "YEM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "887" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "887" + "@value": "Ohio" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4296,7 +4141,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "South Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4313,38 +4158,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burkina Faso" + "@value": "South Africa" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BF" + "@value": "ZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BFA" + "@value": "ZAF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "854" + "@value": "710" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "854" + "@value": "710" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4363,7 +4208,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Italy" + "@value": "Zambia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4374,298 +4219,214 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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": "Italy" + "@value": "Zambia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IT" + "@value": "ZM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ITA" + "@value": "ZMB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "380" + "@value": "894" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "380" + "@value": "894" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + }, { - "@language": "en", - "@value": "Malta" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + }, { - "@language": "en", - "@value": "Malta" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + }, { - "@value": "MT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + }, { - "@value": "MLT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + }, { - "@value": "470" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, { - "@value": "470" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" + }, { - "@language": "en", - "@value": "Bahamas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + }, { - "@language": "en", - "@value": "Bahamas" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + }, { - "@value": "BS" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + }, { - "@value": "BHS" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + }, { - "@value": "44" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + }, { - "@value": "44" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" + }, { - "@language": "en", - "@value": "Mali" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" + }, { - "@value": "ML" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + }, { - "@value": "MLI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" + }, { - "@value": "466" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + }, { - "@value": "466" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4684,7 +4445,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Dominican Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4695,41 +4456,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Zealand" + "@value": "Dominican Republic" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NZ" + "@value": "DO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NZL" + "@value": "DOM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "554" + "@value": "214" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "554" + "@value": "214" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4748,7 +4512,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Iceland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4759,46 +4523,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "El Salvador" + "@value": "Iceland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SV" + "@value": "IS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SLV" + "@value": "ISL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "222" + "@value": "352" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "222" + "@value": "352" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4815,7 +4576,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mayotte" + "@value": "Africa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4824,48 +4585,17 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Mayotte" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "YT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MYT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "175" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "175" + "@value": "Africa" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -4882,7 +4612,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternAsia" + "@value": "Sweden" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4893,19 +4623,77 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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": "EasternAsia" + "@value": "Sweden" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV", - "@type": [ + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "SE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "SWE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "752" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "752" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI", + "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], @@ -4923,7 +4711,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nevada" + "@value": "Hawaii" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4940,12 +4728,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nevada" + "@value": "Hawaii" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4964,7 +4781,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Israel" + "@value": "Saint Kitts and Nevis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4975,41 +4792,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Israel" + "@value": "Saint Kitts and Nevis" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IL" + "@value": "KN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ISR" + "@value": "KNA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "376" + "@value": "659" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "376" + "@value": "659" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5028,7 +4848,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kenya" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5039,46 +4859,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kenya" + "@value": "Bonaire, Sint Eustatius and Saba" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KE" + "@value": "BQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KEN" + "@value": "BES" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "404" + "@value": "535" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "404" + "@value": "535" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5095,7 +4915,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Carolina" + "@value": "Morocco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5106,61 +4926,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "North Carolina" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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": "Morocco" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Puerto Rico" + "@value": "MA" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "MAR" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "504" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Puerto Rico" + "@value": "504" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5177,7 +4979,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North-Rhine Westphalia" + "@value": "Belarus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5188,18 +4990,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "North-Rhine Westphalia" + "@value": "Belarus" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "BY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BLR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "112" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "112" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5218,7 +5043,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Norfolk Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5229,41 +5054,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Viet Nam" + "@value": "Norfolk Island" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VN" + "@value": "NF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VNM" + "@value": "NFK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "704" + "@value": "574" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "704" + "@value": "574" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5282,7 +5107,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Cocos (Keeling) Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5293,44 +5118,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ecuador" + "@value": "Cocos (Keeling) Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "EC" + "@value": "CC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ECU" + "@value": "CCK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "218" + "@value": "166" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "218" + "@value": "166" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5349,7 +5171,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Bermuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5363,97 +5185,146 @@ "@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#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Martin (French Part)" + "@value": "Bermuda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MF" + "@value": "BM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MAF" + "@value": "BMU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "663" + "@value": "60" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "663" + "@value": "60" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, + "@language": "en", + "@value": "Eritrea" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" - }, + "@language": "en", + "@value": "Eritrea" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" - }, + "@value": "ER" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, + "@value": "ERI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, + "@value": "232" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, + "@value": "232" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, + "@language": "en", + "@value": "Georgia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Georgia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5472,7 +5343,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Washington" + "@value": "SoutheasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5483,18 +5354,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Washington" + "@value": "SoutheasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -5513,7 +5384,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iowa" + "@value": "Kentucky" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5530,360 +5401,366 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iowa" + "@value": "Kentucky" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, + "@language": "en", + "@value": "New Jersey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, + "@language": "en", + "@value": "New Jersey" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, + "@language": "en", + "@value": "Trinidad and Tobago" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, + "@language": "en", + "@value": "Trinidad and Tobago" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, + "@value": "TT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, + "@value": "TTO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, + "@value": "780" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" - }, + "@value": "780" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, + "@language": "en", + "@value": "Louisiana" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, + "@language": "en", + "@value": "Louisiana" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#TC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, + "@language": "en", + "@value": "Asia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + "@language": "en", + "@value": "Asia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#US", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" - }, + "@language": "en", + "@value": "South Georgia and the South Sandwich Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" - }, + "@language": "en", + "@value": "South Georgia and the South Sandwich Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" - }, + "@value": "GS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" - }, + "@value": "SGS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" - }, + "@value": "239" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" - }, + "@value": "239" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" - }, + "@language": "en", + "@value": "Delaware" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" + "@language": "en", + "@value": "Delaware" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5900,7 +5777,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pakistan" + "@value": "Guam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5911,43 +5788,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Pakistan" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "PK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "PAK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "586" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "586" + "@value": "Guam" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -5964,7 +5818,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Congo" + "@value": "SouthernAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5975,44 +5829,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" - }, - { - "@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": "Congo" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "COG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "178" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "178" + "@value": "SouthernAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6031,7 +5859,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Singapore" + "@value": "Burkina Faso" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6042,43 +5870,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Singapore" + "@value": "Burkina Faso" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SG" + "@value": "BF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SGP" + "@value": "BFA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "702" + "@value": "854" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "702" + "@value": "854" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6095,7 +5926,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kuwait" + "@value": "Massachusetts" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6106,43 +5937,193 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Kuwait" + "@value": "Massachusetts" } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "KW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@value": "KWT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" + }, { - "@value": "414" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + }, { - "@value": "414" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6159,7 +6140,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bermuda" + "@value": "Maryland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6170,41 +6151,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bermuda" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "BMU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "60" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "60" + "@value": "Maryland" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6223,7 +6181,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Brazil" + "@value": "Panama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6240,38 +6198,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Brazil" + "@value": "Panama" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BR" + "@value": "PA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BRA" + "@value": "PAN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "76" + "@value": "591" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "76" + "@value": "591" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6290,7 +6248,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "San Marino" + "@value": "Singapore" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6301,41 +6259,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "San Marino" + "@value": "Singapore" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SM" + "@value": "SG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SMR" + "@value": "SGP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "674" + "@value": "702" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "674" + "@value": "702" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6354,7 +6312,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Guadeloupe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6365,46 +6323,66 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Eswatini" + "@value": "Guadeloupe" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SZ" + "@value": "GP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SWZ" + "@value": "GLP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "748" + "@value": "312" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "748" + "@value": "312" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM", + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6421,7 +6399,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zambia" + "@value": "Hamburg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6432,44 +6410,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Zambia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "ZM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "ZMB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "894" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "894" + "@value": "Hamburg" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6488,7 +6440,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6505,40 +6457,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethiopia" + "@value": "Guinea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ET" + "@value": "GN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ETH" + "@value": "GIN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "231" + "@value": "324" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "231" + "@value": "324" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6555,7 +6507,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "United States Minor Outlying Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6566,44 +6518,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sierra Leone" + "@value": "United States Minor Outlying Islands" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "SL" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "SLE" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "694" + "@language": "en", + "@value": "West Virginia" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "694" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "West Virginia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6622,7 +6589,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Svalbard and Jan Mayen Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6633,44 +6600,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Virgin Islands" + "@value": "Svalbard and Jan Mayen Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VI" + "@value": "SJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VIR" + "@value": "SJM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "850" + "@value": "744" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "850" + "@value": "744" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6689,7 +6653,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norfolk Island" + "@value": "El Salvador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6700,41 +6664,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@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": "Norfolk Island" + "@value": "El Salvador" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NF" + "@value": "SV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NFK" + "@value": "SLV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "574" + "@value": "222" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "574" + "@value": "222" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6753,7 +6720,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ohio" + "@value": "Michigan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6770,12 +6737,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ohio" + "@value": "Michigan" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6794,7 +6761,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Poland" + "@value": "Benin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6805,43 +6772,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Poland" + "@value": "Benin" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PL" + "@value": "BJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "POL" + "@value": "BEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "616" + "@value": "204" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "616" + "@value": "204" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6858,7 +6828,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Melanesia" + "@value": "Mauritania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6869,18 +6839,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@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": "Melanesia" + "@value": "Mauritania" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "MR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MRT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "478" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "478" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6899,7 +6895,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "China, Macao Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6910,41 +6906,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Åland Islands" + "@value": "China, Macao Special Administrative Region" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AX" + "@value": "MO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ALA" + "@value": "MAC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "248" + "@value": "446" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "248" + "@value": "446" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -6963,7 +6959,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAfrica" + "@value": "EasternAsia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6974,18 +6970,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "NorthernAfrica" + "@value": "EasternAsia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7004,7 +7000,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Panama" + "@value": "Suriname" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7021,38 +7017,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Panama" + "@value": "Suriname" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PA" + "@value": "SR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PAN" + "@value": "SUR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "591" + "@value": "740" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "591" + "@value": "740" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7071,7 +7067,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Bosnia and Herzegovina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7085,38 +7081,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lithuania" + "@value": "Bosnia and Herzegovina" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LT" + "@value": "BA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LTU" + "@value": "BIH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "440" + "@value": "70" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "440" + "@value": "70" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7135,7 +7131,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hungary" + "@value": "India" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7146,155 +7142,61 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hungary" + "@value": "India" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HU" + "@value": "IN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HUN" + "@value": "IND" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "348" + "@value": "356" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "348" + "@value": "356" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Mauritania" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Mauritania" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MRT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "478" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "478" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Sark" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Sark" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7313,7 +7215,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Wyoming" + "@value": "Mecklenburg-Western-Pomerania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7324,18 +7226,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Wyoming" + "@value": "Mecklenburg-Western-Pomerania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7354,7 +7256,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Saint Barthélemy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7377,34 +7279,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Puerto Rico" + "@value": "Saint Barthélemy" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PR" + "@value": "BL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PRI" + "@value": "BLM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "630" + "@value": "652" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "630" + "@value": "652" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7421,7 +7323,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nepal" + "@value": "North Carolina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7432,43 +7334,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Nepal" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NPL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "524" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "524" + "@value": "North Carolina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -7485,7 +7364,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tonga" + "@value": "SouthAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7496,1476 +7375,1085 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tonga" + "@value": "SouthAmerica" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LocationConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "TO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + }, { - "@value": "TON" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "776" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "776" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Saint Helena" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Saint Helena" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SHN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "654" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "654" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Gabon" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, { - "@language": "en", - "@value": "Gabon" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" + }, { - "@value": "GA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" + }, { - "@value": "GAB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas" + }, { - "@value": "266" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" + }, { - "@value": "266" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" + }, { - "@language": "en", - "@value": "United Kingdom of Great Britain and Northern Ireland" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + }, { - "@value": "GB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" + }, { - "@value": "GBR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia" + }, { - "@value": "826" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" + }, { - "@value": "826" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, { - "@language": "en", - "@value": "Philippines" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, { - "@language": "en", - "@value": "Philippines" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + }, { - "@value": "PH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" + }, { - "@value": "PHL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, { - "@value": "608" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + }, { - "@value": "608" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + }, { - "@language": "en", - "@value": "American Samoa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + }, { - "@language": "en", - "@value": "American Samoa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, { - "@language": "en", - "@value": "Africa" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" + }, { - "@language": "en", - "@value": "Africa" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" + }, { - "@language": "en", - "@value": "Republic of Moldova" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" + }, { - "@value": "MD" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + }, { - "@value": "MDA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" + }, { - "@value": "498" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, { - "@value": "498" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" + }, { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + }, { - "@language": "en", - "@value": "LatinAmericaandtheCaribbean" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + }, { - "@language": "en", - "@value": "Georgia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" + }, { - "@value": "GE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" + }, { - "@value": "GEO" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" + }, { - "@value": "268" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + }, { - "@value": "268" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" + }, { - "@language": "en", - "@value": "Ireland" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" + }, { - "@language": "en", - "@value": "Ireland" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" + }, { - "@value": "IE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" + }, { - "@value": "IRL" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + }, { - "@value": "372" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" + }, { - "@value": "372" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#NR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + }, { - "@language": "en", - "@value": "Algeria" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" + }, { - "@value": "DZ" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" + }, { - "@value": "DZA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" + }, { - "@value": "12" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" + }, { - "@value": "12" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, { - "@language": "en", - "@value": "Luxembourg" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + }, { - "@language": "en", - "@value": "Luxembourg" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" + }, { - "@value": "LU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" + }, { - "@value": "LUX" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" + }, { - "@value": "442" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" + }, { - "@value": "442" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" + }, { - "@language": "en", - "@value": "Texas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" + }, { - "@language": "en", - "@value": "Texas" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" + }, { - "@language": "en", - "@value": "Sweden" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + }, { - "@language": "en", - "@value": "Sweden" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, { - "@value": "SE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" + }, { - "@value": "SWE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + }, { - "@value": "752" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" + }, { - "@value": "752" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + }, { - "@language": "en", - "@value": "Tajikistan" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + }, { - "@value": "TJ" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" + }, { - "@value": "TJK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" + }, { - "@value": "762" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" + }, { - "@value": "762" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + }, { - "@language": "en", - "@value": "Libya" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" + }, { - "@language": "en", - "@value": "Libya" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + }, { - "@value": "LY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + }, { - "@value": "LBY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" + }, { - "@value": "434" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" + }, { - "@value": "434" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + }, { - "@language": "en", - "@value": "Saint Vincent and the Grenadines" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + }, { - "@language": "en", - "@value": "Saint Vincent and the Grenadines" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, { - "@value": "VC" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" + }, { - "@value": "VCT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, { - "@value": "670" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, { - "@value": "670" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, { - "@language": "en", - "@value": "WesternAsia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, { - "@language": "en", - "@value": "WesternAsia" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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-skos/dpv-legal#PS" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" + }, { - "@language": "en", - "@value": "Réunion" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#CH" + }, { - "@language": "en", - "@value": "Réunion" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + }, { - "@value": "RE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW" + }, { - "@value": "REU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" + }, { - "@value": "638" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" + }, { - "@value": "638" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + }, { - "@language": "en", - "@value": "Northern Mariana Islands" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + }, { - "@language": "en", - "@value": "Northern Mariana Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, { - "@value": "MP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + }, { - "@value": "MNP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + }, { - "@value": "580" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" + }, { - "@value": "580" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + }, { - "@language": "en", - "@value": "North Macedonia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, { - "@language": "en", - "@value": "North Macedonia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" + }, { - "@value": "MK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" + }, { - "@value": "MKD" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + }, { - "@value": "807" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" + }, { - "@value": "807" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + }, { - "@language": "en", - "@value": "Eritrea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" + }, { - "@language": "en", - "@value": "Eritrea" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + }, { - "@value": "ER" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" + }, { - "@value": "ERI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" + }, { - "@value": "232" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + }, { - "@value": "232" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" + }, { - "@language": "en", - "@value": "MiddleAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, { - "@language": "en", - "@value": "MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8984,7 +8472,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Grenada" + "@value": "Democratic Republic of the Congo" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8995,85 +8483,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@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": "Grenada" + "@value": "Democratic Republic of the Congo" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GD" + "@value": "CD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRD" + "@value": "COD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "308" + "@value": "180" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "308" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "SoutheasternAsia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "SoutheasternAsia" + "@value": "180" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9092,7 +8539,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Carolina" + "@value": "Northern Mariana Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9109,214 +8556,101 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Carolina" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Turkey" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Turkey" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "TR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "TUR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "792" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "792" + "@value": "Northern Mariana Islands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "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/title": [ - { - "@language": "en", - "@value": "Namibia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Namibia" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" + }, { - "@value": "NAM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + }, { - "@value": "516" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + }, { - "@value": "516" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9335,7 +8669,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "British Indian Ocean Territory" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9346,44 +8680,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "British Virgin Islands" + "@value": "British Indian Ocean Territory" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VG" + "@value": "IO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VGB" + "@value": "IOT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "92" + "@value": "86" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "92" + "@value": "86" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9402,7 +8736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Barbados" + "@value": "Paraguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9416,41 +8750,41 @@ "@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#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Barbados" + "@value": "Paraguay" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BB" + "@value": "PY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BRB" + "@value": "PRY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "52" + "@value": "600" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "52" + "@value": "600" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9469,7 +8803,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Curaçao" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9480,41 +8814,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States Minor Outlying Islands" + "@value": "Curaçao" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UM" + "@value": "CW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UMI" + "@value": "CUW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "581" + "@value": "531" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "581" + "@value": "531" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9533,7 +8870,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nauru" + "@value": "Holy See" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9544,43 +8881,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nauru" + "@value": "Holy See" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NR" + "@value": "VA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NRU" + "@value": "VAT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "520" + "@value": "336" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "520" + "@value": "336" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -9597,7 +8934,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guyana" + "@value": "EasternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9608,44 +8945,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guyana" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "GY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "GUY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "328" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "328" + "@value": "EasternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9664,7 +8975,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Australia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9675,41 +8986,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lebanon" + "@value": "Australia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LB" + "@value": "AU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LBN" + "@value": "AUS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "422" + "@value": "36" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "422" + "@value": "36" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9728,7 +9039,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gibraltar" + "@value": "Guatemala" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9739,146 +9050,123 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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": "Gibraltar" + "@value": "Guatemala" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GI" + "@value": "GT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GIB" + "@value": "GTM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "292" + "@value": "320" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "292" + "@value": "320" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" + }, { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" + }, { - "@language": "en", - "@value": "Democratic People's Republic of Korea" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" + }, { - "@value": "KP" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" + }, { - "@value": "PRK" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + }, { - "@value": "408" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" + }, { - "@value": "408" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + }, { - "@language": "en", - "@value": "Maine" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + }, { - "@language": "en", - "@value": "Maine" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9897,7 +9185,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Estonia" + "@value": "French Southern Territories" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9908,67 +9196,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Estonia" + "@value": "French Southern Territories" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "EE" + "@value": "TF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "EST" + "@value": "ATF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "233" + "@value": "260" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "233" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + "@value": "260" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9987,7 +9252,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Peru" + "@value": "French Guiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10010,32 +9275,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Peru" + "@value": "French Guiana" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PE" + "@value": "GF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PER" + "@value": "GUF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "604" + "@value": "254" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "604" + "@value": "254" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10054,7 +9319,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Taiwan (Province of China)" + "@value": "Saint Pierre and Miquelon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10063,56 +9328,43 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Taiwan (Province of China)" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Saint Pierre and Miquelon" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "West Virginia" + "@value": "PM" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "SPM" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "666" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "West Virginia" + "@value": "666" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10131,7 +9383,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Armenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10142,44 +9394,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Paraguay" + "@value": "Armenia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PY" + "@value": "AM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PRY" + "@value": "ARM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "600" + "@value": "51" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "600" + "@value": "51" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10198,7 +9447,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Finland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10209,44 +9458,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lesotho" + "@value": "Finland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LS" + "@value": "FI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LSO" + "@value": "FIN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "426" + "@value": "246" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "426" + "@value": "246" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10265,7 +9511,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Australia" + "@value": "Slovakia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10276,43 +9522,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Australia" + "@value": "Slovakia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AU" + "@value": "SK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AUS" + "@value": "SVK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "36" + "@value": "703" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "36" + "@value": "703" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10329,7 +9575,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niue" + "@value": "Alabama" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10340,43 +9586,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Niue" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NIU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "570" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "570" + "@value": "Alabama" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10393,7 +9616,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Saint Vincent and the Grenadines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10404,18 +9627,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "WesternAfrica" + "@value": "Saint Vincent and the Grenadines" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "VC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "VCT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "670" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "670" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10434,7 +9683,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Argentina" + "@value": "Sri Lanka" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10445,45 +9694,45 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Argentina" + "@value": "Sri Lanka" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AR" + "@value": "LK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ARG" + "@value": "LKA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "32" + "@value": "144" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "32" + "@value": "144" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-legal#Africa", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" }, @@ -10530,7 +9779,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" @@ -10571,6 +9820,9 @@ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" }, @@ -10590,7 +9842,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" @@ -10604,6 +9856,9 @@ { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" }, @@ -10635,11 +9890,17 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" }, @@ -10647,7 +9908,7 @@ "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" @@ -10658,173 +9919,127 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" + }, { - "@language": "en", - "@value": "Kansas" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" + }, { - "@language": "en", - "@value": "Kansas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia", + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" + }, { - "@language": "en", - "@value": "Guam" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" + }, { - "@language": "en", - "@value": "Guam" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" + }, { - "@value": "GU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" + }, { - "@value": "GUM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" + }, { - "@value": "316" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" + }, { - "@value": "316" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" + }, { - "@language": "en", - "@value": "Thuringia" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" + }, { - "@language": "en", - "@value": "Thuringia" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10843,7 +10058,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "China, Hong Kong Special Administrative Region" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10854,61 +10069,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cocos (Keeling) Islands" + "@value": "China, Hong Kong Special Administrative Region" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CC" + "@value": "HK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CCK" + "@value": "HKG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "166" + "@value": "344" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "166" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" + "@value": "344" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10927,7 +10122,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Dominica" + "@value": "Serbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10938,46 +10133,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@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#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dominica" + "@value": "Serbia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DM" + "@value": "RS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DMA" + "@value": "SRB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "212" + "@value": "688" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "212" + "@value": "688" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10994,7 +10186,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Vanuatu" + "@value": "Hesse" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11005,41 +10197,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vanuatu" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "VU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "VUT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "548" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "548" + "@value": "Hesse" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11058,7 +10227,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "United Arab Emirates" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11069,41 +10238,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Western Sahara" + "@value": "United Arab Emirates" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "EH" + "@value": "AE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ESH" + "@value": "ARE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "732" + "@value": "784" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "732" + "@value": "784" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11122,7 +10291,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Angola" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11133,41 +10302,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Indonesia" + "@value": "Angola" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ID" + "@value": "AO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IDN" + "@value": "AGO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "360" + "@value": "24" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "360" + "@value": "24" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11186,7 +10358,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mongolia" + "@value": "Haiti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11197,146 +10369,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "MN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "MNG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "496" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "496" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Haiti" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Kentucky" + "@value": "HT" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "HTI" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "332" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Kentucky" + "@value": "332" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11355,7 +10425,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Jamaica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11366,43 +10436,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bosnia and Herzegovina" + "@value": "Jamaica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BA" + "@value": "JM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BIH" + "@value": "JAM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "70" + "@value": "388" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "70" + "@value": "388" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11419,7 +10492,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "California" + "@value": "Lesotho" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11430,18 +10503,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "California" + "@value": "Lesotho" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "LS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "LSO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "426" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "426" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11460,7 +10559,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Palau" + "@value": "Greenland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11471,41 +10570,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Palau" + "@value": "Greenland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PW" + "@value": "GL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PLW" + "@value": "GRL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "585" + "@value": "304" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "585" + "@value": "304" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11524,7 +10623,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Romania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11535,211 +10634,108 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tuvalu" + "@value": "Romania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TV" + "@value": "RO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TUV" + "@value": "ROU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "798" + "@value": "642" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "798" + "@value": "642" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Asia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" - }, + "@language": "en", + "@value": "Namibia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" - }, + "@language": "en", + "@value": "Namibia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" - }, + "@value": "NA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" - }, + "@value": "NAM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" - }, + "@value": "516" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" + "@value": "516" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11758,7 +10754,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Burundi" + "@value": "Dominica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11769,44 +10765,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Burundi" + "@value": "Dominica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BI" + "@value": "DM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BDI" + "@value": "DMA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "108" + "@value": "212" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "108" + "@value": "212" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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/title": [ + { + "@language": "en", + "@value": "Iowa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Iowa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11825,7 +10862,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chile" + "@value": "Argentina" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11848,34 +10885,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Chile" + "@value": "Argentina" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CL" + "@value": "AR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CHL" + "@value": "ARG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "152" + "@value": "32" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "152" + "@value": "32" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -11892,7 +10929,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guam" + "@value": "Madagascar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11903,18 +10940,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Guam" + "@value": "Madagascar" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "MG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "MDG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "450" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "450" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11933,7 +10996,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Nepal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11944,44 +11007,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Lucia" + "@value": "Nepal" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LC" + "@value": "NP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LCA" + "@value": "NPL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "662" + "@value": "524" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "662" + "@value": "524" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12000,7 +11060,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12011,43 +11071,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Uzbekistan" + "@value": "United Kingdom of Great Britain and Northern Ireland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "UZ" + "@value": "GB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "UZB" + "@value": "GBR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "860" + "@value": "826" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "860" + "@value": "826" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12064,7 +11124,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Indiana" + "@value": "Ghana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12075,18 +11135,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Indiana" + "@value": "Ghana" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "GH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "GHA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "288" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "288" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12105,7 +11191,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Angola" + "@value": "Liberia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12119,41 +11205,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@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": "Angola" + "@value": "Liberia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AO" + "@value": "LR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AGO" + "@value": "LBR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "24" + "@value": "430" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "24" + "@value": "430" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12172,7 +11258,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Finland" + "@value": "Spain" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12186,38 +11272,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Finland" + "@value": "Spain" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FI" + "@value": "ES" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FIN" + "@value": "ESP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "246" + "@value": "724" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "246" + "@value": "724" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12236,7 +11322,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montserrat" + "@value": "State of Palestine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12247,44 +11333,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montserrat" + "@value": "State of Palestine" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MS" + "@value": "PS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MSR" + "@value": "PSE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "500" + "@value": "275" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "500" + "@value": "275" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12303,7 +11386,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Western Sahara" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12314,41 +11397,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Papua New Guinea" + "@value": "Western Sahara" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PG" + "@value": "EH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PNG" + "@value": "ESH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "598" + "@value": "732" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "598" + "@value": "732" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12367,7 +11450,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Réunion" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12390,116 +11473,216 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mozambique" + "@value": "Réunion" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MZ" + "@value": "RE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MOZ" + "@value": "REU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "508" + "@value": "638" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "508" + "@value": "638" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#Americas", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" + }, { - "@language": "en", - "@value": "NorthernEurope" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" + }, { - "@language": "en", - "@value": "Schleswig-Holstein" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#DE" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" + }, { - "@language": "en", - "@value": "Schleswig-Holstein" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12516,7 +11699,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Syrian Arab Republic" + "@value": "Alaska" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12527,41 +11710,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SYR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "760" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "760" + "@value": "Alaska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12580,7 +11740,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Albania" + "@value": "Åland Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12594,38 +11754,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Albania" + "@value": "Åland Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AL" + "@value": "AX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ALB" + "@value": "ALA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "8" + "@value": "248" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "8" + "@value": "248" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12644,7 +11804,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Ireland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12655,44 +11815,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cabo Verde" + "@value": "Ireland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CV" + "@value": "IE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CPV" + "@value": "IRL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "132" + "@value": "372" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "132" + "@value": "372" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12711,7 +11868,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sudan" + "@value": "Malaysia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12722,41 +11879,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sudan" + "@value": "Malaysia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SD" + "@value": "MY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SDN" + "@value": "MYS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "729" + "@value": "458" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "729" + "@value": "458" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12775,146 +11932,57 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cayman Islands" + "@value": "Seychelles" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Cayman Islands" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "KY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CYM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "136" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "136" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@language": "en", + "@value": "Seychelles" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, + "@value": "SC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" - }, + "@value": "SYC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@value": "690" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" + "@value": "690" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -12931,7 +11999,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Europe" + "@value": "Slovenia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12940,15 +12008,43 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Europe" + "@value": "Slovenia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "SI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "SVN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "705" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "705" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12967,7 +12063,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Texas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12984,12 +12080,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Northern Mariana Islands" + "@value": "Texas" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13008,7 +12104,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "San Marino" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13019,44 +12115,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sao Tome and Principe" + "@value": "San Marino" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ST" + "@value": "SM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "STP" + "@value": "SMR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "678" + "@value": "674" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "678" + "@value": "674" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13075,7 +12168,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Austria" + "@value": "Jordan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13086,43 +12179,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Austria" + "@value": "Jordan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AT" + "@value": "JO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AUT" + "@value": "JOR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "40" + "@value": "400" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "40" + "@value": "400" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13139,7 +12232,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Martinique" + "@value": "Melanesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13150,44 +12243,95 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, + "@language": "en", + "@value": "Melanesia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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/title": [ + { + "@language": "en", + "@value": "Europe" + } + ], + "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": "Martinique" + "@value": "Europe" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "MQ" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "MTQ" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "474" + "@language": "en", + "@value": "Berlin" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "474" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Berlin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13206,7 +12350,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Honduras" + "@value": "Bulgaria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13217,44 +12361,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Honduras" + "@value": "Bulgaria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HN" + "@value": "BG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HND" + "@value": "BGR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "340" + "@value": "100" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "340" + "@value": "100" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13273,7 +12414,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Uruguay" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13284,41 +12425,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pitcairn" + "@value": "Uruguay" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PN" + "@value": "UY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PCN" + "@value": "URY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "612" + "@value": "858" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "612" + "@value": "858" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13337,7 +12481,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Bhutan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13348,44 +12492,76 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Trinidad and Tobago" + "@value": "Bhutan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TT" + "@value": "BT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TTO" + "@value": "BTN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "780" + "@value": "64" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "780" + "@value": "64" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB", + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13404,7 +12580,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bremen" + "@value": "Wisconsin" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13415,18 +12591,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Bremen" + "@value": "Wisconsin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13445,7 +12621,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Democratic People's Republic of Korea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13459,40 +12635,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Arab Emirates" + "@value": "Democratic People's Republic of Korea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AE" + "@value": "KP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ARE" + "@value": "PRK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "784" + "@value": "408" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "784" + "@value": "408" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13509,7 +12685,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "North Dakota" + "@value": "United States of America" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13520,20 +12696,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "North Dakota" + "@value": "United States of America" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "US" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "USA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "840" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "840" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13550,7 +12749,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oklahoma" + "@value": "Fiji" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13561,18 +12760,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Oklahoma" + "@value": "Fiji" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "FJ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "FJI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "242" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "242" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13591,7 +12813,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Morocco" + "@value": "Iran (Islamic Republic of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13602,41 +12824,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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": [ { "@language": "en", - "@value": "Morocco" + "@value": "Iran (Islamic Republic of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MA" + "@value": "IR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MAR" + "@value": "IRN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "504" + "@value": "364" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "504" + "@value": "364" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13655,7 +12877,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arkansas" + "@value": "Saarland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13666,20 +12888,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Arkansas" + "@value": "Saarland" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13696,7 +12918,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Africa" + "@value": "Utah" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13707,44 +12929,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Africa" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "ZA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "ZAF" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "710" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "710" + "@value": "Utah" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13763,7 +12959,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Asia" + "@value": "Lower-Saxony" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13772,17 +12968,22 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Asia" + "@value": "Lower-Saxony" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -13799,7 +13000,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oregon" + "@value": "Timor-Leste" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13810,18 +13011,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Oregon" + "@value": "Timor-Leste" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "TL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "TLS" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "626" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "626" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13840,7 +13064,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United States of America" + "@value": "Papua New Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13851,41 +13075,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United States of America" + "@value": "Papua New Guinea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "US" + "@value": "PG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "USA" + "@value": "PNG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "840" + "@value": "598" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "840" + "@value": "598" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13904,7 +13128,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Arizona" + "@value": "Colorado" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13921,12 +13145,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Arizona" + "@value": "Colorado" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13945,7 +13169,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Czechia" + "@value": "Tuvalu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13956,41 +13180,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Czechia" + "@value": "Tuvalu" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CZ" + "@value": "TV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CZE" + "@value": "TUV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "203" + "@value": "798" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "203" + "@value": "798" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14009,7 +13233,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Netherlands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14020,43 +13244,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iran (Islamic Republic of)" + "@value": "Netherlands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IR" + "@value": "NL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IRN" + "@value": "NLD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "364" + "@value": "528" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "364" + "@value": "528" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -14073,7 +13297,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Georgia" + "@value": "Norway" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14084,18 +13308,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Georgia" + "@value": "Norway" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "NO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "NOR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "578" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "578" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14114,7 +13361,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Mexico" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14137,32 +13384,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Costa Rica" + "@value": "Mexico" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CR" + "@value": "MX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CRI" + "@value": "MEX" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "188" + "@value": "484" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "188" + "@value": "484" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14181,7 +13428,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Polynesia" + "@value": "NorthernAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14192,18 +13439,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Polynesia" + "@value": "NorthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14222,7 +13469,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Bahamas" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14233,82 +13480,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "State of Palestine" + "@value": "Bahamas" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PS" + "@value": "BS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PSE" + "@value": "BHS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "275" + "@value": "44" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "275" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "SouthernAfrica" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "SouthernAfrica" + "@value": "44" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14327,7 +13536,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "China" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14338,41 +13547,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liechtenstein" + "@value": "China" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LI" + "@value": "CN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LIE" + "@value": "CHN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "438" + "@value": "156" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "438" + "@value": "156" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14391,7 +13600,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iraq" + "@value": "Indonesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14405,79 +13614,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iraq" + "@value": "Indonesia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IQ" + "@value": "ID" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "IRQ" + "@value": "IDN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "368" + "@value": "360" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "368" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Mississippi" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Mississippi" + "@value": "360" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14496,7 +13664,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Romania" + "@value": "Cabo Verde" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14507,41 +13675,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Romania" + "@value": "Cabo Verde" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RO" + "@value": "CV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ROU" + "@value": "CPV" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "642" + "@value": "132" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "642" + "@value": "132" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14560,7 +13731,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Qatar" + "@value": "Barbados" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14571,41 +13742,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Qatar" + "@value": "Barbados" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "QA" + "@value": "BB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "QAT" + "@value": "BRB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "634" + "@value": "52" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "634" + "@value": "52" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14624,7 +13798,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sri Lanka" + "@value": "Rwanda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14635,41 +13809,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Sri Lanka" + "@value": "Rwanda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LK" + "@value": "RW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LKA" + "@value": "RWA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "144" + "@value": "646" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "144" + "@value": "646" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14688,7 +13865,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Cameroon" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14699,84 +13876,85 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Pierre and Miquelon" + "@value": "Cameroon" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PM" + "@value": "CM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SPM" + "@value": "CMR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "666" + "@value": "120" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "666" + "@value": "120" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" - }, + "@language": "en", + "@value": "Saxony-Anhalt" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" + "@language": "en", + "@value": "Saxony-Anhalt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14795,7 +13973,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Saint Martin (French Part)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14806,41 +13984,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Netherlands" + "@value": "Saint Martin (French Part)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NL" + "@value": "MF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NLD" + "@value": "MAF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "528" + "@value": "663" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "528" + "@value": "663" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14859,7 +14040,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Oman" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14870,41 +14051,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bulgaria" + "@value": "Oman" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BG" + "@value": "OM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BGR" + "@value": "OMN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "100" + "@value": "512" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "100" + "@value": "512" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14923,7 +14104,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Central African Republic" + "@value": "Djibouti" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14937,41 +14118,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@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": "Central African Republic" + "@value": "Djibouti" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CF" + "@value": "DJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CAF" + "@value": "DJI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "140" + "@value": "262" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "140" + "@value": "262" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14990,7 +14171,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Qatar" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15004,38 +14185,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Malaysia" + "@value": "Qatar" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MY" + "@value": "QA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MYS" + "@value": "QAT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "458" + "@value": "634" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "458" + "@value": "634" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15054,7 +14235,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belgium" + "@value": "French Polynesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15065,43 +14246,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belgium" + "@value": "French Polynesia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BE" + "@value": "PF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BEL" + "@value": "PYF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "56" + "@value": "258" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "56" + "@value": "258" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15118,7 +14299,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Alabama" + "@value": "New Zealand" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15129,18 +14310,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alabama" + "@value": "New Zealand" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "NZ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "NZL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "554" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "554" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15159,7 +14363,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Montenegro" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15170,44 +14374,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Venezuela (Bolivarian Republic of)" + "@value": "Montenegro" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VE" + "@value": "ME" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VEN" + "@value": "MNE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "862" + "@value": "499" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "862" + "@value": "499" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15226,7 +14427,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "France" + "@value": "Central African Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15237,41 +14438,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "France" + "@value": "Central African Republic" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FR" + "@value": "CF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FRA" + "@value": "CAF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "250" + "@value": "140" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "250" + "@value": "140" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15290,7 +14494,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Andorra" + "@value": "Cambodia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15301,36 +14505,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Andorra" + "@value": "Cambodia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AD" + "@value": "KH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AND" + "@value": "KHM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "20" + "@value": "116" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "20" + "@value": "116" } ] }, @@ -15376,7 +14580,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15395,7 +14599,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Turkey" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15409,70 +14613,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lao People's Democratic Republic" + "@value": "Turkey" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LA" + "@value": "TR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LAO" + "@value": "TUR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "418" + "@value": "792" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "418" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" + "@value": "792" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15491,7 +14663,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Philippines" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15502,46 +14674,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sint Maarten (Dutch part)" + "@value": "Philippines" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SX" + "@value": "PH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SXM" + "@value": "PHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "534" + "@value": "608" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "534" + "@value": "608" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15558,7 +14727,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthAmerica" + "@value": "Maldives" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15569,59 +14738,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthAmerica" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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": "Maldives" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Utah" + "@value": "MV" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "MDV" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "462" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Utah" + "@value": "462" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15640,7 +14791,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Suriname" + "@value": "Albania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15651,44 +14802,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Suriname" + "@value": "Albania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SR" + "@value": "AL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SUR" + "@value": "ALB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "740" + "@value": "8" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "740" + "@value": "8" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15707,7 +14855,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Kazakhstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15718,46 +14866,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guatemala" + "@value": "Kazakhstan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GT" + "@value": "KZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GTM" + "@value": "KAZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "320" + "@value": "398" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "320" + "@value": "398" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15773,30 +14918,56 @@ ], "http://purl.org/dc/terms/title": [ { - "@language": "en", - "@value": "Wisconsin" + "@language": "en", + "@value": "Guernsey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Guernsey" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "GG" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "GGY" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "831" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Wisconsin" + "@value": "831" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15815,7 +14986,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "American Samoa" + "@value": "Mozambique" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15826,55 +14997,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "American Samoa" + "@value": "Mozambique" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AS" + "@value": "MZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ASM" + "@value": "MOZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "16" + "@value": "508" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "16" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + "@value": "508" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15893,7 +15053,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Mongolia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15913,34 +15073,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Macao Special Administrative Region" + "@value": "Mongolia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MO" + "@value": "MN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MAC" + "@value": "MNG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "446" + "@value": "496" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "446" + "@value": "496" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15957,7 +15117,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Berlin" + "@value": "Zimbabwe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15968,18 +15128,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Berlin" + "@value": "Zimbabwe" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "ZW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "ZWE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "716" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "716" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15998,7 +15184,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antarctica" + "@value": "Saudi Arabia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16007,35 +15193,43 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Antarctica" + "@value": "Saudi Arabia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AQ" + "@value": "SA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ATA" + "@value": "SAU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "10" + "@value": "682" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "10" + "@value": "682" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16054,7 +15248,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Tonga" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16074,34 +15268,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Polynesia" + "@value": "Tonga" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "PF" + "@value": "TO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "PYF" + "@value": "TON" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "258" + "@value": "776" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "258" + "@value": "776" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16118,7 +15312,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Mexico" + "@value": "Portugal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16129,18 +15323,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "New Mexico" + "@value": "Portugal" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "PT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "PRT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "620" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "620" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16159,7 +15376,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Guyana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16170,44 +15387,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "French Southern Territories" + "@value": "Guyana" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TF" + "@value": "GY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ATF" + "@value": "GUY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "260" + "@value": "328" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "260" + "@value": "328" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16226,7 +15443,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Liberia" + "@value": "Libya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16240,61 +15457,79 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Liberia" + "@value": "Libya" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "LR" + "@value": "LY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "LBR" + "@value": "LBY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "430" + "@value": "434" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "430" + "@value": "434" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" - }, + "@language": "en", + "@value": "New York" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "New York" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16313,7 +15548,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Germany" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16324,41 +15559,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "China, Hong Kong Special Administrative Region" + "@value": "Germany" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HK" + "@value": "DE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HKG" + "@value": "DEU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "344" + "@value": "276" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "344" + "@value": "276" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16377,7 +15612,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Togo" + "@value": "Egypt" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16391,41 +15626,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Togo" + "@value": "Egypt" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TG" + "@value": "EG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TGO" + "@value": "EGY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "768" + "@value": "818" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "768" + "@value": "818" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16444,7 +15676,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "EasternEurope" + "@value": "Virginia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16455,20 +15687,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "EasternEurope" + "@value": "Virginia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16485,7 +15717,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "NorthernAmerica" + "@value": "Côte d’Ivoire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16496,18 +15728,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@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": "NorthernAmerica" + "@value": "Côte d’Ivoire" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "CI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "CIV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "384" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "384" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16526,7 +15784,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "ChannelIslands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16537,18 +15795,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Lower-Saxony" + "@value": "ChannelIslands" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16567,1122 +15825,1906 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cuba" + "@value": "Monaco" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Cuba" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "CU" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CUB" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "192" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "192" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#AF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AustraliaandNewZealand" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BB" - }, + "@language": "en", + "@value": "Monaco" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, + "@value": "MC" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HB" - }, + "@value": "MCO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" - }, + "@value": "492" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, + "@value": "492" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" - }, + "@language": "en", + "@value": "Missouri" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" - }, + "@language": "en", + "@value": "Missouri" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, + "@language": "en", + "@value": "Cayman Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia" - }, + "@language": "en", + "@value": "Cayman Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, + "@value": "KY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands" - }, + "@value": "CYM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, + "@value": "136" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" - }, + "@value": "136" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#MO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" - }, + "@language": "en", + "@value": "Oklahoma" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" - }, + "@language": "en", + "@value": "Oklahoma" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" - }, + "@language": "en", + "@value": "Bahrain" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Bahrain" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, + "@value": "BH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, + "@value": "BHR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY" - }, + "@value": "48" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, + "@value": "48" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" - }, + "@language": "en", + "@value": "WesternAsia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Asia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" - }, + "@language": "en", + "@value": "WesternAsia" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, + "@language": "en", + "@value": "Yemen" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAfrica" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, + "@language": "en", + "@value": "Yemen" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" - }, + "@value": "YE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" - }, + "@value": "YEM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, + "@value": "887" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" - }, + "@value": "887" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#SZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" - }, + "@language": "en", + "@value": "Mayotte" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Europe" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FI" - }, + "@language": "en", + "@value": "Mayotte" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" - }, + "@value": "YT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR" - }, + "@value": "MYT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, + "@value": "175" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PF" - }, + "@value": "175" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, + "@language": "en", + "@value": "Israel" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GE" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE" - }, + "@language": "en", + "@value": "Israel" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, + "@value": "IL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" - }, + "@value": "ISR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, + "@value": "376" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, + "@value": "376" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GU" - }, + "@language": "en", + "@value": "Palau" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, + "@language": "en", + "@value": "Palau" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" - }, + "@value": "PW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, + "@value": "PLW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, + "@value": "585" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH" - }, + "@value": "585" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS" - }, + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" - }, + "@language": "en", + "@value": "Jersey" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" - }, + "@value": "JE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IN" - }, + "@value": "JEY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" - }, + "@value": "832" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" - }, + "@value": "832" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IQ" - }, + "@language": "en", + "@value": "New Mexico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IL" - }, + "@language": "en", + "@value": "New Mexico" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" - }, + "@language": "en", + "@value": "American Samoa" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" - }, + "@language": "en", + "@value": "American Samoa" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" - }, + "@language": "en", + "@value": "Cook Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" - }, + "@language": "en", + "@value": "Cook Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" - }, + "@value": "CK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV" - }, + "@value": "COK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LB" - }, + "@value": "184" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, + "@value": "184" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/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-skos/dpv-legal#LY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI" - }, + "@language": "en", + "@value": "Puerto Rico" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NI" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LU" - }, + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" - }, + "@language": "en", + "@value": "Puerto Rico" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" - }, + "@value": "PR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" - }, + "@value": "PRI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" - }, + "@value": "630" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV" - }, + "@value": "630" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH" - }, + "@language": "en", + "@value": "Solomon Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, + "@language": "en", + "@value": "Solomon Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" - }, + "@value": "SB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" - }, + "@value": "SLB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV" - }, + "@value": "90" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Melanesia" - }, + "@value": "90" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" - }, + "@language": "en", + "@value": "Faroe Islands" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" - }, + "@value": "FO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC" - }, + "@value": "FRO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" - }, + "@value": "234" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" - }, + "@value": "234" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, + "@language": "en", + "@value": "Saxony" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, + "@language": "en", + "@value": "Saxony" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NP" - }, + "@language": "en", + "@value": "Bavaria" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NL" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" - }, + "@id": "https://w3id.org/dpv/dpv-legal#DE" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC" - }, + "@language": "en", + "@value": "Bavaria" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EasternEurope", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" - }, + "@language": "en", + "@value": "EasternEurope" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, + "@language": "en", + "@value": "EasternEurope" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU" - }, + "@language": "en", + "@value": "Chad" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW" - }, + "@language": "en", + "@value": "Chad" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MP" - }, + "@value": "TD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" - }, + "@value": "TCD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" - }, + "@value": "148" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" - }, + "@value": "148" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania" - }, + "@language": "en", + "@value": "Thailand" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" - }, + "@language": "en", + "@value": "Thailand" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK" - }, + "@value": "TH" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PW" - }, + "@value": "THA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" - }, + "@value": "764" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PG" - }, + "@value": "764" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, + "@language": "en", + "@value": "Andorra" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia" - }, + "@language": "en", + "@value": "Andorra" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, + "@value": "AD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, + "@value": "AND" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" - }, + "@value": "20" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#QA" - }, + "@value": "20" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP" - }, + "@language": "en", + "@value": "Brazil" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" - }, + "@language": "en", + "@value": "Brazil" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL" - }, + "@value": "BR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, + "@value": "BRA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, + "@value": "76" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, + "@value": "76" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SH" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, + "@language": "en", + "@value": "North Macedonia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, + "@language": "en", + "@value": "North Macedonia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" - }, + "@value": "MK" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" - }, + "@value": "MKD" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, + "@value": "807" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" - }, + "@value": "807" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthAmerica" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SoutheasternAsia" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica" - }, + "@language": "en", + "@value": "Colombia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAsia" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LK" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PS" - }, + "@language": "en", + "@value": "Colombia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" - }, + "@value": "CO" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, + "@value": "COL" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" - }, + "@value": "170" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ" - }, + "@value": "170" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LV", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SE" + "@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/title": [ + { + "@language": "en", + "@value": "Latvia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH" - }, + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Latvia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "LV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "LVA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "428" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "428" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "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/title": [ + { + "@language": "en", + "@value": "Gibraltar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" - }, + "@language": "en", + "@value": "Gibraltar" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" - }, + "@value": "GI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" - }, + "@value": "GIB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-TH" - }, + "@value": "292" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" - }, + "@value": "292" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TO" - }, + "@language": "en", + "@value": "Gabon" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TR" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@language": "en", + "@value": "Gabon" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TV" - }, + "@value": "GA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" - }, + "@value": "GAB" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" - }, + "@value": "266" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" - }, + "@value": "266" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GB" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" - }, + "@language": "en", + "@value": "Croatia" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" - }, + "@language": "en", + "@value": "Croatia" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, + "@value": "HR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" - }, + "@value": "HRV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" - }, + "@value": "191" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU" - }, + "@value": "191" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" - }, + "@language": "en", + "@value": "Cyprus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" - }, + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" - }, + "@language": "en", + "@value": "Cyprus" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" - }, + "@value": "CY" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica" - }, + "@value": "CYP" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAsia" - }, + "@value": "196" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternEurope" - }, + "@value": "196" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YE" - }, + "@language": "en", + "@value": "Wyoming" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AX" + "@language": "en", + "@value": "Wyoming" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17701,7 +17743,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Illinois" + "@value": "Indiana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17718,12 +17760,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Illinois" + "@value": "Indiana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17742,7 +17784,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Democratic Republic of the Congo" + "@value": "Pakistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17753,44 +17795,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@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": "Democratic Republic of the Congo" + "@value": "Pakistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CD" + "@value": "PK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "COD" + "@value": "PAK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "180" + "@value": "586" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "180" + "@value": "586" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17809,7 +17848,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Chad" + "@value": "Sierra Leone" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17823,41 +17862,41 @@ "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@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": "Chad" + "@value": "Sierra Leone" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TD" + "@value": "SL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TCD" + "@value": "SLE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "148" + "@value": "694" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "148" + "@value": "694" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17876,7 +17915,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Lao People's Democratic Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17887,67 +17926,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Switzerland" + "@value": "Lao People's Democratic Republic" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CH" + "@value": "LA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CHE" + "@value": "LAO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "756" + "@value": "418" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "756" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + "@value": "418" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AF", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -17966,7 +17979,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Afghanistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17977,46 +17990,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Zimbabwe" + "@value": "Afghanistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ZW" + "@value": "AF" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ZWE" + "@value": "AFG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "716" + "@value": "4" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "716" + "@value": "4" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18033,7 +18043,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Hampshire" + "@value": "Kenya" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18044,59 +18054,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-legal#Africa" + }, { - "@language": "en", - "@value": "New Hampshire" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Kenya" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Nebraska" + "@value": "KE" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "KEN" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "404" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Nebraska" + "@value": "404" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAsia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18115,7 +18110,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAsia" + "@value": "California" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18126,47 +18121,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "CentralAsia" + "@value": "California" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand", "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AU" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CC" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NZ" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NF" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18185,7 +18174,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Senegal" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18196,41 +18185,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bhutan" + "@value": "Senegal" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BT" + "@value": "SN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BTN" + "@value": "SEN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "64" + "@value": "686" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "64" + "@value": "686" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Caribbean", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18249,7 +18241,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Caribbean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18260,18 +18252,194 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia" + "@value": "Caribbean" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW", + "@id": "https://w3id.org/dpv/dpv-legal#US", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-GU" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ID" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-KY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ME" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OH" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-OR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PR" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TX" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VT" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WV" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WY" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18290,7 +18458,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Aruba" + "@value": "Brunei Darussalam" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18301,85 +18469,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SoutheasternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Aruba" + "@value": "Brunei Darussalam" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "ABW" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "533" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "533" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-MV", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "BN" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "BRN" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "96" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Mecklenburg-Western-Pomerania" + "@value": "96" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18398,7 +18522,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Mali" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18409,43 +18533,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saudi Arabia" + "@value": "Mali" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SA" + "@value": "ML" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SAU" + "@value": "MLI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "682" + "@value": "466" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "682" + "@value": "466" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -18462,7 +18589,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Egypt" + "@value": "Montana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18473,41 +18600,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Egypt" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "EG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "EGY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "818" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "818" + "@value": "Montana" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BD", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18526,7 +18630,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Antigua and Barbuda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18537,41 +18641,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bangladesh" + "@value": "Antigua and Barbuda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BD" + "@value": "AG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BGD" + "@value": "ATG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "50" + "@value": "28" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "50" + "@value": "28" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18590,7 +18697,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Nauru" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18601,41 +18708,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turkmenistan" + "@value": "Nauru" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TM" + "@value": "NR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TKM" + "@value": "NRU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "795" + "@value": "520" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "795" + "@value": "520" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18654,7 +18761,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Spain" + "@value": "Equatorial Guinea" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18665,41 +18772,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#MiddleAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Spain" + "@value": "Equatorial Guinea" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "ES" + "@value": "GQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ESP" + "@value": "GNQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "724" + "@value": "226" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "724" + "@value": "226" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Sark", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18718,7 +18828,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Michigan" + "@value": "Sark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18729,18 +18839,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Michigan" + "@value": "Sark" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-ST", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NH", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18759,7 +18875,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saxony-Anhalt" + "@value": "New Hampshire" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18770,18 +18886,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Saxony-Anhalt" + "@value": "New Hampshire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18800,7 +18916,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Belize" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18814,41 +18930,41 @@ "@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#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Curaçao" + "@value": "Belize" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CW" + "@value": "BZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "CUW" + "@value": "BLZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "531" + "@value": "84" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "531" + "@value": "84" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18867,7 +18983,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Botswana" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18878,41 +18994,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@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#SouthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Republic of Korea" + "@value": "Botswana" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KR" + "@value": "BW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KOR" + "@value": "BWA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "410" + "@value": "72" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "410" + "@value": "72" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EE", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18931,7 +19050,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Estonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18945,38 +19064,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovenia" + "@value": "Estonia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SI" + "@value": "EE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SVN" + "@value": "EST" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "705" + "@value": "233" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "705" + "@value": "233" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18995,7 +19114,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Canada" + "@value": "Micronesia (Federated States of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19006,82 +19125,67 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Canada" + "@value": "Micronesia (Federated States of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "CA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "CAN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "124" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "124" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SN", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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/title": [ - { - "@language": "en", - "@value": "Saxony" + "@value": "FM" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "FSM" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@value": "583" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Saxony" + "@value": "583" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ", + "@id": "https://w3id.org/dpv/dpv-legal#EasternAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HK" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JP" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KR" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19100,7 +19204,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Bolivia (Plurinational State of)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19111,43 +19215,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Azerbaijan" + "@value": "Bolivia (Plurinational State of)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AZ" + "@value": "BO" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "AZE" + "@value": "BOL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "31" + "@value": "68" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "31" + "@value": "68" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernEurope", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LI", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19164,7 +19271,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Liechtenstein" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19176,19 +19283,42 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SouthernEurope" + "@value": "Liechtenstein" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "LI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "LIE" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "438" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "438" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19205,7 +19335,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "CentralAmerica" + "@value": "Honduras" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19215,60 +19345,45 @@ } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, { "@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": "CentralAmerica" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MA", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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": "Honduras" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Massachusetts" + "@value": "HN" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "HND" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "340" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Massachusetts" + "@value": "340" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19287,7 +19402,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19298,41 +19413,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Svalbard and Jan Mayen Islands" + "@value": "Samoa" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SJ" + "@value": "WS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SJM" + "@value": "WSM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "744" + "@value": "882" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "744" + "@value": "882" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19351,7 +19466,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Germany" + "@value": "Malta" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19365,40 +19480,40 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Germany" + "@value": "Malta" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DE" + "@value": "MT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DEU" + "@value": "MLT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "276" + "@value": "470" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "276" + "@value": "470" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19415,7 +19530,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jersey" + "@value": "Oceania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19424,46 +19539,15 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Jersey" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "JE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "JEY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "832" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "832" + "@value": "Oceania" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19482,7 +19566,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Nigeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19499,38 +19583,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rwanda" + "@value": "Nigeria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RW" + "@value": "NG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "RWA" + "@value": "NGA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "646" + "@value": "566" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "646" + "@value": "566" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19549,7 +19633,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Holy See" + "@value": "Anguilla" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19560,41 +19644,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Holy See" + "@value": "Anguilla" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "VA" + "@value": "AI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "VAT" + "@value": "AIA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "336" + "@value": "660" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "336" + "@value": "660" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-RP", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WesternAfrica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19613,7 +19700,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "WesternAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19624,18 +19711,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": [ { "@language": "en", - "@value": "Rhineland-Palatinate" + "@value": "WesternAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19654,7 +19741,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Comoros" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19677,32 +19764,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Sudan" + "@value": "Comoros" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SS" + "@value": "KM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SSD" + "@value": "COM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "728" + "@value": "174" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "728" + "@value": "174" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CentralAmerica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19721,7 +19808,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "CentralAmerica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19732,18 +19819,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Rhode Island" + "@value": "CentralAmerica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MC", + "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19762,7 +19869,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Monaco" + "@value": "South Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19773,43 +19880,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SubSaharanAfrica" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Monaco" + "@value": "South Sudan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MC" + "@value": "SS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MCO" + "@value": "SSD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "492" + "@value": "728" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "492" + "@value": "728" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -19826,7 +19936,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Aruba" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19837,253 +19947,190 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "New Jersey" + "@value": "Aruba" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Americas", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BB" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GP" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAmerica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PR" - }, + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL" - }, + "@value": "AW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KN" - }, + "@value": "ABW" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC" - }, + "@value": "533" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MF" - }, + "@value": "533" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PM" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VC" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SX" - }, + "@language": "en", + "@value": "Myanmar" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SR" + "@id": "https://w3id.org/dpv/dpv-legal#Asia" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC" - }, + "@language": "en", + "@value": "Myanmar" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VI" - }, + "@value": "MM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US" - }, + "@value": "MMR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UY" - }, + "@value": "104" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VE" + "@value": "104" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HR" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LatinAmericaandtheCaribbean", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GI" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VA" - }, + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MT" - }, + "@id": "https://w3id.org/dpv/dpv-legal#Americas" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ME" - }, + "@language": "en", + "@value": "LatinAmericaandtheCaribbean" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-RI", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MK" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SM" - }, + "@language": "en", + "@value": "Rhode Island" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RS" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SI" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ES" + "@language": "en", + "@value": "Rhode Island" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20102,7 +20149,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Costa Rica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20116,41 +20163,82 @@ "@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#CentralAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Antigua and Barbuda" + "@value": "Costa Rica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AG" + "@value": "CR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ATG" + "@value": "CRI" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "28" + "@value": "188" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "28" + "@value": "188" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#OM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SC", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "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/title": [ + { + "@language": "en", + "@value": "South Carolina" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "South Carolina" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20169,7 +20257,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oman" + "@value": "Vanuatu" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20180,41 +20268,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oman" + "@value": "Vanuatu" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "OM" + "@value": "VU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "OMN" + "@value": "VUT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "512" + "@value": "548" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "512" + "@value": "548" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#JM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MH", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20233,7 +20321,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Jamaica" + "@value": "Marshall Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20244,44 +20332,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@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": "Jamaica" + "@value": "Marshall Islands" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "JM" + "@value": "MH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "JAM" + "@value": "MHL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "388" + "@value": "584" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "388" + "@value": "584" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LT", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20300,7 +20385,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Lithuania" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20311,41 +20396,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#CentralAsia" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Kazakhstan" + "@value": "Lithuania" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KZ" + "@value": "LT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KAZ" + "@value": "LTU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "398" + "@value": "440" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "398" + "@value": "440" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20364,7 +20449,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Armenia" + "@value": "Poland" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20375,43 +20460,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Armenia" + "@value": "Poland" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "AM" + "@value": "PL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ARM" + "@value": "POL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "51" + "@value": "616" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "51" + "@value": "616" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-LA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#WF", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20428,7 +20513,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Louisiana" + "@value": "Wallis and Futuna Islands" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20439,59 +20524,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": "Louisiana" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AK", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", - "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": "Wallis and Futuna Islands" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@language": "en", - "@value": "Alaska" + "@value": "WF" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@language": "en", - "@value": "accepted" + "@value": "WLF" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@value": "876" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@language": "en", - "@value": "Alaska" + "@value": "876" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BQ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20510,7 +20577,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Sudan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20521,81 +20588,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bonaire, Sint Eustatius and Saba" + "@value": "Sudan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BQ" + "@value": "SD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BES" + "@value": "SDN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "535" + "@value": "729" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "535" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA" + "@value": "729" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20612,7 +20641,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "SubSaharanAfrica" + "@value": "Isle of Man" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20623,20 +20652,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" + "@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": "SubSaharanAfrica" + "@value": "Isle of Man" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "IM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "IMN" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "833" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "833" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AZ", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20653,7 +20705,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Baden-Württemberg" + "@value": "Azerbaijan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20664,85 +20716,112 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Baden-Württemberg" + "@value": "Azerbaijan" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HT", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "AZ" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "AZE" } ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "31" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "31" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" + }, { - "@language": "en", - "@value": "Haiti" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" + }, { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" + }, { - "@language": "en", - "@value": "Haiti" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" + }, { - "@value": "HT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" + }, { - "@value": "HTI" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" + }, { - "@value": "332" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" + }, { - "@value": "332" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20761,7 +20840,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Ecuador" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20772,41 +20851,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Cambodia" + "@value": "Ecuador" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KH" + "@value": "EC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "KHM" + "@value": "ECU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "116" + "@value": "218" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "116" + "@value": "218" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AQ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20825,7 +20907,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Seychelles" + "@value": "Antarctica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20834,48 +20916,37 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@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": "Seychelles" + "@value": "Antarctica" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SC" + "@value": "AQ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SYC" + "@value": "ATA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "690" + "@value": "10" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "690" + "@value": "10" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Micronesia", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20892,7 +20963,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "United Republic of Tanzania" + "@value": "Micronesia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20903,44 +20974,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#Oceania" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "United Republic of Tanzania" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "TZ" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "TZA" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "834" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "834" + "@value": "Micronesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SB", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NU", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20959,7 +21004,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Niue" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -20973,38 +21018,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Solomon Islands" + "@value": "Niue" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SB" + "@value": "NU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SLB" + "@value": "NIU" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "90" + "@value": "570" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "90" + "@value": "570" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Oceania", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-IL", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21023,7 +21068,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Oceania" + "@value": "Illinois" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21032,15 +21077,20 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Oceania" + "@value": "Illinois" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21059,7 +21109,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Uganda" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21070,46 +21120,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "South Georgia and the South Sandwich Islands" + "@value": "Uganda" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GS" + "@value": "UG" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SGS" + "@value": "UGA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "239" + "@value": "800" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "239" + "@value": "800" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21126,7 +21176,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Senegal" + "@value": "Florida" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21137,44 +21187,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Senegal" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "SN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "SEN" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "686" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "686" + "@value": "Florida" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21193,7 +21217,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Djibouti" + "@value": "Uzbekistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21204,44 +21228,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Djibouti" + "@value": "Uzbekistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "DJ" + "@value": "UZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "DJI" + "@value": "UZB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "262" + "@value": "860" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "262" + "@value": "860" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21260,7 +21281,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Greece" + "@value": "Guinea-Bissau" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21271,43 +21292,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" + "@id": "https://w3id.org/dpv/dpv-legal#Africa" }, { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@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": "Greece" + "@value": "Guinea-Bissau" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GR" + "@value": "GW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GRC" + "@value": "GNB" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "300" + "@value": "624" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "300" + "@value": "624" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-TN", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21324,7 +21348,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bahrain" + "@value": "Tennessee" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21335,41 +21359,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Bahrain" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "BH" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "BHR" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "48" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "48" + "@value": "Tennessee" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SY", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21388,7 +21389,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Syrian Arab Republic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21399,44 +21400,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saint Barthélemy" + "@value": "Syrian Arab Republic" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BL" + "@value": "SY" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BLM" + "@value": "SYR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "652" + "@value": "760" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "652" + "@value": "760" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21455,7 +21453,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea" + "@value": "Sao Tome and Principe" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21469,43 +21467,43 @@ "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea" + "@value": "Sao Tome and Principe" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GN" + "@value": "ST" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GIN" + "@value": "STP" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "324" + "@value": "678" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "324" + "@value": "678" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ChannelIslands", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IT", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21522,7 +21520,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "ChannelIslands" + "@value": "Italy" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21533,18 +21531,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@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": "ChannelIslands" + "@value": "Italy" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "IT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "ITA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "380" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "380" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21563,7 +21584,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Saint Lucia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21574,46 +21595,46 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mauritius" + "@value": "Saint Lucia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MU" + "@value": "LC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MUS" + "@value": "LCA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "480" + "@value": "662" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "480" + "@value": "662" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-NW", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21630,7 +21651,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guernsey" + "@value": "North-Rhine Westphalia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21641,46 +21662,20 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#ChannelIslands" + "@id": "https://w3id.org/dpv/dpv-legal#DE" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guernsey" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "GG" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "GGY" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "831" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "831" + "@value": "North-Rhine Westphalia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernEurope", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21697,7 +21692,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" + "@value": "NorthernEurope" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21708,41 +21703,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Micronesia" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Micronesia (Federated States of)" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "FM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "FSM" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "583" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "583" + "@value": "NorthernEurope" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MD", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21761,7 +21733,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Republic of Moldova" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21772,46 +21744,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Nigeria" + "@value": "Republic of Moldova" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NG" + "@value": "MD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NGA" + "@value": "MDA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "566" + "@value": "498" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "566" + "@value": "498" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MS", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21828,7 +21797,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Niger" + "@value": "Mississippi" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21839,44 +21808,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Niger" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "NE" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "NER" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "562" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "562" + "@language": "en", + "@value": "Mississippi" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21895,7 +21838,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Botswana" + "@value": "Kuwait" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21906,46 +21849,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthernAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#WesternAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Botswana" + "@value": "Kuwait" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BW" + "@value": "KW" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BWA" + "@value": "KWT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "72" + "@value": "414" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "72" + "@value": "414" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-UM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UM", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -21973,7 +21913,10 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@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": [ @@ -21981,10 +21924,30 @@ "@language": "en", "@value": "United States Minor Outlying Islands" } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "UM" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "UMI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "581" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "581" + } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GD", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22003,7 +21966,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Comoros" + "@value": "Grenada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22014,235 +21977,126 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#EasternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Comoros" + "@value": "Grenada" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "KM" + "@value": "GD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "COM" + "@value": "GRD" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "174" + "@value": "308" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "174" + "@value": "308" } ] }, { - "@id": "https://w3id.org/dpv/dpv-legal#Africa", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IO" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CV" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CI" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CD" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DJ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GQ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ER" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TF" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LS" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ML" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MR" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MU" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#YT" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MZ" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NorthernAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RW" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RE" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ST" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SC" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SL" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SO" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZA" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SS" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SubSaharanAfrica" - }, + "@language": "en", + "@value": "Connecticut" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TG" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" - }, + "@language": "en", + "@value": "Connecticut" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SouthernAfrica", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UG" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TZ" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" - }, + "@language": "en", + "@value": "SouthernAfrica" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZM" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ZW" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "SouthernAfrica" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-CO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-SD", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22261,7 +22115,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Colorado" + "@value": "South Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22278,12 +22132,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Colorado" + "@value": "South Dakota" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TC", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22302,7 +22156,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "American Samoa" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22313,44 +22167,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Turks and Caicos Islands" + "@value": "American Samoa" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TC" + "@value": "AS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TCA" + "@value": "ASM" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "796" + "@value": "16" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "796" + "@value": "16" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TJ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22369,7 +22220,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tajikistan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22380,46 +22231,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAsia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gambia" + "@value": "Tajikistan" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GM" + "@value": "TJ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GMB" + "@value": "TJK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "270" + "@value": "762" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "270" + "@value": "762" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-VI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CX", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22436,7 +22284,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "Christmas Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22447,18 +22295,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "U.S. Virgin Islands" + "@value": "Christmas Island" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "CX" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "CXR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "162" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "162" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-MT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-AZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22477,7 +22348,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Montana" + "@value": "Arizona" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22494,14 +22365,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Montana" + "@value": "Arizona" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-SL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FR", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22518,7 +22389,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Saarland" + "@value": "France" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22529,18 +22400,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Saarland" + "@value": "France" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "FR" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "FRA" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "250" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "250" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22559,7 +22453,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belarus" + "@value": "Algeria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22570,43 +22464,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#NorthernAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belarus" + "@value": "Algeria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BY" + "@value": "DZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BLR" + "@value": "DZA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "112" + "@value": "12" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "112" + "@value": "12" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-ND", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -22623,7 +22517,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Ghana" + "@value": "North Dakota" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22634,44 +22528,59 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Africa" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ghana" + "@value": "North Dakota" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#Polynesia", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "GH" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "GHA" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "288" + "@language": "en", + "@value": "Polynesia" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "288" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Polynesia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BY", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-DC", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22690,7 +22599,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Bavaria" + "@value": "District of Columbia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22701,18 +22610,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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": "Bavaria" + "@value": "District of Columbia" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GW", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#UA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22731,7 +22640,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Ukraine" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22742,44 +22651,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#WesternAfrica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Guinea-Bissau" + "@value": "Ukraine" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GW" + "@value": "UA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GNB" + "@value": "UKR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "624" + "@value": "804" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "624" + "@value": "804" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#HM", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GR", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22798,7 +22704,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Greece" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22809,41 +22715,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#AustraliaandNewZealand" + "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Heard Island and McDonald Islands" + "@value": "Greece" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "HM" + "@value": "GR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "HMD" + "@value": "GRC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "334" + "@value": "300" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "334" + "@value": "300" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NC", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22862,7 +22768,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Tokelau" + "@value": "New Caledonia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22876,38 +22782,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Oceania" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Polynesia" + "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tokelau" + "@value": "New Caledonia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "TK" + "@value": "NC" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "TKL" + "@value": "NCL" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "772" + "@value": "540" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "772" + "@value": "540" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-PA", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-WA", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22926,7 +22832,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Washington" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22943,12 +22849,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pennsylvania" + "@value": "Washington" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BZ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ET", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -22967,7 +22873,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Belize" + "@value": "Ethiopia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -22978,44 +22884,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#EasternAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Belize" + "@value": "Ethiopia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "BZ" + "@value": "ET" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "BLZ" + "@value": "ETH" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "84" + "@value": "231" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "84" + "@value": "231" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HE", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-BW", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23034,7 +22940,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hesse" + "@value": "Baden-Württemberg" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23051,12 +22957,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hesse" + "@value": "Baden-Württemberg" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#NO", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CA", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23075,7 +22981,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Norway" + "@value": "Canada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23086,43 +22992,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#NorthernAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Norway" + "@value": "Canada" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "NO" + "@value": "CA" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "NOR" + "@value": "CAN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "578" + "@value": "124" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "578" + "@value": "124" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DE-HH", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KG", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23139,7 +23045,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hamburg" + "@value": "Kyrgyzstan" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23150,20 +23056,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#DE" + "@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": "Hamburg" + "@value": "Kyrgyzstan" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "KG" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "KGZ" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "417" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "417" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-HI", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BV", "@type": [ - "https://w3id.org/dpv/dpv-skos#Region", + "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23180,7 +23109,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Bouvet Island" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23191,18 +23120,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hawaii" + "@value": "Bouvet Island" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "BV" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BVT" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "74" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "74" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SK", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BI", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23221,7 +23176,74 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Burundi" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@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": "Burundi" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + { + "@value": "BI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + { + "@value": "BDI" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + { + "@value": "108" + } + ], + "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + { + "@value": "108" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#AT", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Country", + "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/title": [ + { + "@language": "en", + "@value": "Austria" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23235,38 +23257,38 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" + "@id": "https://w3id.org/dpv/dpv-legal#WesternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Slovakia" + "@value": "Austria" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "SK" + "@value": "AT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "SVK" + "@value": "AUT" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "703" + "@value": "40" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "703" + "@value": "40" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#GF", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PN", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23285,7 +23307,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "French Guiana" + "@value": "Pitcairn" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23296,44 +23318,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Americas" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" + "@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": "French Guiana" + "@value": "Pitcairn" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "GF" + "@value": "PN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "GUF" + "@value": "PCN" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "254" + "@value": "612" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "254" + "@value": "612" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#RU", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23352,7 +23371,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Falkland Islands (Malvinas)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23363,41 +23382,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#SouthAmerica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Russian Federation" + "@value": "Falkland Islands (Malvinas)" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "RU" + "@value": "FK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "RUS" + "@value": "FLK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "643" + "@value": "238" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "643" + "@value": "238" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#FJ", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MS", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23416,7 +23438,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Fiji" + "@value": "Montserrat" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23427,41 +23449,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Oceania" + "@id": "https://w3id.org/dpv/dpv-legal#Americas" }, { - "@id": "https://w3id.org/dpv/dpv-legal#Melanesia" + "@id": "https://w3id.org/dpv/dpv-legal#Caribbean" + }, + { + "@id": "https://w3id.org/dpv/dpv-legal#LatinAmericaandtheCaribbean" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fiji" + "@value": "Montserrat" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "FJ" + "@value": "MS" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "FJI" + "@value": "MSR" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "242" + "@value": "500" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "242" + "@value": "500" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#IS", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#CZ", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23480,7 +23505,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Iceland" + "@value": "Czechia" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23494,38 +23519,64 @@ "@id": "https://w3id.org/dpv/dpv-legal#Europe" }, { - "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#EasternEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Iceland" + "@value": "Czechia" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "IS" + "@value": "CZ" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "ISL" + "@value": "CZE" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "352" + "@value": "203" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "352" + "@value": "203" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MX", + "@id": "https://w3id.org/dpv/dpv-legal#NorthernAfrica", + "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DZ" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EG" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LY" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SD" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TN" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#EH" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#DK", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23544,7 +23595,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Mexico" + "@value": "Denmark" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23555,44 +23606,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@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#CentralAmerica" + "@id": "https://w3id.org/dpv/dpv-legal#NorthernEurope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mexico" + "@value": "Denmark" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ { - "@value": "MX" + "@value": "DK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ { - "@value": "MEX" + "@value": "DNK" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ { - "@value": "484" + "@value": "208" } ], "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ { - "@value": "484" + "@value": "208" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MV", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TW", "@type": [ "https://w3id.org/dpv/dpv-skos#Country", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23611,7 +23659,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Maldives" + "@value": "Taiwan (Province of China)" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23620,83 +23668,58 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-legal#Asia" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernAsia" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Maldives" + "@value": "Taiwan (Province of China)" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NE", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Region", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ + "http://purl.org/dc/terms/created": [ { - "@value": "MV" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ + "http://purl.org/dc/terms/creator": [ { - "@value": "MDV" + "@value": "Harshvardhan J. Pandit" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ + "http://purl.org/dc/terms/title": [ { - "@value": "462" + "@language": "en", + "@value": "Nebraska" } ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "462" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SoutheasternAsia", - "http://www.w3.org/2004/02/skos/core#narrowerTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#BN" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#KH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#ID" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#LA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MY" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MM" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PH" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#SG" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TH" - }, + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#TL" - }, + "@id": "https://w3id.org/dpv/dpv-legal#US" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#VN" + "@language": "en", + "@value": "Nebraska" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#PT", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-NV", "@type": [ - "https://w3id.org/dpv/dpv-skos#Country", + "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -23713,7 +23736,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Portugal" + "@value": "Nevada" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23724,41 +23747,18 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#Europe" - }, - { - "@id": "https://w3id.org/dpv/dpv-legal#SouthernEurope" + "@id": "https://w3id.org/dpv/dpv-legal#US" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Portugal" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2": [ - { - "@value": "PT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3": [ - { - "@value": "PRT" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric": [ - { - "@value": "620" - } - ], - "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49": [ - { - "@value": "620" + "@value": "Nevada" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#US-FL", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#MiddleAfrica", "@type": [ "https://w3id.org/dpv/dpv-skos#Region", "http://www.w3.org/2004/02/skos/core#Concept" @@ -23777,7 +23777,7 @@ "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Florida" + "@value": "MiddleAfrica" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -23788,13 +23788,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-legal#US" + "@id": "https://w3id.org/dpv/dpv-legal#SubSaharanAfrica" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Florida" + "@value": "MiddleAfrica" } ] } diff --git a/dpv-skos/dpv-legal/modules/locations.rdf b/dpv-skos/dpv-legal/modules/locations.rdf index c9d534adf..6088345ca 100644 --- a/dpv-skos/dpv-legal/modules/locations.rdf +++ b/dpv-skos/dpv-legal/modules/locations.rdf @@ -6,264 +6,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - - - - - - - - - - - - - - - - - - - Ethiopia - Ethiopia - ET - ETH - 231 - 231 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Sint Maarten (Dutch part) - Sint Maarten (Dutch part) - SX - SXM - 534 - 534 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Åland Islands - Åland Islands - AX - ALA - 248 - 248 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Benin - Benin - BJ - BEN - 204 - 204 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Armenia - Armenia - AM - ARM - 51 - 51 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Arizona - Arizona - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Malaysia - Malaysia - MY - MYS - 458 - 458 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Trinidad and Tobago - Trinidad and Tobago - TT - TTO - 780 - 780 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Saudi Arabia - Saudi Arabia - SA - SAU - 682 - 682 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Mongolia - Mongolia - MN - MNG - 496 - 496 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Berlin - Berlin - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cyprus - Cyprus - CY - CYP - 196 - 196 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - @@ -571,329 +313,178 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thuringia - Thuringia - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Lao People's Democratic Republic - Lao People's Democratic Republic - LA - LAO - 418 - 418 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Turks and Caicos Islands - Turks and Caicos Islands - TC - TCA - 796 - 796 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - New York - New York - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - Djibouti - Djibouti - DJ - DJI - 262 - 262 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - Georgia - Georgia - GE - GEO - 268 - 268 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - SouthernAfrica - SouthernAfrica - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Dominican Republic - Dominican Republic - DO - DOM - 214 - 214 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Puerto Rico - Puerto Rico - PR - PRI - 630 - 630 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Faroe Islands - Faroe Islands - FO - FRO - 234 - 234 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Pennsylvania - Pennsylvania + Delaware + Delaware 2022-03-30 accepted Harshvardhan J. Pandit - + - Solomon Islands - Solomon Islands - SB - SLB - 90 - 90 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - EasternAfrica - EasternAfrica - + United States of America + United States of America + US + USA + 840 + 840 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Namibia - Namibia - NA - NAM - 516 - 516 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + - - - - Barbados - Barbados - BB - BRB - 52 - 52 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - Hungary - Hungary - HU - HUN - 348 - 348 + Liechtenstein + Liechtenstein + LI + LIE + 438 + 438 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Christmas Island - Christmas Island - CX - CXR - 162 - 162 - - + EasternAsia + EasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guyana - Guyana - GY - GUY - 328 - 328 + Paraguay + Paraguay + PY + PRY + 600 + 600 @@ -901,630 +492,708 @@ accepted Harshvardhan J. Pandit - - - - MiddleAfrica - MiddleAfrica - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Nebraska - Nebraska - + Libya + Libya + LY + LBY + 434 + 434 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Myanmar - Myanmar - MM - MMR - 104 - 104 - - + Switzerland + Switzerland + CH + CHE + 756 + 756 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Jordan - Jordan - JO - JOR - 400 - 400 - - + Portugal + Portugal + PT + PRT + 620 + 620 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liberia - Liberia - LR - LBR - 430 - 430 - - - + Wallis and Futuna Islands + Wallis and Futuna Islands + WF + WLF + 876 + 876 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Zimbabwe - Zimbabwe - ZW - ZWE - 716 - 716 - - - + Oman + Oman + OM + OMN + 512 + 512 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Northern Mariana Islands - Northern Mariana Islands - MP - MNP - 580 - 580 - - + Turkey + Turkey + TR + TUR + 792 + 792 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - China, Macao Special Administrative Region - China, Macao Special Administrative Region - MO - MAC - 446 - 446 - - + Eritrea + Eritrea + ER + ERI + 232 + 232 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Tunisia - Tunisia - TN - TUN - 788 - 788 - - + Tennessee + Tennessee + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Sri Lanka - Sri Lanka - LK - LKA - 144 - 144 - - + New Jersey + New Jersey + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Eritrea - Eritrea - ER - ERI - 232 - 232 - - - + North-Rhine Westphalia + North-Rhine Westphalia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Iraq - Iraq - IQ - IRQ - 368 - 368 - - + Micronesia + Micronesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - El Salvador - El Salvador - SV - SLV - 222 - 222 - - - + Mayotte + Mayotte + YT + MYT + 175 + 175 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Liechtenstein - Liechtenstein - LI - LIE - 438 - 438 - - + Rwanda + Rwanda + RW + RWA + 646 + 646 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - North Macedonia - North Macedonia - MK - MKD - 807 - 807 + Albania + Albania + AL + ALB + 8 + 8 2022-03-30 accepted Harshvardhan J. Pandit - + - Martinique - Martinique - MQ - MTQ - 474 - 474 - - - + Christmas Island + Christmas Island + CX + CXR + 162 + 162 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Nigeria - Nigeria - NG - NGA - 566 - 566 - - - + North Carolina + North Carolina + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Cocos (Keeling) Islands - Cocos (Keeling) Islands - CC - CCK - 166 - 166 - - + Bremen + Bremen + 2022-03-30 accepted Harshvardhan J. Pandit - + - Equatorial Guinea - Equatorial Guinea - GQ - GNQ - 226 - 226 + Comoros + Comoros + KM + COM + 174 + 174 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bangladesh - Bangladesh - BD - BGD - 50 - 50 - - + Niue + Niue + NU + NIU + 570 + 570 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uruguay - Uruguay - UY - URY - 858 - 858 - - - + Latvia + Latvia + LV + LVA + 428 + 428 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Seychelles - Seychelles - SC - SYC - 690 - 690 - - - + Arkansas + Arkansas + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lebanon - Lebanon - LB - LBN - 422 - 422 - - + Fiji + Fiji + FJ + FJI + 242 + 242 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Papua New Guinea - Papua New Guinea - PG - PNG - 598 - 598 + American Samoa + American Samoa + AS + ASM + 16 + 16 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Georgia and the South Sandwich Islands - South Georgia and the South Sandwich Islands - GS - SGS - 239 - 239 - - - + Nigeria + Nigeria + NG + NGA + 566 + 566 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + - Anguilla - Anguilla - AI - AIA - 660 - 660 - - - + Sri Lanka + Sri Lanka + LK + LKA + 144 + 144 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chile - Chile - CL - CHL - 152 - 152 - - - + Belgium + Belgium + BE + BEL + 56 + 56 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - Bouvet Island - Bouvet Island - BV - BVT - 74 - 74 - - - + Hungary + Hungary + HU + HUN + 348 + 348 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Sudan - Sudan - SD - SDN - 729 - 729 - - + Grenada + Grenada + GD + GRD + 308 + 308 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Maryland - Maryland - + MiddleAfrica + MiddleAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bahrain - Bahrain - BH - BHR - 48 - 48 + Lao People's Democratic Republic + Lao People's Democratic Republic + LA + LAO + 418 + 418 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Curaçao - Curaçao - CW - CUW - 531 - 531 - - - + Thailand + Thailand + TH + THA + 764 + 764 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Antigua and Barbuda - Antigua and Barbuda - AG - ATG - 28 - 28 - - - + Pakistan + Pakistan + PK + PAK + 586 + 586 + + 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + @@ -1582,205 +1251,314 @@ - - - - - - + + + + Saxony + Saxony + + 2022-03-30 + accepted + Harshvardhan J. Pandit - - - - - - + + + + Saint Lucia + Saint Lucia + LC + LCA + 662 + 662 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Anguilla + Anguilla + AI + AIA + 660 + 660 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - French Polynesia - French Polynesia - PF - PYF - 258 - 258 - - + Haiti + Haiti + HT + HTI + 332 + 332 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Egypt - Egypt - EG - EGY - 818 - 818 - - + Hesse + Hesse + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Wallis and Futuna Islands - Wallis and Futuna Islands - WF - WLF - 876 - 876 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + + + - - + + - Polynesia - Polynesia - + Réunion + Réunion + RE + REU + 638 + 638 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Denmark - Denmark - DK - DNK - 208 - 208 - - + Mexico + Mexico + MX + MEX + 484 + 484 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - + - Malawi - Malawi - MW - MWI - 454 - 454 + Gabon + Gabon + GA + GAB + 266 + 266 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - New Caledonia - New Caledonia - NC - NCL - 540 - 540 + Papua New Guinea + Papua New Guinea + PG + PNG + 598 + 598 2022-03-30 accepted Harshvardhan J. Pandit - + - China, Hong Kong Special Administrative Region - China, Hong Kong Special Administrative Region - HK - HKG - 344 - 344 + China + China + CN + CHN + 156 + 156 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Northern Mariana Islands + Northern Mariana Islands + MP + MNP + 580 + 580 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Peru - Peru - PE - PER - 604 - 604 + Trinidad and Tobago + Trinidad and Tobago + TT + TTO + 780 + 780 + - 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Ukraine + Ukraine + UA + UKR + 804 + 804 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Greece + Greece + GR + GRC + 300 + 300 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Saint Kitts and Nevis - Saint Kitts and Nevis - KN - KNA - 659 - 659 + British Virgin Islands + British Virgin Islands + VG + VGB + 92 + 92 @@ -1788,235 +1566,301 @@ accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - + + + + Heard Island and McDonald Islands + Heard Island and McDonald Islands + HM + HMD + 334 + 334 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Kiribati - Kiribati - KI - KIR - 296 - 296 + Iraq + Iraq + IQ + IRQ + 368 + 368 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Guam + Guam + GU + GUM + 316 + 316 2022-03-30 accepted Harshvardhan J. Pandit - + + + + NorthernAmerica + NorthernAmerica + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + CentralAsia + CentralAsia + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Ghana - Ghana - GH - GHA - 288 - 288 - - - + France + France + FR + FRA + 250 + 250 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Isle of Man - Isle of Man - IM - IMN - 833 - 833 + Lithuania + Lithuania + LT + LTU + 440 + 440 2022-03-30 accepted Harshvardhan J. Pandit - + - Nepal - Nepal - NP - NPL - 524 - 524 + Yemen + Yemen + YE + YEM + 887 + 887 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Maldives + Maldives + MV + MDV + 462 + 462 2022-03-30 accepted Harshvardhan J. Pandit - + - Nicaragua - Nicaragua - NI - NIC - 558 - 558 + Curaçao + Curaçao + CW + CUW + 531 + 531 + - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - EasternAsia - EasternAsia + Mauritius + Mauritius + MU + MUS + 480 + 480 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Israel + Israel + IL + ISR + 376 + 376 + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gabon - Gabon - GA - GAB - 266 - 266 - - - + New Caledonia + New Caledonia + NC + NCL + 540 + 540 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Ohio - Ohio - + Iceland + Iceland + IS + ISL + 352 + 352 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - China - China - CN - CHN - 156 - 156 + Armenia + Armenia + AM + ARM + 51 + 51 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Viet Nam + Viet Nam + VN + VNM + 704 + 704 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ireland - Ireland - IE - IRL - 372 - 372 + Republic of Moldova + Republic of Moldova + MD + MDA + 498 + 498 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Costa Rica - Costa Rica - CR - CRI - 188 - 188 + Brazil + Brazil + BR + BRA + 76 + 76 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Florida - Florida + United States Minor Outlying Islands + United States Minor Outlying Islands 2022-03-30 accepted Harshvardhan J. Pandit - - - - Israel - Israel - IL - ISR - 376 - 376 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Yemen - Yemen - YE - YEM - 887 - 887 - - + Brandenburg + Brandenburg + 2022-03-30 accepted Harshvardhan J. Pandit - + - Jamaica - Jamaica - JM - JAM - 388 - 388 - - - + Cameroon + Cameroon + CM + CMR + 120 + 120 + + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -2078,212 +1922,445 @@ - - + + + + + + + + + + + + + + + + + + + + - Oceania - Oceania + New Zealand + New Zealand + NZ + NZL + 554 + 554 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Denmark + Denmark + DK + DNK + 208 + 208 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Uruguay + Uruguay + UY + URY + 858 + 858 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Saint Martin (French Part) + Saint Martin (French Part) + MF + MAF + 663 + 663 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + Mali + Mali + ML + MLI + 466 + 466 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Bhutan + Bhutan + BT + BTN + 64 + 64 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Saint Kitts and Nevis + Saint Kitts and Nevis + KN + KNA + 659 + 659 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Antigua and Barbuda + Antigua and Barbuda + AG + ATG + 28 + 28 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Puerto Rico - Puerto Rico - + Barbados + Barbados + BB + BRB + 52 + 52 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Western Sahara - Western Sahara - EH - ESH - 732 - 732 - - + Jamaica + Jamaica + JM + JAM + 388 + 388 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Svalbard and Jan Mayen Islands - Svalbard and Jan Mayen Islands - SJ - SJM - 744 - 744 - - + Bonaire, Sint Eustatius and Saba + Bonaire, Sint Eustatius and Saba + BQ + BES + 535 + 535 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cambodia - Cambodia - KH - KHM - 116 - 116 - - + Holy See + Holy See + VA + VAT + 336 + 336 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Côte d’Ivoire - Côte d’Ivoire - CI - CIV - 384 - 384 - - - + Oceania + Oceania 2022-03-30 accepted Harshvardhan J. Pandit - + - Alaska - Alaska + Maryland + Maryland 2022-03-30 accepted Harshvardhan J. Pandit - + - Gambia - Gambia - GM - GMB - 270 - 270 + Kenya + Kenya + KE + KEN + 404 + 404 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saarland - Saarland - + Cuba + Cuba + CU + CUB + 192 + 192 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Lower-Saxony - Lower-Saxony - + Kyrgyzstan + Kyrgyzstan + KG + KGZ + 417 + 417 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Qatar - Qatar - QA - QAT - 634 - 634 + Zambia + Zambia + ZM + ZMB + 894 + 894 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Jordan + Jordan + JO + JOR + 400 + 400 2022-03-30 accepted Harshvardhan J. Pandit - + - San Marino - San Marino - SM - SMR - 674 - 674 - - + Falkland Islands (Malvinas) + Falkland Islands (Malvinas) + FK + FLK + 238 + 238 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Maldives - Maldives - MV - MDV - 462 - 462 - - + Sao Tome and Principe + Sao Tome and Principe + ST + STP + 678 + 678 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Dominica + Dominica + DM + DMA + 212 + 212 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Martin (French Part) - Saint Martin (French Part) - MF - MAF - 663 - 663 - - - + Equatorial Guinea + Equatorial Guinea + GQ + GNQ + 226 + 226 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Saxony-Anhalt - Saxony-Anhalt - + Gibraltar + Gibraltar + GI + GIB + 292 + 292 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Lucia - Saint Lucia - LC - LCA - 662 - 662 + Saint Barthélemy + Saint Barthélemy + BL + BLM + 652 + 652 @@ -2291,217 +2368,230 @@ accepted Harshvardhan J. Pandit - - + + - Tokelau - Tokelau - TK - TKL - 772 - 772 - - + Berlin + Berlin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Somalia - Somalia - SO - SOM - 706 - 706 + Gambia + Gambia + GM + GMB + 270 + 270 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - United Republic of Tanzania - United Republic of Tanzania - TZ - TZA - 834 - 834 - - - + Oregon + Oregon + 2022-03-30 accepted Harshvardhan J. Pandit - + - Holy See - Holy See - VA - VAT - 336 - 336 + Åland Islands + Åland Islands + AX + ALA + 248 + 248 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Antarctica - Antarctica - AQ - ATA - 10 - 10 - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Georgia - Georgia - + Democratic Republic of the Congo + Democratic Republic of the Congo + CD + COD + 180 + 180 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Americas - Americas + Kuwait + Kuwait + KW + KWT + 414 + 414 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uzbekistan - Uzbekistan - UZ - UZB - 860 - 860 - - + Ireland + Ireland + IE + IRL + 372 + 372 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Chad - Chad - TD - TCD - 148 - 148 - - - + Slovakia + Slovakia + SK + SVK + 703 + 703 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mauritius - Mauritius - MU - MUS - 480 - 480 - - - + Turks and Caicos Islands + Turks and Caicos Islands + TC + TCA + 796 + 796 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + + + + + + + + + + + + + - Haiti - Haiti - HT - HTI - 332 - 332 - - - + Estonia + Estonia + EE + EST + 233 + 233 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kazakhstan - Kazakhstan - KZ - KAZ - 398 - 398 - - + Montserrat + Montserrat + MS + MSR + 500 + 500 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guam - Guam - GU - GUM - 316 - 316 - - + Madagascar + Madagascar + MG + MDG + 450 + 450 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovenia - Slovenia - SI - SVN - 705 - 705 + Svalbard and Jan Mayen Islands + Svalbard and Jan Mayen Islands + SJ + SJM + 744 + 744 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mayotte - Mayotte - YT - MYT - 175 - 175 + United Republic of Tanzania + United Republic of Tanzania + TZ + TZA + 834 + 834 @@ -2509,506 +2599,529 @@ accepted Harshvardhan J. Pandit - + - Mali - Mali - ML - MLI - 466 - 466 - - - + French Polynesia + French Polynesia + PF + PYF + 258 + 258 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Republic of Moldova - Republic of Moldova - MD - MDA - 498 - 498 - - + Republic of Korea + Republic of Korea + KR + KOR + 410 + 410 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - + + + + + + - - + + - Oklahoma - Oklahoma - + Bolivia (Plurinational State of) + Bolivia (Plurinational State of) + BO + BOL + 68 + 68 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + - Iceland - Iceland - IS - ISL - 352 - 352 - - + Saint Pierre and Miquelon + Saint Pierre and Miquelon + PM + SPM + 666 + 666 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Guatemala - Guatemala - GT - GTM - 320 - 320 - - - + Mecklenburg-Western-Pomerania + Mecklenburg-Western-Pomerania + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + + + + Asia + Asia + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Micronesia (Federated States of) - Micronesia (Federated States of) - FM - FSM - 583 - 583 - - + Croatia + Croatia + HR + HRV + 191 + 191 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Gibraltar - Gibraltar - GI - GIB - 292 - 292 - - + Angola + Angola + AO + AGO + 24 + 24 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + + + + + + + + + + + + + + + + + + South Carolina + South Carolina + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Ecuador - Ecuador - EC - ECU - 218 - 218 - - - + Utah + Utah + 2022-03-30 accepted Harshvardhan J. Pandit - + - Eswatini - Eswatini - SZ - SWZ - 748 - 748 + Liberia + Liberia + LR + LBR + 430 + 430 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Northern Mariana Islands - Northern Mariana Islands - + Puerto Rico + Puerto Rico + PR + PRI + 630 + 630 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Palau - Palau - PW - PLW - 585 - 585 - - + Antarctica + Antarctica + AQ + ATA + 10 + 10 2022-03-30 accepted Harshvardhan J. Pandit - + - Botswana - Botswana - BW - BWA - 72 - 72 - - - + United Arab Emirates + United Arab Emirates + AE + ARE + 784 + 784 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Caribbean - Caribbean - + Marshall Islands + Marshall Islands + MH + MHL + 584 + 584 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - AustraliaandNewZealand - AustraliaandNewZealand - + Italy + Italy + IT + ITA + 380 + 380 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Falkland Islands (Malvinas) - Falkland Islands (Malvinas) - FK - FLK - 238 - 238 + Aruba + Aruba + AW + ABW + 533 + 533 + - 2022-03-30 accepted Harshvardhan J. Pandit - + - Bhutan - Bhutan - BT - BTN - 64 - 64 - - + Isle of Man + Isle of Man + IM + IMN + 833 + 833 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - + - Réunion - Réunion - RE - REU - 638 - 638 - - - + Georgia + Georgia + GE + GEO + 268 + 268 + + 2022-03-30 accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Harshvardhan J. Pandit - + - Sweden - Sweden - SE - SWE - 752 - 752 + Taiwan (Province of China) + Taiwan (Province of China) + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Czechia + Czechia + CZ + CZE + 203 + 203 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mauritania - Mauritania - MR - MRT - 478 - 478 + Namibia + Namibia + NA + NAM + 516 + 516 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Rhineland-Palatinate + Rhineland-Palatinate + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Illinois + Illinois + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Singapore - Singapore - SG - SGP - 702 - 702 + Timor-Leste + Timor-Leste + TL + TLS + 626 + 626 2022-03-30 accepted Harshvardhan J. Pandit - + - Cayman Islands - Cayman Islands - KY - CYM - 136 - 136 + Malaysia + Malaysia + MY + MYS + 458 + 458 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Belize + Belize + BZ + BLZ + 84 + 84 - + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Peru + Peru + PE + PER + 604 + 604 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Austria - Austria - AT - AUT - 40 - 40 + Germany + Germany + DE + DEU + 276 + 276 2022-03-30 accepted Harshvardhan J. Pandit - + - Belarus - Belarus - BY - BLR - 112 - 112 - - + Cocos (Keeling) Islands + Cocos (Keeling) Islands + CC + CCK + 166 + 166 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + + + + + + + + + + - South Dakota - South Dakota - + Egypt + Egypt + EG + EGY + 818 + 818 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Washington - Washington - + Malta + Malta + MT + MLT + 470 + 470 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - + + + + Bahamas + Bahamas + BS + BHS + 44 + 44 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -3026,467 +3139,495 @@ accepted Harshvardhan J. Pandit - + - Montenegro - Montenegro - ME - MNE - 499 - 499 - - + Cabo Verde + Cabo Verde + CV + CPV + 132 + 132 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Pakistan - Pakistan - PK - PAK - 586 - 586 - - + Canada + Canada + CA + CAN + 124 + 124 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - NorthernAfrica - NorthernAfrica + Togo + Togo + TG + TGO + 768 + 768 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Brunei Darussalam - Brunei Darussalam - BN - BRN - 96 - 96 - - + Hawaii + Hawaii + 2022-03-30 accepted Harshvardhan J. Pandit - + - Finland - Finland - FI - FIN - 246 - 246 + Bulgaria + Bulgaria + BG + BGR + 100 + 100 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Minor Outlying Islands - United States Minor Outlying Islands - UM - UMI - 581 - 581 + Cook Islands + Cook Islands + CK + COK + 184 + 184 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Democratic Republic of the Congo - Democratic Republic of the Congo - CD - COD - 180 - 180 + British Indian Ocean Territory + British Indian Ocean Territory + IO + IOT + 86 + 86 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kuwait - Kuwait - KW - KWT - 414 - 414 - - + Ethiopia + Ethiopia + ET + ETH + 231 + 231 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Suriname - Suriname - SR - SUR - 740 - 740 - - - + Thuringia + Thuringia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Turkey - Turkey - TR - TUR - 792 - 792 - - + Spain + Spain + ES + ESP + 724 + 724 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Massachusetts - Massachusetts - + Solomon Islands + Solomon Islands + SB + SLB + 90 + 90 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Wyoming - Wyoming - + WesternAsia + WesternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Azerbaijan - Azerbaijan - AZ - AZE - 31 - 31 + Qatar + Qatar + QA + QAT + 634 + 634 2022-03-30 accepted Harshvardhan J. Pandit - - + + - WesternEurope - WesternEurope - + Honduras + Honduras + HN + HND + 340 + 340 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - + + + + Bouvet Island + Bouvet Island + BV + BVT + 74 + 74 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - - + + - Saint Pierre and Miquelon - Saint Pierre and Miquelon - PM - SPM - 666 - 666 - - + Texas + Texas + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Niue - Niue - NU - NIU - 570 - 570 - - + West Virginia + West Virginia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mozambique - Mozambique - MZ - MOZ - 508 - 508 - - - + Ecuador + Ecuador + EC + ECU + 218 + 218 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Albania - Albania - AL - ALB - 8 - 8 - - + Western Sahara + Western Sahara + EH + ESH + 732 + 732 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Idaho - Idaho + Kentucky + Kentucky 2022-03-30 accepted Harshvardhan J. Pandit - + - France - France - FR - FRA - 250 - 250 + Netherlands + Netherlands + NL + NLD + 528 + 528 2022-03-30 accepted Harshvardhan J. Pandit - - + + - United States Minor Outlying Islands - United States Minor Outlying Islands - + Venezuela (Bolivarian Republic of) + Venezuela (Bolivarian Republic of) + VE + VEN + 862 + 862 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Rhineland-Palatinate - Rhineland-Palatinate - + Martinique + Martinique + MQ + MTQ + 474 + 474 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Indiana - Indiana - + Sudan + Sudan + SD + SDN + 729 + 729 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Norfolk Island - Norfolk Island - NF - NFK - 574 - 574 - - + Sint Maarten (Dutch part) + Sint Maarten (Dutch part) + SX + SXM + 534 + 534 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + Senegal + Senegal + SN + SEN + 686 + 686 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Arkansas - Arkansas + Northern Mariana Islands + Northern Mariana Islands 2022-03-30 accepted Harshvardhan J. Pandit - - + + - State of Palestine - State of Palestine - PS - PSE - 275 - 275 + SouthernAsia + SouthernAsia - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Kansas - Kansas - + Tokelau + Tokelau + TK + TKL + 772 + 772 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Australia - Australia - AU - AUS - 36 - 36 - - + Colombia + Colombia + CO + COL + 170 + 170 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guernsey - Guernsey - GG - GGY - 831 - 831 - - - + Lesotho + Lesotho + LS + LSO + 426 + 426 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - SouthernEurope - SouthernEurope + Andorra + Andorra + AD + AND + 20 + 20 + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Canada - Canada - CA - CAN - 124 - 124 - - + South Dakota + South Dakota + 2022-03-30 accepted Harshvardhan J. Pandit - + - Marshall Islands - Marshall Islands - MH - MHL - 584 - 584 - - + Slovenia + Slovenia + SI + SVN + 705 + 705 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States Virgin Islands - United States Virgin Islands - VI - VIR - 850 - 850 - - - + Monaco + Monaco + MC + MCO + 492 + 492 + + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3506,184 +3647,171 @@ accepted Harshvardhan J. Pandit - + - Grenada - Grenada - GD - GRD - 308 - 308 - - - + Somalia + Somalia + SO + SOM + 706 + 706 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tonga - Tonga - TO - TON - 776 - 776 - - + Serbia + Serbia + RS + SRB + 688 + 688 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iran (Islamic Republic of) - Iran (Islamic Republic of) - IR - IRN - 364 - 364 - - + Australia + Australia + AU + AUS + 36 + 36 + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - + + - Malta - Malta - MT - MLT - 470 - 470 - - + Massachusetts + Massachusetts + 2022-03-30 accepted Harshvardhan J. Pandit - + - Syrian Arab Republic - Syrian Arab Republic - SY - SYR - 760 - 760 - - + Saint Helena + Saint Helena + SH + SHN + 654 + 654 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Melanesia - Melanesia + Micronesia (Federated States of) + Micronesia (Federated States of) + FM + FSM + 583 + 583 + 2022-03-30 accepted Harshvardhan J. Pandit - + - Serbia - Serbia - RS - SRB - 688 - 688 + Niger + Niger + NE + NER + 562 + 562 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + WesternEurope + WesternEurope - 2022-03-30 accepted Harshvardhan J. Pandit - + - Germany - Germany - DE - DEU - 276 - 276 - - + Bermuda + Bermuda + BM + BMU + 60 + 60 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lesotho - Lesotho - LS - LSO - 426 - 426 + Guinea + Guinea + GN + GIN + 324 + 324 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Italy - Italy - IT - ITA - 380 - 380 + Austria + Austria + AT + AUT + 40 + 40 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Congo - Congo - CG - COG - 178 - 178 - - - + LatinAmericaandtheCaribbean + LatinAmericaandtheCaribbean + 2022-03-30 accepted Harshvardhan J. Pandit @@ -3703,40 +3831,50 @@ accepted Harshvardhan J. Pandit - + - Michigan - Michigan + EasternEurope + EasternEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Mississippi + Mississippi 2022-03-30 accepted Harshvardhan J. Pandit - + - Croatia - Croatia - HR - HRV - 191 - 191 - - + Norfolk Island + Norfolk Island + NF + NFK + 574 + 574 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Niger - Niger - NE - NER - 562 - 562 + Guinea-Bissau + Guinea-Bissau + GW + GNB + 624 + 624 @@ -3744,6 +3882,37 @@ accepted Harshvardhan J. Pandit + + + + Tuvalu + Tuvalu + TV + TUV + 798 + 798 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + French Guiana + French Guiana + GF + GUF + 254 + 254 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + @@ -3760,187 +3929,182 @@ accepted Harshvardhan J. Pandit - - + + - Bavaria - Bavaria - + Singapore + Singapore + SG + SGP + 702 + 702 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Czechia - Czechia - CZ - CZE - 203 - 203 - - + Wyoming + Wyoming + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Bermuda - Bermuda - BM - BMU - 60 - 60 - - + California + California + 2022-03-30 accepted Harshvardhan J. Pandit - + - Viet Nam - Viet Nam - VN - VNM - 704 - 704 + Indonesia + Indonesia + ID + IDN + 360 + 360 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Algeria - Algeria - DZ - DZA - 12 - 12 - - + Minnesota + Minnesota + 2022-03-30 accepted Harshvardhan J. Pandit - + - North Dakota - North Dakota - + Africa + Africa 2022-03-30 accepted Harshvardhan J. Pandit - + - Sao Tome and Principe - Sao Tome and Principe - ST - STP - 678 - 678 - - - + State of Palestine + State of Palestine + PS + PSE + 275 + 275 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Lithuania - Lithuania - LT - LTU - 440 - 440 - - + Cayman Islands + Cayman Islands + KY + CYM + 136 + 136 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - American Samoa - American Samoa + Washington + Washington 2022-03-30 accepted Harshvardhan J. Pandit - + - Honduras - Honduras - HN - HND - 340 - 340 - - - + Congo + Congo + CG + COG + 178 + 178 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Tunisia + Tunisia + TN + TUN + 788 + 788 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Kingdom of Great Britain and Northern Ireland - United Kingdom of Great Britain and Northern Ireland - GB - GBR - 826 - 826 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - NorthernEurope - NorthernEurope - + Suriname + Suriname + SR + SUR + 740 + 740 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Connecticut - Connecticut + Alaska + Alaska 2022-03-30 accepted Harshvardhan J. Pandit - + - Cuba - Cuba - CU - CUB - 192 - 192 + Dominican Republic + Dominican Republic + DO + DOM + 214 + 214 @@ -3948,95 +4112,129 @@ accepted Harshvardhan J. Pandit - + - Angola - Angola - AO - AGO - 24 - 24 - - - + Montenegro + Montenegro + ME + MNE + 499 + 499 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - India - India - IN - IND - 356 - 356 + Japan + Japan + JP + JPN + 392 + 392 - + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + - Madagascar - Madagascar - MG - MDG - 450 - 450 - - - + Finland + Finland + FI + FIN + 246 + 246 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kyrgyzstan - Kyrgyzstan - KG - KGZ - 417 - 417 + Mongolia + Mongolia + MN + MNG + 496 + 496 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Thailand - Thailand - TH - THA - 764 - 764 + Iran (Islamic Republic of) + Iran (Islamic Republic of) + IR + IRN + 364 + 364 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Kenya - Kenya - KE - KEN - 404 - 404 - - - + Chile + Chile + CL + CHL + 152 + 152 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Bosnia and Herzegovina + Bosnia and Herzegovina + BA + BIH + 70 + 70 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Ohio + Ohio + 2022-03-30 accepted Harshvardhan J. Pandit @@ -4056,632 +4254,564 @@ accepted Harshvardhan J. Pandit - - + + - Virginia - Virginia - + Guernsey + Guernsey + GG + GGY + 831 + 831 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United States of America - United States of America - US - USA - 840 - 840 - - + Russian Federation + Russian Federation + RU + RUS + 643 + 643 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Delaware - Delaware - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Vanuatu - Vanuatu - VU - VUT - 548 - 548 + Polynesia + Polynesia - 2022-03-30 accepted Harshvardhan J. Pandit - + - Greenland - Greenland - GL - GRL - 304 - 304 + Guyana + Guyana + GY + GUY + 328 + 328 - + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - British Indian Ocean Territory - British Indian Ocean Territory - IO - IOT - 86 - 86 - - - + Hamburg + Hamburg + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Indonesia - Indonesia - ID - IDN - 360 - 360 - - + SouthernEurope + SouthernEurope + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Jersey - New Jersey + Alabama + Alabama 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Oman - Oman - OM - OMN - 512 - 512 - - + Oklahoma + Oklahoma + 2022-03-30 accepted Harshvardhan J. Pandit - + - Schleswig-Holstein - Schleswig-Holstein - + Vermont + Vermont + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - South Sudan - South Sudan - SS - SSD - 728 - 728 - - - + AustraliaandNewZealand + AustraliaandNewZealand + 2022-03-30 accepted Harshvardhan J. Pandit - + - U.S. Virgin Islands - U.S. Virgin Islands - + Schleswig-Holstein + Schleswig-Holstein + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - Togo - Togo - TG - TGO - 768 - 768 - + SouthernAfrica + SouthernAfrica - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Micronesia - Micronesia + Vanuatu + Vanuatu + VU + VUT + 548 + 548 + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bulgaria - Bulgaria - BG - BGR - 100 - 100 + Sweden + Sweden + SE + SWE + 752 + 752 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Wisconsin - Wisconsin - + Burundi + Burundi + BI + BDI + 108 + 108 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Tajikistan - Tajikistan - TJ - TJK - 762 - 762 - - + Arizona + Arizona + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cabo Verde - Cabo Verde - CV - CPV - 132 - 132 + Algeria + Algeria + DZ + DZA + 12 + 12 - - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Rhode Island - Rhode Island - + South Georgia and the South Sandwich Islands + South Georgia and the South Sandwich Islands + GS + SGS + 239 + 239 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guinea - Guinea - GN - GIN - 324 - 324 + Mozambique + Mozambique + MZ + MOZ + 508 + 508 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Ukraine - Ukraine - UA - UKR - 804 - 804 - - + Democratic People's Republic of Korea + Democratic People's Republic of Korea + KP + PRK + 408 + 408 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Greece - Greece - GR - GRC - 300 - 300 - - + Cambodia + Cambodia + KH + KHM + 116 + 116 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + + + - Montana - Montana - + North Macedonia + North Macedonia + MK + MKD + 807 + 807 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Louisiana - Louisiana - + Poland + Poland + PL + POL + 616 + 616 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Mississippi - Mississippi - + South Africa + South Africa + ZA + ZAF + 710 + 710 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Spain - Spain - ES - ESP - 724 - 724 + Norway + Norway + NO + NOR + 578 + 578 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Belize - Belize - BZ - BLZ - 84 - 84 - - - + Syrian Arab Republic + Syrian Arab Republic + SY + SYR + 760 + 760 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Switzerland - Switzerland - CH - CHE - 756 - 756 - - + Tajikistan + Tajikistan + TJ + TJK + 762 + 762 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Nevada - Nevada + Kansas + Kansas 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Helena - Saint Helena - SH - SHN - 654 - 654 + Botswana + Botswana + BW + BWA + 72 + 72 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Tuvalu - Tuvalu - TV - TUV - 798 - 798 + Kiribati + Kiribati + KI + KIR + 296 + 296 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Cook Islands - Cook Islands - CK - COK - 184 - 184 - - + Benin + Benin + BJ + BEN + 204 + 204 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - LatinAmericaandtheCaribbean - LatinAmericaandtheCaribbean - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Republic of Korea - Republic of Korea - KR - KOR - 410 - 410 - - + Nebraska + Nebraska + 2022-03-30 accepted Harshvardhan J. Pandit - + - Jersey - Jersey - JE - JEY - 832 - 832 - - - + Nicaragua + Nicaragua + NI + NIC + 558 + 558 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saint Barthélemy - Saint Barthélemy - BL - BLM - 652 - 652 + Panama + Panama + PA + PAN + 591 + 591 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Asia - Asia + Guadeloupe + Guadeloupe + GP + GLP + 312 + 312 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Colombia - Colombia - CO - COL - 170 - 170 + El Salvador + El Salvador + SV + SLV + 222 + 222 - + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Kentucky - Kentucky - + Afghanistan + Afghanistan + AF + AFG + 4 + 4 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - West Virginia - West Virginia - + Seychelles + Seychelles + SC + SYC + 690 + 690 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + China, Hong Kong Special Administrative Region + China, Hong Kong Special Administrative Region + HK + HKG + 344 + 344 + + + 2022-03-30 + accepted + Harshvardhan J. Pandit - + - Bahamas - Bahamas - BS - BHS - 44 - 44 + United States Virgin Islands + United States Virgin Islands + VI + VIR + 850 + 850 @@ -4689,163 +4819,161 @@ accepted Harshvardhan J. Pandit - - + + - Portugal - Portugal - PT - PRT - 620 - 620 - - + Nevada + Nevada + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mexico - Mexico - MX - MEX - 484 - 484 - - - + Myanmar + Myanmar + MM + MMR + 104 + 104 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Bosnia and Herzegovina - Bosnia and Herzegovina - BA - BIH - 70 - 70 + San Marino + San Marino + SM + SMR + 674 + 674 2022-03-30 accepted Harshvardhan J. Pandit - + - American Samoa - American Samoa - AS - ASM - 16 - 16 - - + Lebanon + Lebanon + LB + LBN + 422 + 422 + + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + NorthernEurope + NorthernEurope + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + - Pitcairn - Pitcairn - PN - PCN - 612 - 612 - - + Romania + Romania + RO + ROU + 642 + 642 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Paraguay - Paraguay - PY - PRY - 600 - 600 - - - + Cyprus + Cyprus + CY + CYP + 196 + 196 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Poland - Poland - PL - POL - 616 - 616 - - + Sierra Leone + Sierra Leone + SL + SLE + 694 + 694 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Dominica - Dominica - DM - DMA - 212 - 212 - - - + Azerbaijan + Azerbaijan + AZ + AZE + 31 + 31 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Russian Federation - Russian Federation - RU - RUS - 643 - 643 - - + Puerto Rico + Puerto Rico + 2022-03-30 accepted Harshvardhan J. Pandit - + - Saxony - Saxony - + Melanesia + Melanesia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Norway - Norway - NO - NOR - 578 - 578 + United Kingdom of Great Britain and Northern Ireland + United Kingdom of Great Britain and Northern Ireland + GB + GBR + 826 + 826 2022-03-30 @@ -4862,106 +4990,87 @@ accepted Harshvardhan J. Pandit - + - Hesse - Hesse + Bavaria + Bavaria 2022-03-30 accepted Harshvardhan J. Pandit - - - - Burundi - Burundi - BI - BDI - 108 - 108 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Democratic People's Republic of Korea - Democratic People's Republic of Korea - KP - PRK - 408 - 408 - - + Guam + Guam + 2022-03-30 accepted Harshvardhan J. Pandit - + - Netherlands - Netherlands - NL - NLD - 528 - 528 - - + Eswatini + Eswatini + SZ + SWZ + 748 + 748 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Philippines - Philippines - PH - PHL - 608 - 608 - - + ChannelIslands + ChannelIslands + 2022-03-30 accepted Harshvardhan J. Pandit - + - South Carolina - South Carolina + Montana + Montana 2022-03-30 accepted Harshvardhan J. Pandit - - + + - NorthernAmerica - NorthernAmerica + Guatemala + Guatemala + GT + GTM + 320 + 320 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Comoros - Comoros - KM - COM - 174 - 174 + Djibouti + Djibouti + DJ + DJI + 262 + 262 @@ -4969,191 +5078,167 @@ accepted Harshvardhan J. Pandit - - - - Saint Vincent and the Grenadines - Saint Vincent and the Grenadines - VC - VCT - 670 - 670 - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - + + - Timor-Leste - Timor-Leste - TL - TLS - 626 - 626 - - + Michigan + Michigan + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Brazil - Brazil - BR - BRA - 76 - 76 - - - + Iowa + Iowa + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Venezuela (Bolivarian Republic of) - Venezuela (Bolivarian Republic of) - VE - VEN - 862 - 862 - - - + Baden-Württemberg + Baden-Württemberg + 2022-03-30 accepted - Harshvardhan J. Pandit - - - - - Sierra Leone - Sierra Leone - SL - SLE - 694 - 694 - - - + Harshvardhan J. Pandit + + + + + Saint Vincent and the Grenadines + Saint Vincent and the Grenadines + VC + VCT + 670 + 670 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Texas - Texas + North Dakota + North Dakota 2022-03-30 accepted Harshvardhan J. Pandit - + - Oregon - Oregon + Indiana + Indiana 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Colorado - Colorado - + Kazakhstan + Kazakhstan + KZ + KAZ + 398 + 398 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - District of Columbia - District of Columbia - + Philippines + Philippines + PH + PHL + 608 + 608 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Zambia - Zambia - ZM - ZMB - 894 - 894 - - - + Luxembourg + Luxembourg + LU + LUX + 442 + 442 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Uganda - Uganda - UG - UGA - 800 - 800 + Chad + Chad + TD + TCD + 148 + 148 + - 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Afghanistan - Afghanistan - AF - AFG - 4 - 4 - - + WesternAfrica + WesternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Baden-Württemberg - Baden-Württemberg - + Tonga + Tonga + TO + TON + 776 + 776 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Rwanda - Rwanda - RW - RWA - 646 - 646 + South Sudan + South Sudan + SS + SSD + 728 + 728 @@ -5161,87 +5246,80 @@ accepted Harshvardhan J. Pandit - + - Latvia - Latvia - LV - LVA - 428 - 428 - - + Uzbekistan + Uzbekistan + UZ + UZB + 860 + 860 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - United Arab Emirates - United Arab Emirates - AE - ARE - 784 - 784 - - + Samoa + Samoa + WS + WSM + 882 + 882 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - South Africa - South Africa - ZA - ZAF - 710 - 710 - - - + Maine + Maine + 2022-03-30 accepted Harshvardhan J. Pandit - + - ChannelIslands - ChannelIslands - + Rhode Island + Rhode Island + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guadeloupe - Guadeloupe - GP - GLP - 312 - 312 + Greenland + Greenland + GL + GRL + 304 + 304 - - + 2022-03-30 accepted Harshvardhan J. Pandit - + - French Southern Territories - French Southern Territories - TF - ATF - 260 - 260 + Malawi + Malawi + MW + MWI + 454 + 454 @@ -5249,550 +5327,574 @@ accepted Harshvardhan J. Pandit - + - Belgium - Belgium - BE - BEL - 56 - 56 + Mauritania + Mauritania + MR + MRT + 478 + 478 + + + + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + Belarus + Belarus + BY + BLR + 112 + 112 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Fiji - Fiji - FJ - FJI - 242 - 242 - - + Faroe Islands + Faroe Islands + FO + FRO + 234 + 234 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Utah - Utah - + Brunei Darussalam + Brunei Darussalam + BN + BRN + 96 + 96 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Iowa - Iowa + New Mexico + New Mexico 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + + - Hawaii - Hawaii - + Saxony-Anhalt + Saxony-Anhalt + 2022-03-30 accepted Harshvardhan J. Pandit - + + + + + + + + + + + - British Virgin Islands - British Virgin Islands - VG - VGB - 92 - 92 - - - + Nepal + Nepal + NP + NPL + 524 + 524 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Libya - Libya - LY - LBY - 434 - 434 + Uganda + Uganda + UG + UGA + 800 + 800 - + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - Luxembourg - Luxembourg - LU - LUX - 442 - 442 - - - 2022-03-30 - accepted - Harshvardhan J. Pandit + + + + + + - + - New Mexico - New Mexico + Pennsylvania + Pennsylvania 2022-03-30 accepted Harshvardhan J. Pandit - + - Panama - Panama - PA - PAN - 591 - 591 - - - + Jersey + Jersey + JE + JEY + 832 + 832 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Bonaire, Sint Eustatius and Saba - Bonaire, Sint Eustatius and Saba - BQ - BES - 535 - 535 - - - + Wisconsin + Wisconsin + 2022-03-30 accepted Harshvardhan J. Pandit - + - Mecklenburg-Western-Pomerania - Mecklenburg-Western-Pomerania + Lower-Saxony + Lower-Saxony 2022-03-30 accepted Harshvardhan J. Pandit - + - Tennessee - Tennessee - + Americas + Americas 2022-03-30 accepted Harshvardhan J. Pandit - - + + - SubSaharanAfrica - SubSaharanAfrica - + India + India + IN + IND + 356 + 356 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guinea-Bissau - Guinea-Bissau - GW - GNB - 624 - 624 - - - + Bahrain + Bahrain + BH + BHR + 48 + 48 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Slovakia - Slovakia - SK - SVK - 703 - 703 - - + China, Macao Special Administrative Region + China, Macao Special Administrative Region + MO + MAC + 446 + 446 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - North-Rhine Westphalia - North-Rhine Westphalia - + SoutheasternAsia + SoutheasternAsia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Heard Island and McDonald Islands - Heard Island and McDonald Islands - HM - HMD - 334 - 334 - - + Costa Rica + Costa Rica + CR + CRI + 188 + 188 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Samoa - Samoa - WS - WSM - 882 - 882 + United States Minor Outlying Islands + United States Minor Outlying Islands + UM + UMI + 581 + 581 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Romania - Romania - RO - ROU - 642 - 642 - - + Burkina Faso + Burkina Faso + BF + BFA + 854 + 854 + + + 2022-03-30 accepted Harshvardhan J. Pandit - + - CentralAsia - CentralAsia - + New Hampshire + New Hampshire + 2022-03-30 accepted Harshvardhan J. Pandit - + - SouthAmerica - SouthAmerica - + Idaho + Idaho + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Montserrat - Montserrat - MS - MSR - 500 - 500 - - - + Colorado + Colorado + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Hampshire - New Hampshire - + Sark + Sark + + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Burkina Faso - Burkina Faso - BF - BFA - 854 - 854 - - - + Louisiana + Louisiana + 2022-03-30 accepted Harshvardhan J. Pandit - - + + + + + + + + + + + - Bolivia (Plurinational State of) - Bolivia (Plurinational State of) - BO - BOL - 68 - 68 - - - + NorthernAfrica + NorthernAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Monaco - Monaco - MC - MCO - 492 - 492 - - + Pitcairn + Pitcairn + PN + PCN + 612 + 612 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Aruba - Aruba - AW - ABW - 533 - 533 - - - + Palau + Palau + PW + PLW + 585 + 585 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Alabama - Alabama - + EasternAfrica + EasternAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Estonia - Estonia - EE - EST - 233 - 233 - - + Virginia + Virginia + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - WesternAfrica - WesternAfrica + Zimbabwe + Zimbabwe + ZW + ZWE + 716 + 716 + + 2022-03-30 accepted Harshvardhan J. Pandit - - + + - Japan - Japan - JP - JPN - 392 - 392 - - + Florida + Florida + 2022-03-30 accepted Harshvardhan J. Pandit - + - Andorra - Andorra - AD - AND - 20 - 20 - - + French Southern Territories + French Southern Territories + TF + ATF + 260 + 260 + + + 2022-03-30 accepted Harshvardhan J. Pandit - - - - - - - - - - - - - + - Bremen - Bremen - + SubSaharanAfrica + SubSaharanAfrica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Maine - Maine + New York + New York 2022-03-30 accepted Harshvardhan J. Pandit - + - SouthernAsia - SouthernAsia - + Saarland + Saarland + 2022-03-30 accepted Harshvardhan J. Pandit - + - WesternAsia - WesternAsia - + Georgia + Georgia + 2022-03-30 accepted Harshvardhan J. Pandit - + - Taiwan (Province of China) - Taiwan (Province of China) + Saudi Arabia + Saudi Arabia + SA + SAU + 682 + 682 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Hamburg - Hamburg - + Connecticut + Connecticut + 2022-03-30 accepted Harshvardhan J. Pandit - + - New Zealand - New Zealand - NZ - NZL - 554 - 554 - - + Bangladesh + Bangladesh + BD + BGD + 50 + 50 + + 2022-03-30 accepted Harshvardhan J. Pandit - + - Guam - Guam + American Samoa + American Samoa 2022-03-30 accepted Harshvardhan J. Pandit - + - Illinois - Illinois + District of Columbia + District of Columbia 2022-03-30 accepted Harshvardhan J. Pandit + + + + + + + + @@ -5802,22 +5904,35 @@ accepted Harshvardhan J. Pandit - + + + + + + + + + + + + + + - California - California - + SouthAmerica + SouthAmerica + 2022-03-30 accepted Harshvardhan J. Pandit - + - Brandenburg - Brandenburg - + Caribbean + Caribbean + 2022-03-30 accepted Harshvardhan J. Pandit @@ -5832,93 +5947,28 @@ accepted Harshvardhan J. Pandit - - - - EasternEurope - EasternEurope - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Minnesota - Minnesota - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Africa - Africa - 2022-03-30 - accepted - Harshvardhan J. Pandit - - + - Cameroon - Cameroon - CM - CMR - 120 - 120 + Ghana + Ghana + GH + GHA + 288 + 288 - + 2022-03-30 accepted Harshvardhan J. Pandit - + - Sark - Sark - - - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - - - French Guiana - French Guiana - GF - GUF - 254 - 254 - - - + U.S. Virgin Islands + U.S. Virgin Islands + 2022-03-30 accepted Harshvardhan J. Pandit @@ -5933,15 +5983,15 @@ - + - Senegal - Senegal - SN - SEN - 686 - 686 + Côte d’Ivoire + Côte d’Ivoire + CI + CIV + 384 + 384 @@ -5949,54 +5999,4 @@ accepted Harshvardhan J. Pandit - - - - North Carolina - North Carolina - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - SoutheasternAsia - SoutheasternAsia - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Vermont - Vermont - - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - - - - - - - - - - - - - - - diff --git a/dpv-skos/dpv-legal/modules/ontology.jsonld b/dpv-skos/dpv-legal/modules/ontology.jsonld index 552feee2d..9b8f07915 100644 --- a/dpv-skos/dpv-legal/modules/ontology.jsonld +++ b/dpv-skos/dpv-legal/modules/ontology.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18,7 +18,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#domain": [ @@ -50,18 +50,18 @@ "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" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha2", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#un_m49", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -79,7 +79,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iso.org/iso-3166-country-codes.html" + "@id": "https://unstats.un.org/unsd/methodology/m49" } ], "http://www.w3.org/2000/01/rdf-schema#domain": [ @@ -111,18 +111,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha2 code for a given region" + "@value": "The UN-M49 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha2" + "@value": "UN-M49" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -172,18 +172,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Numeric code for a given region" + "@value": "The ISO-Alpha3 code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-numeric" + "@value": "ISO-alpha3" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_alpha3", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-legal#iso_numeric", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -233,13 +233,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The ISO-Alpha3 code for a given region" + "@value": "The ISO-Numeric code for a given region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ISO-alpha3" + "@value": "ISO-numeric" } ] } diff --git a/dpv-skos/dpv-legal/modules/ontology.rdf b/dpv-skos/dpv-legal/modules/ontology.rdf index 8b59251ae..731d970c3 100644 --- a/dpv-skos/dpv-legal/modules/ontology.rdf +++ b/dpv-skos/dpv-legal/modules/ontology.rdf @@ -6,57 +6,57 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - ISO-numeric - The ISO-Numeric code for a given region + ISO-alpha2 + The ISO-Alpha2 code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-alpha3 - The ISO-Alpha3 code for a given region + ISO-numeric + The ISO-Numeric code for a given region 2022-03-30 accepted Harshvardhan J. Pandit - + - UN-M49 - The UN-M49 code for a given region - + ISO-alpha3 + The ISO-Alpha3 code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit - + - ISO-alpha2 - The ISO-Alpha2 code for a given region - + UN-M49 + The UN-M49 code for a given region + 2022-03-30 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/dpv-pd/dpv-pd.html b/dpv-skos/dpv-pd/dpv-pd.html index b6286e84e..b056ab82d 100644 --- a/dpv-skos/dpv-pd/dpv-pd.html +++ b/dpv-skos/dpv-pd/dpv-pd.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvs-pd", title: "DPVS-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-pd", @@ -330,6 +330,8 @@

      Classes

      Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

      Classes

      Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

      Classes

      Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

      Classes

      Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

      Classes

      Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

      Classes

      Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

      Classes

      MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

      Classes

      Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

      Classes

      Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -680,6 +698,84 @@

      Age

IRI `https://w3id.org/dpv/dpv-pd#WorkHistory`
+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
Narrower than: + dpvs-pd:AgeRange +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
Narrower than: + dpvs-pd:Age +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

@@ -1054,6 +1150,84 @@

Biometric

+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
Narrower than: + dpvs-pd:Age +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
Narrower than: + dpvs-pd:Location +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

@@ -2135,6 +2309,45 @@

Criminal Pardon

+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
Narrower than: + dpvs-pd:EmploymentHistory +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

@@ -2745,6 +2958,123 @@

Drug Test Result

+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Education`
Term:Education
Definition:Information about education
Narrower than: + dpvs-pd:Professional +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
Narrower than: + dpvs-pd:Education +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
Narrower than: + dpvs-pd:Education +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

@@ -2791,6 +3121,84 @@

Email Address

+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
Narrower than: + dpvs-pd:EmailAddress +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
Narrower than: + dpvs-pd:EmailAddress +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Content

@@ -3636,16 +4044,62 @@

Gender

- + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term:GenderGender
Definition:Information about gender
Narrower than: + dpvs-pd:PhysicalCharacteristic +
Instance of:dpvs:PersonalData
Source: + EnterPrivacy Categories of Personal Information +
Created:
Contributor(s): + Elmar Kiesling; Harshvardhan J. Pandit, + Fajar Ekaputra +
+
+
+

General Reputation

+ + + + + + + + + - + @@ -3672,47 +4126,40 @@

Gender

IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation`
Term:GeneralReputation
Definition:Information about genderInformation about reputation in the public sphere
Narrower than: - dpvs-pd:PhysicalCharacteristic + dpvs-pd:PublicLife
-
-

General Reputation

+
+

Genetic Data

- + - + - + - - - - - + @@ -4368,6 +4815,45 @@

Individual Health History

IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation``https://w3id.org/dpv/dpv-skos/dpv-pd#GeneticData`
Term:GeneralReputationGeneticData
Definition:Information about reputation in the public sphereInformation about inherited or acquired genetic characteristics
Narrower than: - dpvs-pd:PublicLife + dpvs:HealthData
Instance of: dpvs:PersonalData
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra + Harshvardhan J. Pandit
+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
Narrower than: + dpvs-pd:Financial +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

@@ -5259,6 +5745,45 @@

Name

+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
Narrower than: + dpvs-pd:External +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

@@ -5495,6 +6020,45 @@

Parent

+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
Narrower than: + dpvs-pd:OfficialID +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

@@ -5541,6 +6105,45 @@

Password

+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
Narrower than: + dpvs-pd:EmploymentHistory +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

@@ -6197,6 +6800,46 @@

Political Affiliation

+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
Narrower than: + dpvs:SpecialCategoryPersonalData, + dpvs-pd:PublicLife +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

@@ -7921,6 +8564,46 @@

Tracking

+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
Narrower than: + dpvs:SpecialCategoryPersonalData, + dpvs-pd:GroupMembership +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

@@ -8013,6 +8696,45 @@

Transactional

+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
Narrower than: + dpvs-pd:Location +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

@@ -8349,21 +9071,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
  • AgeExact
  • -
  • AgeRange
  • -
  • BirthDate
  • -
  • BirthPlace
  • -
  • EmailAddressWork
  • -
  • EmailAddressPersonal
  • -
  • CurrentEmployment
  • -
  • PastEmployment
  • -
  • Insurance
  • -
  • Nationality
  • -
  • Education
  • -
  • EducationExperience
  • -
  • EducationQualification
  • -
  • TravelHistory
  • -
  • CustomerOrder
  • +
    • CustomerOrder
    • RequestTarget
    • UsageHistory
    • UserAgent
    • diff --git a/dpv-skos/dpv-pd/dpv-pd.jsonld b/dpv-skos/dpv-pd/dpv-pd.jsonld index 24f849ea8..773120e82 100644 --- a/dpv-skos/dpv-pd/dpv-pd.jsonld +++ b/dpv-skos/dpv-pd/dpv-pd.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -38,24 +38,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual history" + "@value": "Information about privacy preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual History" + "@value": "Privacy Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -93,24 +93,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about medical and pharmaceutical prescriptions" + "@value": "Information about authentication and information used for authenticating" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Prescription" + "@value": "Authenticating" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -148,24 +148,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about criminal pardons." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PIN Code" + "@value": "Criminal Pardon" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -203,24 +203,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demography and demographic characteristics" + "@value": "Information about social aspects such as family, public life, or professional networks." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demographic" + "@value": "Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tax", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -258,24 +258,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origins and lineage" + "@value": "Information about financial tax e.g. tax records or tax due" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnicity" + "@value": "Tax" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -313,24 +313,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the calls that an individual has made." + "@value": "Information about blood type." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Call Log" + "@value": "Blood Type" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -368,24 +368,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional evaluations" + "@value": "Information about the calls that an individual has made." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Evaluation" + "@value": "Call Log" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -423,24 +423,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about school such as name of school, conduct, or grades obtained." + "@value": "Information about groups and memberships included or associated with a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "School" + "@value": "Group Membership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -478,29 +478,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the links that an individual has clicked." + "@value": "Information about credit record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "LinkClicked" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" + "@value": "Credit Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -538,24 +533,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health record." + "@value": "Information about sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health Record" + "@value": "Sexual History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EthnicOrigin", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -593,24 +588,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about names associated or used as given name or nickname." + "@value": "Information about ethnic origin" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Name" + "@value": "Ethnic Origin" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -648,27 +646,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion and religious beliefs." + "@value": "Information about the contents of Emails sent or received" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religious Belief" + "@value": "Email Content" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -706,24 +701,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." + "@value": "Information about contacts or used for contacting e.g. email address or phone number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secret Text" + "@value": "Contact" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -761,24 +761,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about blood type." + "@value": "Information about location expressed as Room number or similar numbering systems" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Blood Type" + "@value": "Room Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -787,20 +787,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -816,24 +822,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interactions in the public sphere" + "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interaction" + "@value": "Device Operating System" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -871,24 +877,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about public life" + "@value": "Information about biometrics and biometric characteristics." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Life" + "@value": "Biometric" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -926,29 +935,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health." + "@value": "Information about the web browser which is used as a 'fingerprint'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" + "@value": "Browser Fingerprint" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -986,24 +990,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about proclivities in a sexual context" + "@value": "Information about demeanor." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Proclivitie" + "@value": "Demeanor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1041,24 +1045,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about privacy preferences" + "@value": "Information about health." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Preference" + "@value": "Health" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1096,24 +1105,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about piercings" + "@value": "Information about drug test results." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Piercing" + "@value": "Drug Test Result" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1151,24 +1160,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health history." + "@value": "Information about references in the professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Health History" + "@value": "Reference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Username", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BirthDate", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1177,20 +1186,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1206,24 +1207,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about usernames." + "@value": "Information about birth date" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Username" + "@value": "Birth Date" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1261,24 +1262,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" + "@value": "Information about character in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchases and Spending Habit" + "@value": "Character" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Education", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1287,20 +1288,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1322,18 +1315,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disciplinary actions and its history" + "@value": "Information about education" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disciplinary Action" + "@value": "Education" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1371,24 +1364,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about thoughts" + "@value": "Information about intentions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Thought" + "@value": "Intention" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalOpinion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1397,20 +1390,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1426,24 +1411,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location expressed using Global Position System coordinates (GPS)" + "@value": "Information about opinions regarding politics and political topics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GPS Coordinate" + "@value": "Political Opinion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1452,20 +1440,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1481,29 +1466,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical characteristics" + "@value": "Information about prior authentication and its outcomes such as login attempts or location." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "PhysicalCharacteristic" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" + "@value": "Authentication History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1541,24 +1521,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account number" + "@value": "Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial Account Number" + "@value": "PIN Code" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PastEmployment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1567,20 +1547,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1596,24 +1568,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical weight" + "@value": "Information about past employment" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Weight" + "@value": "Past Employment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1651,24 +1623,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about work history in a professional context" + "@value": "Information about and including connections in a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Work History" + "@value": "Connection" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#UID", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Parent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1706,29 +1678,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about unique identifiers." + "@value": "Information about parent(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "UID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" + "@value": "Parent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1737,17 +1704,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1763,27 +1733,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card number." + "@value": "Information about family health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Number" + "@value": "Family Health History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DNACode", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1821,24 +1788,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about attitude." + "@value": "Information about DNA." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Attitude" + "@value": "DNA Code" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1876,29 +1843,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about browsing Behavior." + "@value": "Information about reputation with regards to money" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browsing Behavior" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" + "@value": "Credit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1936,27 +1898,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about health, medical conditions or health care" + "@value": "Information about bank accounts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "MedicalHealth" + "@value": "Bank Account" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TravelHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1965,20 +1924,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1994,24 +1945,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal pardons." + "@value": "Information about travel history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Pardon" + "@value": "Travel History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EducationQualification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2020,20 +1971,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2049,24 +1992,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Education" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about mental health." + "@value": "Information about educational qualifications" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Mental Health" + "@value": "Education Qualification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2104,24 +2047,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about educational or professional career" + "@value": "Information about visual representation or image e.g. profile photo." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional" + "@value": "Picture" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialMediaCommunication", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2159,29 +2102,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social media communication, including the communication itself and metadata." + "@value": "Information about location expressed using Global Position System coordinates (GPS)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media Communication" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" + "@value": "GPS Coordinate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2219,24 +2157,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + "@value": "Information communicated from or to an individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Association" + "@value": "Communication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Marriage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2274,24 +2212,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about intentions" + "@value": "Information about marriage(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Intention" + "@value": "Marriage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2329,24 +2267,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal convictions." + "@value": "Information about divorce(s)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Conviction" + "@value": "Divorce" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2355,26 +2293,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2390,24 +2322,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the operating system (OS) or system software that manages hardware or software resources." + "@value": "Information about browsing Behavior." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Operating System" + "@value": "Browsing Behavior" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#OnlineActivity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2445,29 +2382,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about contacts or used for contacting e.g. email address or phone number" + "@value": "Information about sexuality and sexual history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contact" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Physical" + "@value": "Sexual" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2505,24 +2440,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional interviews" + "@value": "Information used to track an individual or group e.g. location or email" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Professional Interview" + "@value": "Tracking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2560,24 +2495,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about loans, whether applied, provided or rejected, and its history" + "@value": "Information about external characteristics that can be observed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Loan Record" + "@value": "External" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2615,24 +2550,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about information health history." + "@value": "Information about religion, religious inclinations, and religious history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Individual Health History" + "@value": "Religion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2670,24 +2608,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about voice mail messages." + "@value": "Information about physical weight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Mail" + "@value": "Weight" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2725,24 +2663,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about income bracket." + "@value": "Information about voice mail messages." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income Bracket" + "@value": "Voice Mail" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2780,24 +2718,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about employment history" + "@value": "Information about proclivities in a sexual context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employment History" + "@value": "Proclivitie" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TradeUnionMembership", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2806,17 +2744,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2832,24 +2765,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card expiry such as a date." + "@value": "Information about trade union memberships and related topics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card Expiry" + "@value": "Trade Union Membership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalHealth", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2858,20 +2794,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2887,24 +2820,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical health." + "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Health" + "@value": "Browsing Referral" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2942,24 +2875,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexual preferences" + "@value": "Information about professional interviews" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual Preference" + "@value": "Professional Interview" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BirthPlace", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2968,20 +2901,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2997,24 +2922,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." + "@value": "Information about birth place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Friend" + "@value": "Birth Place" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCardNumber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3052,24 +2977,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit score." + "@value": "Information about credit card number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Score" + "@value": "Credit Card Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3107,29 +3032,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about purchases such as items bought e.g. grocery or clothing" + "@value": "Information about school such as name of school, conduct, or grades obtained." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purchase" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" + "@value": "School" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Insurance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3138,17 +3058,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3164,24 +3079,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about web browsing referrer or referral, which can be based on location, targeted referrals, direct, organic search, social media or actions, campaigns." + "@value": "Information about Insurance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browsing Referral" + "@value": "Insurance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3219,24 +3134,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the web browser which is used as a 'fingerprint'" + "@value": "Information about friends in a social network, including aspects of friendships such as years together or nature of friendship." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Browser Fingerprint" + "@value": "Friend" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3274,24 +3189,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about divorce(s)." + "@value": "Information about disabilities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Divorce" + "@value": "Disability" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Username", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3329,19 +3244,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit standing." + "@value": "Information about usernames." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Standing" + "@value": "Username" } ] }, @@ -3401,135 +3316,117 @@ ] }, { - "@id": "https://w3id.org/dpv-skos/dpv-pd", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Bert Bos" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "David Hickey" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Elmar Kiesling" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "Eva Schlehahn" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Fajar J. Ekaputra" - }, + "@language": "en", + "@value": "Information about marital status and history" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Georg P Krog" - }, + "@language": "en", + "@value": "Marital Status" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalHealth", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@value": "Javier D. Fernández" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Piero Bonatti" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Simon Steyskal" + "@value": "Fajar Ekaputra" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." - } - ], - "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-04-02" + "@value": "accepted" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "DPV-PD: Personal Data Extension for DPV" - } - ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ - { - "@value": "dpvs-pd" - } - ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ - { - "@value": "https://w3id.org/dpv-skos/dpv-pd" + "@value": "Information about physical health." } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.6" + "@language": "en", + "@value": "Physical Health" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3567,24 +3464,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about house(s) owned and ownership history." + "@value": "Information about piercings" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "House Owned" + "@value": "Piercing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transaction", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3622,24 +3519,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial transactions e.g. bank transfers" + "@value": "Information about reputation in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transaction" + "@value": "General Reputation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EthnicOrigin", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3677,27 +3574,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ethnic origin" + "@value": "Information about credit capacity." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ethnic Origin" + "@value": "Credit Capacity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tattoo", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3735,24 +3629,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about retina and the retinal patterns." + "@value": "Information about tattoos" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retina" + "@value": "Tattoo" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3790,27 +3684,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about biometrics and biometric characteristics." + "@value": "Information about favorites" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Biometric" + "@value": "Favorite" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3819,17 +3710,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3840,29 +3740,29 @@ "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about payment card such as Credit Card, Debit Card." + "@value": "Information about language and lingual history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment Card" + "@value": "Language" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EducationExperience", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3871,20 +3771,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3900,24 +3792,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Education" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." + "@value": "Information about education experience e.g. attending a university" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Password" + "@value": "Education Experience" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Salary", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3961,18 +3853,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about salary" + "@value": "Information about employment history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Salary" + "@value": "Employment History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4016,18 +3908,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about interests" + "@value": "Information about opinions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Interest" + "@value": "Opinion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4036,20 +3928,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4065,24 +3957,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and relationships" + "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family" + "@value": "TV Viewing Behavior" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4120,24 +4012,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about visual representation or image e.g. profile photo." + "@value": "Information about criminal charges." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Picture" + "@value": "Criminal Charge" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Race", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4175,27 +4067,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about race or racial history." + "@value": "Information about friends or connections expressed as a social network" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Race" + "@value": "Social Network" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4233,24 +4122,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about character in the public sphere" + "@value": "Information about credit standing." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Character" + "@value": "Credit Standing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4288,24 +4177,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about external characteristics that can be observed" + "@value": "Information about educational or professional career" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "External" + "@value": "Professional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCardNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4343,24 +4232,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit card number" + "@value": "Information about gender" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Card Number" + "@value": "Gender" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4398,24 +4287,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about ownership and history, including renting, borrowing, possessions." + "@value": "Information about social status" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Ownership" + "@value": "Social Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4453,24 +4342,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about physical height" + "@value": "Information about an official identifier or identification document" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Height" + "@value": "Official ID" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4508,24 +4402,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite music." + "@value": "Information about preferences or interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Music" + "@value": "Preference" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4534,26 +4433,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4569,24 +4462,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about applications or application-like software on a device." + "@value": "Information about ownership and history, including renting, borrowing, possessions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Applications" + "@value": "Ownership" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4624,24 +4517,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about groups and memberships included or associated with a social network" + "@value": "Information about criminal convictions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Group Membership" + "@value": "Criminal Conviction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tax", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialMediaCommunication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4679,24 +4572,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial tax e.g. tax records or tax due" + "@value": "Information about social media communication, including the communication itself and metadata." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tax" + "@value": "Social Media Communication" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Social" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4734,24 +4632,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information used to track an individual or group e.g. location or email" + "@value": "Information about credit score." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tracking" + "@value": "Credit Score" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4795,18 +4693,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about references in the professional context" + "@value": "Information about work history in a professional context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Reference" + "@value": "Work History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4844,24 +4742,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Informatoin about internal characteristics that cannot be seen or observed" + "@value": "Information about Email address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal" + "@value": "Email Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4899,24 +4797,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about cars ownership and ownership history." + "@value": "Information about medical and pharmaceutical prescriptions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Car Owned" + "@value": "Prescription" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Parent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4954,24 +4852,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about parent(s)." + "@value": "Information about physical address." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Parent" + "@value": "Physical Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5009,27 +4907,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about religion, religious inclinations, and religious history." + "@value": "Information about country e.g. residence, travel." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Religion" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5038,20 +4933,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5067,24 +4968,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family and familial structure." + "@value": "Information about software on or related to a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Structure" + "@value": "Device Software" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5122,24 +5023,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about likes or preferences regarding attractions." + "@value": "Information about telephone number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Like" + "@value": "Telephone Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5177,24 +5078,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sales e.g. selling of goods or services" + "@value": "Information about favorite food." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sale" + "@value": "Favorite Food" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CurrentEmployment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5203,20 +5104,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5232,29 +5125,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal activity e.g. criminal convictions or jail time" + "@value": "Information about current employment" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" + "@value": "Current Employment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#UID", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5292,24 +5180,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about offspring(s)." + "@value": "Information about unique identifiers." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Offspring" + "@value": "UID" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#UniqueId" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5347,24 +5240,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the Internet protocol (IP) address of a device" + "@value": "Information about defining traits or features regarding the body." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IP Address" + "@value": "Physical Trait" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Race", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5402,24 +5295,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about acquaintainces in a social network." + "@value": "Information about race or racial history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquantaince" + "@value": "Race" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5457,24 +5353,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about opinions" + "@value": "Information about health record." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Opinion" + "@value": "Health Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5483,20 +5379,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5512,24 +5405,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about country e.g. residence, travel." + "@value": "Information about payment card number." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Payment Card Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AgeRange", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5538,20 +5434,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5567,24 +5455,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about credit worthiness." + "@value": "Information about age range i.e. inexact age to some degree (i.e. some years)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit Worthiness" + "@value": "Age Range" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5622,24 +5510,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about defining traits or features regarding the body." + "@value": "Information about a purchasing, spending or income" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Physical Trait" + "@value": "Transactional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5677,29 +5565,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Behavior or activity" + "@value": "Information about information health history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Behavioral" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" + "@value": "Individual Health History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tattoo", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5737,24 +5620,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about tattoos" + "@value": "Information about retina and the retinal patterns." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tattoo" + "@value": "Retina" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5792,24 +5675,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite food." + "@value": "Information about family and familial structure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Food" + "@value": "Family Structure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5847,24 +5730,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about a purchasing, spending or income" + "@value": "Information about purchases such as items bought e.g. grocery or clothing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transactional" + "@value": "Purchase" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Purchase" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AgeExact", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5873,20 +5761,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5902,24 +5782,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AgeRange" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial accounts." + "@value": "Information about the exact age (i.e. to some degree within a year, month, or day)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial Account" + "@value": "Age Exact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -5928,20 +5808,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5957,24 +5834,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial income e.g. for individual or household or family" + "@value": "Information about payment card such as Credit Card, Debit Card." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Income" + "@value": "Payment Card" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6018,18 +5895,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about marital status and history" + "@value": "Information about interactions in the public sphere" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marital Status" + "@value": "Interaction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6067,24 +5944,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about bank accounts." + "@value": "Information about cars ownership and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Bank Account" + "@value": "Car Owned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6122,24 +5999,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic dialects." + "@value": "Information about the links that an individual has clicked." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dialect" + "@value": "LinkClicked" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Navigation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6148,20 +6030,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6177,24 +6059,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the consumption of a service, e.g. time and duration of consumption." + "@value": "Information about linguistic dialects." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Consumption Behavior" + "@value": "Dialect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6232,24 +6114,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about telephone number." + "@value": "Information about sales e.g. selling of goods or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Telephone Number" + "@value": "Sale" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6287,24 +6169,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about fingerprint used for biometric purposes." + "@value": "Information about devices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fingerprint" + "@value": "Device Based" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6342,24 +6229,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about friends or connections expressed as a social network" + "@value": "Information about professional certifications" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Network" + "@value": "Professional Certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6397,29 +6284,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about an official identifier or identification document" + "@value": "Information about financial income e.g. for individual or household or family" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official ID" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Government" + "@value": "Income" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6428,20 +6310,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6457,24 +6339,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed" + "@value": "Information about public life" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "TV Viewing Behavior" + "@value": "Public Life" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DNACode", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressWork", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6483,20 +6365,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6512,24 +6386,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about DNA." + "@value": "Information about Email address used for Work or in Professional capacity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "DNA Code" + "@value": "Email Address Work" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Accent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6538,20 +6412,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6567,24 +6447,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about linguistic and speech accents." + "@value": "Information about applications or application-like software on a device." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Accent" + "@value": "Device Applications" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6622,27 +6502,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about philosophical beliefs." + "@value": "Information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Philosophical Belief" + "@value": "Location" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6680,24 +6562,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sibling(s)." + "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sibling" + "@value": "Voice Communication Recording" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6735,24 +6617,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about relationships and relationship history." + "@value": "Information about favorite color." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relationship" + "@value": "Favorite Color" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6790,24 +6672,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" + "@value": "Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personality" + "@value": "Secret Text" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6845,24 +6727,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about authentication and information used for authenticating" + "@value": "Information about loans, whether applied, provided or rejected, and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authenticating" + "@value": "Loan Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MACAddress", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6900,24 +6782,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about Email address." + "@value": "Information about the Media Access Control (MAC) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Address" + "@value": "MAC Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Nationality", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6926,20 +6808,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "https://www.w3.org/2022/04/20-dpvcg-minutes.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6955,24 +6829,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location or based on geography (e.g. home address)" + "@value": "Information about nationality" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Geographic" + "@value": "Nationality" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneticData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -6981,20 +6855,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7010,24 +6876,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos#HealthData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about social status" + "@value": "Information about inherited or acquired genetic characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Status" + "@value": "Genetic Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalAffiliation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7065,24 +6931,32 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about age" + "@value": "Information about political affiliation and history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Age" + "@value": "Political Affiliation" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7120,24 +6994,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about skin tone" + "@value": "Information about demography and demographic characteristics" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Skin Tone" + "@value": "Demographic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressPersonal", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7146,20 +7020,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7175,24 +7041,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about financial account identifier." + "@value": "Information about Email address used in Personal capacity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Identifier" + "@value": "Email Address Personal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7230,24 +7096,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about and including connections in a social network" + "@value": "Information about the Internet protocol (IP) address of a device" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Connection" + "@value": "IP Address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalAffiliation", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Accent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7285,32 +7151,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about political affiliation and history" + "@value": "Information about linguistic and speech accents." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Political Affiliation" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Political" + "@value": "Accent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7357,18 +7215,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about sexuality and sexual history" + "@value": "Information about health, medical conditions or health care" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sexual" + "@value": "MedicalHealth" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7406,24 +7264,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about the contents of Emails sent or received" + "@value": "Information about financial account identifier." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Email Content" + "@value": "Account Identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7461,29 +7319,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about devices" + "@value": "Information about finance including monetary characteristics and transactions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Based" + "@value": "Financial" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Computer" + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7521,24 +7379,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about disabilities." + "@value": "Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disability" + "@value": "Purchases and Spending Habit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7558,12 +7416,6 @@ "@value": "Fajar Ekaputra" } ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-20" - } - ], "http://purl.org/dc/terms/source": [ { "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" @@ -7577,29 +7429,29 @@ "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about language and lingual history." + "@value": "Information about personality (e.g., categorization in terms of the Big Five personality traits)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Language" + "@value": "Personality" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7637,24 +7489,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about criminal charges." + "@value": "Information about philosophical beliefs." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Criminal Charge" + "@value": "Philosophical Belief" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7692,24 +7547,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about hair color" + "@value": "Information about names associated or used as given name or nickname." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Hair Color" + "@value": "Name" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LifeHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7747,24 +7602,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" + "@value": "Information about age" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Life History" + "@value": "Age" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7802,24 +7657,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information communicated from or to an individual" + "@value": "Information about interests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication" + "@value": "Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LifeHistory", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7857,24 +7712,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about gender" + "@value": "Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Gender" + "@value": "Life History" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7883,20 +7738,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7912,24 +7764,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation with regards to money" + "@value": "Information about payment card expiry such as a date." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Credit" + "@value": "Payment Card Expiry" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -7967,24 +7819,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about dislikes or preferences regarding repulsions." + "@value": "Information about disciplinary actions and its history" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dislike" + "@value": "Disciplinary Action" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -8022,24 +7874,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about reputation in the public sphere" + "@value": "Information about family and relationships" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "General Reputation" + "@value": "Family" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -8077,24 +7929,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about demeanor." + "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Demeanor" + "@value": "Identifying" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -8132,24 +7984,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information that uniquely or semi-uniquely identifies an individual or a group" + "@value": "Information about credit worthiness." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identifying" + "@value": "Credit Worthiness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -8187,1148 +8039,2145 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about preferences or interests" + "@value": "Information an individual's sexual fetishes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Preference" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Preference" + "@value": "Fetish" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalDataConcepts", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@value": "Personal Data Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Accent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ApartmentOwned" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" - }, + "@language": "en", + "@value": "Information about communication metadata in the public sphere" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" - }, + "@language": "en", + "@value": "Communications Metadata" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata" - }, + "@language": "en", + "@value": "Information about sibling(s)." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection" - }, + "@language": "en", + "@value": "Sibling" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCardNumber" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding" - }, + "@language": "en", + "@value": "Information about favorite music." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness" - }, + "@language": "en", + "@value": "Favorite Music" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" - }, + "@language": "en", + "@value": "Information about fingerprint used for biometric purposes." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem" - }, + "@language": "en", + "@value": "Fingerprint" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalPossession", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DNACode" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult" - }, + "@language": "en", + "@value": "Information about personal possessions." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" - }, + "@language": "en", + "@value": "Personal Possession" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory" + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about financial accounts." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Financial Account" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transaction", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about financial transactions e.g. bank transfers" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Transaction" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EthnicOrigin" + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about offspring(s)." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Offspring" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about professional jobs" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Job" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about dislikes or preferences regarding repulsions." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Dislike" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about health history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Health History" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about attitude." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Attitude" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about mental health." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Mental Health" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about criminal activity e.g. criminal convictions or jail time" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Criminal" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Judicial" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about likes or preferences regarding attractions." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Like" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about thoughts" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Thought" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about religion and religious beliefs." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Religious Belief" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about professional evaluations" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Professional Evaluation" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about hair color" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Hair Color" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Passport", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-20" + } + ], + "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-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about passport" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Passport" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about the consumption of a service, e.g. time and duration of consumption." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Service Consumption Behavior" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about relationships and relationship history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relationship" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about location or based on geography (e.g. home address)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Geographic" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Informatoin about internal characteristics that cannot be seen or observed" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Internal" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Information about physical characteristics" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "PhysicalCharacteristic" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Demographic" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish" - }, + "@language": "en", + "@value": "Information about knowledge and beliefs" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" - }, + "@language": "en", + "@value": "Knowledge and Beliefs" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate" - }, + "@language": "en", + "@value": "Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership" - }, + "@language": "en", + "@value": "Association" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#PersonalData" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" - }, + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord" - }, + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned" - }, + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" - }, + "@language": "en", + "@value": "Information about skin tone" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income" - }, + "@language": "en", + "@value": "Skin Tone" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalDataConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket" - }, + "@value": "Personal Data Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Accent" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Age" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AgeExact" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AgeRange" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BirthDate" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BirthPlace" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ApartmentOwned" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LifeHistory" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Association" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Attitude" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BankAccount" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MACAddress" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Biometric" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Marriage" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BloodType" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowserFingerprint" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingBehavior" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#BrowsingReferral" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CallLog" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CarOwned" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Character" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Parent" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Connection" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Country" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalPossession" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCardNumber" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditScore" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditStanding" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalHealth" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditWorthiness" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Criminal" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalCharge" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalConviction" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CriminalPardon" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalAffiliation" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demeanor" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceApplications" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceOperatingSystem" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dialect" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Disability" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DisciplinaryAction" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Dislike" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Divorce" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DNACode" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Race" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddress" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressWork" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressPersonal" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmailContent" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EmploymentHistory" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CurrentEmployment" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Salary" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PastEmployment" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EthnicOrigin" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Family" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualHistory" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteFood" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteMusic" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialMediaCommunication" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccount" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tattoo" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tax" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fingerprint" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Friend" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Gender" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transaction" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Geographic" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GeneticData" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GPSCoordinate" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#UID" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#GroupMembership" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Username" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HairColor" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Health" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthRecord" }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Identifying" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Income" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IndividualHealthHistory" + }, { - "@language": "en", - "@value": "Information about historical data related to or relevant regarding history or past events" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Insurance" + }, { - "@language": "en", - "@value": "Historical" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Intention" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interaction" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Interest" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IPAddress" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Contact" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Language" + }, { - "@language": "en", - "@value": "Information about physical address." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LifeHistory" + }, { - "@language": "en", - "@value": "Physical Address" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalPossession", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Like" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LinkClicked" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#LoanRecord" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MACAddress" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MaritalStatus" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Marriage" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" + }, { - "@language": "en", - "@value": "Information about personal possessions." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MentalHealth" + }, { - "@language": "en", - "@value": "Personal Possession" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AuthenticationHistory", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Name" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Nationality" + }, { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#OfficialID" + }, { - "@id": "https://www.w3.org/community/dpvcg/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Offspring" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Opinion" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Parent" + }, { - "@language": "en", - "@value": "Information about prior authentication and its outcomes such as login attempts or location." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Passport" + }, { - "@language": "en", - "@value": "Authentication History" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCard" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardExpiry" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PaymentCardNumber" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Personality" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PersonalPossession" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhilosophicalBelief" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalAddress" + }, { - "@language": "en", - "@value": "Information about social aspects such as family, public life, or professional networks." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" + }, { - "@language": "en", - "@value": "Social" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalHealth" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalTrait" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Picture" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Piercing" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PINCode" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalOpinion" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalAffiliation" + }, { "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Preference" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + }, { - "@language": "en", - "@value": "Information about favorites" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Prescription" + }, { - "@language": "en", - "@value": "Favorite" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Marriage", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PrivacyPreference" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Proclivitie" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalEvaluation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalInterview" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Education" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EducationExperience" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyStructure" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#EducationQualification" + }, { - "@language": "en", - "@value": "Information about marriage(s)." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + }, { - "@language": "en", - "@value": "Marriage" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ProfessionalCertification", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Purchase" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PurchasesAndSpendingHabit" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Race" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Reference" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Relationship" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Religion" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ReligiousBelief" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Retina" + }, { - "@language": "en", - "@value": "Information about professional certifications" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber" + }, { - "@language": "en", - "@value": "Professional Certification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditRecord", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Salary" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sale" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#School" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SecretText" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#ServiceConsumptionBehavior" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualHistory" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference" + }, { - "@language": "en", - "@value": "Information about credit record." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sibling" + }, { - "@language": "en", - "@value": "Credit Record" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CreditCapacity", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SkinTone" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Social" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialMediaCommunication" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialStatus" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tattoo" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tax" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Credit" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TradeUnionMembership" + }, { - "@language": "en", - "@value": "Information about credit capacity." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TelephoneNumber" + }, { - "@language": "en", - "@value": "Credit Capacity" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DrugTestResult", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Thought" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" + }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transaction" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TravelHistory" + }, { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Transactional" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#TVViewingBehavior" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#UID" + }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MedicalHealth" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Username" + }, { - "@language": "en", - "@value": "Information about drug test results." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording" + }, { - "@language": "en", - "@value": "Drug Test Result" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceMail" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Weight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#WorkHistory" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#VoiceCommunicationRecording", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ethnicity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9366,24 +10215,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Communication" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about vocal recorded communication (e.g. telephony, VoIP)" + "@value": "Information about ethnic origins and lineage" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Voice Communication Recording" + "@value": "Ethnicity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Job", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Behavioral", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9421,24 +10270,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#External" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about professional jobs" + "@value": "Information about Behavior or activity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Job" + "@value": "Behavioral" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Activity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FavoriteColor", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Salary", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9476,24 +10330,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Favorite" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Professional" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about favorite color." + "@value": "Information about salary" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Favorite Color" + "@value": "Salary" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceSoftware", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Height", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9502,26 +10356,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9537,24 +10385,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PhysicalCharacteristic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about software on or related to a device." + "@value": "Information about physical height" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Device Software" + "@value": "Height" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#RoomNumber", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Historical", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9592,24 +10440,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location expressed as Room number or similar numbering systems" + "@value": "Information about historical data related to or relevant regarding history or past events" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Room Number" + "@value": "Historical" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#KnowledgeBelief", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HouseOwned", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9647,24 +10495,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Internal" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Ownership" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about knowledge and beliefs" + "@value": "Information about house(s) owned and ownership history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Knowledge and Beliefs" + "@value": "House Owned" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Fetish", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FinancialAccountNumber", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9702,79 +10550,152 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#AccountIdentifier" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information an individual's sexual fetishes" + "@value": "Information about financial account number" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fetish" + "@value": "Financial Account Number" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#MACAddress", + "@id": "https://w3id.org/dpv-skos/dpv-pd", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#PersonalData" + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ + { + "@language": "en", + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." + } + ], + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Bert Bos" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Simon Steyskal" + } ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-04-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/description": [ { - "@id": "https://enterprivacy.com/wp-content/uploads/2018/09/Categories-of-Personal-Information.pdf" + "@language": "en", + "@value": "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories." } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/license": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/modified": [ { - "@language": "en", - "@value": "accepted" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-25" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#DeviceBased" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "Information about the Media Access Control (MAC) address of a device" + "@value": "DPV-PD: Personal Data Extension for DPV" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "MAC Address" + "@value": "dpvs-pd" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ + { + "@value": "https://w3id.org/dpv-skos/dpv-pd#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ + { + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#CommunicationsMetadata", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SexualPreference", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9812,29 +10733,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#PublicLife" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Sexual" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about communication metadata in the public sphere" + "@value": "Information about sexual preferences" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communications Metadata" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Interactive" + "@value": "Sexual Preference" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#FamilyHealthHistory", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#IncomeBracket", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9872,24 +10788,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#HealthHistory" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Demographic" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about family health history." + "@value": "Information about income bracket." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Family Health History" + "@value": "Income Bracket" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Financial", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Acquantaince", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9927,29 +10843,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#SocialNetwork" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about finance including monetary characteristics and transactions" + "@value": "Information about acquaintainces in a social network." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Financial" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Financial" + "@value": "Acquantaince" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Location", + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Password", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9987,24 +10898,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Tracking" + "@id": "https://w3id.org/dpv/dpv-skos/dpv-pd#Authenticating" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Information about location" + "@value": "Information about password used in the process of authenticating the individual as an user accessing a system." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Location" + "@value": "Password" } ] } diff --git a/dpv-skos/dpv-pd/dpv-pd.n3 b/dpv-skos/dpv-pd/dpv-pd.n3 index 9d54ba65f..0030babb4 100644 --- a/dpv-skos/dpv-pd/dpv-pd.n3 +++ b/dpv-skos/dpv-pd/dpv-pd.n3 @@ -61,6 +61,28 @@ dpvs-pd:Age a rdfs:Class, skos:definition "Information about age"@en ; skos:prefLabel "Age"@en . +dpvs-pd:AgeExact a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:AgeRange ; + skos:definition "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; + skos:prefLabel "Age Exact"@en . + +dpvs-pd:AgeRange a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Age ; + skos:definition "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + skos:prefLabel "Age Range"@en . + dpvs-pd:ApartmentOwned a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -166,6 +188,28 @@ dpvs-pd:Biometric a rdfs:Class, skos:definition "Information about biometrics and biometric characteristics."@en ; skos:prefLabel "Biometric"@en . +dpvs-pd:BirthDate a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Age ; + skos:definition "Information about birth date"@en ; + skos:prefLabel "Birth Date"@en . + +dpvs-pd:BirthPlace a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Location ; + skos:definition "Information about birth place"@en ; + skos:prefLabel "Birth Place"@en . + dpvs-pd:BloodType a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -468,6 +512,17 @@ dpvs-pd:CriminalPardon a rdfs:Class, skos:definition "Information about criminal pardons."@en ; skos:prefLabel "Criminal Pardon"@en . +dpvs-pd:CurrentEmployment a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmploymentHistory ; + skos:definition "Information about current employment"@en ; + skos:prefLabel "Current Employment"@en . + dpvs-pd:DNACode a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -644,6 +699,39 @@ dpvs-pd:DrugTestResult a rdfs:Class, skos:definition "Information about drug test results."@en ; skos:prefLabel "Drug Test Result"@en . +dpvs-pd:Education a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Professional ; + skos:definition "Information about education"@en ; + skos:prefLabel "Education"@en . + +dpvs-pd:EducationExperience a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Education ; + skos:definition "Information about education experience e.g. attending a university"@en ; + skos:prefLabel "Education Experience"@en . + +dpvs-pd:EducationQualification a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Education ; + skos:definition "Information about educational qualifications"@en ; + skos:prefLabel "Education Qualification"@en . + dpvs-pd:EmailAddress a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -657,6 +745,28 @@ dpvs-pd:EmailAddress a rdfs:Class, skos:definition "Information about Email address."@en ; skos:prefLabel "Email Address"@en . +dpvs-pd:EmailAddressPersonal a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmailAddress ; + skos:definition "Information about Email address used in Personal capacity"@en ; + skos:prefLabel "Email Address Personal"@en . + +dpvs-pd:EmailAddressWork a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmailAddress ; + skos:definition "Information about Email address used for Work or in Professional capacity"@en ; + skos:prefLabel "Email Address Work"@en . + dpvs-pd:EmailContent a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -932,6 +1042,17 @@ dpvs-pd:GeneralReputation a rdfs:Class, skos:definition "Information about reputation in the public sphere"@en ; skos:prefLabel "General Reputation"@en . +dpvs-pd:GeneticData a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:HealthData ; + skos:definition "Information about inherited or acquired genetic characteristics"@en ; + skos:prefLabel "Genetic Data"@en . + dpvs-pd:Geographic a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1115,6 +1236,17 @@ dpvs-pd:IndividualHealthHistory a rdfs:Class, skos:definition "Information about information health history."@en ; skos:prefLabel "Individual Health History"@en . +dpvs-pd:Insurance a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Financial ; + skos:definition "Information about Insurance"@en ; + skos:prefLabel "Insurance"@en . + dpvs-pd:Intention a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1353,6 +1485,17 @@ dpvs-pd:Name a rdfs:Class, skos:definition "Information about names associated or used as given name or nickname."@en ; skos:prefLabel "Name"@en . +dpvs-pd:Nationality a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:External ; + skos:definition "Information about nationality"@en ; + skos:prefLabel "Nationality"@en . + dpvs-pd:OfficialID a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1432,6 +1575,17 @@ dpvs-pd:Parent a rdfs:Class, skos:definition "Information about parent(s)."@en ; skos:prefLabel "Parent"@en . +dpvs-pd:Passport a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:OfficialID ; + skos:definition "Information about passport"@en ; + skos:prefLabel "Passport"@en . + dpvs-pd:Password a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1445,6 +1599,17 @@ dpvs-pd:Password a rdfs:Class, skos:definition "Information about password used in the process of authenticating the individual as an user accessing a system."@en ; skos:prefLabel "Password"@en . +dpvs-pd:PastEmployment a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmploymentHistory ; + skos:definition "Information about past employment"@en ; + skos:prefLabel "Past Employment"@en . + dpvs-pd:PaymentCard a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1616,6 +1781,18 @@ dpvs-pd:PoliticalAffiliation a rdfs:Class, skos:prefLabel "Political Affiliation"@en ; skos:related svd:Political . +dpvs-pd:PoliticalOpinion a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:SpecialCategoryPersonalData, + dpvs-pd:PublicLife ; + skos:definition "Information about opinions regarding politics and political topics"@en ; + skos:prefLabel "Political Opinion"@en . + dpvs-pd:Preference a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2117,6 +2294,18 @@ dpvs-pd:Tracking a rdfs:Class, skos:definition "Information used to track an individual or group e.g. location or email"@en ; skos:prefLabel "Tracking"@en . +dpvs-pd:TradeUnionMembership a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:SpecialCategoryPersonalData, + dpvs-pd:GroupMembership ; + skos:definition "Information about trade union memberships and related topics"@en ; + skos:prefLabel "Trade Union Membership"@en . + dpvs-pd:Transaction a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2143,6 +2332,17 @@ dpvs-pd:Transactional a rdfs:Class, skos:definition "Information about a purchasing, spending or income"@en ; skos:prefLabel "Transactional"@en . +dpvs-pd:TravelHistory a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Location ; + skos:definition "Information about travel history"@en ; + skos:prefLabel "Travel History"@en . + dpvs-pd:UID a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2248,12 +2448,12 @@ dpvs-pd:WorkHistory a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -2261,6 +2461,8 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:AccountIdentifier, dpvs-pd:Acquantaince, dpvs-pd:Age, + dpvs-pd:AgeExact, + dpvs-pd:AgeRange, dpvs-pd:ApartmentOwned, dpvs-pd:Association, dpvs-pd:Attitude, @@ -2269,6 +2471,8 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:BankAccount, dpvs-pd:Behavioral, dpvs-pd:Biometric, + dpvs-pd:BirthDate, + dpvs-pd:BirthPlace, dpvs-pd:BloodType, dpvs-pd:BrowserFingerprint, dpvs-pd:BrowsingBehavior, @@ -2292,6 +2496,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:CriminalCharge, dpvs-pd:CriminalConviction, dpvs-pd:CriminalPardon, + dpvs-pd:CurrentEmployment, dpvs-pd:DNACode, dpvs-pd:Demeanor, dpvs-pd:Demographic, @@ -2305,7 +2510,12 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Dislike, dpvs-pd:Divorce, dpvs-pd:DrugTestResult, + dpvs-pd:Education, + dpvs-pd:EducationExperience, + dpvs-pd:EducationQualification, dpvs-pd:EmailAddress, + dpvs-pd:EmailAddressPersonal, + dpvs-pd:EmailAddressWork, dpvs-pd:EmailContent, dpvs-pd:EmploymentHistory, dpvs-pd:EthnicOrigin, @@ -2327,6 +2537,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:GPSCoordinate, dpvs-pd:Gender, dpvs-pd:GeneralReputation, + dpvs-pd:GeneticData, dpvs-pd:Geographic, dpvs-pd:GroupMembership, dpvs-pd:HairColor, @@ -2341,6 +2552,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Income, dpvs-pd:IncomeBracket, dpvs-pd:IndividualHealthHistory, + dpvs-pd:Insurance, dpvs-pd:Intention, dpvs-pd:Interaction, dpvs-pd:Interest, @@ -2359,13 +2571,16 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:MedicalHealth, dpvs-pd:MentalHealth, dpvs-pd:Name, + dpvs-pd:Nationality, dpvs-pd:OfficialID, dpvs-pd:Offspring, dpvs-pd:Opinion, dpvs-pd:Ownership, dpvs-pd:PINCode, dpvs-pd:Parent, + dpvs-pd:Passport, dpvs-pd:Password, + dpvs-pd:PastEmployment, dpvs-pd:PaymentCard, dpvs-pd:PaymentCardExpiry, dpvs-pd:PaymentCardNumber, @@ -2379,6 +2594,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Picture, dpvs-pd:Piercing, dpvs-pd:PoliticalAffiliation, + dpvs-pd:PoliticalOpinion, dpvs-pd:Preference, dpvs-pd:Prescription, dpvs-pd:PrivacyPreference, @@ -2417,8 +2633,10 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:TelephoneNumber, dpvs-pd:Thought, dpvs-pd:Tracking, + dpvs-pd:TradeUnionMembership, dpvs-pd:Transaction, dpvs-pd:Transactional, + dpvs-pd:TravelHistory, dpvs-pd:UID, dpvs-pd:Username, dpvs-pd:VoiceCommunicationRecording, diff --git a/dpv-skos/dpv-pd/dpv-pd.rdf b/dpv-skos/dpv-pd/dpv-pd.rdf index 3122c38c9..6a39a0c67 100644 --- a/dpv-skos/dpv-pd/dpv-pd.rdf +++ b/dpv-skos/dpv-pd/dpv-pd.rdf @@ -8,184 +8,14 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - - - - - - Transaction - Information about financial transactions e.g. bank transfers - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Dislike - Information about dislikes or preferences regarding repulsions. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - MAC Address - Information about the Media Access Control (MAC) address of a device - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Fetish - Information an individual's sexual fetishes - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - IP Address - Information about the Internet protocol (IP) address of a device - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Proclivitie - Information about proclivities in a sexual context - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Email Content - Information about the contents of Emails sent or received - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Public Life - Information about public life - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Divorce - Information about divorce(s). - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Call Log - Information about the calls that an individual has made. - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - + - Ethnic Origin - Information about ethnic origin - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Purchase - Information about purchases such as items bought e.g. grocery or clothing - - - 2019-06-04 - accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - - Official ID - Information about an official identifier or identification document - + Race + Information about race or racial history. 2019-06-04 accepted @@ -193,13 +23,13 @@ Fajar Ekaputra - + - - Voice Communication Recording - Information about vocal recorded communication (e.g. telephony, VoIP) + + Offspring + Information about offspring(s). 2019-06-04 accepted @@ -207,13 +37,13 @@ Fajar Ekaputra - + - - Family - Information about family and relationships + + Criminal Pardon + Information about criminal pardons. 2019-06-04 accepted @@ -228,6 +58,10 @@ + + + + @@ -273,8 +107,12 @@ + + + + @@ -294,6 +132,7 @@ + @@ -307,6 +146,7 @@ + @@ -326,11 +166,13 @@ + + @@ -345,6 +187,7 @@ + @@ -354,6 +197,9 @@ + + + @@ -380,10 +226,12 @@ + + @@ -393,13 +241,13 @@ - + - - Acquantaince - Information about acquaintainces in a social network. + + Voice Communication Recording + Information about vocal recorded communication (e.g. telephony, VoIP) 2019-06-04 accepted @@ -407,13 +255,14 @@ Fajar Ekaputra - + - - Financial Account - Information about financial accounts. + + Communications Metadata + Information about communication metadata in the public sphere + 2019-06-04 accepted @@ -421,13 +270,14 @@ Fajar Ekaputra - + - - Tax - Information about financial tax e.g. tax records or tax due + + Browsing Behavior + Information about browsing Behavior. + 2019-06-04 accepted @@ -435,42 +285,39 @@ Fajar Ekaputra - + - - Drug Test Result - Information about drug test results. - - 2019-06-04 + + Education Experience + Information about education experience e.g. attending a university + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Health - Information about health. - - - 2019-06-04 + + TV Viewing Behavior + Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed + + 2019-11-26 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Rudy Jacob - + - - Opinion - Information about opinions + + Hair Color + Information about hair color 2019-06-04 accepted @@ -478,13 +325,13 @@ Fajar Ekaputra - + - - Disability - Information about disabilities. + + Character + Information about character in the public sphere 2019-06-04 accepted @@ -492,13 +339,13 @@ Fajar Ekaputra - + - - Social Status - Information about social status + + Email Address + Information about Email address. 2019-06-04 accepted @@ -506,14 +353,14 @@ Fajar Ekaputra - + - - Contact - Information about contacts or used for contacting e.g. email address or phone number - + + Criminal + Information about criminal activity e.g. criminal convictions or jail time + 2019-06-04 accepted @@ -521,13 +368,13 @@ Fajar Ekaputra - + - - Association - Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend + + Transaction + Information about financial transactions e.g. bank transfers 2019-06-04 accepted @@ -535,13 +382,13 @@ Fajar Ekaputra - + - - Fingerprint - Information about fingerprint used for biometric purposes. + + Car Owned + Information about cars ownership and ownership history. 2019-06-04 accepted @@ -549,28 +396,258 @@ Fajar Ekaputra - + - - Payment Card Expiry - Information about payment card expiry such as a date. + + Social + Information about social aspects such as family, public life, or professional networks. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Skin Tone + Information about skin tone + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Social Network + Information about friends or connections expressed as a social network + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Payment Card + Information about payment card such as Credit Card, Debit Card. 2020-11-04 accepted - Georg P Krog + Harshvardhan J. Pandit - + + + + + + Preference + Information about preferences or interests + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Connection + Information about and including connections in a social network + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Family Health History + Information about family health history. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Health Record + Information about health record. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + LinkClicked + Information about the links that an individual has clicked. + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Credit Standing + Information about credit standing. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Credit + Information about reputation with regards to money + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Divorce + Information about divorce(s). + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - - Political Affiliation - Information about political affiliation and history - + Marital Status + Information about marital status and history + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + Axel Polleres + Beatriz Esteves + Bert Bos + Bud Bruegger + David Hickey + Elmar Kiesling + Eva Schlehahn + Fajar J. Ekaputra + Georg P Krog + Harshvardhan J. Pandit + Javier D. Fernández + Julian Flake + Mark Lizar + Paul Ryan + Piero Bonatti + Ramisa Gachpaz Hamed + Rigo Wenning + Rob Brennan + Simon Steyskal + 2022-04-02 + 2022-05-25 + Axel Polleres + Harshvardhan J. Pandit + DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. + + DPV-PD: Personal Data Extension for DPV + dpvs-pd + https://w3id.org/dpv-skos/dpv-pd# + + 0.7 + + + + + + + Intention + Information about intentions + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Tattoo + Information about tattoos + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Family Structure + Information about family and familial structure. 2019-06-04 accepted @@ -591,13 +668,25 @@ Georg P Krog - + - - Browser Fingerprint - Information about the web browser which is used as a 'fingerprint' + + Insurance + Information about Insurance + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Loan Record + Information about loans, whether applied, provided or rejected, and its history 2019-06-04 accepted @@ -621,14 +710,143 @@ Paul Ryan - + + + + + + Work History + Information about work history in a professional context + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Historical + Information about historical data related to or relevant regarding history or past events + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Family + Information about family and relationships + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Device Operating System + Information about the operating system (OS) or system software that manages hardware or software resources. + + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + + + + + + + + Privacy Preference + Information about privacy preferences + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Professional Certification + Information about professional certifications + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Behavioral + Information about Behavior or activity + + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Account Identifier + Information about financial account identifier. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + Country + Information about country e.g. residence, travel. + + 2019-06-04 + accepted + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + - - - Sexual - Information about sexuality and sexual history + + Purchase + Information about purchases such as items bought e.g. grocery or clothing + 2019-06-04 accepted @@ -636,13 +854,13 @@ Fajar Ekaputra - + - - Character - Information about character in the public sphere + + Criminal Conviction + Information about criminal convictions. 2019-06-04 accepted @@ -650,13 +868,13 @@ Fajar Ekaputra - + - - Demographic - Information about demography and demographic characteristics + + General Reputation + Information about reputation in the public sphere 2019-06-04 accepted @@ -664,13 +882,13 @@ Fajar Ekaputra - + - - Like - Information about likes or preferences regarding attractions. + + Income Bracket + Information about income bracket. 2019-06-04 accepted @@ -678,28 +896,25 @@ Fajar Ekaputra - + - - DNA Code - Information about DNA. - - 2019-06-04 + + Email Address Personal + Information about Email address used in Personal capacity + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - - Religion - Information about religion, religious inclinations, and religious history. + + Physical Address + Information about physical address. 2019-06-04 accepted @@ -707,13 +922,14 @@ Fajar Ekaputra - + - Tracking - Information used to track an individual or group e.g. location or email + Financial + Information about finance including monetary characteristics and transactions + 2019-06-04 accepted @@ -721,13 +937,13 @@ Fajar Ekaputra - + - - Password - Information about password used in the process of authenticating the individual as an user accessing a system. + + Sexual Preference + Information about sexual preferences 2019-06-04 accepted @@ -735,13 +951,13 @@ Fajar Ekaputra - + - - Financial Account Number - Information about financial account number + + Ethnicity + Information about ethnic origins and lineage 2019-06-04 accepted @@ -749,13 +965,13 @@ Fajar Ekaputra - + - - Favorite Food - Information about favorite food. + + Marriage + Information about marriage(s). 2019-06-04 accepted @@ -763,13 +979,13 @@ Fajar Ekaputra - + - - Telephone Number - Information about telephone number. + + Fingerprint + Information about fingerprint used for biometric purposes. 2019-06-04 accepted @@ -777,13 +993,13 @@ Fajar Ekaputra - + - - Identifying - Information that uniquely or semi-uniquely identifies an individual or a group + + Dialect + Information about linguistic dialects. 2019-06-04 accepted @@ -791,14 +1007,13 @@ Fajar Ekaputra - + - - Device Based - Information about devices - + + IP Address + Information about the Internet protocol (IP) address of a device 2019-06-04 accepted @@ -806,14 +1021,13 @@ Fajar Ekaputra - + - - Communications Metadata - Information about communication metadata in the public sphere - + + Public Life + Information about public life 2019-06-04 accepted @@ -821,13 +1035,13 @@ Fajar Ekaputra - + - - Job - Information about professional jobs + + Prescription + Information about medical and pharmaceutical prescriptions 2019-06-04 accepted @@ -835,13 +1049,14 @@ Fajar Ekaputra - + - - Voice Mail - Information about voice mail messages. + + Location + Information about location + 2019-06-04 accepted @@ -849,13 +1064,13 @@ Fajar Ekaputra - + - - Sexual Preference - Information about sexual preferences + + Disability + Information about disabilities. 2019-06-04 accepted @@ -863,13 +1078,14 @@ Fajar Ekaputra - + - - Authenticating - Information about authentication and information used for authenticating + + + Religion + Information about religion, religious inclinations, and religious history. 2019-06-04 accepted @@ -877,13 +1093,14 @@ Fajar Ekaputra - + - - Health History - Information about health history. + + PhysicalCharacteristic + Information about physical characteristics + 2019-06-04 accepted @@ -891,13 +1108,13 @@ Fajar Ekaputra - + - - Credit - Information about reputation with regards to money + + Secret Text + Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. 2019-06-04 accepted @@ -905,13 +1122,13 @@ Fajar Ekaputra - + - - Offspring - Information about offspring(s). + + Apartment Owned + Information about apartment(s) owned and its history 2019-06-04 accepted @@ -919,28 +1136,25 @@ Fajar Ekaputra - + - - Browsing Behavior - Information about browsing Behavior. - - - 2019-06-04 + + Passport + Information about passport + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Attitude - Information about attitude. + + Password + Information about password used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -948,13 +1162,13 @@ Fajar Ekaputra - + - - Criminal Charge - Information about criminal charges. + + Salary + Information about salary 2019-06-04 accepted @@ -962,13 +1176,13 @@ Fajar Ekaputra - + - - Piercing - Information about piercings + + GPS Coordinate + Information about location expressed using Global Position System coordinates (GPS) 2019-06-04 accepted @@ -976,13 +1190,25 @@ Fajar Ekaputra - + - - Retina - Information about retina and the retinal patterns. + + Travel History + Information about travel history + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Sexual History + Information about sexual history 2019-06-04 accepted @@ -990,14 +1216,14 @@ Fajar Ekaputra - + - - Social Media Communication - Information about social media communication, including the communication itself and metadata. - + + + Philosophical Belief + Information about philosophical beliefs. 2019-06-04 accepted @@ -1005,14 +1231,26 @@ Fajar Ekaputra - + - + - Biometric - Information about biometrics and biometric characteristics. + Political Opinion + Information about opinions regarding politics and political topics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Retina + Information about retina and the retinal patterns. 2019-06-04 accepted @@ -1020,13 +1258,13 @@ Fajar Ekaputra - + - - Favorite - Information about favorites + + Internal + Informatoin about internal characteristics that cannot be seen or observed 2019-06-04 accepted @@ -1034,27 +1272,26 @@ Fajar Ekaputra - + - Service Consumption Behavior - Information about the consumption of a service, e.g. time and duration of consumption. - - 2019-11-26 + Authentication History + Information about prior authentication and its outcomes such as login attempts or location. + + 2020-11-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Georg P Krog - + - - Physical Health - Information about physical health. + + Demographic + Information about demography and demographic characteristics 2019-06-04 accepted @@ -1062,13 +1299,13 @@ Fajar Ekaputra - + - - Professional Interview - Information about professional interviews + + Name + Information about names associated or used as given name or nickname. 2019-06-04 accepted @@ -1076,47 +1313,13 @@ Fajar Ekaputra - - - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - Axel Polleres - Beatriz Esteves - Bert Bos - Bud Bruegger - David Hickey - Elmar Kiesling - Eva Schlehahn - Fajar J. Ekaputra - Georg P Krog - Harshvardhan J. Pandit - Javier D. Fernández - Julian Flake - Mark Lizar - Paul Ryan - Piero Bonatti - Ramisa Gachpaz Hamed - Rigo Wenning - Rob Brennan - Simon Steyskal - 2022-04-02 - 2022-04-02 - Axel Polleres - Harshvardhan J. Pandit - DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories. - - DPV-PD: Personal Data Extension for DPV - dpvs-pd - https://w3id.org/dpv-skos/dpv-pd - - 0.6 - - + - - Credit Capacity - Information about credit capacity. + + Job + Information about professional jobs 2019-06-04 accepted @@ -1124,13 +1327,13 @@ Fajar Ekaputra - + - - Height - Information about physical height + + Favorite Color + Information about favorite color. 2019-06-04 accepted @@ -1138,13 +1341,14 @@ Fajar Ekaputra - + - - Parent - Information about parent(s). + + + MedicalHealth + Information about health, medical conditions or health care 2019-06-04 accepted @@ -1152,13 +1356,13 @@ Fajar Ekaputra - + - - Skin Tone - Information about skin tone + + Financial Account + Information about financial accounts. 2019-06-04 accepted @@ -1166,14 +1370,13 @@ Fajar Ekaputra - + - - Location - Information about location - + + Purchases and Spending Habit + Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends 2019-06-04 accepted @@ -1181,13 +1384,14 @@ Fajar Ekaputra - + - - PIN Code - Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. + + + Religious Belief + Information about religion and religious beliefs. 2019-06-04 accepted @@ -1195,13 +1399,13 @@ Fajar Ekaputra - + - - Connection - Information about and including connections in a social network + + External + Information about external characteristics that can be observed 2019-06-04 accepted @@ -1209,13 +1413,13 @@ Fajar Ekaputra - + - - Thought - Information about thoughts + + Group Membership + Information about groups and memberships included or associated with a social network 2019-06-04 accepted @@ -1223,27 +1427,28 @@ Fajar Ekaputra - + - - Gender - Information about gender + + Language + Information about language and lingual history. 2019-06-04 - accepted + 2022-04-20 + changed Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - + - - Account Identifier - Information about financial account identifier. + + Physical Health + Information about physical health. 2019-06-04 accepted @@ -1251,13 +1456,13 @@ Fajar Ekaputra - + - - Sibling - Information about sibling(s). + + Age + Information about age 2019-06-04 accepted @@ -1265,13 +1470,13 @@ Fajar Ekaputra - + - - Work History - Information about work history in a professional context + + Thought + Information about thoughts 2019-06-04 accepted @@ -1279,13 +1484,13 @@ Fajar Ekaputra - + - - Reference - Information about references in the professional context + + Financial Account Number + Information about financial account number 2019-06-04 accepted @@ -1293,13 +1498,13 @@ Fajar Ekaputra - + - - Dialect - Information about linguistic dialects. + + Communication + Information communicated from or to an individual 2019-06-04 accepted @@ -1307,27 +1512,25 @@ Fajar Ekaputra - + - - Credit Card Number - Information about credit card number - - 2019-06-04 + + Education Qualification + Information about educational qualifications + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Accent - Information about linguistic and speech accents. + + MAC Address + Information about the Media Access Control (MAC) address of a device 2019-06-04 accepted @@ -1335,13 +1538,13 @@ Fajar Ekaputra - + - - GPS Coordinate - Information about location expressed using Global Position System coordinates (GPS) + + Blood Type + Information about blood type. 2019-06-04 accepted @@ -1349,13 +1552,13 @@ Fajar Ekaputra - + - - Credit Standing - Information about credit standing. + + Life History + Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) 2019-06-04 accepted @@ -1363,13 +1566,13 @@ Fajar Ekaputra - + - - Relationship - Information about relationships and relationship history. + + Demeanor + Information about demeanor. 2019-06-04 accepted @@ -1377,13 +1580,14 @@ Fajar Ekaputra - + - - Physical Address - Information about physical address. + + + Biometric + Information about biometrics and biometric characteristics. 2019-06-04 accepted @@ -1391,13 +1595,26 @@ Fajar Ekaputra - + - - Tattoo - Information about tattoos + + + Trade Union Membership + Information about trade union memberships and related topics + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Browser Fingerprint + Information about the web browser which is used as a 'fingerprint' 2019-06-04 accepted @@ -1405,13 +1622,13 @@ Fajar Ekaputra - + - - Intention - Information about intentions + + Weight + Information about physical weight 2019-06-04 accepted @@ -1419,27 +1636,25 @@ Fajar Ekaputra - + - - Professional - Information about educational or professional career - - 2019-06-04 + + Birth Place + Information about birth place + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Individual Health History - Information about information health history. + + Proclivitie + Information about proclivities in a sexual context 2019-06-04 accepted @@ -1447,13 +1662,13 @@ Fajar Ekaputra - + - - Personal Possession - Information about personal possessions. + + Acquantaince + Information about acquaintainces in a social network. 2019-06-04 accepted @@ -1461,13 +1676,13 @@ Fajar Ekaputra - + - - Income Bracket - Information about income bracket. + + Criminal Charge + Information about criminal charges. 2019-06-04 accepted @@ -1475,42 +1690,40 @@ Fajar Ekaputra - + - - Favorite Color - Information about favorite color. - - 2019-06-04 + + Genetic Data + Information about inherited or acquired genetic characteristics + 2022-05-18 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Language - Information about language and lingual history. + + Professional + Information about educational or professional career 2019-06-04 - 2022-04-20 - changed + accepted Elmar Kiesling; Harshvardhan J. Pandit Fajar Ekaputra - + - - Picture - Information about visual representation or image e.g. profile photo. + + + Ethnic Origin + Information about ethnic origin 2019-06-04 accepted @@ -1518,13 +1731,13 @@ Fajar Ekaputra - + - - Internal - Informatoin about internal characteristics that cannot be seen or observed + + Credit Capacity + Information about credit capacity. 2019-06-04 accepted @@ -1532,28 +1745,29 @@ Fajar Ekaputra - + - - Age - Information about age - - 2019-06-04 + + Device Software + Information about software on or related to a device. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan - + - - - Race - Information about race or racial history. + + Professional Interview + Information about professional interviews 2019-06-04 accepted @@ -1561,13 +1775,13 @@ Fajar Ekaputra - + - - Income - Information about financial income e.g. for individual or household or family + + Identifying + Information that uniquely or semi-uniquely identifies an individual or a group 2019-06-04 accepted @@ -1575,13 +1789,13 @@ Fajar Ekaputra - + - - Friend - Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. + + Credit Worthiness + Information about credit worthiness. 2019-06-04 accepted @@ -1589,27 +1803,26 @@ Fajar Ekaputra - + - - Criminal Conviction - Information about criminal convictions. - - 2019-06-04 + + Age Range + Information about age range i.e. inexact age to some degree (i.e. some years) + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Ownership - Information about ownership and history, including renting, borrowing, possessions. + + Health + Information about health. + 2019-06-04 accepted @@ -1617,13 +1830,13 @@ Fajar Ekaputra - + - - Sexual History - Information about sexual history + + Tracking + Information used to track an individual or group e.g. location or email 2019-06-04 accepted @@ -1631,13 +1844,13 @@ Fajar Ekaputra - + - - Hair Color - Information about hair color + + Sale + Information about sales e.g. selling of goods or services 2019-06-04 accepted @@ -1645,13 +1858,13 @@ Fajar Ekaputra - + - - Professional Evaluation - Information about professional evaluations + + Association + Information about associations in a social network with other individuals, groups, or entities e.g. friend of a friend 2019-06-04 accepted @@ -1659,13 +1872,14 @@ Fajar Ekaputra - + - - Historical - Information about historical data related to or relevant regarding history or past events + + + Sexual + Information about sexuality and sexual history 2019-06-04 accepted @@ -1673,13 +1887,13 @@ Fajar Ekaputra - + - - Knowledge and Beliefs - Information about knowledge and beliefs + + Geographic + Information about location or based on geography (e.g. home address) 2019-06-04 accepted @@ -1687,13 +1901,13 @@ Fajar Ekaputra - + - - Professional Certification - Information about professional certifications + + Fetish + Information an individual's sexual fetishes 2019-06-04 accepted @@ -1701,14 +1915,13 @@ Fajar Ekaputra - + - - - Religious Belief - Information about religion and religious beliefs. + + Bank Account + Information about bank accounts. 2019-06-04 accepted @@ -1716,42 +1929,39 @@ Fajar Ekaputra - + - - Device Operating System - Information about the operating system (OS) or system software that manages hardware or software resources. - - 2020-11-04 + + Sibling + Information about sibling(s). + + 2019-06-04 accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - Payment Card - Information about payment card such as Credit Card, Debit Card. - - 2020-11-04 + + Age Exact + Information about the exact age (i.e. to some degree within a year, month, or day) + 2022-04-20 accepted Harshvardhan J. Pandit - + - - Social Network - Information about friends or connections expressed as a social network + + Interaction + Information about interactions in the public sphere 2019-06-04 accepted @@ -1759,13 +1969,13 @@ Fajar Ekaputra - + - - Physical Trait - Information about defining traits or features regarding the body. + + Credit Score + Information about credit score. 2019-06-04 accepted @@ -1773,13 +1983,13 @@ Fajar Ekaputra - + - Blood Type - Information about blood type. + DNA Code + Information about DNA. 2019-06-04 accepted @@ -1787,13 +1997,13 @@ Fajar Ekaputra - + - - Car Owned - Information about cars ownership and ownership history. + + Piercing + Information about piercings 2019-06-04 accepted @@ -1801,27 +2011,26 @@ Fajar Ekaputra - + - - - - Marriage - Information about marriage(s). - - 2019-06-04 + + + + Payment Card Expiry + Information about payment card expiry such as a date. + + 2020-11-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Georg P Krog - + - - Interest - Information about interests + + Like + Information about likes or preferences regarding attractions. 2019-06-04 accepted @@ -1829,13 +2038,13 @@ Fajar Ekaputra - + - - Privacy Preference - Information about privacy preferences + + Ownership + Information about ownership and history, including renting, borrowing, possessions. 2019-06-04 accepted @@ -1843,13 +2052,13 @@ Fajar Ekaputra - + - Salary - Information about salary + School + Information about school such as name of school, conduct, or grades obtained. 2019-06-04 accepted @@ -1857,13 +2066,13 @@ Fajar Ekaputra - + - - Credit Worthiness - Information about credit worthiness. + + Dislike + Information about dislikes or preferences regarding repulsions. 2019-06-04 accepted @@ -1871,13 +2080,14 @@ Fajar Ekaputra - + - - Prescription - Information about medical and pharmaceutical prescriptions + + UID + Information about unique identifiers. + 2019-06-04 accepted @@ -1885,26 +2095,26 @@ Fajar Ekaputra - + - - Authentication History - Information about prior authentication and its outcomes such as login attempts or location. - - 2020-11-04 + + Current Employment + Information about current employment + 2022-04-20 accepted - Georg P Krog + Harshvardhan J. Pandit - + - - Criminal Pardon - Information about criminal pardons. + + Device Based + Information about devices + 2019-06-04 accepted @@ -1912,13 +2122,13 @@ Fajar Ekaputra - + - - House Owned - Information about house(s) owned and ownership history. + + Health History + Information about health history. 2019-06-04 accepted @@ -1926,13 +2136,14 @@ Fajar Ekaputra - + - - Health Record - Information about health record. + + Social Media Communication + Information about social media communication, including the communication itself and metadata. + 2019-06-04 accepted @@ -1940,13 +2151,15 @@ Fajar Ekaputra - + - - Disciplinary Action - Information about disciplinary actions and its history + + + Political Affiliation + Information about political affiliation and history + 2019-06-04 accepted @@ -1954,14 +2167,13 @@ Fajar Ekaputra - + - - Behavioral - Information about Behavior or activity - + + Relationship + Information about relationships and relationship history. 2019-06-04 accepted @@ -1969,13 +2181,13 @@ Fajar Ekaputra - + - - Room Number - Information about location expressed as Room number or similar numbering systems + + Credit Record + Information about credit record. 2019-06-04 accepted @@ -1983,13 +2195,14 @@ Fajar Ekaputra - + - - Personality - Information about personality (e.g., categorization in terms of the Big Five personality traits) + + Contact + Information about contacts or used for contacting e.g. email address or phone number + 2019-06-04 accepted @@ -1997,13 +2210,13 @@ Fajar Ekaputra - + - - Email Address - Information about Email address. + + Favorite + Information about favorites 2019-06-04 accepted @@ -2011,14 +2224,13 @@ Fajar Ekaputra - + - - UID - Information about unique identifiers. - + + Reference + Information about references in the professional context 2019-06-04 accepted @@ -2026,44 +2238,39 @@ Fajar Ekaputra - + - - - Philosophical Belief - Information about philosophical beliefs. - - 2019-06-04 + + Birth Date + Information about birth date + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - Device Software - Information about software on or related to a device. - - 2020-11-04 + + Service Consumption Behavior + Information about the consumption of a service, e.g. time and duration of consumption. + + 2019-11-26 accepted Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan + Rudy Jacob - + - - Credit Record - Information about credit record. + + Attitude + Information about attitude. 2019-06-04 accepted @@ -2071,13 +2278,13 @@ Fajar Ekaputra - + - - Secret Text - Information about secret text used in the process of authenticating the individual as an user accessing a system, e.g., when recovering a lost password. + + Parent + Information about parent(s). 2019-06-04 accepted @@ -2085,13 +2292,13 @@ Fajar Ekaputra - + - - Life History - Information about personal history regarding events or activities - including their occurrences that might be directly related or have had an influence (e.g. World War, 9/11) + + Knowledge and Beliefs + Information about knowledge and beliefs 2019-06-04 accepted @@ -2099,13 +2306,13 @@ Fajar Ekaputra - + - - Social - Information about social aspects such as family, public life, or professional networks. + + Professional Evaluation + Information about professional evaluations 2019-06-04 accepted @@ -2113,14 +2320,25 @@ Fajar Ekaputra - + - - - MedicalHealth - Information about health, medical conditions or health care + + Past Employment + Information about past employment + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + House Owned + Information about house(s) owned and ownership history. 2019-06-04 accepted @@ -2128,13 +2346,13 @@ Fajar Ekaputra - + - - Apartment Owned - Information about apartment(s) owned and its history + + Gender + Information about gender 2019-06-04 accepted @@ -2142,13 +2360,13 @@ Fajar Ekaputra - + - - Mental Health - Information about mental health. + + Friend + Information about friends in a social network, including aspects of friendships such as years together or nature of friendship. 2019-06-04 accepted @@ -2156,28 +2374,53 @@ Fajar Ekaputra - + - - Demeanor - Information about demeanor. + + Transactional + Information about a purchasing, spending or income 2019-06-04 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + + + + + Payment Card Number + Information about payment card number. + + 2020-11-04 + accepted + Georg P Krog + + + + + + + + Nationality + Information about nationality + 2022-04-20 + accepted + https://www.w3.org/2022/04/20-dpvcg-minutes.html - + - - Financial - Information about finance including monetary characteristics and transactions - + + Telephone Number + Information about telephone number. 2019-06-04 accepted @@ -2185,13 +2428,13 @@ Fajar Ekaputra - + - - External - Information about external characteristics that can be observed + + Authenticating + Information about authentication and information used for authenticating 2019-06-04 accepted @@ -2199,14 +2442,13 @@ Fajar Ekaputra - + - - Criminal - Information about criminal activity e.g. criminal convictions or jail time - + + Accent + Information about linguistic and speech accents. 2019-06-04 accepted @@ -2214,13 +2456,13 @@ Fajar Ekaputra - + - - Loan Record - Information about loans, whether applied, provided or rejected, and its history + + Physical Trait + Information about defining traits or features regarding the body. 2019-06-04 accepted @@ -2228,14 +2470,13 @@ Fajar Ekaputra - + - - Preference - Information about preferences or interests - + + Mental Health + Information about mental health. 2019-06-04 accepted @@ -2243,13 +2484,13 @@ Fajar Ekaputra - + - - Purchases and Spending Habit - Information about analysis of purchases made and money spent expressed as a habit e.g. monthly shopping trends + + Disciplinary Action + Information about disciplinary actions and its history 2019-06-04 accepted @@ -2257,13 +2498,13 @@ Fajar Ekaputra - + - Interaction - Information about interactions in the public sphere + Social Status + Information about social status 2019-06-04 accepted @@ -2271,13 +2512,13 @@ Fajar Ekaputra - + - - Employment History - Information about employment history + + Call Log + Information about the calls that an individual has made. 2019-06-04 accepted @@ -2285,13 +2526,13 @@ Fajar Ekaputra - + - Country - Information about country e.g. residence, travel. + Room Number + Information about location expressed as Room number or similar numbering systems 2019-06-04 accepted @@ -2299,13 +2540,13 @@ Fajar Ekaputra - + - - Sale - Information about sales e.g. selling of goods or services + + Voice Mail + Information about voice mail messages. 2019-06-04 accepted @@ -2313,13 +2554,13 @@ Fajar Ekaputra - + - - General Reputation - Information about reputation in the public sphere + + Personal Possession + Information about personal possessions. 2019-06-04 accepted @@ -2327,13 +2568,13 @@ Fajar Ekaputra - + - - Marital Status - Information about marital status and history + + Individual Health History + Information about information health history. 2019-06-04 accepted @@ -2341,13 +2582,13 @@ Fajar Ekaputra - + - - Username - Information about usernames. + + Income + Information about financial income e.g. for individual or household or family 2019-06-04 accepted @@ -2355,13 +2596,13 @@ Fajar Ekaputra - + - - Communication - Information communicated from or to an individual + + Employment History + Information about employment history 2019-06-04 accepted @@ -2369,13 +2610,13 @@ Fajar Ekaputra - + - - Weight - Information about physical weight + + Credit Card Number + Information about credit card number 2019-06-04 accepted @@ -2383,13 +2624,13 @@ Fajar Ekaputra - + - - Geographic - Information about location or based on geography (e.g. home address) + + Picture + Information about visual representation or image e.g. profile photo. 2019-06-04 accepted @@ -2397,13 +2638,13 @@ Fajar Ekaputra - + - - Family Structure - Information about family and familial structure. + + PIN Code + Information about Personal identification number (PIN), which is usually used in the process of authenticating the individual as an user accessing a system. 2019-06-04 accepted @@ -2411,41 +2652,39 @@ Fajar Ekaputra - + - - - Payment Card Number - Information about payment card number. - - 2020-11-04 + + Email Address Work + Information about Email address used for Work or in Professional capacity + 2022-04-20 accepted - Georg P Krog + Harshvardhan J. Pandit - + - - TV Viewing Behavior - Information about TV viewing Behavior, such as timestamps of channel change, duration of viewership, content consumed - - 2019-11-26 + + Personality + Information about personality (e.g., categorization in terms of the Big Five personality traits) + + 2019-06-04 accepted - Harshvardhan J. Pandit - Rudy Jacob + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra - + - - School - Information about school such as name of school, conduct, or grades obtained. + + Favorite Music + Information about favorite music. 2019-06-04 accepted @@ -2453,13 +2692,13 @@ Fajar Ekaputra - + - - Ethnicity - Information about ethnic origins and lineage + + Drug Test Result + Information about drug test results. 2019-06-04 accepted @@ -2467,13 +2706,13 @@ Fajar Ekaputra - + - - Group Membership - Information about groups and memberships included or associated with a social network + + Interest + Information about interests 2019-06-04 accepted @@ -2481,13 +2720,13 @@ Fajar Ekaputra - + - - Credit Score - Information about credit score. + + Email Content + Information about the contents of Emails sent or received 2019-06-04 accepted @@ -2495,13 +2734,13 @@ Fajar Ekaputra - + - - Name - Information about names associated or used as given name or nickname. + + Height + Information about physical height 2019-06-04 accepted @@ -2509,13 +2748,13 @@ Fajar Ekaputra - + - - Transactional - Information about a purchasing, spending or income + + Favorite Food + Information about favorite food. 2019-06-04 accepted @@ -2523,28 +2762,26 @@ Fajar Ekaputra - + - - Bank Account - Information about bank accounts. - - 2019-06-04 + + Education + Information about education + 2022-04-20 accepted - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit - + - - LinkClicked - Information about the links that an individual has clicked. - + + Official ID + Information about an official identifier or identification document + 2019-06-04 accepted @@ -2552,13 +2789,13 @@ Fajar Ekaputra - + - - Favorite Music - Information about favorite music. + + Tax + Information about financial tax e.g. tax records or tax due 2019-06-04 accepted @@ -2566,14 +2803,13 @@ Fajar Ekaputra - + - - PhysicalCharacteristic - Information about physical characteristics - + + Opinion + Information about opinions 2019-06-04 accepted @@ -2581,13 +2817,13 @@ Fajar Ekaputra - + - - Family Health History - Information about family health history. + + Username + Information about usernames. 2019-06-04 accepted diff --git a/dpv-skos/dpv-pd/dpv-pd.ttl b/dpv-skos/dpv-pd/dpv-pd.ttl index 9d54ba65f..0030babb4 100644 --- a/dpv-skos/dpv-pd/dpv-pd.ttl +++ b/dpv-skos/dpv-pd/dpv-pd.ttl @@ -61,6 +61,28 @@ dpvs-pd:Age a rdfs:Class, skos:definition "Information about age"@en ; skos:prefLabel "Age"@en . +dpvs-pd:AgeExact a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:AgeRange ; + skos:definition "Information about the exact age (i.e. to some degree within a year, month, or day)"@en ; + skos:prefLabel "Age Exact"@en . + +dpvs-pd:AgeRange a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Age ; + skos:definition "Information about age range i.e. inexact age to some degree (i.e. some years)"@en ; + skos:prefLabel "Age Range"@en . + dpvs-pd:ApartmentOwned a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -166,6 +188,28 @@ dpvs-pd:Biometric a rdfs:Class, skos:definition "Information about biometrics and biometric characteristics."@en ; skos:prefLabel "Biometric"@en . +dpvs-pd:BirthDate a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Age ; + skos:definition "Information about birth date"@en ; + skos:prefLabel "Birth Date"@en . + +dpvs-pd:BirthPlace a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Location ; + skos:definition "Information about birth place"@en ; + skos:prefLabel "Birth Place"@en . + dpvs-pd:BloodType a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -468,6 +512,17 @@ dpvs-pd:CriminalPardon a rdfs:Class, skos:definition "Information about criminal pardons."@en ; skos:prefLabel "Criminal Pardon"@en . +dpvs-pd:CurrentEmployment a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmploymentHistory ; + skos:definition "Information about current employment"@en ; + skos:prefLabel "Current Employment"@en . + dpvs-pd:DNACode a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -644,6 +699,39 @@ dpvs-pd:DrugTestResult a rdfs:Class, skos:definition "Information about drug test results."@en ; skos:prefLabel "Drug Test Result"@en . +dpvs-pd:Education a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Professional ; + skos:definition "Information about education"@en ; + skos:prefLabel "Education"@en . + +dpvs-pd:EducationExperience a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Education ; + skos:definition "Information about education experience e.g. attending a university"@en ; + skos:prefLabel "Education Experience"@en . + +dpvs-pd:EducationQualification a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Education ; + skos:definition "Information about educational qualifications"@en ; + skos:prefLabel "Education Qualification"@en . + dpvs-pd:EmailAddress a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -657,6 +745,28 @@ dpvs-pd:EmailAddress a rdfs:Class, skos:definition "Information about Email address."@en ; skos:prefLabel "Email Address"@en . +dpvs-pd:EmailAddressPersonal a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmailAddress ; + skos:definition "Information about Email address used in Personal capacity"@en ; + skos:prefLabel "Email Address Personal"@en . + +dpvs-pd:EmailAddressWork a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmailAddress ; + skos:definition "Information about Email address used for Work or in Professional capacity"@en ; + skos:prefLabel "Email Address Work"@en . + dpvs-pd:EmailContent a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -932,6 +1042,17 @@ dpvs-pd:GeneralReputation a rdfs:Class, skos:definition "Information about reputation in the public sphere"@en ; skos:prefLabel "General Reputation"@en . +dpvs-pd:GeneticData a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:HealthData ; + skos:definition "Information about inherited or acquired genetic characteristics"@en ; + skos:prefLabel "Genetic Data"@en . + dpvs-pd:Geographic a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1115,6 +1236,17 @@ dpvs-pd:IndividualHealthHistory a rdfs:Class, skos:definition "Information about information health history."@en ; skos:prefLabel "Individual Health History"@en . +dpvs-pd:Insurance a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Financial ; + skos:definition "Information about Insurance"@en ; + skos:prefLabel "Insurance"@en . + dpvs-pd:Intention a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1353,6 +1485,17 @@ dpvs-pd:Name a rdfs:Class, skos:definition "Information about names associated or used as given name or nickname."@en ; skos:prefLabel "Name"@en . +dpvs-pd:Nationality a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "https://www.w3.org/2022/04/20-dpvcg-minutes.html"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:External ; + skos:definition "Information about nationality"@en ; + skos:prefLabel "Nationality"@en . + dpvs-pd:OfficialID a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1432,6 +1575,17 @@ dpvs-pd:Parent a rdfs:Class, skos:definition "Information about parent(s)."@en ; skos:prefLabel "Parent"@en . +dpvs-pd:Passport a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:OfficialID ; + skos:definition "Information about passport"@en ; + skos:prefLabel "Passport"@en . + dpvs-pd:Password a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1445,6 +1599,17 @@ dpvs-pd:Password a rdfs:Class, skos:definition "Information about password used in the process of authenticating the individual as an user accessing a system."@en ; skos:prefLabel "Password"@en . +dpvs-pd:PastEmployment a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:EmploymentHistory ; + skos:definition "Information about past employment"@en ; + skos:prefLabel "Past Employment"@en . + dpvs-pd:PaymentCard a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -1616,6 +1781,18 @@ dpvs-pd:PoliticalAffiliation a rdfs:Class, skos:prefLabel "Political Affiliation"@en ; skos:related svd:Political . +dpvs-pd:PoliticalOpinion a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:SpecialCategoryPersonalData, + dpvs-pd:PublicLife ; + skos:definition "Information about opinions regarding politics and political topics"@en ; + skos:prefLabel "Political Opinion"@en . + dpvs-pd:Preference a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2117,6 +2294,18 @@ dpvs-pd:Tracking a rdfs:Class, skos:definition "Information used to track an individual or group e.g. location or email"@en ; skos:prefLabel "Tracking"@en . +dpvs-pd:TradeUnionMembership a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:SpecialCategoryPersonalData, + dpvs-pd:GroupMembership ; + skos:definition "Information about trade union memberships and related topics"@en ; + skos:prefLabel "Trade Union Membership"@en . + dpvs-pd:Transaction a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2143,6 +2332,17 @@ dpvs-pd:Transactional a rdfs:Class, skos:definition "Information about a purchasing, spending or income"@en ; skos:prefLabel "Transactional"@en . +dpvs-pd:TravelHistory a rdfs:Class, + skos:Concept, + dpvs:PersonalData ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs-pd: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs-pd:Location ; + skos:definition "Information about travel history"@en ; + skos:prefLabel "Travel History"@en . + dpvs-pd:UID a rdfs:Class, skos:Concept, dpvs:PersonalData ; @@ -2248,12 +2448,12 @@ dpvs-pd:WorkHistory a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "DPV-PD is an extension to the Data Privacy Vocabulary that provides additional terms related to Personal Data categories."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "DPV-PD: Personal Data Extension for DPV"@en ; vann:preferredNamespacePrefix "dpvs-pd" ; - vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv-skos/dpv-pd#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs-pd:PersonalDataConcepts a skos:Collection ; dct:title "Personal Data Concepts"^^xsd:string ; @@ -2261,6 +2461,8 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:AccountIdentifier, dpvs-pd:Acquantaince, dpvs-pd:Age, + dpvs-pd:AgeExact, + dpvs-pd:AgeRange, dpvs-pd:ApartmentOwned, dpvs-pd:Association, dpvs-pd:Attitude, @@ -2269,6 +2471,8 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:BankAccount, dpvs-pd:Behavioral, dpvs-pd:Biometric, + dpvs-pd:BirthDate, + dpvs-pd:BirthPlace, dpvs-pd:BloodType, dpvs-pd:BrowserFingerprint, dpvs-pd:BrowsingBehavior, @@ -2292,6 +2496,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:CriminalCharge, dpvs-pd:CriminalConviction, dpvs-pd:CriminalPardon, + dpvs-pd:CurrentEmployment, dpvs-pd:DNACode, dpvs-pd:Demeanor, dpvs-pd:Demographic, @@ -2305,7 +2510,12 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Dislike, dpvs-pd:Divorce, dpvs-pd:DrugTestResult, + dpvs-pd:Education, + dpvs-pd:EducationExperience, + dpvs-pd:EducationQualification, dpvs-pd:EmailAddress, + dpvs-pd:EmailAddressPersonal, + dpvs-pd:EmailAddressWork, dpvs-pd:EmailContent, dpvs-pd:EmploymentHistory, dpvs-pd:EthnicOrigin, @@ -2327,6 +2537,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:GPSCoordinate, dpvs-pd:Gender, dpvs-pd:GeneralReputation, + dpvs-pd:GeneticData, dpvs-pd:Geographic, dpvs-pd:GroupMembership, dpvs-pd:HairColor, @@ -2341,6 +2552,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Income, dpvs-pd:IncomeBracket, dpvs-pd:IndividualHealthHistory, + dpvs-pd:Insurance, dpvs-pd:Intention, dpvs-pd:Interaction, dpvs-pd:Interest, @@ -2359,13 +2571,16 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:MedicalHealth, dpvs-pd:MentalHealth, dpvs-pd:Name, + dpvs-pd:Nationality, dpvs-pd:OfficialID, dpvs-pd:Offspring, dpvs-pd:Opinion, dpvs-pd:Ownership, dpvs-pd:PINCode, dpvs-pd:Parent, + dpvs-pd:Passport, dpvs-pd:Password, + dpvs-pd:PastEmployment, dpvs-pd:PaymentCard, dpvs-pd:PaymentCardExpiry, dpvs-pd:PaymentCardNumber, @@ -2379,6 +2594,7 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:Picture, dpvs-pd:Piercing, dpvs-pd:PoliticalAffiliation, + dpvs-pd:PoliticalOpinion, dpvs-pd:Preference, dpvs-pd:Prescription, dpvs-pd:PrivacyPreference, @@ -2417,8 +2633,10 @@ dpvs-pd:PersonalDataConcepts a skos:Collection ; dpvs-pd:TelephoneNumber, dpvs-pd:Thought, dpvs-pd:Tracking, + dpvs-pd:TradeUnionMembership, dpvs-pd:Transaction, dpvs-pd:Transactional, + dpvs-pd:TravelHistory, dpvs-pd:UID, dpvs-pd:Username, dpvs-pd:VoiceCommunicationRecording, diff --git a/dpv-skos/dpv-pd/index.html b/dpv-skos/dpv-pd/index.html index b6286e84e..b056ab82d 100644 --- a/dpv-skos/dpv-pd/index.html +++ b/dpv-skos/dpv-pd/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpvs-pd", title: "DPVS-PD: Extended Personal Data concepts for DPV", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos/dpv-pd", @@ -330,6 +330,8 @@

      Classes

      Account Identifier | Acquantaince | Age | + Age Exact | + Age Range | Apartment Owned | Association | Attitude | @@ -338,6 +340,8 @@

      Classes

      Bank Account | Behavioral | Biometric | + Birth Date | + Birth Place | Blood Type | Browser Fingerprint | Browsing Behavior | @@ -361,6 +365,7 @@

      Classes

      Criminal Charge | Criminal Conviction | Criminal Pardon | + Current Employment | Demeanor | Demographic | Device Applications | @@ -374,7 +379,12 @@

      Classes

      Divorce | DNA Code | Drug Test Result | + Education | + Education Experience | + Education Qualification | Email Address | + Email Address Personal | + Email Address Work | Email Content | Employment History | Ethnicity | @@ -395,6 +405,7 @@

      Classes

      Friend | Gender | General Reputation | + Genetic Data | Geographic | GPS Coordinate | Group Membership | @@ -409,6 +420,7 @@

      Classes

      Income | Income Bracket | Individual Health History | + Insurance | Intention | Interaction | Interest | @@ -428,12 +440,15 @@

      Classes

      MedicalHealth | Mental Health | Name | + Nationality | Official ID | Offspring | Opinion | Ownership | Parent | + Passport | Password | + Past Employment | Payment Card | Payment Card Expiry | Payment Card Number | @@ -448,6 +463,7 @@

      Classes

      Piercing | PIN Code | Political Affiliation | + Political Opinion | Preference | Prescription | Privacy Preference | @@ -485,8 +501,10 @@

      Classes

      Telephone Number | Thought | Tracking | + Trade Union Membership | Transaction | Transactional | + Travel History | TV Viewing Behavior | UID | Username | @@ -680,6 +698,84 @@

      Age

+
+

Age Exact

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#AgeExact`
Term:AgeExact
Definition:Information about the exact age (i.e. to some degree within a year, month, or day)
Narrower than: + dpvs-pd:AgeRange +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Age Range

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#AgeRange`
Term:AgeRange
Definition:Information about age range i.e. inexact age to some degree (i.e. some years)
Narrower than: + dpvs-pd:Age +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Apartment Owned

@@ -1054,6 +1150,84 @@

Biometric

+
+

Birth Date

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#BirthDate`
Term:BirthDate
Definition:Information about birth date
Narrower than: + dpvs-pd:Age +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Birth Place

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#BirthPlace`
Term:BirthPlace
Definition:Information about birth place
Narrower than: + dpvs-pd:Location +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Blood Type

@@ -2135,6 +2309,45 @@

Criminal Pardon

+
+

Current Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#CurrentEmployment`
Term:CurrentEmployment
Definition:Information about current employment
Narrower than: + dpvs-pd:EmploymentHistory +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Demeanor

@@ -2745,6 +2958,123 @@

Drug Test Result

+
+

Education

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Education`
Term:Education
Definition:Information about education
Narrower than: + dpvs-pd:Professional +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Experience

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EducationExperience`
Term:EducationExperience
Definition:Information about education experience e.g. attending a university
Narrower than: + dpvs-pd:Education +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Education Qualification

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EducationQualification`
Term:EducationQualification
Definition:Information about educational qualifications
Narrower than: + dpvs-pd:Education +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Address

@@ -2791,6 +3121,84 @@

Email Address

+
+

Email Address Personal

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressPersonal`
Term:EmailAddressPersonal
Definition:Information about Email address used in Personal capacity
Narrower than: + dpvs-pd:EmailAddress +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Email Address Work

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#EmailAddressWork`
Term:EmailAddressWork
Definition:Information about Email address used for Work or in Professional capacity
Narrower than: + dpvs-pd:EmailAddress +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Email Content

@@ -3636,16 +4044,62 @@

Gender

- + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Term:GenderGender
Definition:Information about gender
Narrower than: + dpvs-pd:PhysicalCharacteristic +
Instance of:dpvs:PersonalData
Source: + EnterPrivacy Categories of Personal Information +
Created:
Contributor(s): + Elmar Kiesling; Harshvardhan J. Pandit, + Fajar Ekaputra +
+
+
+

General Reputation

+ + + + + + + + + - + @@ -3672,47 +4126,40 @@

Gender

IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation`
Term:GeneralReputation
Definition:Information about genderInformation about reputation in the public sphere
Narrower than: - dpvs-pd:PhysicalCharacteristic + dpvs-pd:PublicLife
-
-

General Reputation

+
+

Genetic Data

- + - + - + - - - - - + @@ -4368,6 +4815,45 @@

Individual Health History

IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#GeneralReputation``https://w3id.org/dpv/dpv-skos/dpv-pd#GeneticData`
Term:GeneralReputationGeneticData
Definition:Information about reputation in the public sphereInformation about inherited or acquired genetic characteristics
Narrower than: - dpvs-pd:PublicLife + dpvs:HealthData
Instance of: dpvs:PersonalData
Source: - EnterPrivacy Categories of Personal Information -
Created:
Contributor(s): - Elmar Kiesling; Harshvardhan J. Pandit, - Fajar Ekaputra + Harshvardhan J. Pandit
+
+

Insurance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Insurance`
Term:Insurance
Definition:Information about Insurance
Narrower than: + dpvs-pd:Financial +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Intention

@@ -5259,6 +5745,45 @@

Name

+
+

Nationality

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Nationality`
Term:Nationality
Definition:Information about nationality
Narrower than: + dpvs-pd:External +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + https://www.w3.org/2022/04/20-dpvcg-minutes.html +
+

Official ID

@@ -5495,6 +6020,45 @@

Parent

+
+

Passport

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#Passport`
Term:Passport
Definition:Information about passport
Narrower than: + dpvs-pd:OfficialID +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Password

@@ -5541,6 +6105,45 @@

Password

+
+

Past Employment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#PastEmployment`
Term:PastEmployment
Definition:Information about past employment
Narrower than: + dpvs-pd:EmploymentHistory +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Payment Card

@@ -6197,6 +6800,46 @@

Political Affiliation

+
+

Political Opinion

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#PoliticalOpinion`
Term:PoliticalOpinion
Definition:Information about opinions regarding politics and political topics
Narrower than: + dpvs:SpecialCategoryPersonalData, + dpvs-pd:PublicLife +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Preference

@@ -7921,6 +8564,46 @@

Tracking

+
+

Trade Union Membership

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#TradeUnionMembership`
Term:TradeUnionMembership
Definition:Information about trade union memberships and related topics
Narrower than: + dpvs:SpecialCategoryPersonalData, + dpvs-pd:GroupMembership +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Transaction

@@ -8013,6 +8696,45 @@

Transactional

+
+

Travel History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos/dpv-pd#TravelHistory`
Term:TravelHistory
Definition:Information about travel history
Narrower than: + dpvs-pd:Location +
Instance of:dpvs:PersonalData
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

TV Viewing Behavior

@@ -8349,21 +9071,7 @@

Work History

Proposed Terms

The following terms have been proposed for inclusion, and are under discussion. They are provided here for illustrative purposes and should not be considered as part of DPV.

-
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
Narrower than: + dpvs:EnforceSecurity +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

@@ -4725,6 +4769,45 @@

Communication Management

+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
Narrower than: + dpvs:FraudPreventionAndDetection +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

@@ -4867,6 +4950,45 @@

Create Product Recommendations

+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
Narrower than: + dpvs:CustomerSolvencyMonitoring +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

@@ -6322,6 +6444,45 @@

Personalised Benefits

+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
Narrower than: + dpvs:PersonnelManagement +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

@@ -6368,6 +6529,45 @@

Personnel Management

+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
Narrower than: + dpvs:PersonnelManagement +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

@@ -7543,7 +7743,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -8236,26 +8439,26 @@

Erase

-
-

Make Available

+
+

Generate

- + - + - + @@ -8263,38 +8466,38 @@

Make Available

- - + + - - + +
IRI`https://w3id.org/dpv/dpv-skos#MakeAvailable``https://w3id.org/dpv/dpv-skos#Generate`
Term:MakeAvailableGenerate
Definition:to transform or publish data to be usedto generate or create data
Narrower than: - dpvs:Disclose + dpvs:Obtain
dpvs:Processing
Source: - GDPR Art.4-2 - Created:
Created:Contributor(s): + Harshvardhan J. Pandit +
-
-

Move

+
+

Infer

- + - + - + @@ -8302,44 +8505,42 @@

Move

- - + + - + - +
IRI`https://w3id.org/dpv/dpv-skos#Move``https://w3id.org/dpv/dpv-skos#Infer`
Term:MoveInfer
Definition:to move data from one location to another including deleting the original copyto infer data from existing data
Narrower than: - dpvs:Transfer + dpvs:Derive
dpvs:Processing
Source: - SPECIAL Project - Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
See Also:Contributor(s): - svpr:Move + Harshvardhan J. Pandit
-
-

Obtain

+
+

Make Available

- + - + - + @@ -8359,26 +8560,26 @@

Obtain

IRI`https://w3id.org/dpv/dpv-skos#Obtain``https://w3id.org/dpv/dpv-skos#MakeAvailable`
Term:ObtainMakeAvailable
Definition:to solicit or gather data from someoneto transform or publish data to be used
Narrower than: - dpvs:Processing + dpvs:Disclose
-
-

Organise

+
+

Match

- + - + - + @@ -8388,63 +8589,192 @@

Organise

- + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Organise``https://w3id.org/dpv/dpv-skos#Match`
Term:OrganiseMatch
Definition:to organize data for arranging or classifyingto combine, compare, or match data from different sources
Narrower than: - dpvs:Processing + dpvs:Use
Source: - GDPR Art.4-2 + A29WP WP 248 rev.01 Guideliens on DPIA
Created:
Contributor(s): + Harshvardhan J. Pandit +
-
-

Processing

+
+

Move

- + - + - + - + - - - - - - + + - + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Processing``https://w3id.org/dpv/dpv-skos#Move`
Term:ProcessingMove
Definition:The processing performed on personal datato move data from one location to another including deleting the original copy
Source:Narrower than: - SPECIAL Project + dpvs:Transfer
Created:
Modified:Instance of:dpvs:Processing
Contributor(s):Source: - Axel Polleres, - Javier Fernández + SPECIAL Project
Created:
See Also: - spl:AnyProcessing + svpr:Move
-
+
+

Obtain

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Obtain`
Term:Obtain
Definition:to solicit or gather data from someone
Narrower than: + dpvs:Processing +
Instance of:dpvs:Processing
Source: + GDPR Art.4-2 +
Created:
+
+
+

Organise

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Organise`
Term:Organise
Definition:to organize data for arranging or classifying
Narrower than: + dpvs:Processing +
Instance of:dpvs:Processing
Source: + GDPR Art.4-2 +
Created:
+
+
+

Processing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Processing`
Term:Processing
Definition:The processing performed on personal data
Source: + SPECIAL Project +
Created:
Modified:
Contributor(s): + Axel Polleres, + Javier Fernández +
See Also: + spl:AnyProcessing +
+
+

Profiling

@@ -11872,41 +12202,59 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

-
-

Algorithmic Logic

+
+

Activity Completed

- + - + - + @@ -11914,12 +12262,519 @@

Algorithmic Logic

- - + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AlgorithmicLogic``https://w3id.org/dpv/dpv-skos#ActivityCompleted`
Term:AlgorithmicLogicActivityCompleted
Definition:The algorithmic logic applied or usedState of an activity that has completed i.e. is fully in the past
Narrower than: - dpvs:Context + dpvs:ActivityStatus
dpvs:Context
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Halted

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityHalted`
Term:ActivityHalted
Definition:State of an activity that was occuring in the past, and has been halted or paused or stoped
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Ongoing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityOngoing`
Term:ActivityOngoing
Definition:State of an activity occuring in continuation i.e. currently ongoing
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Proposed

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityProposed`
Term:ActivityProposed
Definition:State of an activity being proposed or planned i.e. yet to occur
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Algorithmic Logic

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AlgorithmicLogic`
Term:AlgorithmicLogic
Definition:The algorithmic logic applied or used
Narrower than: + dpvs:Context +
Instance of:dpvs:Context
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + + + + - + @@ -12119,6 +12974,45 @@

Importance

IRI`https://w3id.org/dpv/dpv-skos#Compliant`
Term:Compliant
Definition:State of being fully compliant
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s):
+
+

Incompliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Incompliant`
Term:Incompliant
Definition:State of not being compliant
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Necessity

@@ -12166,6 +13060,45 @@

Necessity

+
+

Not Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#NotCompliant`
Term:NotCompliant
Definition:State of not being compliant where objectives have not been met, but have not been violated
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Not Required

@@ -12252,6 +13185,45 @@

Optional

+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

@@ -12381,6 +13353,45 @@

Secondary Importance

+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Status`
Term:Status
Definition:The status or state of something
Narrower than: + dpvs:Context +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

@@ -12414,23 +13425,104 @@

Technology

+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Sub-Property Of: + dpvs:hasStatus +
Range:dpvs:ActivityStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -12466,6 +13558,45 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Sub-Property Of: + dpvs:hasStatus +
Range:dpvs:ComplianceStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -12635,6 +13766,39 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Range:dpvs:Status
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -12817,6 +13981,10 @@

Automated Decision Making

dpvs:ProcessingContext + + + + - + @@ -14145,7 +15313,7 @@

has impact on

- + @@ -15879,47 +17047,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv-skos/dpv.jsonld b/dpv-skos/dpv.jsonld index 92cefe6a6..25bbbab49 100644 --- a/dpv-skos/dpv.jsonld +++ b/dpv-skos/dpv.jsonld @@ -1,15 +1,14 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent", + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -22,21 +21,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -47,38 +51,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "has organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#Duration", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "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-01-26" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -92,15 +83,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -111,20 +97,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -132,21 +119,11 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -155,13 +132,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -169,29 +146,40 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "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" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "Personalisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-09" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -199,21 +187,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -224,78 +217,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#", - "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" - ], - "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@value": "has data processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Student", + "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -303,11 +250,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -316,13 +258,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -333,26 +275,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Student" + "@value": "Direct Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Align", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -368,13 +319,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -385,26 +336,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "Encryption in Rest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Remove", + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -420,13 +380,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -437,43 +397,29 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Regularity of Re-certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "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-01" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } @@ -486,13 +432,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -503,16 +449,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Vital Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -522,22 +468,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Rob Brennan" }, { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -553,13 +493,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -570,39 +510,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Privacy by Design" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Consultation", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -610,26 +543,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" - } - ], "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -637,44 +565,45 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Consultation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -682,21 +611,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -707,28 +636,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@value": "has impact on" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "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-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -736,26 +672,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -766,15 +697,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data protection officer" + "@value": "Privacy by Default" } ] }, { "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -785,7 +716,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" @@ -794,7 +725,7 @@ "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -832,25 +763,26 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext", + "@id": "https://w3id.org/dpv/dpv-skos#Use", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", "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": "2019-05-07" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -859,10 +791,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -873,41 +810,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has context" + "@value": "Use" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -923,13 +851,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -940,35 +868,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Product Recommendations" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@value": "Legitimate Interest Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#isAfter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -976,26 +900,16 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1006,12 +920,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "is after" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -1019,30 +933,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1052,12 +948,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1069,7 +965,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Indicates use or applicability of Technical measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1080,26 +976,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Move", + "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1107,6 +1007,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1115,13 +1020,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1132,45 +1037,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@value": "AcademicScientificOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Sector", + "@id": "https://w3id.org/dpv/dpv-skos#Assessment", "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1184,10 +1070,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1195,21 +1086,15 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sector" + "@value": "Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen", + "@id": "https://w3id.org/dpv/dpv-skos#Law", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1217,24 +1102,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1242,26 +1115,16 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1272,34 +1135,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonCitizen" + "@value": "Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", + "@id": "https://w3id.org/dpv/dpv-skos#Structure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Rob Brennan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1315,16 +1170,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" + "@id": "https://w3id.org/dpv/dpv-skos#Organise" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1335,39 +1187,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Structure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1375,9 +1218,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1386,10 +1229,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1400,16 +1248,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has storage" + "@value": "Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Seal", + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -1418,6 +1265,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Mark Lizar" }, @@ -1426,9 +1276,6 @@ }, { "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1436,6 +1283,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1444,13 +1296,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1461,31 +1313,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "Storage Condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1493,14 +1339,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1509,10 +1350,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1520,29 +1366,50 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "Anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1558,13 +1425,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1575,28 +1442,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Commercial Research" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Location", + "@id": "https://w3id.org/dpv/dpv-skos#Combine", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1610,10 +1483,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1621,44 +1499,34 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "Combine" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Location" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Certification", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelPayment", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1674,13 +1542,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Management and execution of payment of personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1691,35 +1559,29 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification" + "@value": "Personnel Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krogg" }, { "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1735,13 +1597,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1749,99 +1611,76 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Data Transfer Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#" + "@language": "en", + "@value": "Indicate a risk is mitigated by specified measure" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Access Control" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@value": "is mitigated by measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1854,26 +1693,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1882,15 +1713,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1901,39 +1727,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class", "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-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1947,10 +1766,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1961,42 +1785,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@value": "Data Transfer Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Beatriz" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Simon Steyskal" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2012,13 +1835,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2026,18 +1849,24 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Sell Insights from Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-skos#Context", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2046,14 +1875,23 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" }, { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2070,7 +1908,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2081,40 +1919,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision time" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "https://w3id.org/dpv/dpv-skos#LegalBasis", "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-01" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2130,13 +1954,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2147,41 +1971,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Legitimate Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv/dpv-skos#Remove", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Javier Fernandez" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2197,13 +2006,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2214,21 +2023,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Remove" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA", + "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -2236,10 +2044,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2255,13 +2066,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Duration" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2269,35 +2083,44 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Storage Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Use", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2313,13 +2136,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2330,24 +2153,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Improve Existing Products and Services" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract", + "@id": "https://w3id.org/dpv/dpv-skos#Member", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" } @@ -2357,6 +2191,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2365,16 +2204,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2385,41 +2221,74 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "Member" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Entities Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#hasName" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasContact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2430,13 +2299,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2447,15 +2316,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Disclose by Transmission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-skos#Recipient", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -2465,13 +2334,24 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Axel Polleres" }, { - "@value": "Bud Bruegger" + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2479,7 +2359,7 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } @@ -2490,10 +2370,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2504,18 +2389,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "Recipient" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Damage", + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -2523,7 +2413,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -2538,7 +2428,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2549,13 +2439,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2566,35 +2456,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Damage" + "@value": "GovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Participant", + "@id": "https://w3id.org/dpv/dpv-skos#Generate", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-04-06" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -2604,11 +2483,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2617,13 +2491,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "to generate or create data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2634,32 +2508,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Participant" + "@value": "Generate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consumer", + "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg P. Krog" }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" }, @@ -2672,9 +2540,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2683,15 +2551,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2699,40 +2562,35 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Human involvement is also relevant to 'human in the loop'" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consumer" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#Restrict", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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-08" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" - }, - { - "@value": "Georg P Krog" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2748,13 +2606,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2765,41 +2623,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Restrict" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv/dpv-skos#Country", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2807,6 +2652,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -2815,16 +2665,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2832,41 +2679,52 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Optional", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Context", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2874,21 +2732,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2899,32 +2762,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optional" + "@value": "has data subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing", + "@id": "https://w3id.org/dpv/dpv-skos#Sector", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Beatriz Esteves" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P Krog" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2938,15 +2809,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2954,35 +2820,44 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Social Media" + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sector" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Certification", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "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": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2998,13 +2873,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3012,29 +2887,76 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "Certification" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequired", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as being required but has not been conducted" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Audit Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Subscriber", + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -3042,16 +2964,16 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "Julian Flake" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3059,11 +2981,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3072,13 +2989,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that subscribe to service(s)" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3086,55 +3003,85 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "note: subscriber can be customer or consumer" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscriber" + "@value": "Sub-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_AuthorityConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Entities_Authority Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority" + "@value": "Harshvardhan J.Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority" - }, + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies representative of the legal entity" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has representative" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#Frequency", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -3142,24 +3089,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3173,15 +3108,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3189,23 +3119,16 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "Frequency" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], @@ -3217,22 +3140,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Rob Brennan" }, { - "@value": "Elmar Kiesling" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3248,13 +3165,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#Location" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3265,77 +3185,76 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Storage Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Legal_BasisConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Legal_Basis Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-11-26" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" - }, + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" - }, + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, + "@language": "en", + "@value": "Create and provide personalised recommendations" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" + "@language": "en", + "@value": "Create Personalized Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-skos#Payment", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -3345,13 +3264,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3367,16 +3286,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3387,20 +3303,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -3408,31 +3325,26 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "The algorithmic logic applied or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3440,17 +3352,23 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "Algorithmic Logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", + "@id": "https://w3id.org/dpv/dpv-skos#Authority", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -3461,21 +3379,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan Pandit" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3483,14 +3393,12 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3499,10 +3407,18 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3513,39 +3429,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has representative" + "@value": "Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Piero Bonatti" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3553,11 +3463,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3566,13 +3471,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." + "@value": "Processing that involves automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3583,43 +3488,37 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "Automated Decision Making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3627,21 +3526,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3652,35 +3551,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3688,21 +3583,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3713,15 +3613,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "has data importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -3732,9 +3632,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3742,9 +3639,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -3753,10 +3650,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3764,41 +3666,44 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" + "@value": "Sensitive Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-skos#Importance", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Beatriz Esteves" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" }, { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" @@ -3817,13 +3722,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "An indication of 'importance' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3831,31 +3736,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@language": "en", + "@value": "Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" } @@ -3865,11 +3781,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3878,13 +3789,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3895,25 +3806,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "ContractualTerms" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#Move", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3921,11 +3833,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3934,13 +3841,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-skos#Transfer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3948,29 +3855,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@value": "Move" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Data Sub-Processor" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Child", + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -3983,11 +3890,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -3996,13 +3898,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" + "@id": "https://w3id.org/dpv/dpv-skos#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@value": "Status associated with Compliance with some norms, objectives, or requirements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4010,25 +3912,19 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Child" + "@value": "Compliance Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -4037,8 +3933,20 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4054,13 +3962,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4068,50 +3976,43 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Controller-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#Benefit", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernandez" + "@value": "Fajar Ekaputra" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4119,6 +4020,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4127,13 +4033,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4141,73 +4047,23 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products to Data Subject" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasName" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" + "@value": "Benefit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -4215,18 +4071,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4242,13 +4092,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4259,32 +4109,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Large Scale Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", + "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4300,13 +4152,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4317,35 +4169,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Storage Deletion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice", + "@id": "https://w3id.org/dpv/dpv-skos#Marketing", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" + "@value": "Beatriz Esteves" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4361,59 +4210,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Notice" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Privacy Notice" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", - "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "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-18" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4424,43 +4227,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" + "@value": "Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Patient", + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4468,11 +4269,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4481,13 +4277,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4498,26 +4294,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Patient" + "@value": "Design Standard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Record", + "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", "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-05-07" + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4533,13 +4329,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4550,12 +4346,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Targeted Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource", + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -4563,18 +4359,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4584,7 +4374,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4595,13 +4385,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4609,37 +4399,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Source" + "@value": "Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityOngoing", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", + "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-02-02" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4647,11 +4429,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4660,13 +4437,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "State of an activity occuring in continuation i.e. currently ongoing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4674,46 +4451,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Activity Ongoing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Employee", + "@id": "https://w3id.org/dpv/dpv-skos#Region", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-04-06" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4723,7 +4482,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -4734,13 +4493,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are employees" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4751,41 +4510,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employee" + "@value": "Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-skos#Status", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "https://w3id.org/dpv/dpv-skos#Context", "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": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4801,13 +4545,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "The status or state of something" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4818,24 +4562,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -4845,6 +4591,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -4853,13 +4604,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4870,87 +4621,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Consequence of Success" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", + "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Indicates applicability of Risk" }, { - "@language": "en", - "@value": "Indicates applicability of Risk for this concept" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has risk" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4966,13 +4665,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4983,38 +4682,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Access Control Method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5022,21 +4708,25 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indicates applicability of Risk" + }, + { + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5047,31 +4737,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Bud Bruegger" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5088,7 +4778,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@value": "Specifies the justification for entity providing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5096,15 +4786,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is after" + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", @@ -5118,16 +4814,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ @@ -5148,13 +4844,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5165,67 +4861,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Members and Partners Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "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-01-19" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Law" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Indicates applicability of a Law" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has applicable law" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", @@ -5242,11 +4888,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5255,13 +4896,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Country" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@value": "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" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5272,54 +4913,1934 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Country" + "@value": "Complete Anonymisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising", + "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Purposes Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl" + }, { - "@language": "en", - "@value": "accepted" - } + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelPayment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Payment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Sector" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreditChecking" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelHiring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasSector" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Personalise interfaces presented to the user" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "User Interface Personalisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Academic Research" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Context", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-10" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Importance" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'primary' or 'main' or 'core' importance" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Primary Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequested", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an audit being requested whose outcome is not yet known" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Requested" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Technical_Organisational_MeasuresConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Technical_Organisational_Measures Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DPIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consultation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Notice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Certification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Seal" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NDA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ViolationOfCompliance", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where objectives have been violated" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Violation of Compliance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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-08" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Records of personal data processing, whether ex-ante or ex-post" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Processing Records" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Legal Entity" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consumer", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that consume goods or services for direct use" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Consumer" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasComplianceStatus", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the status of compliance of specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has compliance status" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditNotRequired", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as not being required" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Not Required" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that apply for jobs or employments" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "JobApplicant" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies consent is 'explicit'" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is explicit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Representative", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A representative of a legal entity" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Representative" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", + "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Processing Agreement" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", + "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-07" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Processing necessary to enter into contract" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Enter Into Contract" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An organisation that aims to achieve profit as its primary goal" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "ForProfitOrganisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies the notice provided in context of consent" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has consent notice" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NDA", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + ], + "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": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Non-Disclosure Agreement (NDA)" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasContext", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates a purpose is restricted to the specified context(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has context" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Personal Data that is obtained or derived from other data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Derived Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Importer" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Piero Bonatti" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Processing that involves evaluation and scoring of individuals" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Evaluation and Scoring" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", + "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Procedures for determining authorisation through permission or authority" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Authorisation Procedure" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies the instant in time when consent was withdrawn" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has withdrawal time" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5327,44 +6848,103 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@value": "Records of Activities" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising" + "@value": "has recipient data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-skos#Optional", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "https://w3id.org/dpv/dpv-skos#Context", + "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": "2022-02-14" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5380,13 +6960,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5397,20 +6977,67 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Optional" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#hasSector", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-09" + "@value": "2019-04-05" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Sector" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has sector" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -5423,14 +7050,66 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Detect and prevent or mitigate money laundering" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Counter Money Laundering" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "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": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5442,7 +7121,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5450,19 +7129,24 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PIA", + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -5472,13 +7156,15 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5494,13 +7180,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5511,25 +7197,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Systematic Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight", + "@id": "https://w3id.org/dpv/dpv-skos#hasContact", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-18" + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5537,11 +7237,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Right" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5551,7 +7246,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5562,41 +7257,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "has contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Fajar Ekaputra" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5612,13 +7298,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5626,48 +7312,105 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Legal Compliance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing_ContextConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Processing_Context Concepts" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "Sell Data to Third Parties" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "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": "Harshvardhan Pandit" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "Georg Krog" + "@value": "Elmar Kiesling" }, { - "@value": "David Hickey" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5675,11 +7418,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5688,13 +7426,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5702,49 +7443,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Improve Internal CRM Processes" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", + "@id": "https://w3id.org/dpv/dpv-skos#Disclose", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", "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-01" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5760,13 +7481,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5777,42 +7498,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Disclose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5822,7 +7532,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-skos#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -5834,7 +7544,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Specifies the condition or event that determines the expiry of consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5842,19 +7552,25 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Can be TextOrDocumentOrURI" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "has expiry condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { @@ -5889,13 +7605,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5906,30 +7622,60 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "De-Identification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_AuthorityConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Entities_Authority Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-02-02" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "http://purl.org/adms" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5937,11 +7683,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5950,13 +7691,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5967,32 +7708,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "Transform" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Georg P. Krog" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6000,6 +7742,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6008,13 +7755,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6025,26 +7772,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "International Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6052,21 +7801,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6077,35 +7826,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@value": "has personal data handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-06-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6113,11 +7867,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6126,13 +7875,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6143,25 +7892,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processor" + "@value": "Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv/dpv-skos#Customer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01-19" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6171,7 +7932,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6182,13 +7943,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" + "@value": "Data subjects that purchase goods or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6196,42 +7957,41 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis", "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": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6245,10 +8005,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6259,83 +8024,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Personal_DataConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Personal_Data Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Data" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@value": "Official Authority of Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", + "@id": "https://w3id.org/dpv/dpv-skos#Profiling", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Rob Brennan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6348,19 +8056,16 @@ "@language": "en", "@value": "accepted" } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6371,29 +8076,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Profiling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", + "@id": "https://w3id.org/dpv/dpv-skos#Risk", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", "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-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6403,11 +8102,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -6417,7 +8111,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6428,36 +8122,45 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by" + "@value": "Risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-06-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6467,7 +8170,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -6478,13 +8184,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + "@value": "The individual (or category of individuals) whose personal data is being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6492,19 +8201,25 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Party" + "@value": "Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-skos#Collect", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6515,6 +8230,9 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6530,13 +8248,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6547,35 +8265,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Collect" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose" ], "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": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6591,13 +8311,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6608,15 +8331,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "Communication for Customer Care" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -6626,8 +8349,14 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6643,13 +8372,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6660,152 +8389,186 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Requested Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose", + "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "Context Concepts" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequested" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuditNotRequired" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuditApproved" + }, { - "@language": "en", - "@value": "to make data known" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#isBefore" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" + }, { - "@language": "en", - "@value": "Disclose" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#Incompliant" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#Context" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequired" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityProposed" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ViolationOfCompliance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Technology" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityOngoing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasActivityStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PartiallyCompliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NotCompliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Duration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityCompleted" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Importance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Status" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Required" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasContext" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" + }, { - "@value": "Georg P. Krog" + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos#hasComplianceStatus" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Optional" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuditRejected" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#ActivityHalted" + }, { - "@language": "en", - "@value": "Data subjects that are applicants in some context" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#isAfter" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" + }, { - "@language": "en", - "@value": "Applicant" + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6821,13 +8584,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Conduct or enforce access control" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6835,24 +8598,35 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -6862,10 +8636,18 @@ { "@value": "Paul Ryan" }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -6879,13 +8661,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6896,26 +8678,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Vendor Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#Analyse", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-02-09" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6931,13 +8713,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" + "@value": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6948,20 +8730,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Analyse" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -6969,22 +8757,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6992,29 +8771,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7025,41 +8796,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" + "@value": "Organisation Risk Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernandez" + "@value": "David Hickey" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Fajar Ekaputra" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7075,13 +8845,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7092,23 +8862,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Organisation Governance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", "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-02-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -7118,9 +8900,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7129,10 +8911,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7140,43 +8927,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has entity" + "@value": "NonCitizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-skos#Organisation", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7184,6 +8956,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -7192,13 +8969,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7209,28 +8986,48 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7240,7 +9037,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7252,7 +9049,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7263,41 +9060,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P. Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7305,21 +9092,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7330,16 +9122,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "has recipient third party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", + "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -7349,21 +9141,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" }, { "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7379,13 +9172,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7396,28 +9189,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Identity Verification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7425,14 +9215,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7441,10 +9226,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7455,12 +9245,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has third country" + "@value": "SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -7468,26 +9258,22 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" + "@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": "2020-11-04" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7496,10 +9282,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7507,44 +9298,70 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "Material Damage" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ { - "@language": "en", - "@value": "Legal Basis" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", + "@id": "https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7560,13 +9377,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7574,43 +9391,38 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Anti-Terrorism Operations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-skos#Seal", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", "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-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7618,21 +9430,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7640,29 +9452,24 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence", + "@id": "https://w3id.org/dpv/dpv-skos#Match", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-01-26" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -7670,14 +9477,14 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -7688,13 +9495,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "to combine, compare, or match data from different sources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7705,34 +9512,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence" + "@value": "Match" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#Entity", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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-11-26" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7746,15 +9544,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7765,58 +9558,66 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Georg P. Krog" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7824,26 +9625,105 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" + "@value": "Special Category Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency", + "@id": "https://w3id.org/dpv/dpv-skos#Legal_BasisConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Legal_Basis Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Applicant", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-02-16" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -7853,16 +9733,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The frequency or information about periods and repetitions in terms of recurrence." + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7873,25 +9763,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "Applicant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity", + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7905,10 +9811,18 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" + "@value": "Personalise services or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7916,24 +9830,29 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Entity" + "@value": "Service Personalization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-19" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ @@ -7946,6 +9865,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -7954,13 +9878,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7968,35 +9892,50 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Data Sub-Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "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": "Javier Fernandez" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8012,13 +9951,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8029,30 +9968,104 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Delivery of Goods" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Risk Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Detriment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Harm" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Benefit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" } @@ -8062,21 +10075,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8087,31 +10105,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "has third country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#Subscriber", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8119,14 +10143,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -8135,10 +10154,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Data subjects that subscribe to service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8146,116 +10170,102 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "note: subscriber can be customer or consumer" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "Subscriber" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Entities_Legalrole Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg Krog" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" }, { - "@value": "Harshvardhan Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" }, { - "@value": "David Hickey" + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" + }, { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + }, { "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" + }, { - "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" + }, { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" + }, { - "@language": "en", - "@value": "Data Importer" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment", + "@id": "https://w3id.org/dpv/dpv-skos#Align", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8263,11 +10273,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -8276,13 +10281,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "to adjust the data to be in relation to another data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8293,26 +10298,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@value": "Align" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing", + "https://w3id.org/dpv/dpv-skos#Purpose", "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-05-07" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8328,13 +10333,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8345,123 +10350,139 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Technical Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2002/07/owl#Ontology" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/abstract": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@language": "en", + "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/contributor": [ + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Piero Bonatti" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Rigo Wenning" + }, + { + "@value": "Ramisa Gachpaz Hamed" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Fajar J. Ekaputra" + }, + { + "@value": "Eva Schlehahn" + }, + { + "@value": "Javier D. Fernández" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@value": "Bert Bos" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-18" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@value": "Axel Polleres" + }, { - "@language": "en", - "@value": "accepted" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/dc/terms/description": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" + "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/license": [ { - "@language": "en", - "@value": "has technical measure" + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Organise", - "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-05-25" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://www.w3.org/community/dpvcg/" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://purl.org/dc/terms/title": [ { "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@value": "Data Privacy Vocabulary" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "dpvs" } ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv#" + "@value": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@language": "en", - "@value": "Organise" + "@value": "0.7" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ @@ -8472,16 +10493,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Javier Fernández" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Rob Brennan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8495,15 +10516,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8514,39 +10530,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8554,21 +10571,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8579,15 +10596,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has location" + "@value": "Vendor Records Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context", + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -8597,22 +10615,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Axel Polleres" }, { "@value": "Simon Steyskal" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { "@value": "Elmar Kiesling" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8626,10 +10644,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8640,207 +10663,105 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Context" + "@value": "Research and Development" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Technical_Organisational_Measures Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Notice" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Certification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Seal" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PIA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NDA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" - }, + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" - }, + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - }, + "@language": "en", + "@value": "Measures intended to mitigate, minimise, or prevent risk." + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + "@language": "en", + "@value": "Risk Mitigation Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Bud Bruegger" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8848,21 +10769,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8873,27 +10794,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" }, @@ -8901,6 +10818,11 @@ "@value": "Georg P Krog" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -8912,15 +10834,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "Indicates area, scope, or applicability of an Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8931,20 +10848,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "is authority for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -8957,26 +10874,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Policy" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8984,35 +10901,37 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "has policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse", + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-26" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9020,21 +10939,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Technology" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "Indicates implementation details such as technologies or processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9042,24 +10961,24 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Analyse" + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@language": "en", + "@value": "is implemented using technology" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Share", + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -9067,9 +10986,27 @@ "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9077,21 +11014,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@language": "en", + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "Indicates implementation details such as entities or agents" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9099,46 +11036,49 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "is implemented by entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#hasActivityStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9147,15 +11087,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + "@value": "Indicates the status of activity of specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9166,38 +11101,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "has activity status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Required", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", "@type": [ - "https://w3id.org/dpv/dpv-skos#Context", + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Beatriz" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9213,13 +11142,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9230,30 +11159,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "Customer Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Payment", + "@id": "https://w3id.org/dpv/dpv-skos#PartiallyCompliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -9271,13 +11194,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9288,12 +11211,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Partially Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration", + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -9301,7 +11224,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -9314,16 +11237,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Data" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Data" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9331,36 +11264,34 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "Non-Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#Consequence", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9368,6 +11299,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -9376,13 +11312,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9393,20 +11329,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -9414,12 +11351,15 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Beatriz" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9435,13 +11375,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9452,35 +11392,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Customer Claims Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -9492,10 +11425,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9506,12 +11444,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is authority for" + "@value": "Legal Obligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -9519,7 +11457,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -9527,11 +11465,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -9539,7 +11472,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9550,13 +11483,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9564,15 +11497,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Collected Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", + "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -9580,16 +11519,10 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -9601,7 +11534,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "https://w3id.org/dpv/dpv-skos#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -9613,7 +11546,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9621,46 +11554,33 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is explicit" + "@value": "has applicable law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", + "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "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-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9668,21 +11588,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Indicates risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9693,16 +11613,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "mitigates risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -9711,9 +11630,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Mark Lizar" }, @@ -9722,6 +11638,14 @@ }, { "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9729,21 +11653,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Duration" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9754,35 +11678,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Mark Lizar" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9798,13 +11720,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9815,146 +11737,105 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "Innovative Use of New Technologies" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_DatasubjectConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Entities_Datasubject Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Subscriber" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#Client" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#Citizen" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Employee" + }, { - "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Visitor" + }, { - "@language": "en", - "@value": "Technical Service Provision" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Student" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Participant" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#Child" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Patient" }, { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Consumer" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv/dpv-skos#Tourist" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Member" + }, { - "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#User" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Adult" + }, { - "@language": "en", - "@value": "has technical and organisational measure" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technology", + "@id": "https://w3id.org/dpv/dpv-skos#Share", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-01-26" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9968,10 +11849,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9979,34 +11865,41 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology" + "@value": "Share" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Necessity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10014,11 +11907,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Data" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10027,13 +11915,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10044,60 +11932,21 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Personal Data" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_OrganisationConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Organisation Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" + "@value": "Necessity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-skos#Record", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -10106,27 +11955,9 @@ "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10134,21 +11965,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "modified" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" + "@value": "to make a record (especially media)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10156,38 +11987,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consult", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityCompleted", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", + "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-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10203,13 +12025,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "State of an activity that has completed i.e. is fully in the past" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10220,36 +12042,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@value": "Activity Completed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit", + "@id": "https://w3id.org/dpv/dpv-skos#Harm", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-05-07" + "@value": "2022-03-23" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Julian Flake" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10260,13 +12093,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10277,31 +12110,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Harm" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "David Hickey" }, { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10309,11 +12146,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10322,13 +12154,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10339,31 +12171,45 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Communication Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10373,7 +12219,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10385,7 +12231,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10396,37 +12242,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "has storage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#User", + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10434,11 +12275,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10447,13 +12283,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that use service(s)" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10464,26 +12300,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "Account Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10499,13 +12344,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Notice" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10516,150 +12361,99 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Privacy Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Processing Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Derive" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Copy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Store" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Move" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Record" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Use" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Combine" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Share" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consult" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Alter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Align" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Erase" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Collect" - }, + "@id": "http://purl.org/adms" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organise" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Structure" - }, + "@language": "en", + "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" + "@language": "en", + "@value": "SupraNationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10675,13 +12469,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10689,21 +12483,15 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "Not Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -10711,26 +12499,18 @@ "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": "Mark Lizar" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10740,7 +12520,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -10752,7 +12532,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10763,36 +12543,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "has data source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Infer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10800,11 +12570,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Data" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10813,13 +12578,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#Derive" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "to infer data from existing data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10830,40 +12595,30 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "Infer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-skos#AuditApproved", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -10873,21 +12628,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@value": "State of being approved through the audit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10895,24 +12650,19 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Can be TextOrDocumentOrURI" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "Audit Approved" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -10922,13 +12672,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10942,10 +12701,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10956,32 +12720,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-skos#DataController", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Beatriz Esteves" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Georg P Krog" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10989,6 +12765,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -10997,13 +12778,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11014,37 +12795,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analytics" + "@value": "Data Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11052,21 +12837,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11074,35 +12859,35 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" + "@value": "GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer", + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-05-07" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11118,13 +12903,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "Sell products or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11132,49 +12917,41 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer" + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + "@language": "en", + "@value": "Sell Products" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11190,16 +12967,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11207,38 +12981,41 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Vital Interest of Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Beatriz Esteves" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" @@ -11257,13 +13034,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11274,25 +13051,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Non-Commercial Research" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adult", + "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11300,26 +13077,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11330,16 +13107,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "has responsible entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { @@ -11352,19 +13129,13 @@ "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Elmar Kiesling" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11380,13 +13151,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11397,65 +13168,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Staff Training" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Bud Bruegger" }, { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11465,7 +13209,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11476,15 +13220,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "has provision time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-skos#Encryption", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -11497,10 +13242,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Rob Brennan" }, { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11514,10 +13262,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11525,41 +13278,35 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Can be used to record information of how to withdraw consent, 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." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "Encryption" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation", + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11575,13 +13322,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11589,26 +13336,42 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Tied to compliance processes and documents, decide how to specify those" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Register of Processing Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Region", + "@id": "https://w3id.org/dpv/dpv-skos#Notice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } @@ -11618,11 +13381,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11631,13 +13389,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11648,37 +13406,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Impact", + "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, { "@value": "Fajar Ekaputra" }, { - "@value": "Julian Flake" + "@value": "Elmar Kiesling" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11686,11 +13448,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11699,13 +13456,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11713,21 +13470,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + "@value": "Create Product Recommendations" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Impact" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -11735,33 +13491,36 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11773,7 +13532,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "Indicates information about location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11784,29 +13543,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data importer" + "@value": "has location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityProposed", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", "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-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -11816,26 +13570,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "State of an activity being proposed or planned i.e. yet to occur" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11846,32 +13595,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "Activity Proposed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", + "@id": "https://w3id.org/dpv/dpv-skos#NationalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11879,6 +13626,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -11887,13 +13639,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11904,12 +13656,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "NationalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -11932,7 +13684,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -11943,13 +13695,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Damage" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11960,26 +13712,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Non-Material Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict", + "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing" + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11995,13 +13753,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12012,29 +13770,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Social Media" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Collect", + "@id": "https://w3id.org/dpv/dpv-skos#Technology", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-01-26" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12048,15 +13802,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12064,20 +13813,21 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Collect" + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@language": "en", + "@value": "Technology" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -12085,12 +13835,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12098,11 +13854,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12111,13 +13862,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Right" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human" + "@value": "The rights applicable or provided to a Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12125,28 +13876,35 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Natural Person" + "@value": "Data Subject Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12154,11 +13912,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12167,13 +13920,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12184,39 +13937,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Disseminate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose", + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", + "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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12230,10 +13970,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12241,32 +13986,48 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Purpose" + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@language": "en", + "@value": "Human Involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" } @@ -12284,13 +14045,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "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" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12301,26 +14062,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Increase Service Robustness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Erase", + "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-11-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12336,13 +14105,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12353,16 +14122,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Erase" + "@value": "Create Event Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transform", + "@id": "https://w3id.org/dpv/dpv-skos#Destruct", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -12388,13 +14157,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12405,31 +14174,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Destruct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class", "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": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12437,21 +14207,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12462,32 +14232,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "Legitimate Interest of Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#LegalBasis" + "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-05-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12495,6 +14264,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12503,13 +14277,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12517,34 +14291,35 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Vulnerable Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-skos#Obtain", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12558,10 +14333,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12569,39 +14349,26 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "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." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "Obtain" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-08" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz" - }, { "@value": "Harshvardhan J. Pandit" } @@ -12611,21 +14378,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12636,35 +14403,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -12673,10 +14450,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "PseudoAnonmyization or '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;" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12687,20 +14469,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "Pseudo-Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", + "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-01-19" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -12713,14 +14496,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12729,16 +14504,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Status associated with Auditing or Investigation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12746,50 +14518,40 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Audit Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#Detriment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Julian Flake" }, { - "@value": "Elmar Kiesling" + "@value": "Fajar Ekaputra" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12797,6 +14559,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12805,13 +14572,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12822,26 +14589,24 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Detriment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv/dpv-skos#NotCompliant", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context", + "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-23" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -12851,11 +14616,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12864,13 +14624,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "State of not being compliant where objectives have not been met, but have not been violated" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12881,31 +14641,34 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Not Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12913,11 +14676,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -12926,13 +14684,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12943,29 +14701,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "Storage Restoration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Combine", + "@id": "https://w3id.org/dpv/dpv-skos#DPIA", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12981,13 +14742,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12995,106 +14756,87 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Combine" + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + "@language": "en", + "@value": "Data Protection Impact Assessment (DPIA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing_ContextConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Processing_Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-21" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" - }, + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" - }, + "@language": "en", + "@value": "Processing is necessary or beneficial for interest of the public or society at large" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" + "@language": "en", + "@value": "Public Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Customer", + "@id": "https://w3id.org/dpv/dpv-skos#Organise", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P. Krog" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13102,11 +14844,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13115,13 +14852,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that purchase goods or services" + "@value": "to organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13129,56 +14866,45 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "Organise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Member", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -13189,13 +14915,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "Manage customer orders" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13206,15 +14932,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Member" + "@value": "Customer Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -13224,34 +14950,38 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13262,38 +14992,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "Processing" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13301,21 +15046,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13326,26 +15076,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Structure", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13361,13 +15126,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organise" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13378,91 +15143,121 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Optimisation for Consumer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "Base Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P. Krog" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Right" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + }, { "@id": "https://w3id.org/dpv/dpv-skos#DataController" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + }, { "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, { - "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + }, { - "@language": "en", - "@value": "has recipient data controller" + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" @@ -13473,24 +15268,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising" - }, + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13501,32 +15298,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "has impact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", + "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13542,13 +15333,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13559,32 +15350,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Make Available" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn", + "@id": "https://w3id.org/dpv/dpv-skos#Copy", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13600,13 +15385,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13617,38 +15402,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Copy" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#User", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "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-01-26" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13656,6 +15445,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13664,13 +15458,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13681,48 +15475,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Axel Polleres" }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Mark Lizar" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13730,21 +15511,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13755,31 +15536,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13795,13 +15580,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Right" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13809,44 +15594,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "Technical Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13854,6 +15637,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13862,13 +15650,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13879,35 +15667,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Data Exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", "@type": [ - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "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-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krogg" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13923,13 +15717,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13940,12 +15734,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Code of Conduct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -13953,18 +15747,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Bud Bruegger" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13972,6 +15769,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -13981,7 +15783,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13989,47 +15791,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#AuditRejected", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14045,13 +15829,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "State of not being approved or being rejected through the audit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14062,7 +15846,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "Audit Rejected" } ] }, @@ -14079,14 +15863,14 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P. Krog" }, { "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14119,29 +15903,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-25" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14149,6 +15924,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Status" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14158,7 +15938,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@value": "Indicates the status of specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14169,32 +15949,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has identifier" + "@value": "has status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-21" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14210,13 +15999,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Sell data or information to third parties" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14224,15 +16013,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Sell Data to Third Parties" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -14240,24 +16035,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Julian Flake" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14267,7 +16061,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -14278,13 +16072,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14292,33 +16086,37 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing", + "@id": "https://w3id.org/dpv/dpv-skos#Child", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -14328,6 +16126,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14336,13 +16139,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14353,43 +16156,38 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marketing" + "@value": "Child" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" + "@value": "Beatriz" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14397,11 +16195,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14410,13 +16203,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that apply for jobs or employments" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14427,26 +16220,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "JobApplicant" + "@value": "Customer Relationship Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#LegalBasis", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-04-07" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14462,13 +16269,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14479,103 +16286,73 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "Vendor Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Base Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Right" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Alter", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - }, + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - }, + "@language": "en", + "@value": "to change the data without changing it into something else" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + "@language": "en", + "@value": "Alter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -14585,21 +16362,10 @@ { "@value": "Beatriz Esteves" }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -14613,13 +16379,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14630,36 +16396,32 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Analytics" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-05-07" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14667,26 +16429,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14697,31 +16454,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "Anonymise" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Mark Lizar" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14735,10 +16500,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14746,32 +16516,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "Personnel Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", + "@id": "https://w3id.org/dpv/dpv-skos#Required", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, { "@value": "Harshvardhan J. Pandit" } @@ -14781,11 +16558,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14794,13 +16566,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14811,25 +16583,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Required" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" @@ -14837,7 +16615,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14845,6 +16623,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14853,13 +16636,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14867,40 +16650,35 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Risk Management Procedure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Immigrant", + "@id": "https://w3id.org/dpv/dpv-skos#CreditChecking", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14908,11 +16686,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14921,13 +16694,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Monitor, perform, or assess credit worthiness or solvency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14938,25 +16711,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Immigrant" + "@value": "Credit Checking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14964,11 +16744,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -14977,13 +16752,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Consultation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14994,20 +16769,21 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "Consultation with Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -15015,19 +16791,19 @@ "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "Fajar Ekaputra" + "@value": "Elmar Kiesling" }, { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15035,11 +16811,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15048,13 +16819,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15065,25 +16836,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "Optimisation for Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-skos#Derive", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01-19" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15091,11 +16863,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15104,13 +16871,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "to create new derivative data from the original data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15118,33 +16885,38 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "Derive" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityHalted", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", + "https://w3id.org/dpv/dpv-skos#Context", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -15162,13 +16934,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15179,26 +16951,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "Activity Halted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Country", + "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Georg P Krog" } @@ -15208,11 +16984,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15221,13 +16992,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15235,40 +17006,38 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Registration and Authentication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority", + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Georg Krog" + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15276,14 +17045,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15292,16 +17053,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15312,12 +17070,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "Record Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-skos#Tourist", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15325,20 +17083,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P. Krog" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15346,6 +17108,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15354,13 +17121,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15371,101 +17138,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Legalrole Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" + "@value": "Tourist" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - }, + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Mark Lizar" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15481,13 +17184,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15498,40 +17201,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Customer Solvency Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", "@type": [ + "https://w3id.org/dpv/dpv-skos#LegalBasis", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2021-04-07" } ], "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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "@value": "Georg P Krog" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@value": "Paul Ryan" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -15540,10 +17240,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15554,16 +17259,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has responsible entity" + "@value": "Contract Performance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment", + "@id": "https://w3id.org/dpv/dpv-skos#Policy", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -15574,6 +17279,15 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15595,7 +17309,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15606,15 +17320,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Assessment" + "@value": "Policy" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", + "@id": "https://w3id.org/dpv/dpv-skos#Purpose", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -15625,16 +17338,21 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Javier Fernández" }, { - "@value": "Rob Brennan" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Mark Lizar" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15648,15 +17366,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15667,12 +17380,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining", + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", @@ -15681,21 +17399,21 @@ "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": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15717,7 +17435,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15725,84 +17443,157 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Safeguard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "Processing Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos#Collect" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#Destruct" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#Remove" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Transmit" + }, { - "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#Consult" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Match" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Share" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Derive" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Combine" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Erase" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Store" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Use" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Adapt" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Move" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Copy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Acquire" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Profiling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Structure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Alter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Record" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Generate" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Organise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Restrict" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Align" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Analyse" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Infer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" + }, { - "@language": "en", - "@value": "Personnel Management" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation", + "@id": "https://w3id.org/dpv/dpv-skos#Incompliant", "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -15823,13 +17614,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + "@value": "State of not being compliant" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15837,46 +17628,31 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "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" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Incompliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", + "@id": "https://w3id.org/dpv/dpv-skos#Location", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15884,16 +17660,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -15903,7 +17669,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "A location is a position, site, or area where something is located" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15911,24 +17677,30 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Location may be geographic, physical, or virtual." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity", + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-02-12" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -15940,12 +17712,6 @@ }, { "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15961,13 +17727,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15975,44 +17741,31 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16020,6 +17773,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16028,13 +17786,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16042,29 +17800,46 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Joint Data Controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling", + "@id": "https://w3id.org/dpv/dpv-skos#Student", "@type": [ - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-05-07" + "@value": "2022-04-06" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16072,6 +17847,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16080,13 +17860,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16097,20 +17877,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@value": "Student" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", + "@id": "https://w3id.org/dpv/dpv-skos#Damage", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-02-02" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -16118,11 +17898,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -16130,7 +17905,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16141,13 +17916,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16158,119 +17933,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IndustryConsortium" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Context Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Required" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Optional" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" + "@value": "Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Tourist", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class", "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-04-06" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Paul Ryan" }, { "@value": "Julian Flake" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16278,11 +17972,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16291,13 +17980,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16308,43 +17997,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tourist" + "@value": "Joint Data Controllers Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-skos#Transmit", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16352,21 +18024,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16374,50 +18046,40 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Removed plural suffix for consistency" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consequence" + "@value": "Transmit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16433,13 +18095,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16450,255 +18112,160 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@value": "Non-Public Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasName", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Purposes Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Payment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SocialMediaMarketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement" - }, + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@value": "Harshvardhan J.Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement" - }, + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation" - }, + "@language": "en", + "@value": "Specifies name of a legal entity" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness" - }, + "@language": "en", + "@value": "has name" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consult", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Use" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" - }, + "@language": "en", + "@value": "to consult or query data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" - }, + "@language": "en", + "@value": "Consult" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Piero Bonatti" + "@value": "David Hickey" + }, + { + "@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_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16714,13 +18281,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16731,26 +18298,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Public Relations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16758,6 +18329,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -16766,13 +18342,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16783,23 +18359,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "IndustryConsortium" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Representative", + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Beatriz Esteves" }, @@ -16807,25 +18386,80 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@value": "Georg Krog" + "@value": "Paul Ryan" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that are immigrants (for a jurisdiction)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Immigrant" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": "Javier Fernández" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16834,15 +18468,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "The Legal basis used to justify processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16850,44 +18479,48 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "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": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16901,15 +18534,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16920,44 +18548,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "has address" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact", + "@id": "https://w3id.org/dpv/dpv-skos#Employee", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", "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-04-06" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Beatriz Esteves" }, + { + "@value": "Georg P. Krog" + }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -16966,10 +18597,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16980,14 +18616,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has contact" + "@value": "Employee" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -16997,9 +18633,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -17009,14 +18642,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17025,10 +18653,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17039,25 +18672,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "Pseudo-anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17065,11 +18705,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -17078,13 +18713,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17092,40 +18727,35 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "Vital Interest of Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17133,21 +18763,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17158,40 +18788,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry time" + "@value": "Legitimate Interest of Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Compliant", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17207,13 +18823,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "State of being fully compliant" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17224,37 +18840,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Citizen", + "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Simon Steyskal" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17262,11 +18882,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -17275,13 +18890,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Sell products or services to the user, consumer, or data subjects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17289,28 +18904,52 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was subclass of commercial interest, changed to reflect selling something" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Citizen" + "@value": "Sell Products to Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-21" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17318,9 +18957,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -17329,15 +18968,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17348,22 +18982,22 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + "@value": "Removed plural suffix for consistency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "has consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -17373,22 +19007,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" + "@value": "Javier Fernandez" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Fajar Ekaputra" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { "@value": "Simon Steyskal" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17404,13 +19038,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Optimise services or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17418,168 +19052,114 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Academic Research" + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@language": "en", + "@value": "Service Optimization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos", + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-04" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rigo Wenning" - }, - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Fajar J. Ekaputra" - }, + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier D. Fernández" + "@value": "Axel Polleres" }, { "@value": "Mark Lizar" }, - { - "@value": "Bert Bos" - }, - { - "@value": "Eva Schlehahn" - }, { "@value": "Bud Bruegger" }, { - "@value": "Elmar Kiesling" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Piero Bonatti" + "@value": "Javier Fernández" } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@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 Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/license": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@id": "https://specialprivacy.ercim.eu/" } ], - "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-04-02" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Data Privacy Vocabulary" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "dpvs" + "@language": "en", + "@value": "Indicates association with Processing" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "https://w3id.org/dpv/dpv-skos" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "0.6" + "@language": "en", + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17587,21 +19167,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17612,120 +19197,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_DatasubjectConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Datasubject Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Adult" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#User" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Subscriber" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Client" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consumer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Participant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Visitor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Tourist" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Patient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Citizen" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Member" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Child" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Student" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Immigrant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Employee" + "@value": "has data exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17733,6 +19226,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -17741,13 +19239,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17758,40 +19256,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@value": "Organisational Unit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-skos#Visitor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17799,6 +19294,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -17807,13 +19307,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17824,32 +19324,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Visitor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NDA", + "@id": "https://w3id.org/dpv/dpv-skos#hasAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -17860,21 +19353,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "Indicates applicability of authority for a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17885,32 +19378,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "has authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Erase", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17926,13 +19413,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17943,48 +19430,43 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Erase" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" + "@value": "David Hickey" }, { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17992,21 +19474,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18014,111 +19496,103 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Human Resources Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Adult", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Risk Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-30" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#mitigatesRisk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Harm" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - }, + "@value": "Georg Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess" - }, + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect" - }, + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment" - }, + "@language": "en", + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" + "@language": "en", + "@value": "Adult" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "https://w3id.org/dpv/dpv-skos#Context", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-11" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18134,13 +19608,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Importance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18151,12 +19625,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Secondary Importance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv/dpv-skos#Advertising", "@type": [ "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", @@ -18165,27 +19639,18 @@ "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": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18201,13 +19666,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18215,15 +19680,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "https://w3id.org/dpv/dpv-skos#Purpose", @@ -18232,27 +19703,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernandez" + "@value": "David Hickey" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18268,13 +19733,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18285,29 +19750,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" + "@value": "Organisation Compliance Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context" + "https://w3id.org/dpv/dpv-skos#Purpose", + "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-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, { "@value": "Harshvardhan J. Pandit" } @@ -18325,13 +19800,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18339,44 +19814,35 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Axel Polleres" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18392,13 +19858,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18409,12 +19878,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Personalised Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -18422,18 +19891,18 @@ "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": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P. Krog" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18441,11 +19910,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18455,7 +19919,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18466,20 +19930,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" + "@value": "has expiry" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-skos#Data", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -18487,11 +19951,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -18506,7 +19965,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18517,26 +19976,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is policy for" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-09" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18544,6 +20002,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18552,13 +20015,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18569,32 +20032,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Processing Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "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": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18608,15 +20070,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "Specifies the justification for entity withdrawing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18624,38 +20081,39 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "has withdrawal by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy", + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18663,6 +20121,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -18671,13 +20134,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18688,30 +20151,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Policy" + "@value": "Data Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelHiring", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", + "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": "2022-04-20" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18720,10 +20184,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18734,28 +20203,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" + "@value": "Personnel Hiring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-skos#Client", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-23" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18765,7 +20243,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -18776,13 +20254,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18793,31 +20271,66 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Client" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_OrganisationConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Entities_Organisation Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Bud Bruegger" + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise", + "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18831,10 +20344,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18845,41 +20363,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Pseudo-Anonymise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P. Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18887,21 +20395,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18912,20 +20425,15 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Delivery of Goods" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" + "@value": "has joint data controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Visitor", + "@id": "https://w3id.org/dpv/dpv-skos#Citizen", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -18935,19 +20443,19 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Georg P. Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18974,7 +20482,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18985,12 +20493,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Visitor" + "@value": "Citizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain", + "@id": "https://w3id.org/dpv/dpv-skos#Acquire", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv/dpv-skos#Processing", @@ -19020,13 +20528,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "to come into possession or control of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19037,61 +20545,73 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@value": "Acquire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JurisdictionConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Jurisdiction Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Region" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" - }, + "@id": "http://purl.org/adms" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Law" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" - }, + "@language": "en", + "@value": "An organisation not part of or independent from the government" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@language": "en", + "@value": "NonGovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" @@ -19099,12 +20619,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19112,9 +20638,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#expiry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19126,7 +20652,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19137,12 +20663,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "has expiry time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19150,15 +20676,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19168,7 +20691,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19179,13 +20702,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19196,34 +20719,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "EconomicUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", "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-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Simon Steyskal" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19231,21 +20761,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19253,33 +20783,41 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "Enforce Security" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "http://purl.org/adms" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19287,11 +20825,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19300,13 +20833,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19317,25 +20850,41 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "Single Sign On" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", + "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19343,11 +20892,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19356,13 +20900,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19373,12 +20917,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "Internal Resource Optimisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation", + "@id": "https://w3id.org/dpv/dpv-skos#DataSource", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19386,12 +20930,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19401,7 +20951,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -19412,13 +20962,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "The source or origin of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19426,37 +20976,90 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#JurisdictionConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Jurisdiction Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Country" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Region" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Law" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PIA", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19472,13 +21075,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19489,21 +21092,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Privacy Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", + "@id": "https://w3id.org/dpv/dpv-skos#hasRight", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -19516,21 +21118,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Right" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19541,15 +21143,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "has right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { @@ -19559,21 +21162,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Javier Fernandez" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Elmar Kiesling" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19581,14 +21185,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19597,16 +21193,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19614,35 +21207,34 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Personalised Benefits" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Derive", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19656,15 +21248,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19675,50 +21262,32 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@value": "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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasName", + "@id": "https://w3id.org/dpv/dpv-skos#Transfer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" + "@value": "2019-05-07" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19732,10 +21301,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19746,16 +21320,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" + "@value": "Transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { @@ -19765,19 +21343,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -19794,15 +21363,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" + "@value": "Specifries the method by which consent can be/has been withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19813,98 +21377,85 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Can be used to record information of how to withdraw consent, 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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "has withdrawal method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", + "@id": "https://w3id.org/dpv/dpv-skos#Personal_DataConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Personal_Data Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Data" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, { - "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv/dpv-skos#SpecialCategoryPersonalData" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData" + }, { - "@language": "en", - "@value": "Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Store", + "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19912,6 +21463,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -19920,13 +21476,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19937,30 +21493,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "RegionalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz" - }, { "@value": "Harshvardhan J. Pandit" } @@ -19970,21 +21519,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19995,41 +21544,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "has frequency" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", + "@id": "https://w3id.org/dpv/dpv-skos#Store", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Fajar Ekaputra" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20045,13 +21579,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20059,44 +21593,40 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "Store" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Participant", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose", "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-01" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "David Hickey" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20104,6 +21634,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20112,13 +21647,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20129,40 +21664,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Participant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "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-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Georg Krog" }, { "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20170,21 +21704,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Representative" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20195,26 +21734,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Data Protection Officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Copy", + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-02-09" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20222,21 +21760,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20244,46 +21782,46 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Copy" + "@value": "parent property for controller, processor, data subject, authority, etc.?" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" + "@language": "en", + "@value": "has entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Importance", + "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Beatriz Esteves" }, - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" }, { - "@value": "Julian Flake" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20299,13 +21837,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20313,23 +21851,17 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" + "@value": "Dispute Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Law", + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ @@ -20341,6 +21873,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20348,6 +21883,16 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Country" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20357,7 +21902,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20368,15 +21913,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law" + "@value": "has country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20386,16 +21932,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Mark Lizar" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20409,10 +21955,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20423,25 +21974,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "Certification and Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "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-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20449,11 +22010,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20462,13 +22018,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20479,31 +22035,32 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Encryption in Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20517,10 +22074,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20528,46 +22090,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "Service Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Contract", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", + "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20583,13 +22128,16 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20600,37 +22148,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Client", + "@id": "https://w3id.org/dpv/dpv-skos#Adapt", "@type": [ + "https://w3id.org/dpv/dpv-skos#Processing", "http://www.w3.org/2000/01/rdf-schema#Class", "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-04-06" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20638,11 +22175,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20651,13 +22183,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20668,35 +22200,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Client" + "@value": "Adapt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#Context", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "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": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20712,13 +22235,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "Status associated with activity operations and lifecycles" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20729,26 +22252,37 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Activity Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", + "@id": "https://w3id.org/dpv/dpv-skos#Impact", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + "@value": "2022-03-23" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20756,6 +22290,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20764,13 +22303,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "The impact(s) possible or arising as a consequence from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20778,37 +22317,93 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Impact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", + "@id": "https://w3id.org/dpv/dpv-skos#ConsentConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Consent Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isExplicit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" } ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -20820,15 +22415,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20839,38 +22429,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "is policy for" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", - "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", + "@type": [ + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-01-26" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20878,6 +22460,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -20886,13 +22473,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20900,29 +22487,23 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "NonProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Right", + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ @@ -20930,10 +22511,13 @@ "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20950,7 +22534,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20958,35 +22542,38 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Bud Bruegger" + }, + { + "@value": "Mark Lizar" + }, { "@value": "Javier Fernández" }, + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Axel Polleres" } @@ -20997,36 +22584,34 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21034,29 +22619,24 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "has data controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy", + "@id": "https://w3id.org/dpv/dpv-skos#Consent", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2000/01/rdf-schema#Class", + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv/dpv-skos#LegalBasis" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -21069,26 +22649,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates policy applicable or used" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21099,31 +22674,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has policy" + "@value": "Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "https://w3id.org/dpv/dpv-skos#Processing", + "http://www.w3.org/2000/01/rdf-schema#Class", "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21137,10 +22707,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Use" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21151,35 +22726,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "Retrieve" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", "@type": [ - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", - "http://www.w3.org/2000/01/rdf-schema#Class", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21187,21 +22755,26 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21212,78 +22785,99 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsentConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Consent Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" - }, + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification" + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" - }, + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" - }, + "@language": "en", + "@value": "Personal Data that is obtained through inference from other data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" + "@language": "en", + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Inferred Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Alter", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionAuthority", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Processing", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + }, + { + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21291,6 +22885,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Authority" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -21299,13 +22898,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21316,16 +22915,16 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "Data Protection Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption", + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -21334,6 +22933,9 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rob Brennan" + }, { "@value": "Axel Polleres" }, @@ -21342,9 +22944,6 @@ }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21360,13 +22959,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21377,35 +22976,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption" + "@value": "Legal Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", "@type": [ + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21421,13 +23011,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21438,30 +23028,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Third-Party Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21469,9 +23060,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21480,15 +23071,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21496,42 +23082,34 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "has provision by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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-05-07" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21541,7 +23119,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21552,13 +23130,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21566,26 +23144,15 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derived Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + "@value": "Consequence as Side-Effect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -21593,26 +23160,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21622,24 +23178,24 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21650,26 +23206,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "Consequence of Failure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire", + "@id": "https://w3id.org/dpv/dpv-skos#Right", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "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-05-07" + "@value": "2020-11-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21683,15 +23244,10 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "The right(s) applicable, provided, or expected." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21699,28 +23255,50 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Data", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21734,10 +23312,15 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21748,41 +23331,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data" + "@value": "Customer Care" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", + "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource", "@type": [ - "https://w3id.org/dpv/dpv-skos#Purpose", - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "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": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" }, { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Julian Flake" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21798,13 +23382,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@value": "A source of data that is publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21815,41 +23399,51 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Public Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose", "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-01-19" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21860,13 +23454,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21874,21 +23468,15 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Vendor Selection Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@id": "https://w3id.org/dpv/dpv-skos#Patient", "@type": [ "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept" @@ -21896,29 +23484,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg P. Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Julian Flake" }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21928,7 +23511,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -21939,13 +23522,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21953,30 +23536,19 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@value": "Patient" } ] }, { "@id": "https://w3id.org/dpv/dpv-skos#OptimiseUserInterface", "@type": [ + "https://w3id.org/dpv/dpv-skos#Purpose", "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -21989,10 +23561,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Javier Fernandez" }, { - "@value": "Javier Fernandez" + "@value": "Fajar Ekaputra" }, { "@value": "Elmar Kiesling" @@ -22001,7 +23573,7 @@ "@value": "Axel Polleres" }, { - "@value": "Fajar Ekaputra" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -22039,33 +23611,76 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", "@type": [ - "http://www.w3.org/2000/01/rdf-schema#Class", "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv/dpv-skos#Context" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-15" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Georg P Krog" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@value": "Julian Flake" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Country" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Beatriz Esteves" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Country" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Third Country" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": [ @@ -22073,6 +23688,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -22081,13 +23701,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -22095,15 +23715,21 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Generated Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Notice", + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -22112,21 +23738,21 @@ "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": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -22142,13 +23768,13 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -22159,32 +23785,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" + "@value": "Authentication Protocols" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -22192,21 +23811,21 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "Indicates applicability of specified jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -22217,7 +23836,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "has jurisdiction" } ] } diff --git a/dpv-skos/dpv.n3 b/dpv-skos/dpv.n3 index c0199cd18..df1c88d72 100644 --- a/dpv-skos/dpv.n3 +++ b/dpv-skos/dpv.n3 @@ -85,6 +85,66 @@ dpvs:Acquire a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Acquire"@en . +dpvs:ActivityCompleted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Completed"@en . + +dpvs:ActivityHalted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Halted"@en . + +dpvs:ActivityOngoing a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Ongoing"@en . + +dpvs:ActivityProposed a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Proposed"@en . + +dpvs:ActivityStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Status"@en . + dpvs:Adapt a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -216,6 +276,18 @@ dpvs:Anonymization a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Anonymization"@en . +dpvs:AntiTerrorismOperations a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:EnforceSecurity ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Anti-Terrorism Operations"@en . + dpvs:Applicant a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -244,6 +316,78 @@ dpvs:Assessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Assessment"@en . +dpvs:AuditApproved a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of being approved through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Approved"@en . + +dpvs:AuditNotRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Not Required"@en . + +dpvs:AuditRejected a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Rejected"@en . + +dpvs:AuditRequested a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Requested"@en . + +dpvs:AuditRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Required"@en . + +dpvs:AuditStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Status"@en . + dpvs:AuthenticationProtocols a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -302,6 +446,7 @@ dpvs:AutomatedDecisionMaking a rdfs:Class, skos:broaderTransitive dpvs:ProcessingContext ; skos:definition "Processing that involves automated decision making"@en ; skos:inScheme dpv: ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en . dpvs:Benefit a rdfs:Class, @@ -513,6 +658,30 @@ dpvs:CompleteAnonymisation a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Complete Anonymisation"@en . +dpvs:ComplianceStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliance Status"@en . + +dpvs:Compliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of being fully compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliant"@en . + dpvs:Consent a rdfs:Class, skos:Concept, dpvs:LegalBasis ; @@ -719,6 +888,18 @@ dpvs:Copy a rdfs:Class, skos:prefLabel "Copy"@en ; skos:related svpr:Copy . +dpvs:CounterMoneyLaundering a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:FraudPreventionAndDetection ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Counter Money Laundering"@en . + dpvs:Country a rdfs:Class, skos:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -779,6 +960,18 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:CreditChecking a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:CustomerSolvencyMonitoring ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Credit Checking"@en . + dpvs:Customer a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -1513,6 +1706,18 @@ dpvs:Frequency a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Frequency"@en . +dpvs:Generate a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Obtain ; + skos:definition "to generate or create data"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Generate"@en . + dpvs:GeneratedPersonalData a rdfs:Class, skos:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -1716,6 +1921,18 @@ dpvs:ImproveInternalCRMProcesses a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Improve Internal CRM Processes"@en . +dpvs:Incompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Incompliant"@en . + dpvs:IncreaseServiceRobustness a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1746,6 +1963,19 @@ dpvs:IndustryConsortium a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "IndustryConsortium"@en . +dpvs:Infer a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Derive ; + skos:definition "to infer data from existing data"@en ; + skos:inScheme dpv: ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en . + dpvs:InferredPersonalData a rdfs:Class, skos:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -2033,6 +2263,19 @@ dpvs:Marketing a rdfs:Class, skos:note "Was commercial interest, changed to consider Marketing a separate Purpose category by itself"@en ; skos:prefLabel "Marketing"@en . +dpvs:Match a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Use ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Match"@en . + dpvs:MaterialDamage a rdfs:Class, skos:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -2246,6 +2489,18 @@ dpvs:NonPublicDataSource a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Non-Public Data Source"@en . +dpvs:NotCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Not Compliant"@en . + dpvs:NotRequired a rdfs:Class, skos:Concept, dpvs:Context ; @@ -2483,6 +2738,18 @@ dpvs:PIA a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Privacy Impact Assessment"@en . +dpvs:PartiallyCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Partially Compliant"@en . + dpvs:Participant a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -2602,6 +2869,18 @@ dpvs:PersonalisedBenefits a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Personalised Benefits"@en . +dpvs:PersonnelHiring a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Hiring"@en . + dpvs:PersonnelManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2616,6 +2895,18 @@ dpvs:PersonnelManagement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Personnel Management"@en . +dpvs:PersonnelPayment a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Payment"@en . + dpvs:Policy a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -3424,6 +3715,18 @@ dpvs:StaffTraining a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Staff Training"@en . +dpvs:Status a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Context ; + skos:definition "The status or state of something"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Status"@en . + dpvs:StorageCondition a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3868,6 +4171,18 @@ dpvs:VendorSelectionAssessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Vendor Selection Assessment"@en . +dpvs:ViolationOfCompliance a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State where objectives have been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Violation of Compliance"@en . + dpvs:Visitor a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -3964,12 +4279,12 @@ dpvs:VulnerableDataSubject a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvs" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -4015,25 +4330,46 @@ dpvs:ConsentConcepts a skos:Collection ; dpvs:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpvs:AlgorithmicLogic, + skos:member dpvs:ActivityCompleted, + dpvs:ActivityHalted, + dpvs:ActivityOngoing, + dpvs:ActivityProposed, + dpvs:ActivityStatus, + dpvs:AlgorithmicLogic, + dpvs:AuditApproved, + dpvs:AuditNotRequired, + dpvs:AuditRejected, + dpvs:AuditRequested, + dpvs:AuditRequired, + dpvs:AuditStatus, + dpvs:ComplianceStatus, + dpvs:Compliant, dpvs:Context, dpvs:Duration, dpvs:Frequency, dpvs:HumanInvolvement, dpvs:Importance, + dpvs:Incompliant, dpvs:Necessity, + dpvs:NotCompliant, dpvs:NotRequired, dpvs:Optional, + dpvs:PartiallyCompliant, dpvs:PrimaryImportance, dpvs:Required, dpvs:SecondaryImportance, + dpvs:Status, dpvs:Technology, + dpvs:ViolationOfCompliance, + dpvs:hasActivityStatus, dpvs:hasAlgorithmicLogic, + dpvs:hasComplianceStatus, dpvs:hasContext, dpvs:hasDuration, dpvs:hasFrequency, dpvs:hasHumanInvolvement, dpvs:hasIdentifier, + dpvs:hasStatus, dpvs:isAfter, dpvs:isBefore, dpvs:isImplementedByEntity, @@ -4187,7 +4523,10 @@ dpvs:ProcessingConcepts a skos:Collection ; dpvs:DiscloseByTransmission, dpvs:Disseminate, dpvs:Erase, + dpvs:Generate, + dpvs:Infer, dpvs:MakeAvailable, + dpvs:Match, dpvs:Move, dpvs:Obtain, dpvs:Organise, @@ -4231,12 +4570,15 @@ dpvs:PurposesConcepts a skos:Collection ; skos:member dpvs:AcademicResearch, dpvs:AccountManagement, dpvs:Advertising, + dpvs:AntiTerrorismOperations, dpvs:CommercialResearch, dpvs:CommunicationForCustomerCare, dpvs:CommunicationManagement, + dpvs:CounterMoneyLaundering, dpvs:CreateEventRecommendations, dpvs:CreatePersonalizedRecommendations, dpvs:CreateProductRecommendations, + dpvs:CreditChecking, dpvs:CustomerCare, dpvs:CustomerClaimsManagement, dpvs:CustomerManagement, @@ -4269,7 +4611,9 @@ dpvs:PurposesConcepts a skos:Collection ; dpvs:Personalisation, dpvs:PersonalisedAdvertising, dpvs:PersonalisedBenefits, + dpvs:PersonnelHiring, dpvs:PersonnelManagement, + dpvs:PersonnelPayment, dpvs:PublicRelations, dpvs:Purpose, dpvs:RecordManagement, @@ -4376,6 +4720,18 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:hasTechnicalOrganisationalMeasure, dpvs:isPolicyFor . +dpvs:hasActivityStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ActivityStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has activity status"@en . + dpvs:hasAddress a rdf:Property, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -4426,6 +4782,18 @@ dpvs:hasAuthority a rdf:Property, skos:inScheme dpv: ; skos:prefLabel "has authority"@en . +dpvs:hasComplianceStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ComplianceStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has compliance status"@en . + dpvs:hasConsentNotice a rdf:Property, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4625,7 +4993,7 @@ dpvs:hasIdentifier a rdf:Property, dpvs:hasImpact a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -4641,7 +5009,7 @@ dpvs:hasImpact a rdf:Property, dpvs:hasImpactOn a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -5219,6 +5587,17 @@ dpvs:hasDataController a rdf:Property, skos:inScheme dpv: ; skos:prefLabel "has data controller"@en . +dpvs:hasStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:Status ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has status"@en . + dpvs:hasRecipient a rdf:Property, skos:Concept ; dct:created "2019-04-04"^^xsd:date ; diff --git a/dpv-skos/dpv.rdf b/dpv-skos/dpv.rdf index 8c5595c5d..879d2a47b 100644 --- a/dpv-skos/dpv.rdf +++ b/dpv-skos/dpv.rdf @@ -8,5626 +8,6034 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Harshvardhan J. Pandit - Georg P Krog - Julian Flake - Beatriz Esteves - Paul Ryan - Optional - - + Data Processing Records accepted - + - 2022-02-14 - Indication of 'optional' or 'voluntary' + Harshvardhan J. Pandit + + Records of personal data processing, whether ex-ante or ex-post + + 2021-09-08 - + - accepted - The impact(s) possible or arising as a consequence from specified context Fajar Ekaputra - Julian Flake - Beatriz Esteves Harshvardhan J. Pandit Georg P Krog - + Beatriz Esteves + Julian Flake + Indicates consenquence(s) possible or arising from specified concept + has consequence - - - - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments - Impact - 2022-03-23 - - - - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit + + 2021-09-21 - 2019-04-05 - - - - Encryption in Transfer + Removed plural suffix for consistency accepted - - Encryption of data in transit e.g. when being transferred from one location to another, including sharing + + 2020-11-04 - + Harshvardhan J. Pandit - Simon Steyskal Javier Fernandez Elmar Kiesling - Axel Polleres Fajar Ekaputra + Axel Polleres + Simon Steyskal + Sell Data to Third Parties + + Sell data or information to third parties + accepted + + + 2019-04-05 + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + + + - - Optimise User Interface - Optimize interfaces presented to the user accepted + + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + Axel Polleres + Simon Steyskal + Personalise services or product or activities + Subclass of ServiceProvision since personalisation is usually considered part of providing services + 2019-04-05 + + Service Personalization - + - + + Legitimate Interests of a Third Party in conducting specified processing + Legitimate Interest of Third Party - - Sensitive Personal Data - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + + + 2021-05-19 + Paul Ryan Harshvardhan J. Pandit - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - - 2022-01-19 + Georg P Krog + accepted - - + + 2019-05-07 + Retrieve - Profiling - + accepted + - to create a profile that describes or represents a person - accepted - 2019-05-07 + to retrieve data, often in an automated manner - - - accepted - - Indicates area, scope, or applicability of an Authority - Georg P Krog - Harshvardhan J. Pandit - is authority for - - - - 2022-01-19 + + + + + + + + + + + + + + + + + + + Processing_Context Concepts - + - - 2019-05-07 - + Personal Data + - + + 2022-01-19 + Data directly or indirectly associated or related to an individual. + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + + 2019-04-05 - to change the form or nature of data - Transform + Harshvardhan Pandit accepted + - + + Technical_Organisational_Measures Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - 2020-11-04 - Paul Ryan - Georg Krog - Harshvardhan Pandit + Derived Personal Data + - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + accepted - Vulnerable Data Subject + + + 2019-05-07 + 2022-01-19 + Personal Data that is obtained or derived from other data - + + + + Georg P. Krog + Paul Ryan + Julian Flake Harshvardhan J. Pandit - - - - 2022-02-02 - An organisation that does not aim to achieve profit as its primary goal - NonProfitOrganisation - + Beatriz Esteves + 2022-04-06 accepted + User + + Data subjects that use service(s) - + - - Georg Krog - Paul Ryan - - 2020-11-04 - modified - 2021-12-08 - An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. - Data Protection Officer + 2022-01-19 + Country + accepted + Harshvardhan J. Pandit + Georg P Krog - + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas + The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. + + - + - - + + 2020-11-04 + Recipient + + + 2019-04-05 - accepted - Storage Deletion - Deletion or Erasure of data including any deletion guarantees - - Harshvardhan J. Pandit Axel Polleres - Rob Brennan - Mark Lizar - 2019-04-05 + Javier Fernández + accepted + + + + A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. + Entities that receive personal data + - + - Julian Flake - Beatriz Esteves + Indicates applicability of specified jurisdiction Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - - + has jurisdiction - - Indicates impact(s) possible or arising as consequences from specified concept + + 2022-01-19 + accepted - - has impact - + + https://w3id.org/dpv/dpv-skos# + Elmar Kiesling + Georg P Krog + Rob Brennan + Beatriz Esteves + Piero Bonatti + Simon Steyskal + Mark Lizar + Julian Flake + Rigo Wenning + Ramisa Gachpaz Hamed + Bud Bruegger + Fajar J. Ekaputra + Eva Schlehahn + Javier D. Fernández + Axel Polleres + Paul Ryan + Harshvardhan J. Pandit + Bert Bos + + 2019-06-18 + 2022-05-25 + + + dpvs + Data Privacy Vocabulary + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + Axel Polleres + Harshvardhan J. Pandit + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + 0.7 + + - Customer Relationship Management - Georg P Krog - Beatriz - Harshvardhan J. Pandit - Manage and analyse interactions with past, current, and potential customers - accepted - 2021-09-08 - + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + + + Data Subject + 2020-11-04 + 2019-04-05 + The individual (or category of individuals) whose personal data is being processed + accepted + + Javier Fernández + Axel Polleres + + + + + + + + + - + + + + + to consult or query data + Consult + accepted + 2019-05-07 - + - Axel Polleres + David Hickey Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Fajar Ekaputra - Javier Fernandez - Optimize activities and services for provider or controller - - accepted + Georg P Krog + Paul Ryan + - 2019-04-05 - - Optimisation for Controller + Communication Management + accepted + Manage communication or provide means for communication e.g. to send an email notifying some information + + 2021-09-01 + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - + - - - - Social Media - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - Conduct marketing through social media - 2020-11-04 accepted - + Harshvardhan J. Pandit + A political union of two or more countries based on economic or trade agreements + 2022-01-19 + EconomicUnion + + + + - + - accepted + Organise + 2019-05-07 + + - - to use data - Use - 2019-05-07 - - - - - - - - - - - - - - - - - - - - - - - - Risk Concepts + to organize data for arranging or classifying - + - - Consent - Harshvardhan J. Pandit - accepted - 2021-04-07 - - - - Consent of the Data Subject for specified processing - - - - + accepted - Personal Data Handling - Javier Fernández - Axel Polleres - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. - 2020-11-04 - 2019-04-05 + Georg P. Krog + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Data subjects that are students + Student + 2022-04-06 + - + Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Register, authenticate, and identify users or agents in context of a service + Georg P. Krog + Julian Flake - - + Indicates the specified concepts is 'after' this concept in some context + is after + 2022-03-02 - + accepted - Registration and Authentication - 2020-11-04 - 2019-05-07 + - Record - to make a record (especially media) - accepted + + Record + to make a record (especially media) - + Harshvardhan J. Pandit Rob Brennan Axel Polleres Mark Lizar - + + has storage + Indicates information about storage condition + 2019-04-05 - - + accepted - Design Standard - A set of rules or guidelines outlining criterias for design - + - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - Advertising - 2020-11-04 - + - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - - - accepted + + + Axel Polleres + Mark Lizar + Javier Fernández + Harshvardhan J. Pandit + Bud Bruegger + Indicates Recipient of Personal Data + 2020-11-04 + 2019-04-04 + + has recipient + - - - - - - - - - - - - - - - Personal_Data Concepts - - + - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - Impact Assessment + - - - + accepted - 2020-11-04 - - - - 2021-09-08 + has status Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog - - - - Privacy Notice - accepted - - Represents a notice or document outlining information regarding privacy + Indicates the status of specified concept + 2022-05-18 - + - - Harshvardhan J. Pandit - Rudy Jacob - Create Personalized Recommendations + - - - - 2019-11-26 - - Create and provide personalised recommendations + A consortium established and comprising on industry organisations accepted - - - + 2022-02-02 - - Representative - accepted - - - A representative of a legal entity - Beatriz Esteves + + IndustryConsortium Harshvardhan J. Pandit - Paul Ryan - Georg Krog - 2020-11-04 - + - + - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog + 2019-05-07 - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency - - + + Disseminate + + accepted - 2020-11-04 + to spread data throughout - + - - - - - - 2021-09-01 - Vendor Selection Assessment - David Hickey - Paul Ryan - Georg P Krog + + + Fajar Ekaputra Harshvardhan J. Pandit - accepted - Manage selection, assessment, and evaluation related to vendors - - - - - 2022-01-19 - + Georg P Krog + Julian Flake + Beatriz Esteves + - Harshvardhan J. Pandit - + accepted - - Indicates applicability of a Law - has applicable law + has impact on + 2022-05-18 + Indicates the thing (e.g. plan, process, or entity) affected by an impact - + + + + + + + + + + + + + + Jurisdiction Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Context Concepts + + + - 2021-09-01 - Georg P Krog - Paul Ryan - Harshvardhan J. Pandit - David Hickey - - - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - accepted - Members and Partners Management - + Risk Management Procedure + + Rob Brennan + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + 2019-04-05 + + + Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + accepted + Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. - - - Technical measures required/followed when processing data of the declared category - Technical Measure - 2019-04-05 - - - - - - Axel Polleres - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - accepted + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Purposes Concepts - + + accepted + Bud Bruegger + Harshvardhan J. Pandit + Mark Lizar + has provision by justification + Specifies the justification for entity providing consent + 2019-04-05 - accepted - is before - Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - 2022-03-02 - Indicates the specified concepts is 'before' this concept in some context + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy - + - Harshvardhan J. Pandit - 2021-04-21 - - Processing is necessary or beneficial for interest of the public or society at large - Public Interest - - + + accepted + Harshvardhan J. Pandit + + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. + Infer + 2022-04-20 + to infer data from existing data - + + Optimise User Interface + 2019-04-05 + Harshvardhan J. Pandit Javier Fernandez + Fajar Ekaputra Elmar Kiesling Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit Simon Steyskal - + - Optimize internal resource availability and usage for organisation + + + Optimize interfaces presented to the user accepted - - 2019-04-05 - - Internal Resource Optimisation - + - - - - Vital Interest - - Harshvardhan J. Pandit - Processing is necessary or required to protect vital interests of a data subject or other natural person accepted + Beatriz + Harshvardhan J. Pandit + Georg P Krog - 2021-04-21 - - - - - Manage claims, including repayment of monies owed - Georg P Krog - Harshvardhan J. Pandit - Beatriz - accepted - 2021-09-08 - Customer Claims Management + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers - + + to move data from one location to another including deleting the original copy + 2019-05-07 + Move accepted + - - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit - Human involvement is also relevant to 'human in the loop' - Indicates Involvement of humans in processing such as within automated decision making process - has human involvement - - 2020-11-04 + + + + - + + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + accepted + + De-Identification + + 2019-04-05 - accepted - Harshvardhan J. Pandit - Julian Flake - Paul Ryan - Georg P. Krog - Beatriz Esteves - Employee - - - 2022-04-06 - Data subjects that are employees - - - - - - - - - - - - - - - - - - - - - - - - - - - Context Concepts + Removal of identity or information to reduce identifiability - + - Top class: Impact Assessment, and DPIA is sub-class - 2020-11-04 - Data Protection Impact Assessment (DPIA) - + Paul Ryan + David Hickey Harshvardhan J. Pandit Georg P Krog - Paul Ryan + + Manage compliance for organisation in relation to internal policies - - + Organisation Compliance Management - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + + accepted + 2021-09-01 - + - - + Georg Krog + Paul Ryan + Harshvardhan Pandit + David Hickey + 2021-09-08 + The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing - Storage Duration - Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - Rob Brennan - Duration or temporal limitation on storage of personal data - 2019-04-05 - accepted + Data Importer + + An entity that 'imports' data where importing is considered a form of data transfer + + + - + - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - Julian Flake - Beatriz Esteves - An indication of 'necessity' within a context - 2022-02-12 - - - + Piero Bonatti + 2022-01-19 + Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data + + + It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData. + Anonymised Data accepted - Necessity can be used to express need, essentiality, requirement, or compulsion. - Necessity - + + - + + + + - Automated Decision Making - Harshvardhan J. Pandit - Piero Bonatti - - 2020-11-04 - Processing that involves automated decision making - - + to gather data from someone + 2019-05-07 + Collect accepted + + + - + - Georg P Krog + 2022-04-06 Paul Ryan Harshvardhan J. Pandit - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - - + Georg P. Krog + Julian Flake + Beatriz Esteves + accepted + note: for B2B relations where customers are organisations, this concept only applies for data subjects - 2021-05-05 - + Data subjects that purchase goods or services + + Customer + - + + + + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + + + + accepted + + has data importer + 2022-02-09 + + + accepted + + Fajar Ekaputra + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit - Georg P Krog - - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. - accepted - Country + Javier Fernandez + Elmar Kiesling + Improve existing products and services + 2019-04-05 - 2022-01-19 - + + Improve Existing Products and Services - + - Paul Ryan - Georg P. Krog - Julian Flake - Beatriz Esteves + Conditions required or followed regarding storage of data + Axel Polleres + Mark Lizar Harshvardhan J. Pandit - - - - Subscriber - + Rob Brennan - note: subscriber can be customer or consumer - 2022-04-06 - Data subjects that subscribe to service(s) accepted + + + + + 2019-04-05 + Storage Condition - - - - - - - - - - - - - - - - - - Processing_Context Concepts - + + + Georg Krog + Harshvardhan Pandit + + accepted + To indicate the membership, hasDataController may be used + + A group of Data Controllers that jointly determine the purposes and means of processing + 2022-02-02 + Joint Data Controllers + + + - + - Mark Lizar Bud Bruegger + Mark Lizar + Javier Fernández Harshvardhan J. Pandit - Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. - 2019-04-05 - has withdrawal by - - + Axel Polleres + 2019-04-04 + 2020-11-04 + has data controller + Indicates association with Data Controller accepted - Specifies the entity that withdrew consent + + + + - + - + accepted + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + + + + + Sub-Processor Agreement + 2022-01-26 - - to produce an exact reprodution of the data + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + + + + + + - - accepted - Copy - + + Erase 2019-05-07 + to delete data + accepted - + - Data subjects that are members of a group, organisation, or other collectives - - - Member - Georg P. Krog - Julian Flake Beatriz Esteves + Georg P Krog Paul Ryan + Julian Flake Harshvardhan J. Pandit - 2022-04-06 - - + + 2022-01-26 accepted + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + + + Public Data Source + A source of data that is publicly accessible or available - + - 2019-04-05 + + ForProfitOrganisation + An organisation that aims to achieve profit as its primary goal - - Indicates information about duration - - Mark Lizar - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan + + accepted - has duration - + Harshvardhan J. Pandit + 2022-02-02 - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - + + Elmar Kiesling + Fajar Ekaputra + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog - Manage orders, payment, evaluation, and prospecting related to vendors - - - 2021-09-01 + Javier Fernandez + - + 2019-04-05 + Verify or authorize identity + Identity Verification + accepted + + + + + + + GovernmentalOrganisation accepted - Vendor Management + 2022-02-02 + + An organisation managed or part of government + + + Harshvardhan J. Pandit - Bud Bruegger Harshvardhan J. Pandit Mark Lizar - has expiry + Bud Bruegger 2019-04-05 - accepted - Generic property specifying when or under which condition(s) the consent will expire + - + Generic property specifying when or under which condition(s) the consent will expire + accepted + has expiry - + - - 2019-04-04 - Indicates association with Purpose - Axel Polleres - Harshvardhan J. Pandit - Javier Fernández - Mark Lizar - Bud Bruegger - has purpose - + - 2020-11-04 - + has joint data controllers accepted + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + 2022-02-09 + Indicates inclusion or applicability of a Joint Data Controller + + - + - The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing - - 2021-09-08 - An entity that 'imports' data where importing is considered a form of data transfer - - Georg Krog - Harshvardhan Pandit - David Hickey - Paul Ryan - + + Harshvardhan J. Pandit + + Violation of Compliance accepted - Data Importer + State where objectives have been violated + 2022-05-18 - + - Data subjects that are not citizens (for a jurisdiction) - Julian Flake - Beatriz Esteves + Harshvardhan J. Pandit + 2022-02-02 + Entity + + accepted + + + A human or non-human 'thing' that constitutes as an entity + + + + Indication of 'optional' or 'voluntary' Paul Ryan Harshvardhan J. Pandit - Georg P. Krog + Beatriz Esteves + Georg P Krog + Julian Flake + - - 2022-04-06 - - accepted - NonCitizen + + Optional + 2022-02-14 + - + - - accepted - + - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data - Mark Lizar + + Measures intended to mitigate, minimise, or prevent risk. + accepted + Paul Ryan Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Authorisation Procedure - 2019-04-05 + Georg P Krog + 2020-11-04 + Risk Mitigation Measure - Procedures for determining authorisation through permission or authority - + - David Hickey + + + accepted + Georg P Krog - Paul Ryan Harshvardhan J. Pandit + Beatriz Esteves - + + Communication for Customer Care + 2020-11-04 + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + + + + + + + + + + + + + + + + + + + + + + + Risk Concepts + + + + Third Party + Harshvardhan J. Pandit + + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + + accepted - Notice - - 2021-09-08 - A notice is an artefact for providing information, choices, or controls + + 2019-06-04 + - + + + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + 2022-03-30 - Georg P Krog - Harshvardhan J. Pandit - 2022-01-19 - accepted - A location is a position, site, or area where something is located + Generated Personal Data - Location - Location may be geographic, physical, or virtual. + accepted + Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data + + Harshvardhan J. Pandit - + - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation accepted - + - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - 2021-09-08 - - Dispute Management + + Not Compliant + 2022-05-18 + State of not being compliant where objectives have not been met, but have not been violated - + - 2022-02-02 - - - A consortium established and comprising on industry organisations + Status associated with Compliance with some norms, objectives, or requirements - - IndustryConsortium + + accepted - Harshvardhan J. Pandit + + 2022-05-18 + Compliance Status - + - - - - - 2020-11-04 - Measures intended to mitigate, minimise, or prevent risk. - Paul Ryan + 2021-04-07 Harshvardhan J. Pandit Georg P Krog - - Risk Mitigation Measure - accepted - - - - The rights applicable or provided to a Data Subject + Paul Ryan + - Data Subject Right - + Contract Performance - Georg P Krog - Harshvardhan Pandit - Beatriz Esteves + accepted - 2020-11-18 - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + Fulfilment or performance of a contract involving specified processing - + - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit + accepted - Improve existing products and services - accepted - Improve Existing Products and Services - + 2022-04-20 + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities + Harshvardhan J. Pandit - 2019-04-05 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Technical_Organisational_Measures Concepts + + Anti-Terrorism Operations - + - - Piero Bonatti - Harshvardhan J. Pandit accepted + + + to move data from one place to another - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals - 2020-11-04 - + + Transfer + + 2019-05-07 - + - Law + 2019-05-07 + - Harshvardhan J. Pandit - A law is a set of rules created by government or authorities - 2022-01-19 + + Disclose by Transmission accepted + + to disclose data by means of transmission + + + + + + + + Tied to compliance processes and documents, decide how to specify those + Register of Processing Activities + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + + 2021-09-08 + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + accepted - - + has data subject + 2020-11-04 + + 2019-04-04 + Bud Bruegger Harshvardhan J. Pandit Axel Polleres - Bud Bruegger - Javier Fernández Mark Lizar - - + Javier Fernández accepted - 2019-04-04 Indicates association with Data Subject - has data subject - 2020-11-04 + + + - + - 2020-11-04 - Consultation with Authority Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Consultation with an authority or authoritative entity + Mark Lizar + Bud Bruegger + + has provision by + 2019-04-05 - - - - + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. accepted + Specifies the entity that provisioned or provided consent + + - + - + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Legitimate Interest Assessment accepted - An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries - + 2021-09-08 - - International Organisation - Georg P. Krog - Julian Flake - 2022-03-23 + + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + - + + + + + + + + + + + + + + + + Pseudo-Anonymization + - - - Harshvardhan J. Pandit + + Rob Brennan Axel Polleres - Bud Bruegger - Javier Fernández Mark Lizar - - - has processing + Harshvardhan J. Pandit + 2019-04-05 + + + PseudoAnonmyization or '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; accepted - 2019-04-04 - 2020-11-04 - Indicates association with Processing + - + - Paul Ryan - Georg P Krog - Harshvardhan J.Pandit - Beatriz Esteves - - Specifies representative of the legal entity - accepted - + + An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. + Data Protection Officer + - 2020-11-04 + 2021-12-08 + Georg Krog + Paul Ryan - has representative - - + + modified + 2020-11-04 + - + - - Georg P. Krog - Julian Flake - Beatriz Esteves - Paul Ryan - Harshvardhan J. Pandit - - - - Tourist - 2022-04-06 - - Data subjects that are tourists i.e. not citizens and not immigrants - accepted - - - - - Sell data or information relevant to insights obtained from analysis of data - - - - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 - Simon Steyskal + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company Javier Fernandez + Fajar Ekaputra Elmar Kiesling Axel Polleres - Fajar Ekaputra + Simon Steyskal Harshvardhan J. Pandit accepted - - Sell Insights from Data - - - - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - Paul Ryan - Georg P. Krog - - - 2022-04-06 - - Patient - accepted - - Data subjects that receive medican attention, treatment, care, advice, or other health related services - - - - accepted - Indicates applicability of specified jurisdiction + - - has jurisdiction - - Harshvardhan J. Pandit + Commercial Research + 2019-04-05 - 2022-01-19 + + - + - + accepted + - - accepted - Seal - Mark Lizar + Encryption of data in transit e.g. when being transferred from one location to another, including sharing Harshvardhan J. Pandit Rob Brennan Axel Polleres - A seal or a mark indicating proof of certification to some certification or standard + Mark Lizar + Encryption in Transfer + 2019-04-05 - + - 2019-04-05 + + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU accepted - Mark Lizar - Bud Bruegger Harshvardhan J. Pandit - + 2022-02-02 + - - - is explicit - The conditions for what is considered 'explicit consent' differ by norms and laws. - Specifies consent is 'explicit' + + + SupraNationalAuthority + - + - Georg P. Krog - Paul Ryan + 2020-11-04 Harshvardhan J. Pandit - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - - - + Piero Bonatti + + + + Processing that involves systematic monitoring of individuals accepted - has recipient data controller - - 2022-02-09 + + Systematic Monitoring - + + is implemented using technology + accepted Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - Julian Flake Beatriz Esteves - - + Paul Ryan + Julian Flake - accepted - Harm - - - Impact that acts as or causes harms - 2022-03-23 + 2022-01-26 + Indicates implementation details such as technologies or processes + The term 'technology' is inclusive of technologies, processes, and methods. + + + - + - 2019-04-04 - Harshvardhan J. Pandit - Axel Polleres - Javier Fernández - Mark Lizar - Bud Bruegger - + 2019-04-05 + Processing + 2020-11-04 + - - - + + Javier Fernández + Axel Polleres accepted - has data controller - Indicates association with Data Controller - 2020-11-04 - + + + The processing performed on personal data - + - - + - Third-Party Agreement + + Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - 2022-02-09 - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + 2021-09-08 + A notice is an artefact for providing information, choices, or controls + Notice accepted + - + - - + - - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - Georg P Krog + + 2022-01-19 + accepted + + Indicates applicability of specified country Harshvardhan J. Pandit - David Hickey - Paul Ryan - 2021-09-08 - Policy + Georg P Krog - accepted + has country - + - - + parent property for controller, processor, data subject, authority, etc.? + - Axel Polleres - Mark Lizar + + has entity + Indicates inclusion or applicability of an entity to some concept Harshvardhan J. Pandit - Rob Brennan - - accepted - Legal Agreement - A legally binding agreement + 2022-02-09 - 2019-04-05 + accepted - + - Data subjects that consume goods or services for direct use - Georg P. Krog - Julian Flake - Beatriz Esteves - Paul Ryan + Georg P Krog Harshvardhan J. Pandit + has authority + Indicates applicability of authority for a jurisdiction accepted - 2022-04-06 - - - Consumer + + - + 2022-01-19 - + - accepted - 2019-11-26 - - Harshvardhan J. Pandit - Rudy Jacob - Create and provide personalised recommendations for events + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + Axel Polleres + Simon Steyskal - Create Event Recommendations + + + accepted + Improve Internal CRM Processes + 2019-04-05 + Improve customer-relationship management (CRM) processes - + - 2022-02-09 - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - - - accepted - - Indicates inclusion or applicability of a Joint Data Controller - has joint data controllers - - - - - - 2021-09-08 - Harshvardhan J. Pandit - Beatriz - Georg P Krog + Legal Entity - - - Customer Solvency Monitoring - accepted - Monitor solvency of customers for financial diligence - - - - Georg P Krog - Fajar Ekaputra - Julian Flake - Beatriz Esteves - Harshvardhan J. Pandit - - accepted - Detriment - - - + + 2019-04-05 - Impact that acts as or causes detriments - 2022-03-23 + + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law - - - Rob Brennan - Georg P Krog - Simon Steyskal - Beatriz Esteves - Axel Polleres - Rigo Wenning - Ramisa Gachpaz Hamed - Fajar J. Ekaputra - Harshvardhan J. Pandit - Javier D. Fernández - Mark Lizar - Bert Bos - Eva Schlehahn - Bud Bruegger - Elmar Kiesling - Julian Flake - Paul Ryan - Piero Bonatti - 2022-04-02 - - Harshvardhan J. Pandit - Axel Polleres - Data Privacy Vocabulary - dpvs - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - https://w3id.org/dpv/dpv-skos - 2019-06-18 - 0.6 - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - + + + + + + + + + + + Entities_Organisation Concepts + - + - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Mark Lizar + + - 2019-04-05 - - - - Guidelines or Principles regarding processing and operational measures - accepted - GuidelinesPrinciple + Harshvardhan J. Pandit + + + + NonProfitOrganisation + 2022-02-02 + An organisation that does not aim to achieve profit as its primary goal - + - 2019-05-07 - - + is policy for - - + + accepted - to retrieve data, often in an automated manner - - Retrieve - - - + Harshvardhan J. Pandit - accepted - 2019-04-05 - - - - Javier Fernández - Axel Polleres - - Purpose - 2020-11-04 - The purpose of processing personal data + Indicates the context or application of policy + 2022-01-26 - + - Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. - Risk Management Procedure + 2022-05-18 + State of not being compliant - - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - + + Incompliant accepted - - 2019-04-05 - Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + Harshvardhan J. Pandit + - + - 2019-05-07 - - + + to transform or publish data to be used + Make Available + + 2019-05-07 accepted - to make data known - Disclose - + - accepted - - - Policy regarding repetition or renewal of existing certification(s) - Rob Brennan - Mark Lizar + + + 2020-11-04 Harshvardhan J. Pandit - Axel Polleres - Regularity of Re-certification - 2019-04-05 + Beatriz Esteves + Georg P Krog + + Conduct marketing through social media + Social Media + accepted - - + + - - accepted - Georg P. Krog - Julian Flake - Beatriz Esteves + + Georg P Krog Paul Ryan + Julian Flake Harshvardhan J. Pandit - - - Data subjects that are temporary visitors - Visitor - 2022-04-06 - - - - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - Mark Lizar - 2019-04-05 - - - - - Certifications, seals, and marks indicating compliance to regulations or practices - + Beatriz Esteves + Indication of neither being required nor optional i.e. not relevant or needed + Not Required + 2022-02-15 accepted - Certification and Seal + - + - Represents a safeguard used for data transfer. Can include technical or organisational measures. - Georg P Krog - Harshvardhan J. Pandit - David Hickey - Paul Ryan - + + accepted - Safeguard for Data Transfer - - 2021-09-22 - - - - - accepted - 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 - - - + Processing is necessary or required to protect vital interests of a data subject or other natural person + 2021-04-21 Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - has provision method - Specifies the method by which consent was provisioned or provided - - - - accepted - parent property for controller, processor, data subject, authority, etc.? - has entity - + Vital Interest + + + + + + + + + + + + + + + + + + + + + + + + + + Entities_Datasubject Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing Concepts + + + + + + + 2020-11-04 + Data Protection Authority + Paul Ryan + Harshvardhan Pandit + Georg Krog + accepted + + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + + + + + Records of activities within some context such as maintainence tasks or governance functions + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + + + + Records of Activities + + accepted + 2021-09-08 + + + + + Paul Ryan + David Hickey + Georg P Krog + Harshvardhan J. Pandit + + + + + Members and Partners Management + + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + accepted + + 2021-09-01 + + + + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + accepted + 2020-11-04 + + + + + Create and provide personalised advertising + + + Personalised Advertising + + + + Harshvardhan J. Pandit + Beatriz Esteves + Georg P. Krog + Paul Ryan + Julian Flake + + Data subjects that are temporary visitors + + + Visitor + + + 2022-04-06 + accepted + + + + Subclass of ServiceProvision since optimisation is usually considered part of providing services + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + accepted + + + + Optimise services or activities + 2019-04-05 + Service Optimization + + + + + + A legally binding agreement + Rob Brennan + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + + + + 2019-04-05 + + Legal Agreement + + accepted + + + + accepted + 2019-04-05 + + Optimize activities and services for consumer or user + + + + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Axel Polleres + Simon Steyskal + Fajar Ekaputra + + Optimisation for Consumer + + + + Paul Ryan + Harshvardhan J. Pandit + + + 2022-03-23 + + + Organisational Unit + accepted + + Entity within an organisation that does not constitute as a separate legal entity + + + + + + + accepted + + + + to produce an exact reprodution of the data + Copy + 2019-05-07 + + + + + Harshvardhan J. Pandit + + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. + + 2022-01-19 + Sensitive Personal Data + + + accepted + + + + + accepted + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Julian Flake + Paul Ryan + + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + + + + 2022-01-26 + + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + Data Processing Agreement + + + + + Generate + to generate or create data + + + + + accepted + 2022-04-20 + Harshvardhan J. Pandit + + + + The involvement of humans in specified context + Human Involvement + + + + + accepted + Harshvardhan J. Pandit + + 2022-01-26 + Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + + + + + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. + 2020-11-04 + accepted + + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + Advertising + + + + Elmar Kiesling + Fajar Ekaputra + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Simon Steyskal + + + accepted + + 2019-04-05 + Contextually relevant information about purpose not possible to represent through other concepts + Context + + + + + + 2020-11-04 + An authority with the power to create or enforce laws, or determine their compliance. + + + Georg Krog + Harshvardhan Pandit + Paul Ryan + + accepted + + + Authority + + + + Indicates applicability of Risk + Indicates applicability of Risk for this concept + has risk + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + + + + + + + + Harshvardhan J. Pandit + + has personal data + Indicates association with Personal Data + + 2022-01-19 + accepted + + + + Partially Compliant + + + + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation + accepted + Harshvardhan J. Pandit + + + 2022-05-18 + + + + The right(s) applicable, provided, or expected. + + + 2020-11-18 + accepted + Right + Harshvardhan J Pandit + Georg P Krog + Beatriz Esteves + + A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight + + + + Manage and provide technical processes and functions necessary for delivering services + + + + + 2021-09-08 + Harshvardhan J. Pandit + accepted + Technical Service Provision + + + + + + + + Anonymise + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + + + + 2019-05-07 + + accepted + + + + + + + + Detect and prevent fraud + 2019-04-05 + Fraud Prevention and Detection + + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + Javier Fernandez + Fajar Ekaputra + + accepted + + + + + 2022-04-06 + Data subjects that apply for jobs or employments + Beatriz Esteves + Georg P. Krog + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + JobApplicant + + accepted + + + + + + + 2019-04-05 + + + has sector + accepted + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + + + + + 2022-02-09 - Indicates inclusion or applicability of an entity to some concept Harshvardhan J. Pandit + Indicates use or applicability of Organisational measure + + + accepted + + has organisational measure - + - 2019-06-04 - Data Processor + Impact that acts as or causes non-material damages + - + + accepted + Non-Material Damage Harshvardhan J. Pandit - - - - - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + 2022-03-30 + - + - - Algorithmic Logic - 2022-01-26 - The algorithmic logic applied or used - Harshvardhan J. Pandit - - + + + Obtain + 2019-05-07 accepted - Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. + + + to solicit or gather data from someone - + - Axel Polleres - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan - - - + 2021-05-19 + + + Legitimate Interests of a Party as justification for specified processing + Legitimate Interest accepted - Practices regarding incorporating data protection and privacy in the design of information and services - Privacy by Design - 2019-04-05 + Harshvardhan J. Pandit + - + - Personalised Advertising - Harshvardhan J. Pandit + + + + + Georg P Krog + Paul Ryan + Harshvardhan J.Pandit Beatriz Esteves + has representative + + + accepted + Specifies representative of the legal entity + 2020-11-04 + + + + Harshvardhan J. Pandit + Beatriz Georg P Krog - Create and provide personalised advertising + - - + 2021-09-08 + Customer Claims Management + Manage claims, including repayment of monies owed + accepted - 2020-11-04 - + - 2021-05-19 - Legitimate Interest of Third Party - Paul Ryan Harshvardhan J. Pandit - Georg P Krog + 2022-03-30 + + Personal Data that has been collected from another source such as the Data Subject - - - Legitimate Interests of a Third Party in conducting specified processing + Collected Personal Data + accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Purposes Concepts - + To indicate the source of data, use the DataSource concept with the hasDataSource relation + - + - Javier Fernández - Axel Polleres - + has name + 2020-11-04 + - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - 2020-11-04 - 2019-04-05 - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - Data Controller - accepted - + Harshvardhan J.Pandit + Beatriz Esteves + Georg P Krog + Paul Ryan + + Specifies name of a legal entity - + + + + + accepted Harshvardhan J. Pandit - Paul Ryan - - 2022-03-30 + Activity Proposed + 2022-05-18 - + + State of an activity being proposed or planned i.e. yet to occur + + + + to replace personal identifiable information by artificial identifiers + Pseudo-Anonymise + + 2019-05-07 + + - - Personnel Management - - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + accepted + - + - - An authority tasked with overseeing legal compliance for a nation + accepted + Harshvardhan J. Pandit + - + 2020-11-25 + + + Child + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + + + + + + + + + + + + + + + + + + + + + + Entities_Legalrole Concepts + + + + + Dispute Management + Beatriz Esteves + Georg P Krog + Harshvardhan J. Pandit + - NationalAuthority - 2022-02-02 + + 2021-09-08 + accepted - - Harshvardhan J. Pandit + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation + - + - Adapt + is mitigated by measure + Indicate a risk is mitigated by specified measure accepted - - - - - 2019-05-07 - to modify the data, often rewritten into a new form for a new use - - - - 2020-11-04 - 2019-04-04 - has recipient - Harshvardhan J. Pandit - Axel Polleres - Bud Bruegger - Javier Fernández - Mark Lizar - - - accepted - Indicates Recipient of Personal Data - - - + Harshvardhan J. Pandit + + + + 2022-02-09 - + - - - - Applicant - accepted - Data subjects that are applicants in some context - Georg P. Krog - Julian Flake Beatriz Esteves + Georg P. Krog Paul Ryan + Julian Flake Harshvardhan J. Pandit + - + Data subjects that are employees + accepted + + 2022-04-06 + Employee + - + - to change the data without changing it into something else - Alter - - accepted + + + 2021-09-08 + Deliver service as requested by user or consumer + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + Requested Service Provision + accepted + + + + - + + accepted + Transform + to change the form or nature of data 2019-05-07 + + - + - accepted - - - - Paul Ryan + + Indicates area, scope, or applicability of an Authority + + accepted Harshvardhan J. Pandit Georg P Krog - 2021-04-21 - Vital Interest of Data Subject - Processing is necessary or required to protect vital interests of a data subject + 2022-01-19 + is authority for - + + + + + Specifies the indicated entity is responsible within some context + accepted + + 2022-03-02 + + + has responsible entity + Harshvardhan J. Pandit + + - - Simon Steyskal Javier Fernandez Elmar Kiesling - Axel Polleres Fajar Ekaputra + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit - 2019-04-05 - - - - accepted - Improve robustness and resilience of services - Increase Service Robustness - - - + - - - Share + Service Provision + 2019-04-05 + Provide service or product or activities accepted - - - 2019-05-07 - to give data (or a portion of it) to others + - + - Data Processing Agreement - - + Region + + 2022-01-19 + + + accepted + + A region is an area or site that is considered a location Harshvardhan J. Pandit + + + + Controller-Processor Agreement + Paul Ryan Julian Flake + Harshvardhan J. Pandit Beatriz Esteves Georg P Krog - Paul Ryan - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + + + + + accepted + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor 2022-01-26 - accepted - - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - + - Create, maintain, and manage accounts for purposes of providing services - 2021-09-08 - Beatriz Esteves - Georg P Krog Harshvardhan J. Pandit - Account Management + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + Axel Polleres + Simon Steyskal + Optimize internal resource availability and usage for organisation - + Internal Resource Optimisation + accepted - + 2019-04-05 + - + - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - 2021-09-08 - - Legitimate Interest Assessment - - accepted - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - - - - - Georg P. Krog - Julian Flake - Beatriz Esteves + + Vital Interest of Data Subject + Paul Ryan Harshvardhan J. Pandit + Georg P Krog + Processing is necessary or required to protect vital interests of a data subject + 2021-04-21 accepted - 2022-04-06 - - - Data subjects that apply for jobs or employments - - - JobApplicant - + - Paul Ryan Harshvardhan J. Pandit + Beatriz Esteves Georg P Krog + Paul Ryan Julian Flake - Beatriz Esteves - - - - Indication of neither being required nor optional i.e. not relevant or needed - - accepted - 2022-02-15 - Not Required - - - - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - - Identity Verification - + - 2019-04-05 + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 accepted - - Verify or authorize identity - + - + An authority tasked with overseeing legal compliance for a region + + + accepted - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - Paul Ryan Harshvardhan J. Pandit - Georg P. Krog - - - - has data importer - - 2022-02-09 + 2022-02-02 + RegionalAuthority + + + - + - accepted - Consequence as Side-Effect + - The consequence(s) possible or arising as a side-effect of specified context - - 2022-03-30 + 2021-05-05 + accepted + Official Authority of Controller Harshvardhan J. Pandit + Georg P Krog + Paul Ryan - - - - - - - - - - - - - - - + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + - + - Axel Polleres - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan - accepted - + 2021-09-01 - Encryption of data when being stored (persistent encryption) - + + Vendor Records Management + accepted + Paul Ryan + David Hickey + Georg P Krog + Harshvardhan J. Pandit + - 2019-04-05 - Encryption in Rest + Manage orders related to vendors + - + - + 2022-01-19 - - Safeguard + + + + Data that is not Personal Data + accepted Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog + Non-Personal Data - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - 2021-09-22 - - accepted - A safeguard is a precautionary measure for the protection against or mitigation of negative effects + The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. - + + 2019-04-05 + + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + - - accepted - - Pseudo-Anonymise - 2019-05-07 - - to replace personal identifiable information by artificial identifiers + Optimize activities and services for provider or controller + + Optimisation for Controller - + - - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - - 2019-04-05 - + + + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves accepted - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI + + Sell products or services + + Sell Products + 2021-09-08 - + - Entities that receive personal data - 2020-11-04 - - - + Natural Person - Axel Polleres - Javier Fernández - - 2019-04-05 + + + 2022-02-09 - Recipient + + Harshvardhan J. Pandit + A human accepted - A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. - - - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra Enforce Security - - - 2019-04-05 + + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + accepted Ensure and enforce security e.g. of data, personnel Was previous "Security". Prefixed to distinguish from TechOrg measures. - accepted + 2019-04-05 + - + - Mark Lizar - Harshvardhan J. Pandit - Rob Brennan - Axel Polleres + + - - - 2019-04-05 - - Code of Conduct + + Indicates use or applicability of Technical measure + 2022-02-09 accepted - A set of rules or procedures outlining the norms and practices for conducting activities + Harshvardhan J. Pandit + has technical measure - + - - 2019-04-05 - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - Personal Data + accepted + David Hickey + Georg Krog + Paul Ryan + Harshvardhan Pandit + Data Exporter + + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - + An entity that 'exports' data where exporting is considered a form of data transfer + + 2021-09-08 + + + + + - 2022-01-19 + + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies accepted - Harshvardhan Pandit - - Data directly or indirectly associated or related to an individual. - + Harshvardhan J. Pandit + 2022-02-02 + + + + - + + has withdrawal method + Specifries the method by which consent can be/has been withdrawn - - Georg P. Krog - Julian Flake - Beatriz Esteves - Paul Ryan + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Student accepted - 2022-04-06 - - + Can be used to record information of how to withdraw consent, 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 - Data subjects that are students - + - - Represents a country outside applicable or compatible jurisdiction as outlined in law + + Rob Brennan + Axel Polleres + Mark Lizar Harshvardhan J. Pandit - - - Third Country - - 2022-02-09 + has location + 2019-04-05 + + + accepted + Indicates information about location - + - Julian Flake - Beatriz Esteves - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog - - Data subjects that purchase goods or services - - - - Customer + has legal basis + 2019-04-04 + Indicates use or applicability of a Legal Basis + 2020-11-04 accepted - note: for B2B relations where customers are organisations, this concept only applies for data subjects - 2022-04-06 - + + Axel Polleres + Javier Fernández + + + - + + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + + + + + accepted Paul Ryan Harshvardhan J. Pandit - Georg P. Krog - Indicates the source or origin of data being processed - - - has data source - 2020-11-04 + David Hickey + Georg P Krog + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + 2021-09-22 - accepted - + Safeguard - + - - Harshvardhan J. Pandit - + - - - Indicates policy applicable or used - 2022-01-26 - has policy + + 2022-02-09 + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + accepted + Harshvardhan J. Pandit + + Third-Party Agreement - + - + Consequence as Side-Effect + + accepted + The consequence(s) possible or arising as a side-effect of specified context - - Process payment transactions in relation to service - Beatriz Esteves - Georg P Krog + Harshvardhan J. Pandit - 2020-11-04 - Payment - accepted - - + 2022-03-30 + + - + - + 2019-04-05 + Harshvardhan J. Pandit + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + + - - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - + accepted - to create new derivative data from the original data - - Derive - - 2019-05-07 + User Interface Personalisation + Personalise interfaces presented to the user - + - Removed plural suffix for consistency - Julian Flake + has impact Beatriz Esteves + Julian Flake + Fajar Ekaputra Harshvardhan J. Pandit Georg P Krog - Fajar Ekaputra - - - 2021-09-21 - 2020-11-04 - + accepted - Indicates consenquence(s) possible or arising from specified concept - has consequence + + + + Indicates impact(s) possible or arising as consequences from specified concept + 2022-05-18 - + + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + 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. - - - Move - accepted - to move data from one location to another including deleting the original copy - + + 2019-04-05 - - - 2019-05-07 + has provision method + accepted + Specifies the method by which consent was provisioned or provided - + - - Legitimate Interests of a Party as justification for specified processing - 2021-05-19 - - - accepted - Legitimate Interest + + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit + accepted + + 2019-04-05 + Deliver goods and services requested or asked by consumer + + Delivery of Goods + - + + Technical measures consisting of encryption + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + Mark Lizar + Encryption + + - - Julian Flake - Beatriz Esteves - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit - Controller-Processor Agreement - 2022-01-26 - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + 2019-04-05 accepted - - + - - - Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - - Harshvardhan J. Pandit - Generated Personal Data - 2022-03-30 - accepted + Specifies the condition or event that determines the expiry of consent + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + has expiry condition + 2019-04-05 - Generated Data is used to indicate data that is produced and is not derived or inferred from other data + + + Can be TextOrDocumentOrURI + - + - + + + + 2020-11-04 Paul Ryan Harshvardhan J. Pandit Georg P Krog - accepted - 2021-04-07 - Fulfilment or performance of a contract involving specified processing - - - - Contract Performance + Data Protection Impact Assessment (DPIA) + + Top class: Impact Assessment, and DPIA is sub-class + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + accepted - + - Rob Brennan + + Mark Lizar - Axel Polleres Harshvardhan J. Pandit + Rob Brennan + Axel Polleres 2019-04-05 - Anonymization - - - - + has duration + + accepted - - Process by which some personal identifiers are removed or identifiability is reduced + Indicates information about duration - + - 2019-04-05 - has sector - - + has data protection officer accepted - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + Paul Ryan + Rob Brennan + Specifices an associated data protection officer + + + + 2022-03-02 - + - Organisation Compliance Management - 2021-09-01 - David Hickey + Beatriz Esteves + Georg P. Krog Paul Ryan - Georg P Krog + Julian Flake Harshvardhan J. Pandit - - + + - + + 2022-04-06 accepted - Manage compliance for organisation in relation to internal policies + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + + + + + + 2019-04-05 + has context + + + accepted + Indicates a purpose is restricted to the specified context(s) - + - Javier Fernández - Axel Polleres - + + The Technical and Organisational measures used. + Technical and Organisational Measure + Bud Bruegger + accepted 2020-11-04 - Processing 2019-04-05 - - The processing performed on personal data - accepted - - + + Beatriz Esteves + Georg P. Krog + Paul Ryan + Julian Flake Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Create and provide personalised benefits for a service + - - - 2019-04-05 + + 2022-04-06 accepted - Personalised Benefits - + + Data subjects that are applicants in some context + Applicant - + + 2020-11-18 + accepted Harshvardhan J. Pandit - - - - - An authority tasked with overseeing legal compliance for a region - RegionalAuthority - - 2022-02-02 - accepted - - - - Indicates association with Personal Data Handling - has personal data handling - - - - Harshvardhan J. Pandit - Georg P Krog - 2022-01-19 - accepted + + + has right + Indicates use or applicability of Right - + + Impact that acts as or causes material damages Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Create Product Recommendations - - 2019-04-05 - - + 2022-03-30 + + + accepted - Create and provide product recommendations e.g. suggest similar products - - - - - - - - - - - - - - - - Jurisdiction Concepts - + Material Damage - + - Beatriz Esteves - Paul Ryan - Harshvardhan J. Pandit Georg P. Krog + Paul Ryan Julian Flake - - 2022-04-06 + Beatriz Esteves + Harshvardhan J. Pandit + + Data subjects that are members of a group, organisation, or other collectives + 2022-04-06 + Member accepted - User - Data subjects that use service(s) - + - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - accepted - - Sell data or information to third parties - Sell Data to Third Parties - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + - + 2020-11-04 + accepted + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Fulfilment of obligations or requirements towards achieving compliance with law or regulations + + Legal Compliance - + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + + - accepted - - 2022-02-09 - Paul Ryan - Harshvardhan J. Pandit - Georg P. Krog + 2019-05-07 + - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - has data exporter - + + to adjust the data to be in relation to another data + + Align + accepted + + + + + + + + + + + + + + + + Personal_Data Concepts + - + - Harshvardhan J. Pandit + has human involvement + Georg P. Krog Paul Ryan - 2022-02-09 - + Harshvardhan J. Pandit - - + + Human involvement is also relevant to 'human in the loop' accepted - has recipient third party - - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + 2020-11-04 + Indicates Involvement of humans in processing such as within automated decision making process + - + - Indication of 'primary' or 'main' or 'core' importance + Audit Approved + 2022-05-18 - + + State of being approved through the audit accepted - Primary Importance - 2022-02-10 - Julian Flake - Beatriz Esteves - Paul Ryan Harshvardhan J. Pandit - Georg P Krog - + - + - 2021-09-08 - - - - - - Customer Management - Manage past, current, and future customers + 2021-09-01 Georg P Krog - Beatriz + Paul Ryan + David Hickey Harshvardhan J. Pandit accepted - - - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - Specifries the method by which consent can be/has been withdrawn - has withdrawal method - Can be used to record information of how to withdraw consent, 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. - accepted - 2019-04-05 - - - - - Georg P Krog - Harshvardhan J. Pandit - Consequence of Success + - - accepted - The consequence(s) possible or arising from success of specified context - 2022-03-23 - + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + Record Management + - + + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + 2020-11-18 + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. accepted + + Risk Harshvardhan J. Pandit - - An organisation that aims to achieve profit as its primary goal - - 2022-02-02 - ForProfitOrganisation - - + + + + + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + Assessment accepted - Fajar Ekaputra + 2021-09-08 Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - - - - - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - 2019-04-05 - Commercial Research - + - + - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Sell products or services to the user, consumer, or data subjects - + Manage orders, payment, evaluation, and prospecting related to vendors + - - 2019-04-05 - Sell Products to Data Subject + Harshvardhan J. Pandit + Paul Ryan + David Hickey + Georg P Krog + 2021-09-01 accepted - - Was subclass of commercial interest, changed to reflect selling something + Vendor Management + + + - + - accepted - - Client - + Audit Rejected - Georg P. Krog - Julian Flake - Beatriz Esteves - Paul Ryan + + + State of not being approved or being rejected through the audit + accepted Harshvardhan J. Pandit - - 2022-04-06 - Data subjects that are clients or recipients of services + 2022-05-18 + - + - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - - + 2021-04-07 - Sensitive Personal Data whose use requires specific legal permission or justification - 2022-01-19 - 2019-05-07 - Special Category Personal Data - + - - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - modified - - - - - - A group of Data Controllers that jointly determine the purposes and means of processing - To indicate the membership, hasDataController may be used - 2022-02-02 - + + Consent of the Data Subject for specified processing + Harshvardhan J. Pandit + Consent accepted - Georg Krog - Harshvardhan Pandit - - Joint Data Controllers - - - - - - - - - - - - - Entities_Organisation Concepts - + - 2019-04-05 - - - Simon Steyskal - Javier Fernandez - Elmar Kiesling + + Axel Polleres - Fajar Ekaputra + Mark Lizar Harshvardhan J. Pandit + Rob Brennan + Practices and policies regarding training of staff members accepted - - - Optimisation for Consumer - Optimize activities and services for consumer or user + 2019-04-05 + Staff Training + - + - has address - + - Georg P Krog - Paul Ryan - Harshvardhan J.Pandit - Beatriz Esteves - Specifies address of a legal entity such as street address or pin code + + + Audit Required accepted - - - 2020-11-04 - - - - - Julian Flake - Beatriz Esteves Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - - - - has impact on + State where an audit is determined as being required but has not been conducted + 2022-05-18 - Indicates the thing (e.g. plan, process, or entity) affected by an impact - accepted - - + + Rob Brennan + Axel Polleres + Mark Lizar Harshvardhan J. Pandit - 2022-03-30 + 2019-04-05 - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - Targeted Advertising - - + Practices regarding incorporating data protection and privacy in the design of information and services + - + + + Privacy by Design accepted - + - + + - - - 2019-05-07 + Rob Brennan + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + 2019-04-05 + + accepted + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + + + + Algorithmic Logic + + + + accepted - to disclose data by means of transmission - Disclose by Transmission + Harshvardhan J. Pandit + 2022-01-26 + + The algorithmic logic applied or used + Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. - + - 2021-09-08 - Beatriz Esteves - Georg P Krog + 2019-04-05 + + Elmar Kiesling + Axel Polleres + Simon Steyskal Harshvardhan J. Pandit + Javier Fernandez + Fajar Ekaputra + accepted - + Sell Products to Data Subject + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something - accepted - Manage invoicing, orders, and records in relation to services - Service Order Management - + + - - Data Source - The source or origin of data - Harshvardhan J. Pandit Georg P Krog - Beatriz Esteves - - 2020-11-04 + Paul Ryan + Harshvardhan J. Pandit + Carrying out an impact assessment regarding privacy risks accepted - - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + 2020-11-04 + + Privacy Impact Assessment + - + + - + Acquire + accepted 2019-05-07 - - to send out data - Transmit - accepted + + to come into possession or control of the data - + + + + + + + + + + Entities_Authority Concepts + + - Fajar Ekaputra - Simon Steyskal - Javier Fernandez - Harshvardhan J. Pandit - Elmar Kiesling - Axel Polleres - accepted - Contextually relevant information about purpose not possible to represent through other concepts - Context - - 2019-04-05 - - - - Harshvardhan J. Pandit + Beatriz Esteves + Georg P. Krog Paul Ryan - Georg P Krog - 2021-09-08 - Tied to compliance processes and documents, decide how to specify those - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - - - + Julian Flake + Harshvardhan J. Pandit + Tourist - Register of Processing Activities + accepted - + + Data subjects that are tourists i.e. not citizens and not immigrants + 2022-04-06 - + - A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight - Georg P Krog - Beatriz Esteves - Harshvardhan J Pandit - 2020-11-18 - accepted - - - Right + 2019-04-05 + Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. - The right(s) applicable, provided, or expected. - - - - accepted - Beatriz Esteves - Paul Ryan - Harshvardhan J.Pandit - Georg P Krog - + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + has withdrawal by - 2020-11-04 - Specifies contact details of a legal entity such as phone or email - has contact - - + + + Specifies the entity that withdrew consent + accepted - + - - - to gather data from someone - - Collect - accepted - - - - 2019-05-07 - - - - Processing Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Base Concepts + + Sensitive Personal Data whose use requires specific legal permission or justification + modified + Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit + + + Special Category Personal Data + 2019-05-07 + 2022-01-19 + + + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - + + accepted Harshvardhan J. Pandit - David Hickey - Paul Ryan + + + 2022-01-26 + Indicates policy applicable or used + has policy + + + + + + + Harshvardhan Pandit Georg P Krog - - - + Beatriz Esteves + + accepted + + Data Subject Right + The rights applicable or provided to a Data Subject + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + + 2020-11-18 + + + + + Javier Fernández + Axel Polleres + Purpose + 2020-11-04 + + 2019-04-05 + - 2021-09-01 accepted - Manage orders related to vendors - Vendor Records Management + The purpose of processing personal data - + + accepted - + + Specifies the instant in time when consent was withdrawn + Bud Bruegger Harshvardhan J. Pandit + Mark Lizar + 2019-04-05 + + has withdrawal time + + + + 2022-04-06 + accepted + + + Beatriz Esteves Georg P. Krog - Julian Flake Paul Ryan - Beatriz Esteves - accepted - Data subjects that are citizens (for a jurisdiction) - 2022-04-06 - - Citizen + Julian Flake + Harshvardhan J. Pandit + + Consumer + Data subjects that consume goods or services for direct use + + + + + + Harshvardhan J. Pandit + accepted + Pseudo-anonymised Data + + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + 2022-01-19 + + - + - 2021-09-08 + Harshvardhan J. Pandit + Georg P Krog - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + + Consequence of Failure - - Assessment + The consequence(s) possible or arising from failure of specified context + accepted - - Harshvardhan J. Pandit + 2022-03-23 - + - Acquire - 2019-05-07 - - - - - to come into possession or control of the data + Use + + + accepted - + to use data + + + 2019-05-07 - - - - - - - - - - - - - - - Consent Concepts - + + + + + + Adapt + accepted + + 2019-05-07 + + to modify the data, often rewritten into a new form for a new use + - + - Single Sign On - - Paul Ryan - Georg P Krog Harshvardhan J. Pandit + accepted + 2022-01-19 + Law + + A law is a set of rules created by government or authorities + + + + + Authorisation Procedure + + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan accepted - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + 2019-04-05 + Procedures for determining authorisation through permission or authority - + - accepted - 2022-02-09 - - - + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Georg P Krog - Indicates applicability or relevance of a 'third country' - has third country + accepted + has withdrawal by justification + Specifies the justification for entity withdrawing consent + 2019-04-05 + - + - - - - has location - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - Indicates information about location + Georg P. Krog + Paul Ryan + Julian Flake + Beatriz Esteves + + + + + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services + 2022-04-06 accepted - 2019-04-05 - + - - 2019-05-07 - - accepted - Organise - to organize data for arranging or classifying + + + Harm + Julian Flake + Fajar Ekaputra + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + 2022-03-23 + Impact that acts as or causes harms + + + + is before + Georg P. Krog + Julian Flake + Harshvardhan J. Pandit + 2022-03-02 + + + Indicates the specified concepts is 'before' this concept in some context + accepted + - + - accepted - 2019-04-05 - has withdrawal by justification + accepted Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy - Specifies the justification for entity withdrawing consent + 2022-02-16 + Indicates the frequency with which something takes place + has frequency + - + - - Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog - - - - - 2021-09-01 - Manage and conduct public relations processes. This includes creating goodwill for the organization. + + + accepted - Public Relations + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + has data source + 2020-11-04 + Indicates the source or origin of data being processed - + - The Technical and Organisational measures used. + + Specific or special categories and instances of legal basis intended for justifying data transfers + Data Transfer Legal Basis + Georg P Krogg + David Hickey + accepted - Technical and Organisational Measure - Bud Bruegger - 2020-11-04 - 2019-04-05 + 2021-09-08 - + - Storage Location + - Location or geospatial scope where the data is stored accepted - - + The frequency or information about periods and repetitions in terms of recurrence. Harshvardhan J. Pandit - Axel Polleres - Mark Lizar - Rob Brennan - - 2019-04-05 + 2022-02-16 + Frequency - + - to delete data - Erase - - + Harshvardhan J. Pandit + Piero Bonatti + Innovative Use of New Technologies - - 2019-05-07 - + + accepted + Processing that involves use of innovative and new technologies + 2020-11-04 + - + + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) - - accepted - 2022-03-23 + Piero Bonatti Harshvardhan J. Pandit - Paul Ryan - Entity within an organisation that does not constitute as a separate legal entity - Organisational Unit - + accepted + + Automated Decision Making + 2020-11-04 + + Processing that involves automated decision making - + - Consequence - accepted - + Javier Fernández + Axel Polleres - 2022-01-26 - - Harshvardhan J. Pandit - - The consequence(s) possible or arising from specified context + + 2020-11-04 + Personal Data Handling + 2019-04-05 + + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. - + - 2022-01-19 accepted - Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data - Piero Bonatti - Anonymised Data + 2022-03-23 + + Julian Flake + Fajar Ekaputra + Harshvardhan J. Pandit + Georg P Krog + Beatriz Esteves + - - It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData. - + Impact that acts as or causes detriments + Detriment - + Harshvardhan J. Pandit - Axel Polleres - Javier Fernández Mark Lizar Bud Bruegger - - - + 2019-04-05 - Indicates use or applicability of Technical or Organisational measure - has technical and organisational measure + is explicit + The conditions for what is considered 'explicit consent' differ by norms and laws. + + accepted - 2020-11-04 - 2019-04-04 + Specifies consent is 'explicit' + - + - + + + Conduct direct marketing i.e. marketing communicated directly to the individual - accepted + Direct Marketing + Georg P Krog Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - Paul Ryan Beatriz Esteves - Immigrant - - Data subjects that are immigrants (for a jurisdiction) - - 2022-04-06 + accepted + 2020-11-04 + - + - Entity - A human or non-human 'thing' that constitutes as an entity - + - 2022-02-02 + + + 2021-09-01 + Vendor Payment + Georg P Krog + Paul Ryan + David Hickey + Harshvardhan J. Pandit + Manage payment of vendors accepted + + + + + + Beatriz Esteves + Julian Flake + Fajar Ekaputra Harshvardhan J. Pandit + Georg P Krog + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + + + + accepted + 2022-03-23 + The impact(s) possible or arising as a consequence from specified context + + Impact - + + + + Georg Krog + Paul Ryan + Harshvardhan J. Pandit + Beatriz Esteves + Representative accepted - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - 2020-11-04 - Data Protection Authority - + + A representative of a legal entity + + 2020-11-04 - - Georg Krog - Harshvardhan Pandit - Paul Ryan - - + - + Processing that takes place at large scales Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves - Paul Ryan - Georg P Krog + Piero Bonatti - - - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor - 2022-01-26 - Sub-Processor Agreement + Large Scale Processing + accepted + + + + 2020-11-04 - + - Julian Flake - Georg P. Krog - Harshvardhan J. Pandit - 2022-03-02 - Indicates the specified concepts is 'after' this concept in some context - + Audit Requested + accepted - is after + + + Harshvardhan J. Pandit - accepted + + State of an audit being requested whose outcome is not yet known + 2022-05-18 - + - 2019-05-07 - + Activity Ongoing + + - - Make Available - to transform or publish data to be used + accepted + State of an activity occuring in continuation i.e. currently ongoing + Harshvardhan J. Pandit + 2022-05-18 + + + + 2022-05-18 + has compliance status + + + Indicates the status of compliance of specified concept + accepted - + Harshvardhan J. Pandit + + - + + + + + + + + + + + + + + + + Consent Concepts + + + + Processing is necessary or required to protect vital interests of a natural person + + accepted - - Storage Condition + + Paul Ryan Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - - accepted - 2019-04-05 - Conditions required or followed regarding storage of data + Georg P Krog + 2021-04-21 + Vital Interest of Natural Person + + + + Harshvardhan J. Pandit + Georg P Krog + Location + Location may be geographic, physical, or virtual. + 2022-01-19 + + + accepted + A location is a position, site, or area where something is located - + - + + + + Customer Care Harshvardhan J. Pandit - Simon Steyskal Javier Fernandez Elmar Kiesling Axel Polleres + Simon Steyskal Fajar Ekaputra - - 2019-04-05 - - - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + accepted + + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 + - + - Non-disclosure Agreements e.g. preserving confidentiality of information + 2022-05-18 + - + accepted - - Non-Disclosure Agreement (NDA) - Axel Polleres - Rob Brennan - Mark Lizar Harshvardhan J. Pandit - 2019-04-05 + State where an audit is determined as not being required + Audit Not Required - + - - - - Axel Polleres - Rob Brennan - Mark Lizar - Harshvardhan J. Pandit accepted - - Contractual terms governing data handling within or with an entity - ContractualTerms + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + has consent notice + + 2019-04-05 + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + Specifies the notice provided in context of consent - + - Specifies the indicated entity is responsible within some context - Harshvardhan J. Pandit + - - - has responsible entity - accepted - 2022-03-02 + - + + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + accepted + 2020-11-04 + Single Sign On - + - Delivery of Goods Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling + Rob Brennan Axel Polleres - Fajar Ekaputra - - + Mark Lizar + - 2019-04-05 + + Seal + A seal or a mark indicating proof of certification to some certification or standard accepted - Deliver goods and services requested or asked by consumer - + - Georg P Krog + + + + 2022-02-12 + Necessity + Necessity can be used to express need, essentiality, requirement, or compulsion. + Paul Ryan + Julian Flake Harshvardhan J. Pandit Beatriz Esteves + Georg P Krog accepted - Communication for Customer Care - - - 2020-11-04 - - - + An indication of 'necessity' within a context + - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - + - accepted - - - + 2022-02-09 + has data processor + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - Piero Bonatti - Processing that involves systematic monitoring of individuals - Systematic Monitoring - 2020-11-04 - - - - - - Natural Person - accepted - - A human - - Harshvardhan J. Pandit - 2022-02-09 + - + + + accepted + Indiciates inclusion or applicability of a Data Processor - + - Harshvardhan Pandit - Paul Ryan - Georg Krog - - + + 2019-04-05 + + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit - Authority + Increase Service Robustness accepted - 2020-11-04 - - - An authority with the power to create or enforce laws, or determine their compliance. + Improve robustness and resilience of services - + + 2022-04-06 + + Citizen Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar + Georg P. Krog + Paul Ryan + Julian Flake + Beatriz Esteves + Data subjects that are citizens (for a jurisdiction) - 2019-04-05 - - - - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + + accepted - + - Julian Flake - Beatriz Esteves - Paul Ryan + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. Harshvardhan J. Pandit + Beatriz Esteves Georg P Krog - - - A source of data that is not publicly accessible or available - Non-Public Data Source - 2022-01-26 + + + accepted + Data Source + 2020-11-04 + The source or origin of data - + - has name - Georg P Krog - Harshvardhan J.Pandit - Beatriz Esteves - Paul Ryan - + + Impact that acts as or causes damages + accepted + + Harshvardhan J. Pandit + 2022-03-30 + Damage + + + + + Georg Krog + Paul Ryan + Harshvardhan Pandit + + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. + + accepted - - Specifies name of a legal entity 2020-11-04 + + Vulnerable Data Subject + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + - + - Specifies the entity that provisioned or provided consent - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - - - - has provision by + + + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + accepted - 2019-04-05 - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + has recipient data controller + 2022-02-09 + - + - 2022-02-02 - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + - + 2022-02-09 + Third Country + accepted - AcademicScientificOrganisation + Represents a country outside applicable or compatible jurisdiction as outlined in law Harshvardhan J. Pandit - - - + - Axel Polleres + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit - Simon Steyskal - Elmar Kiesling - Fajar Ekaputra - Javier Fernandez - User Interface Personalisation - - + Georg P. Krog + Paul Ryan + + Immigrant + 2022-04-06 + accepted + Data subjects that are immigrants (for a jurisdiction) + - 2019-04-05 + + + + + + + Harshvardhan J. Pandit + Axel Polleres + Mark Lizar + Bud Bruegger + Javier Fernández + + + 2020-11-04 + 2019-04-04 accepted - Personalise interfaces presented to the user - + Indicates association with Processing + + has processing - + + - - to study or examine the data in detail - Analyse - + accepted + to make data known + Disclose 2019-05-07 - - accepted + - + - - - accepted - Pseudo-anonymised Data + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves + Service Order Management + Manage invoicing, orders, and records in relation to services + accepted + + - 2022-01-19 - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - + + 2021-09-08 - + - - + + 2019-05-07 - Anonymise - - 2019-05-07 - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data - + Derive + accepted + + + to create new derivative data from the original data + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - - Entities_Legalrole Concepts - - - - - - - - - - - - - - - - - - - - - + + Georg P Krog + Harshvardhan J. Pandit + Beatriz + - - Indicates an identifier associated for identification or reference - 2020-11-25 + + 2021-09-08 + + + Monitor solvency of customers for financial diligence + Customer Solvency Monitoring accepted - Beatriz Esteves - Paul Ryan - Georg P Krog - Harshvardhan J.Pandit - has identifier - + - Georg P. Krog - Julian Flake - Beatriz Esteves - Paul Ryan - Harshvardhan J. Pandit + accepted - - 2022-04-06 - - - - Participant + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + Mark Lizar - Data subjects that participate in some context such as volunteers in a function + + + + 2019-04-05 + Access Control Method + Methods which restrict access to a place or resource - + - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + 2020-11-04 + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog - + Registration and Authentication + - 2020-11-25 - Harshvardhan J. Pandit - Child - The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + accepted - + Register, authenticate, and identify users or agents in context of a service - + - + + - Indicate a risk is mitigated by specified measure + + 2019-05-07 - - accepted - is mitigated by measure - 2022-02-09 - - Harshvardhan J. Pandit + to change the data without changing it into something else + + Alter - + + accepted + + - Harshvardhan J. Pandit - 2020-11-18 - Indicates use or applicability of Right - accepted - has right - + Rob Brennan + Axel Polleres + Mark Lizar + Encryption in Rest + + 2019-04-05 + Encryption of data when being stored (persistent encryption) - + - - + + accepted + Data + Harshvardhan J. Pandit + + + 2022-01-19 + A broad concept representing 'data' or 'information' + + + + Represents a notice or document outlining information regarding privacy - Combine - - - - 2019-05-07 - to join or merge data - + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + David Hickey accepted + 2021-09-08 + + Privacy Notice + - + + - + Fajar Ekaputra Elmar Kiesling Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit Simon Steyskal + Harshvardhan J. Pandit Javier Fernandez + accepted - - + Enforce Access Control + Conduct or enforce access control 2019-04-05 - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. - + - - - - Harshvardhan J. Pandit - Georg P Krog - Julian Flake - Beatriz Esteves - Paul Ryan - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - - Public Data Source - A source of data that is publicly accessible or available accepted - 2022-01-26 - - - - David Hickey - Georg P Krog Harshvardhan J. Pandit - Paul Ryan + Javier Fernandez + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Axel Polleres + + - - Manage payment of vendors - accepted - Vendor Payment - + Personalised Benefits + 2019-04-05 - - 2021-09-01 + Create and provide personalised benefits for a service - + - Mark Lizar + 2019-04-04 Bud Bruegger + Javier Fernández Harshvardhan J. Pandit - + Axel Polleres + Mark Lizar + accepted + + + + 2020-11-04 + Indicates use or applicability of Technical or Organisational measure + has technical and organisational measure + + + + 2022-04-20 + + + Credit Checking accepted - 2019-04-05 - Specifies the expiry time or duration for consent - has expiry time + + Harshvardhan J. Pandit + Monitor, perform, or assess credit worthiness or solvency - + - Fajar Ekaputra - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres + 2022-02-09 accepted - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + Harshvardhan J. Pandit - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - 2019-04-05 - Sector + The duration or temporal limitation + Duration - + - Axel Polleres - Javier Fernández - Data Subject - 2020-11-04 + Beatriz Esteves + Georg P Krog + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + - - 2019-04-05 + Indication of 'primary' or 'main' or 'core' importance + Primary Importance + 2022-02-10 accepted - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - - - The individual (or category of individuals) whose personal data is being processed - - - - - - - - - - - - - - - - Entities Concepts + - + - 2019-04-05 - has withdrawal time - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - + + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit accepted - Specifies the instant in time when consent was withdrawn + + Non-Commercial Research + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + 2019-04-05 + - + - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2020-11-04 - - - 2019-04-05 + + Legal Obligation to conduct the specified processing + Legal Obligation accepted - Legal Basis - Javier Fernández - Axel Polleres + + + + Harshvardhan J. Pandit + 2021-04-07 - + - 2022-02-09 - Beatriz Esteves + Legitimate Interests of a Data Controller in conducting specified processing + 2021-05-19 + accepted + + + + Legitimate Interest of Controller Harshvardhan J. Pandit Georg P Krog - Julian Flake Paul Ryan - An indication of 'importance' within a context - - - - Importance can be used to express importance, desirability, relevance, or significance as a context. - accepted - - Importance + - + - Improve customer-relationship management (CRM) processes - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Fajar Ekaputra - Axel Polleres + Georg P Krog Harshvardhan J. Pandit - Improve Internal CRM Processes - - + Beatriz Esteves - 2019-04-05 + Account Management + 2021-09-08 + Create, maintain, and manage accounts for purposes of providing services accepted + - + - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - 2022-03-23 - - - - - + Rob Brennan + Axel Polleres + Mark Lizar Harshvardhan J. Pandit - Georg P Krog + 2019-04-05 + accepted + Storage Deletion + + + Deletion or Erasure of data including any deletion guarantees + - + - - + 2022-01-26 + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - Was "UsageAnalytics", prefixed with Service to better reflect scope - 2020-11-04 + + accepted Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Analytics - Conduct analysis and reporting related to usage of services or products - accepted + Technology - + - 2019-04-05 + accepted + Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - accepted + A 'sub-processor' is a processor engaged by another processor + + Data Sub-Processor - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved - + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + 2020-11-25 - + - + + Conduct activities and functions for organisation's governance + + 2021-09-01 - Joint Data Controllers Agreement - Harshvardhan J. Pandit - Julian Flake - Beatriz Esteves + + accepted Paul Ryan + David Hickey Georg P Krog - 2022-01-26 - - accepted - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship - - - - - - - - - - - - - - - - - - - - - - - - - - - Entities_Datasubject Concepts - - - Harshvardhan J. Pandit - 2020-11-18 - accepted - - - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risk + Organisation Governance - + + - + Data subjects that subscribe to service(s) + note: subscriber can be customer or consumer + Subscriber + Beatriz Esteves + Georg P. Krog Paul Ryan - Georg P Krog + Julian Flake Harshvardhan J. Pandit - - Privacy Impact Assessment + accepted - 2020-11-04 - Carrying out an impact assessment regarding privacy risks + 2022-04-06 - + - 2021-09-08 - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Sell products or services - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - - + + - Sell Products + Javier Fernandez + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit accepted + Create and provide product recommendations e.g. suggest similar products + Create Product Recommendations + 2019-04-05 + - - - - - - - - - - Entities_Authority Concepts - - + + + - - - Harshvardhan J. Pandit - has personal data accepted - - Indicates association with Personal Data - 2022-01-19 - - - + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + David Hickey - accepted - - - - to keep data for future use - - Store - 2019-05-07 - + Policy + + 2021-09-08 + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - + - Harshvardhan J. Pandit - Third Party - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - 2019-06-04 - - - - accepted - - - - - Indicates information about storage condition - has storage - - - Harshvardhan J. Pandit + Javier Fernández Axel Polleres - Rob Brennan - Mark Lizar - - + + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + 2020-11-04 accepted 2019-04-05 + - - - - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. - 2019-04-05 - Bud Bruegger - Harshvardhan J. Pandit - Mark Lizar - - - Specifies the notice provided in context of consent - accepted - has consent notice - - + - 2019-04-05 - + - Staff Training + Axel Polleres Mark Lizar Harshvardhan J. Pandit Rob Brennan - + Technical Measure + Technical measures required/followed when processing data of the declared category accepted - Practices and policies regarding training of staff members + 2019-04-05 - + Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - - - + Consequence of Success - Legal Compliance - accepted - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - 2020-11-04 - - - - Harshvardhan J. Pandit - Georg P Krog - Indicates applicability of authority for a jurisdiction - - has authority - - - - 2022-01-19 - accepted - - - + + accepted - is implemented using technology - Indicates implementation details such as technologies or processes - Julian Flake - Paul Ryan - Beatriz Esteves - Harshvardhan J. Pandit - The term 'technology' is inclusive of technologies, processes, and methods. - - - 2022-01-26 - + 2022-03-23 + The consequence(s) possible or arising from success of specified context 2022-02-13 - - - - Julian Flake Beatriz Esteves + Georg P Krog Paul Ryan + Julian Flake Harshvardhan J. Pandit - Georg P Krog - Required - Indication of 'required' or 'necessary' - + Required accepted - - - - An entity that 'exports' data where exporting is considered a form of data transfer - - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - Harshvardhan Pandit - Paul Ryan - Georg Krog - David Hickey + + Indication of 'required' or 'necessary' - accepted - - Data Exporter - 2021-09-08 - - + - Authentication Protocols - Mark Lizar - Harshvardhan J. Pandit Rob Brennan Axel Polleres - - 2019-04-05 + Mark Lizar + Harshvardhan J. Pandit + - - Protocols involving validation of identity i.e. authentication of a person or information - + 2019-04-05 + + Contractual terms governing data handling within or with an entity + ContractualTerms + accepted - + - + A natural person that is not a child i.e. has attained some legally specified age of adulthood + Georg Krog - Indicates risks mitigated by this concept + + - - Harshvardhan J. Pandit - + Adult + accepted - mitigates risk - 2020-11-04 + 2022-03-30 - + - + GuidelinesPrinciple - - - Beatriz Esteves - Georg P Krog + + Harshvardhan J. Pandit - accepted - 2020-11-04 - Was commercial interest, changed to consider Marketing a separate Purpose category by itself - Marketing - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - - - - + Rob Brennan + Axel Polleres + Mark Lizar + 2019-04-05 - 2021-05-19 - Legitimate Interests of a Data Controller in conducting specified processing - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - - - - - Legitimate Interest of Controller + + Guidelines or Principles regarding processing and operational measures accepted - + - accepted + Georg P Krog Paul Ryan - Harshvardhan J. Pandit David Hickey - Georg P Krog - - - - 2021-09-01 - Organisation Risk Management - Manage risk for organisation's activities - - - - - - - accepted - - - - A region is an area or site that is considered a location Harshvardhan J. Pandit - Region - - 2022-01-19 - - - - 2022-01-19 - Data that is not Personal Data + Beatriz Esteves + Human Resources Management + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + + + - - + Manage humans and 'human resources' within the organisation for effective and efficient operations. accepted - The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. - - Harshvardhan J. Pandit - Non-Personal Data + + 2021-09-01 - + - + + - Indicates applicability of specified country + Paul Ryan + David Hickey Georg P Krog Harshvardhan J. Pandit - 2022-01-19 - + Public Relations accepted - - has country + Manage and conduct public relations processes. This includes creating goodwill for the organization. + + + 2021-09-01 - + - Deliver service as requested by user or consumer - Beatriz Esteves - Georg P Krog Harshvardhan J. Pandit - - + Context or conditions within which processing takes place - accepted + - 2021-09-08 - - Requested Service Provision + accepted + + + 2022-02-09 + Processing Context - - - - - - + + Axel Polleres Mark Lizar Harshvardhan J. Pandit Rob Brennan - Encryption + + + accepted - Technical measures consisting of encryption + + Protocols involving validation of identity i.e. authentication of a person or information + + Authentication Protocols 2019-04-05 + + + + + + + + + + Combine + to join or merge data + + 2019-05-07 + accepted - + - Elmar Kiesling - Axel Polleres - Fajar Ekaputra + accepted + 2020-11-04 Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - - Provide assistance, resolve issues, ensure satisfaction in relation to services provided + Georg P Krog + Paul Ryan - Customer Care - + - 2019-04-05 - - accepted + Consultation is a process of receiving feedback, advice, or opinion from an external agency + + Consultation - + - + + + - Indicates applicability of Risk - Indicates applicability of Risk for this concept - 2020-11-18 - has risk - + accepted Harshvardhan J. Pandit - accepted + The status or state of something + 2022-05-18 + Status - + + Georg P Krog + Paul Ryan + Harshvardhan J.Pandit + Beatriz Esteves + has address + + 2020-11-04 accepted - to process data in a way it no longer exists or cannot be repaired - - - - 2019-05-07 + - - Destruct + Specifies address of a legal entity such as street address or pin code - + + Vendor Selection Assessment + - Georg P Krog Harshvardhan J. Pandit - David Hickey Paul Ryan - + David Hickey + Georg P Krog + 2021-09-01 + Manage selection, assessment, and evaluation related to vendors + accepted - 2021-09-01 - Conduct activities and functions for organisation's governance + + + + + + + An authority tasked with overseeing legal compliance for a nation + + + + NationalAuthority accepted - Organisation Governance + Harshvardhan J. Pandit + 2022-02-02 - + - Axel Polleres - Beatriz Esteves + 2020-11-04 + accepted + + + + + Harshvardhan J. Pandit + Beatriz Esteves Georg P Krog - Fajar Ekaputra - Julian Flake + Analytics + Conduct analysis and reporting related to usage of services or products + Was "UsageAnalytics", prefixed with Service to better reflect scope + + + + to destruct or erase data + 2019-05-07 + + - 2022-03-23 - + + Remove accepted - Benefit - Impact(s) that acts as or causes benefits - - + - + Match + + 2022-04-20 + to combine, compare, or match data from different sources + - - 2019-04-05 - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra + + accepted Harshvardhan J. Pandit - Conduct or enforce access control + - - accepted - Enforce Access Control - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - - + - Georg P Krog - Paul Ryan + Activity Status + accepted Harshvardhan J. Pandit - + + + + + 2022-05-18 + Status associated with activity operations and lifecycles + + + + + + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + accepted - 2021-04-07 + Joint Data Controllers Agreement + 2022-01-26 - Processing necessary to enter into contract - - Enter Into Contract + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship - + + + + + + + + + + + + + + + + + + + + + + + + + + Base Concepts + + - Elmar Kiesling + + + Axel Polleres - Fajar Ekaputra + Mark Lizar Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez + Rob Brennan + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance accepted + 2019-04-05 + + + Certification + + + + Destruct + - - Research and Development - - Conduct research and development for new methods, products, or services + accepted + 2019-05-07 - 2019-04-05 + + + to process data in a way it no longer exists or cannot be repaired - + - + Beatriz Esteves + Georg P Krog + Harshvardhan J. Pandit - accepted + + 2020-11-04 + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Marketing - Harshvardhan J. Pandit - - Personalisation - 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 - Create and provide customisation based on attributes and/or needs of person(s) or context(s). + Was commercial interest, changed to consider Marketing a separate Purpose category by itself + accepted + - + - accepted - 2019-04-05 - Specifies the instant in time when consent was given + Indicates an identifier associated for identification or reference + has identifier + Georg P Krog + Paul Ryan + Harshvardhan J.Pandit + Beatriz Esteves - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - has provision time + accepted + 2020-11-25 - + + + Organisational measures required/followed when processing data of the declared category + - - + + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan accepted - - 2019-05-07 - - - - Consult - to consult or query data + Organisational Measure + 2019-04-05 - + accepted + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Impact Assessment for conducting data transfers + + - Records of personal data processing, whether ex-ante or ex-post - Harshvardhan J. Pandit + Data Transfer Impact Assessment 2021-09-08 - - Data Processing Records - - + + 2022-05-18 + Compliant - - - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra - Harshvardhan J. Pandit + + State of being fully compliant accepted - Service Provision - Provide service or product or activities - - 2019-04-05 - - - - Access Control Method - - - - - Axel Polleres - Mark Lizar Harshvardhan J. Pandit - Rob Brennan - Methods which restrict access to a place or resource - accepted - 2019-04-05 + - + + + Beatriz Esteves + Georg P. Krog + Paul Ryan + Julian Flake Harshvardhan J. Pandit - 2021-04-07 - Legal Obligation to conduct the specified processing - Legal Obligation - - + 2022-04-06 + accepted + + Data subjects that are clients or recipients of services - accepted - + Client + - + - - accepted + Paul Ryan + Julian Flake + Harshvardhan J. Pandit + Beatriz Esteves + Axel Polleres + modified + - - - Transfer - - + + Indicates implementation details such as entities or agents + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + + 2022-01-26 + is implemented by entity 2019-05-07 - - to move data from one place to another - + + + + + + + + + + + + Entities Concepts + + + + Harshvardhan J. Pandit - + 2022-01-26 - Technical Service Provision - - - Manage and provide technical processes and functions necessary for delivering services + accepted - 2021-09-08 + Consequence + The consequence(s) possible or arising from specified context + - + - 2022-01-26 - - - - The involvement of humans in specified context - Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + + Julian Flake + Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit - Human Involvement - + Georg P Krog + Axel Polleres + Impact(s) that acts as or causes benefits accepted + 2022-03-23 + + Benefit + + - + - - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - 2022-01-19 + + + accepted - Derived Personal Data + 2019-05-07 - - - - Personal Data that is obtained or derived from other data - Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. - + + + Restrict + to apply a restriction on the processsing of specific records - + - accepted - - Context or conditions within which processing takes place - + + Non-Disclosure Agreement (NDA) + + + Mark Lizar Harshvardhan J. Pandit - - Processing Context - 2022-02-09 + Rob Brennan + Axel Polleres + Non-disclosure Agreements e.g. preserving confidentiality of information + accepted + 2019-04-05 - + - 2021-09-08 - - - - Georg P Krogg - David Hickey + + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + Mark Lizar accepted + 2019-04-05 + Storage Restoration - Data Transfer Legal Basis - Specific or special categories and instances of legal basis intended for justifying data transfers - + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + - + - Privacy by Default - - + Rob Brennan Axel Polleres Mark Lizar Harshvardhan J. Pandit - Rob Brennan + 2019-04-05 + + + + Location or geospatial scope where the data is stored + accepted + Storage Location + + + + + + + + Share accepted - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + 2019-05-07 - 2019-04-05 + to give data (or a portion of it) to others + - + - - - Conduct direct marketing i.e. marketing communicated directly to the individual - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - 2020-11-04 - Direct Marketing + Data Processor + accepted - + 2019-06-04 + + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + Harshvardhan J. Pandit + + - + + An indication of 'importance' within a context + Beatriz Esteves + Georg P Krog + Julian Flake Paul Ryan Harshvardhan J. Pandit - Georg P Krog + Importance + Importance can be used to express importance, desirability, relevance, or significance as a context. - - 2021-04-21 - Processing is necessary or required to protect vital interests of a natural person - + + 2022-02-09 + accepted - Vital Interest of Natural Person - + - 2022-02-02 - - Organisation + Harshvardhan J. Pandit - - A general term reflecting a company or a business or a group acting as a unit - accepted + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + Axel Polleres + Simon Steyskal + + Academic Research + accepted + Conduct or assist with research conducted in an academic context e.g. within universities + + 2019-04-05 - + - Damage - - 2022-03-30 + + + accepted Harshvardhan J. Pandit - - accepted - - Impact that acts as or causes damages + State of an activity that has completed i.e. is fully in the past + 2022-05-18 + + Activity Completed - + - + + accepted + Bud Bruegger + Harshvardhan J. Pandit + Mark Lizar + Specifies the expiry time or duration for consent + + + has expiry time + 2019-04-05 + + + + Legal Basis - - has technical measure + + The Legal basis used to justify processing of personal data accepted - 2022-02-09 - Harshvardhan J. Pandit + 2020-11-04 + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2019-04-05 - Indicates use or applicability of Technical measure + Javier Fernández + Axel Polleres - + - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - Fajar Ekaputra + Beatriz Esteves + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - 2019-04-05 - - + Julian Flake + Participant + + 2022-04-06 - + + accepted - - Detect and prevent fraud - Fraud Prevention and Detection + Data subjects that participate in some context such as volunteers in a function - + - SupraNationalAuthority + + 2022-02-09 + has third country Harshvardhan J. Pandit - - - - + Georg P Krog + Indicates applicability or relevance of a 'third country' - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU - 2022-02-02 + + accepted - + - + - has legal basis - Axel Polleres - Javier Fernández - - + + + International Organisation + + Julian Flake + Georg P. Krog + 2022-03-23 accepted - 2019-04-04 - Indicates use or applicability of a Legal Basis - 2020-11-04 + An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries + - + - accepted - Fajar Ekaputra Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez - Elmar Kiesling - Axel Polleres - - - + Beatriz + Georg P Krog + + Manage customer orders + - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing services - Service Personalization - 2019-04-05 - + + 2021-09-08 + + accepted + Customer Order Management - + - + + + accepted + Beatriz + Georg P Krog + Harshvardhan J. Pandit + + Customer Management + + 2021-09-08 + Manage past, current, and future customers + + + + + + Processing is necessary or beneficial for interest of the public or society at large Harshvardhan J. Pandit - 2022-01-19 - + 2021-04-21 + Public Interest + accepted - A political union of two or more countries with an establishment of common authority - SupraNationalUnion - + + - - 2019-05-07 - - + accepted + Paul Ryan + Harshvardhan J. Pandit + David Hickey + Georg P Krog + Safeguard for Data Transfer + 2021-09-22 - Structure + Represents a safeguard used for data transfer. Can include technical or organisational measures. + + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Processing necessary to enter into contract + + + + + accepted - to arrange data according to a structure + Enter Into Contract + 2021-04-07 - + - - - + + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - has frequency - 2022-02-16 accepted - Indicates the frequency with which something takes place + 2022-02-09 + + + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + + has data exporter - + - - - to destruct or erase data + + accepted - Remove - - 2019-05-07 + Harshvardhan J. Pandit - + Status associated with Auditing or Investigation + 2022-05-18 + + Audit Status - + + Indicates the logic used in processing such as for automated decision making + accepted + 2020-11-04 Harshvardhan J. Pandit - David Hickey + Georg P. Krog Paul Ryan - Georg P Krog + + has algorithmic logic - - - 2021-09-01 - Record Management - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - accepted - + - + + - - 2019-05-07 - Restrict + Paul Ryan + Harshvardhan J. Pandit + + Personnel Management + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries accepted - to apply a restriction on the processsing of specific records - - + 2022-03-30 + - + + - Harshvardhan J. Pandit - 2022-02-16 + + 2019-05-07 accepted - Frequency + to send out data + Transmit - The frequency or information about periods and repetitions in terms of recurrence. + - + - - - - Customer Order Management - Harshvardhan J. Pandit - Beatriz - Georg P Krog - 2021-09-08 - - - Manage customer orders + Piero Bonatti + Harshvardhan J. Pandit accepted + Processing that involves evaluation and scoring of individuals + + + 2020-11-04 + + Evaluation and Scoring + - + - Harshvardhan J. Pandit - Axel Polleres - Julian Flake - Beatriz Esteves Paul Ryan - - - is implemented by entity - modified - 2019-05-07 + Harshvardhan J. Pandit + Georg P Krog + accepted - 2022-01-26 - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - Indicates implementation details such as entities or agents - + + + + + Impact Assessment + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + 2020-11-04 - + - Harshvardhan J. Pandit - Simon Steyskal - Javier Fernandez + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + accepted Elmar Kiesling - Axel Polleres + Simon Steyskal Fajar Ekaputra - Optimise services or activities - + Axel Polleres + Harshvardhan J. Pandit + Javier Fernandez 2019-04-05 - + Sector - Service Optimization - accepted - Subclass of ServiceProvision since optimisation is usually considered part of providing services - + - - Rob Brennan - Paul Ryan - + Beatriz Esteves + Georg P Krog + Harshvardhan J. Pandit + - - has data protection officer - 2022-03-02 - - accepted - Specifices an associated data protection officer - - - - 2022-01-19 + + + Payment + Process payment transactions in relation to service + 2020-11-04 accepted - Data - - - A broad concept representing 'data' or 'information' - Harshvardhan J. Pandit - + - A political union of two or more countries based on economic or trade agreements - Harshvardhan J. Pandit - EconomicUnion - 2022-01-19 + A political union of two or more countries with an establishment of common authority - + 2022-01-19 + SupraNationalUnion accepted + Harshvardhan J. Pandit + - + - accepted - - + + - to adjust the data to be in relation to another data - Align - 2019-05-07 - + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + accepted + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices + 2019-04-05 - + - - is policy for - Indicates the context or application of policy + accepted + Georg P Krog + Paul Ryan + Harshvardhan J.Pandit + Beatriz Esteves + + 2020-11-04 - 2022-01-26 - accepted - - Harshvardhan J. Pandit + Specifies contact details of a legal entity such as phone or email + + has contact - + - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit - has algorithmic logic - 2020-11-04 - Indicates the logic used in processing such as for automated decision making - + Georg P Krog + has personal data handling + + + Indicates association with Personal Data Handling + 2022-01-19 accepted - - + - PseudoAnonmyization or '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; - Rob Brennan - Axel Polleres - Mark Lizar + 2022-01-26 + Georg P Krog + Paul Ryan + Julian Flake Harshvardhan J. Pandit + Beatriz Esteves + + + + A source of data that is not publicly accessible or available - 2019-04-05 + accepted + Non-Public Data Source + + + - Pseudo-Anonymization + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + accepted - - + Policy regarding repetition or renewal of existing certification(s) + 2019-04-05 + + Regularity of Re-certification - + - Organisational measures required/followed when processing data of the declared category - Axel Polleres - Mark Lizar + accepted + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service Harshvardhan J. Pandit Rob Brennan - accepted - Organisational Measure + Axel Polleres + Mark Lizar 2019-04-05 - + Privacy by Default + - + + + + Harshvardhan J. Pandit + Rob Brennan + Axel Polleres + Mark Lizar + 2019-04-05 + Storage Duration + accepted - has context - + + + Duration or temporal limitation on storage of personal data + + + + + + 2022-05-18 + + State of an activity that was occuring in the past, and has been halted or paused or stoped + accepted + Harshvardhan J. Pandit + Activity Halted - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 - - + + - + 2022-03-30 + + Targeted Advertising + accepted + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals Harshvardhan J. Pandit - Georg P Krog + + + + + Georg P. Krog Paul Ryan - Julian Flake - Beatriz Esteves - Secondary Importance - + Harshvardhan J. Pandit + accepted - 2022-02-11 - Indication of 'secondary' or 'minor' or 'auxiliary' importance + + + 2022-02-09 + + has recipient third party + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + accepted + 2022-02-02 + + An organisation not part of or independent from the government Harshvardhan J. Pandit - An organisation not part of or independent from the government - accepted - 2022-02-02 - NonGovernmentalOrganisation - + NonGovernmentalOrganisation - + - + Management and execution of payment of personnel + + Personnel Payment + accepted Harshvardhan J. Pandit - David Hickey - Paul Ryan - Georg P Krog + - - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - 2021-09-01 - Manage communication or provide means for communication e.g. to send an email notifying some information - Communication Management - accepted + 2022-04-20 - + - - 2022-03-30 + mitigates risk + + Indicates risks mitigated by this concept + + - - Adult accepted - A natural person that is not a child i.e. has attained some legally specified age of adulthood - Georg Krog - + 2020-11-04 + Harshvardhan J. Pandit - + - - Manage humans and 'human resources' within the organisation for effective and efficient operations. - + + accepted + + + + Code of Conduct Harshvardhan J. Pandit - Beatriz Esteves - David Hickey - Paul Ryan - Georg P Krog + Rob Brennan + Axel Polleres + Mark Lizar + 2019-04-05 + A set of rules or procedures outlining the norms and practices for conducting activities + + + + Fajar Ekaputra + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + 2019-04-05 + Sell data or information relevant to insights obtained from analysis of data + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + - - 2021-09-01 - Human Resources Management + + Sell Insights from Data + accepted - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. - + + Harshvardhan J. Pandit - 2020-11-25 - Harshvardhan J. Pandit - - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - + + 2021-04-07 - A 'sub-processor' is a processor engaged by another processor + Contract accepted - Data Sub-Processor + + + Creation, completion, fulfilment, or performance of a contract involving specified processing - + - - - - - 2022-01-19 - - - Personal Data that is obtained through inference from other data + has purpose + Axel Polleres + Bud Bruegger + Mark Lizar + Javier Fernández Harshvardhan J. Pandit - Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. - Inferred Personal Data - accepted + 2020-11-04 + 2019-04-04 + + accepted + + + + Indicates association with Purpose - + - - Legal Entity - + accepted + 2020-11-04 + Paul Ryan Harshvardhan J. Pandit + Georg P Krog + + Consultation with an authority or authoritative entity - accepted - 2019-04-05 - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + Consultation with Authority + - + - - Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Data Transfer Impact Assessment - 2021-09-08 + + accepted + 2022-02-02 - + A general term reflecting a company or a business or a group acting as a unit - Impact Assessment for conducting data transfers - accepted + Organisation + Harshvardhan J. Pandit + - + - - + + Inferred Personal Data + + 2022-01-19 + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + + accepted - Mark Lizar + Personal Data that is obtained through inference from other data Harshvardhan J. Pandit - Rob Brennan - Axel Polleres - De-Identification - - Removal of identity or information to reduce identifiability - 2019-04-05 - + + - + + 2019-05-07 + + to keep data for future use + - - Harshvardhan J. Pandit - - 2022-02-09 - - 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 accepted + + Store + - + - Creation, completion, fulfilment, or performance of a contract involving specified processing - accepted - 2021-04-07 - Contract - - - + + Personalisation + Create and provide customisation based on attributes and/or needs of person(s) or context(s). Harshvardhan J. Pandit + + 2021-09-01 + 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 + accepted - + - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy - 2019-04-05 - Bud Bruegger Harshvardhan J. Pandit - Mark Lizar - + Georg P Krog + Paul Ryan + David Hickey + + Manage risk for organisation's activities + + + + 2021-09-01 + Organisation Risk Management accepted - Specifies the justification for entity providing consent - has provision by justification - - + - 2020-11-04 - Large Scale Processing - - accepted - Processing that takes place at large scales - - - - Harshvardhan J. Pandit - Piero Bonatti + A set of rules or guidelines outlining criterias for design + Design Standard + Axel Polleres + Mark Lizar + Harshvardhan J. Pandit + Rob Brennan + + + + + accepted + 2019-04-05 - + + 2022-05-18 - - has organisational measure - - Indicates use or applicability of Organisational measure + + Indicates the status of activity of specified concept + accepted - 2022-02-09 Harshvardhan J. Pandit + has activity status - + - + Counter Money Laundering + 2022-04-20 + + - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit + accepted - 2022-02-09 - - has data processor - - Indiciates inclusion or applicability of a Data Processor + Harshvardhan J. Pandit + Detect and prevent or mitigate money laundering - + - + - + Conduct research and development for new methods, products, or services + 2019-04-05 + Axel Polleres + Simon Steyskal + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Fajar Ekaputra + accepted - 2019-05-07 - Obtain - to solicit or gather data from someone - + Research and Development - + - + 2019-11-26 + - 2022-03-30 Harshvardhan J. Pandit - Impact that acts as or causes material damages - Material Damage - + Rudy Jacob + Create Personalized Recommendations + + Create and provide personalised recommendations accepted + - + - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + + Analyse + 2019-05-07 + + to study or examine the data in detail + - Harshvardhan J. Pandit - 2022-01-26 - - Technology accepted + + - + - - - - Records of Activities + + + 2022-04-20 + Personnel Hiring + Management and execution of hiring processes of personnel + accepted - Paul Ryan - Georg P Krog Harshvardhan J. Pandit - - Records of activities within some context such as maintainence tasks or governance functions - 2021-09-08 + - + + + Profiling + - Harshvardhan J. Pandit - - GovernmentalOrganisation - - 2022-02-02 - An organisation managed or part of government - accepted + 2019-05-07 + + to create a profile that describes or represents a person + - + - - - accepted - Processing that involves use of innovative and new technologies - Innovative Use of New Technologies + + + + Complete Anonymisation Harshvardhan J. Pandit - Piero Bonatti - - - 2020-11-04 + + + 2022-02-09 + 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 - + + + Create Event Recommendations - The duration or temporal limitation - accepted - 2022-02-09 + + 2019-11-26 + Create and provide personalised recommendations for events Harshvardhan J. Pandit - Duration + Rudy Jacob + accepted + - + - - Personal Data that has been collected from another source such as the Data Subject - 2022-03-30 + Bud Bruegger + Harshvardhan J. Pandit + Mark Lizar + has provision time + Specifies the instant in time when consent was given + 2019-04-05 - - accepted - Collected Personal Data - To indicate the source of data, use the DataSource concept with the hasDataSource relation - - Harshvardhan J. Pandit + + accepted - + + accepted + - Non-Material Damage - accepted - Impact that acts as or causes non-material damages - - 2022-03-30 - Harshvardhan J. Pandit - + to arrange data according to a structure + + 2019-05-07 + + Structure - + - - - + has applicable law + Harshvardhan J. Pandit + 2022-01-19 accepted - Disseminate - - 2019-05-07 - to spread data throughout - + Indicates applicability of a Law + + + diff --git a/dpv-skos/dpv.ttl b/dpv-skos/dpv.ttl index c0199cd18..df1c88d72 100644 --- a/dpv-skos/dpv.ttl +++ b/dpv-skos/dpv.ttl @@ -85,6 +85,66 @@ dpvs:Acquire a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Acquire"@en . +dpvs:ActivityCompleted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Completed"@en . + +dpvs:ActivityHalted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Halted"@en . + +dpvs:ActivityOngoing a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Ongoing"@en . + +dpvs:ActivityProposed a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Proposed"@en . + +dpvs:ActivityStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Status"@en . + dpvs:Adapt a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -216,6 +276,18 @@ dpvs:Anonymization a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Anonymization"@en . +dpvs:AntiTerrorismOperations a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:EnforceSecurity ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Anti-Terrorism Operations"@en . + dpvs:Applicant a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -244,6 +316,78 @@ dpvs:Assessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Assessment"@en . +dpvs:AuditApproved a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of being approved through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Approved"@en . + +dpvs:AuditNotRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Not Required"@en . + +dpvs:AuditRejected a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Rejected"@en . + +dpvs:AuditRequested a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Requested"@en . + +dpvs:AuditRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Required"@en . + +dpvs:AuditStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Status"@en . + dpvs:AuthenticationProtocols a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -302,6 +446,7 @@ dpvs:AutomatedDecisionMaking a rdfs:Class, skos:broaderTransitive dpvs:ProcessingContext ; skos:definition "Processing that involves automated decision making"@en ; skos:inScheme dpv: ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en . dpvs:Benefit a rdfs:Class, @@ -513,6 +658,30 @@ dpvs:CompleteAnonymisation a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Complete Anonymisation"@en . +dpvs:ComplianceStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliance Status"@en . + +dpvs:Compliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of being fully compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliant"@en . + dpvs:Consent a rdfs:Class, skos:Concept, dpvs:LegalBasis ; @@ -719,6 +888,18 @@ dpvs:Copy a rdfs:Class, skos:prefLabel "Copy"@en ; skos:related svpr:Copy . +dpvs:CounterMoneyLaundering a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:FraudPreventionAndDetection ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Counter Money Laundering"@en . + dpvs:Country a rdfs:Class, skos:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -779,6 +960,18 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:CreditChecking a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:CustomerSolvencyMonitoring ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Credit Checking"@en . + dpvs:Customer a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -1513,6 +1706,18 @@ dpvs:Frequency a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Frequency"@en . +dpvs:Generate a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Obtain ; + skos:definition "to generate or create data"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Generate"@en . + dpvs:GeneratedPersonalData a rdfs:Class, skos:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -1716,6 +1921,18 @@ dpvs:ImproveInternalCRMProcesses a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Improve Internal CRM Processes"@en . +dpvs:Incompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Incompliant"@en . + dpvs:IncreaseServiceRobustness a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -1746,6 +1963,19 @@ dpvs:IndustryConsortium a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "IndustryConsortium"@en . +dpvs:Infer a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Derive ; + skos:definition "to infer data from existing data"@en ; + skos:inScheme dpv: ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en . + dpvs:InferredPersonalData a rdfs:Class, skos:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -2033,6 +2263,19 @@ dpvs:Marketing a rdfs:Class, skos:note "Was commercial interest, changed to consider Marketing a separate Purpose category by itself"@en ; skos:prefLabel "Marketing"@en . +dpvs:Match a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Use ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Match"@en . + dpvs:MaterialDamage a rdfs:Class, skos:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -2246,6 +2489,18 @@ dpvs:NonPublicDataSource a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Non-Public Data Source"@en . +dpvs:NotCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Not Compliant"@en . + dpvs:NotRequired a rdfs:Class, skos:Concept, dpvs:Context ; @@ -2483,6 +2738,18 @@ dpvs:PIA a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Privacy Impact Assessment"@en . +dpvs:PartiallyCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Partially Compliant"@en . + dpvs:Participant a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -2602,6 +2869,18 @@ dpvs:PersonalisedBenefits a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Personalised Benefits"@en . +dpvs:PersonnelHiring a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Hiring"@en . + dpvs:PersonnelManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -2616,6 +2895,18 @@ dpvs:PersonnelManagement a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Personnel Management"@en . +dpvs:PersonnelPayment a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Payment"@en . + dpvs:Policy a rdfs:Class, skos:Concept, dpvs:TechnicalOrganisationalMeasure ; @@ -3424,6 +3715,18 @@ dpvs:StaffTraining a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Staff Training"@en . +dpvs:Status a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Context ; + skos:definition "The status or state of something"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Status"@en . + dpvs:StorageCondition a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -3868,6 +4171,18 @@ dpvs:VendorSelectionAssessment a rdfs:Class, skos:inScheme dpv: ; skos:prefLabel "Vendor Selection Assessment"@en . +dpvs:ViolationOfCompliance a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State where objectives have been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Violation of Compliance"@en . + dpvs:Visitor a rdfs:Class, skos:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -3964,12 +4279,12 @@ dpvs:VulnerableDataSubject a rdfs:Class, "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpvs" ; - vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv/dpv-skos#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpvs:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -4015,25 +4330,46 @@ dpvs:ConsentConcepts a skos:Collection ; dpvs:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpvs:AlgorithmicLogic, + skos:member dpvs:ActivityCompleted, + dpvs:ActivityHalted, + dpvs:ActivityOngoing, + dpvs:ActivityProposed, + dpvs:ActivityStatus, + dpvs:AlgorithmicLogic, + dpvs:AuditApproved, + dpvs:AuditNotRequired, + dpvs:AuditRejected, + dpvs:AuditRequested, + dpvs:AuditRequired, + dpvs:AuditStatus, + dpvs:ComplianceStatus, + dpvs:Compliant, dpvs:Context, dpvs:Duration, dpvs:Frequency, dpvs:HumanInvolvement, dpvs:Importance, + dpvs:Incompliant, dpvs:Necessity, + dpvs:NotCompliant, dpvs:NotRequired, dpvs:Optional, + dpvs:PartiallyCompliant, dpvs:PrimaryImportance, dpvs:Required, dpvs:SecondaryImportance, + dpvs:Status, dpvs:Technology, + dpvs:ViolationOfCompliance, + dpvs:hasActivityStatus, dpvs:hasAlgorithmicLogic, + dpvs:hasComplianceStatus, dpvs:hasContext, dpvs:hasDuration, dpvs:hasFrequency, dpvs:hasHumanInvolvement, dpvs:hasIdentifier, + dpvs:hasStatus, dpvs:isAfter, dpvs:isBefore, dpvs:isImplementedByEntity, @@ -4187,7 +4523,10 @@ dpvs:ProcessingConcepts a skos:Collection ; dpvs:DiscloseByTransmission, dpvs:Disseminate, dpvs:Erase, + dpvs:Generate, + dpvs:Infer, dpvs:MakeAvailable, + dpvs:Match, dpvs:Move, dpvs:Obtain, dpvs:Organise, @@ -4231,12 +4570,15 @@ dpvs:PurposesConcepts a skos:Collection ; skos:member dpvs:AcademicResearch, dpvs:AccountManagement, dpvs:Advertising, + dpvs:AntiTerrorismOperations, dpvs:CommercialResearch, dpvs:CommunicationForCustomerCare, dpvs:CommunicationManagement, + dpvs:CounterMoneyLaundering, dpvs:CreateEventRecommendations, dpvs:CreatePersonalizedRecommendations, dpvs:CreateProductRecommendations, + dpvs:CreditChecking, dpvs:CustomerCare, dpvs:CustomerClaimsManagement, dpvs:CustomerManagement, @@ -4269,7 +4611,9 @@ dpvs:PurposesConcepts a skos:Collection ; dpvs:Personalisation, dpvs:PersonalisedAdvertising, dpvs:PersonalisedBenefits, + dpvs:PersonnelHiring, dpvs:PersonnelManagement, + dpvs:PersonnelPayment, dpvs:PublicRelations, dpvs:Purpose, dpvs:RecordManagement, @@ -4376,6 +4720,18 @@ dpvs:Technical_Organisational_MeasuresConcepts a skos:Collection ; dpvs:hasTechnicalOrganisationalMeasure, dpvs:isPolicyFor . +dpvs:hasActivityStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ActivityStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has activity status"@en . + dpvs:hasAddress a rdf:Property, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -4426,6 +4782,18 @@ dpvs:hasAuthority a rdf:Property, skos:inScheme dpv: ; skos:prefLabel "has authority"@en . +dpvs:hasComplianceStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ComplianceStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has compliance status"@en . + dpvs:hasConsentNotice a rdf:Property, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4625,7 +4993,7 @@ dpvs:hasIdentifier a rdf:Property, dpvs:hasImpact a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -4641,7 +5009,7 @@ dpvs:hasImpact a rdf:Property, dpvs:hasImpactOn a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -5219,6 +5587,17 @@ dpvs:hasDataController a rdf:Property, skos:inScheme dpv: ; skos:prefLabel "has data controller"@en . +dpvs:hasStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:Status ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has status"@en . + dpvs:hasRecipient a rdf:Property, skos:Concept ; dct:created "2019-04-04"^^xsd:date ; diff --git a/dpv-skos/index.html b/dpv-skos/index.html index 76b6efddb..a00e40ee8 100644 --- a/dpv-skos/index.html +++ b/dpv-skos/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv", title: "DPV-SKOS: Data Privacy Vocabulary (DPV) in SKOS+RDF", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv/dpv-skos", @@ -4386,12 +4386,15 @@

              Classes

              Academic Research | Account Management | Advertising | + Anti-Terrorism Operations | Commercial Research | Communication for Customer Care | Communication Management | + Counter Money Laundering | Create Event Recommendations | Create Personalized Recommendations | Create Product Recommendations | + Credit Checking | Customer Care | Customer Claims Management | Customer Management | @@ -4424,7 +4427,9 @@

              Classes

              Personalisation | Personalised Advertising | Personalised Benefits | + Personnel Hiring | Personnel Management | + Personnel Payment | Public Relations | Purpose | Record Management | @@ -4587,6 +4592,45 @@

              Advertising

Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -14102,7 +15270,7 @@

has impact

Created:
Contributor(s):
Created:
Contributor(s):
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
Narrower than: + dpvs:EnforceSecurity +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

@@ -4725,6 +4769,45 @@

Communication Management

+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
Narrower than: + dpvs:FraudPreventionAndDetection +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

@@ -4867,6 +4950,45 @@

Create Product Recommendations

+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
Narrower than: + dpvs:CustomerSolvencyMonitoring +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

@@ -6322,6 +6444,45 @@

Personalised Benefits

+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
Narrower than: + dpvs:PersonnelManagement +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

@@ -6368,6 +6529,45 @@

Personnel Management

+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
Narrower than: + dpvs:PersonnelManagement +
Instance of:dpvs:Purpose
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

@@ -7543,7 +7743,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -8236,26 +8439,26 @@

Erase

-
-

Make Available

+
+

Generate

- + - + - + @@ -8263,38 +8466,38 @@

Make Available

- - + + - - + +
IRI`https://w3id.org/dpv/dpv-skos#MakeAvailable``https://w3id.org/dpv/dpv-skos#Generate`
Term:MakeAvailableGenerate
Definition:to transform or publish data to be usedto generate or create data
Narrower than: - dpvs:Disclose + dpvs:Obtain
dpvs:Processing
Source: - GDPR Art.4-2 - Created:
Created:Contributor(s): + Harshvardhan J. Pandit +
-
-

Move

+
+

Infer

- + - + - + @@ -8302,44 +8505,42 @@

Move

- - + + - + - +
IRI`https://w3id.org/dpv/dpv-skos#Move``https://w3id.org/dpv/dpv-skos#Infer`
Term:MoveInfer
Definition:to move data from one location to another including deleting the original copyto infer data from existing data
Narrower than: - dpvs:Transfer + dpvs:Derive
dpvs:Processing
Source: - SPECIAL Project - Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
See Also:Contributor(s): - svpr:Move + Harshvardhan J. Pandit
-
-

Obtain

+
+

Make Available

- + - + - + @@ -8359,26 +8560,26 @@

Obtain

IRI`https://w3id.org/dpv/dpv-skos#Obtain``https://w3id.org/dpv/dpv-skos#MakeAvailable`
Term:ObtainMakeAvailable
Definition:to solicit or gather data from someoneto transform or publish data to be used
Narrower than: - dpvs:Processing + dpvs:Disclose
-
-

Organise

+
+

Match

- + - + - + @@ -8388,63 +8589,192 @@

Organise

- + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Organise``https://w3id.org/dpv/dpv-skos#Match`
Term:OrganiseMatch
Definition:to organize data for arranging or classifyingto combine, compare, or match data from different sources
Narrower than: - dpvs:Processing + dpvs:Use
Source: - GDPR Art.4-2 + A29WP WP 248 rev.01 Guideliens on DPIA
Created:
Contributor(s): + Harshvardhan J. Pandit +
-
-

Processing

+
+

Move

- + - + - + - + - - - - - - + + - + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Processing``https://w3id.org/dpv/dpv-skos#Move`
Term:ProcessingMove
Definition:The processing performed on personal datato move data from one location to another including deleting the original copy
Source:Narrower than: - SPECIAL Project + dpvs:Transfer
Created:
Modified:Instance of:dpvs:Processing
Contributor(s):Source: - Axel Polleres, - Javier Fernández + SPECIAL Project
Created:
See Also: - spl:AnyProcessing + svpr:Move
-
+
+

Obtain

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Obtain`
Term:Obtain
Definition:to solicit or gather data from someone
Narrower than: + dpvs:Processing +
Instance of:dpvs:Processing
Source: + GDPR Art.4-2 +
Created:
+
+
+

Organise

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Organise`
Term:Organise
Definition:to organize data for arranging or classifying
Narrower than: + dpvs:Processing +
Instance of:dpvs:Processing
Source: + GDPR Art.4-2 +
Created:
+
+
+

Processing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Processing`
Term:Processing
Definition:The processing performed on personal data
Source: + SPECIAL Project +
Created:
Modified:
Contributor(s): + Axel Polleres, + Javier Fernández +
See Also: + spl:AnyProcessing +
+
+

Profiling

@@ -11872,41 +12202,59 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

-
-

Algorithmic Logic

+
+

Activity Completed

- + - + - + @@ -11914,12 +12262,519 @@

Algorithmic Logic

- - + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AlgorithmicLogic``https://w3id.org/dpv/dpv-skos#ActivityCompleted`
Term:AlgorithmicLogicActivityCompleted
Definition:The algorithmic logic applied or usedState of an activity that has completed i.e. is fully in the past
Narrower than: - dpvs:Context + dpvs:ActivityStatus
dpvs:Context
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Halted

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityHalted`
Term:ActivityHalted
Definition:State of an activity that was occuring in the past, and has been halted or paused or stoped
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Ongoing

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityOngoing`
Term:ActivityOngoing
Definition:State of an activity occuring in continuation i.e. currently ongoing
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Proposed

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityProposed`
Term:ActivityProposed
Definition:State of an activity being proposed or planned i.e. yet to occur
Narrower than: + dpvs:ActivityStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Activity Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Algorithmic Logic

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AlgorithmicLogic`
Term:AlgorithmicLogic
Definition:The algorithmic logic applied or used
Narrower than: + dpvs:Context +
Instance of:dpvs:Context
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
Narrower than: + dpvs:AuditStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
Narrower than: + dpvs:Status +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + + + + - + @@ -12119,6 +12974,45 @@

Importance

IRI`https://w3id.org/dpv/dpv-skos#Compliant`
Term:Compliant
Definition:State of being fully compliant
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s):
+
+

Incompliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Incompliant`
Term:Incompliant
Definition:State of not being compliant
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Necessity

@@ -12166,6 +13060,45 @@

Necessity

+
+

Not Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#NotCompliant`
Term:NotCompliant
Definition:State of not being compliant where objectives have not been met, but have not been violated
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Not Required

@@ -12252,6 +13185,45 @@

Optional

+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

@@ -12381,6 +13353,45 @@

Secondary Importance

+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#Status`
Term:Status
Definition:The status or state of something
Narrower than: + dpvs:Context +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

@@ -12414,23 +13425,104 @@

Technology

+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
Narrower than: + dpvs:ComplianceStatus +
Instance of:dpvs:Context
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Sub-Property Of: + dpvs:hasStatus +
Range:dpvs:ActivityStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -12466,6 +13558,45 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Sub-Property Of: + dpvs:hasStatus +
Range:dpvs:ComplianceStatus
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -12635,6 +13766,39 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv/dpv-skos#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Range:dpvs:Status
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -12817,6 +13981,10 @@

Automated Decision Making

dpvs:ProcessingContext + + + + - + @@ -14145,7 +15313,7 @@

has impact on

- + @@ -15879,47 +17047,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv-skos/modules/base.jsonld b/dpv-skos/modules/base.jsonld index b34addfe9..d3455aa9d 100644 --- a/dpv-skos/modules/base.jsonld +++ b/dpv-skos/modules/base.jsonld @@ -1,14 +1,14 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#Purpose", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -17,15 +17,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -44,11 +35,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -58,37 +44,39 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-18" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -96,38 +84,82 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Right" + "@language": "en", + "@value": "Indicates association with Personal Data Handling" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "has personal data handling" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -138,10 +170,20 @@ "@value": "2019-04-05" } ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan Pandit" + } + ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -155,27 +197,37 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Data" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Basis" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -209,11 +261,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -221,7 +268,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -233,18 +280,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Right", + "@id": "https://w3id.org/dpv/dpv-skos#Risk", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -257,13 +304,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -280,32 +321,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" + "@value": "Risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -314,6 +355,15 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -322,14 +372,14 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -341,18 +391,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@value": "has data controller" } ] }, @@ -423,7 +468,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@id": "https://w3id.org/dpv/dpv-skos#Recipient", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -450,7 +495,10 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -472,53 +520,52 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Recipient" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#hasRight", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Right" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -527,83 +574,21 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Data" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "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-01-19" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Indicates association with Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has personal data" + "@value": "has right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -644,7 +629,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -656,18 +641,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" + "@value": "has data subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", + "@id": "https://w3id.org/dpv/dpv-skos#Processing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -675,12 +660,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -697,27 +696,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "The processing performed on personal data" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Processing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Risk" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -727,7 +725,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -735,32 +739,38 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#Right" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "accepted" + "@value": "The rights applicable or provided to a Data Subject" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" + "@value": "Data Subject Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -794,6 +804,11 @@ "@value": "2020-11-04" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -801,7 +816,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -813,18 +828,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Right", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -832,18 +847,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -860,68 +875,106 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "The right(s) applicable, provided, or expected." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Base Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + }, { - "@language": "en", - "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "Personal Data Handling" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Right" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Risk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRight" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@id": "https://w3id.org/dpv/dpv-skos#DataController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -948,7 +1001,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -962,26 +1015,32 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Processing" + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@language": "en", + "@value": "Data Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -992,28 +1051,12 @@ "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1025,37 +1068,27 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "The Legal basis used to justify processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1089,6 +1122,11 @@ "@value": "2020-11-04" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1096,7 +1134,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1108,41 +1146,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "has purpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, { "@value": "Bud Bruegger" } @@ -1153,21 +1179,11 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -1177,18 +1193,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1196,7 +1212,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -1211,7 +1227,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1223,18 +1239,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "has personal data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1242,15 +1258,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1260,7 +1282,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1272,18 +1294,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has legal basis" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1291,21 +1313,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1315,7 +1328,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1327,95 +1340,82 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Indicates applicability of Risk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" + "@value": "has risk" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#BaseConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Base Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalDataHandling" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Right" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubjectRight" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData" + "@value": "Javier Fernández" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" - }, + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRight" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk" - }, + "@language": "en", + "@value": "Indicates association with Processing" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalDataHandling" + "@language": "en", + "@value": "has processing" } ] } diff --git a/dpv-skos/modules/base.rdf b/dpv-skos/modules/base.rdf index de7e1eec3..5a736e32f 100644 --- a/dpv-skos/modules/base.rdf +++ b/dpv-skos/modules/base.rdf @@ -6,17 +6,81 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - Technical and Organisational Measure - The Technical and Organisational measures used. + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + 2019-04-05 2020-11-04 accepted + Axel Polleres + Javier Fernández + + + + + + + has processing + Indicates association with Processing + + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar Bud Bruegger + + + + + Data Subject Right + The rights applicable or provided to a Data Subject + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + 2020-11-18 + accepted + Beatriz Esteves + Georg P Krog + Harshvardhan Pandit + + + + + + + Personal Data + Data directly or indirectly associated or related to an individual. + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + + 2019-04-05 + 2022-01-19 + accepted + Harshvardhan Pandit + + + + + + Purpose + The purpose of processing personal data + + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + Base Concepts @@ -44,13 +108,29 @@ - + - Processing - The processing performed on personal data - + Right + The right(s) applicable, provided, or expected. + A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight + 2020-11-18 + accepted + Harshvardhan J Pandit + Beatriz Esteves + Georg P Krog + + + + + + + Recipient + Entities that receive personal data + + A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. + 2019-04-05 2020-11-04 accepted @@ -58,12 +138,13 @@ Javier Fernández - + - - has data subject - Indicates association with Data Subject + + has purpose + Indicates association with Purpose + 2019-04-04 2020-11-04 accepted @@ -74,22 +155,14 @@ Bud Bruegger - - - - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2019-04-05 - 2020-11-04 - accepted - - - + - Personal Data Handling - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + + Data Subject + The individual (or category of individuals) whose personal data is being processed + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + 2019-04-05 2020-11-04 accepted @@ -97,41 +170,28 @@ Javier Fernández - - - - - Data Subject Right - The rights applicable or provided to a Data Subject - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' - 2020-11-18 - accepted - Beatriz Esteves - Georg P Krog - Harshvardhan Pandit - - - + - - has legal basis - Indicates use or applicability of a Legal Basis + + has recipient + Indicates Recipient of Personal Data + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - + - - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - + Personal Data Handling + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. 2019-04-05 2020-11-04 accepted @@ -139,21 +199,16 @@ Javier Fernández - + - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 + + has personal data handling + Indicates association with Personal Data Handling + 2022-01-19 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Georg P Krog @@ -167,49 +222,64 @@ Harshvardhan J. Pandit - + + - - - Recipient - Entities that receive personal data - - A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. - - - 2019-04-05 + + has data subject + Indicates association with Data Subject + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + + + + + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + - - has personal data handling - Indicates association with Personal Data Handling + + has personal data + Indicates association with Personal Data 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog - + - - has data controller - Indicates association with Data Controller - 2019-04-04 - 2020-11-04 + + has risk + Indicates applicability of Risk + 2020-11-18 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger @@ -228,13 +298,12 @@ Bud Bruegger - + - - has purpose - Indicates association with Purpose - + + has data controller + Indicates association with Data Controller 2019-04-04 2020-11-04 accepted @@ -245,41 +314,24 @@ Bud Bruegger - + - Purpose - The purpose of processing personal data - - + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. 2019-04-05 2020-11-04 accepted - Axel Polleres - Javier Fernández - - - - - - Right - The right(s) applicable, provided, or expected. - A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight - 2020-11-18 - accepted - Harshvardhan J Pandit - Beatriz Esteves - Georg P Krog - + - - Data Subject - The individual (or category of individuals) whose personal data is being processed - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - + Processing + The processing performed on personal data + + 2019-04-05 2020-11-04 accepted @@ -287,69 +339,17 @@ Javier Fernández - - - - - Personal Data - Data directly or indirectly associated or related to an individual. - - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2019-04-05 - 2022-01-19 - accepted - Harshvardhan Pandit - - - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - - has risk - Indicates applicability of Risk - 2020-11-18 - accepted - Harshvardhan J. Pandit - - - - - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 - accepted - Harshvardhan J. Pandit - - - + - - has recipient - Indicates Recipient of Personal Data - + + has legal basis + Indicates use or applicability of a Legal Basis 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger diff --git a/dpv-skos/modules/consent.jsonld b/dpv-skos/modules/consent.jsonld index 11e0ff68a..cd942336c 100644 --- a/dpv-skos/modules/consent.jsonld +++ b/dpv-skos/modules/consent.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -36,18 +36,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Specifies the justification for entity withdrawing consent" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "has withdrawal by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -83,24 +89,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" + "@value": "Specifies the justification for entity providing consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Can be used to record information of how to withdraw consent, 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." + "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal method" + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -127,6 +133,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#expiry" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -136,24 +147,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "Specifies the condition or event that determines the expiry of consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "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." + "@value": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "has expiry condition" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -189,24 +200,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" + "@value": "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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by justification" + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -242,18 +253,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision time" + "@value": "has withdrawal time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -280,11 +291,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -294,24 +300,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Specifries the method by which consent can be/has been withdrawn" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + "@value": "Can be used to record information of how to withdraw consent, 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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is explicit" + "@value": "has withdrawal method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification", + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -338,6 +344,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -347,76 +358,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by justification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ConsentConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Consent Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isExplicit" + "@value": "has withdrawal by" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition", + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -443,11 +402,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#expiry" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -457,19 +411,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@value": "Specifies the notice provided in context of consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Can be TextOrDocumentOrURI" + "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "has consent notice" } ] }, @@ -526,7 +480,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -553,11 +507,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -567,24 +516,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "has provision time" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", + "@id": "https://w3id.org/dpv/dpv-skos#isExplicit", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -613,7 +556,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -625,19 +568,71 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Specifies consent is 'explicit'" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by" + "@value": "is explicit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ConsentConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Consent Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalMethod" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalTime" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalBy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionByJustification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasWithdrawalByJustification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isExplicit" } ] }, @@ -689,7 +684,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsentNotice", + "@id": "https://w3id.org/dpv/dpv-skos#hasProvisionBy", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -716,6 +711,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -725,19 +725,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has provision by" } ] } diff --git a/dpv-skos/modules/consent.rdf b/dpv-skos/modules/consent.rdf index 5f8b9ba15..3c97af5cd 100644 --- a/dpv-skos/modules/consent.rdf +++ b/dpv-skos/modules/consent.rdf @@ -6,11 +6,12 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - has provision time - Specifies the instant in time when consent was given + + has expiry time + Specifies the expiry time or duration for consent 2019-04-05 accepted Harshvardhan J. Pandit @@ -18,13 +19,11 @@ Bud Bruegger - + - - is explicit - Specifies consent is 'explicit' - The conditions for what is considered 'explicit consent' differ by norms and laws. + has withdrawal time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -32,12 +31,11 @@ Bud Bruegger - + - has provision by justification - Specifies the justification for entity providing consent - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy + has expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -45,12 +43,11 @@ Bud Bruegger - + - - has expiry time - Specifies the expiry time or duration for consent + has provision time + Specifies the instant in time when consent was given 2019-04-05 accepted Harshvardhan J. Pandit @@ -58,12 +55,12 @@ Bud Bruegger - + - has withdrawal by justification - Specifies the justification for entity withdrawing consent - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy + has provision by justification + Specifies the justification for entity providing consent + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -71,11 +68,12 @@ Bud Bruegger - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + has consent notice + Specifies the notice provided in context of consent + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. 2019-04-05 accepted Harshvardhan J. Pandit @@ -83,12 +81,13 @@ Bud Bruegger - + - has consent notice - Specifies the notice provided in context of consent - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + + is explicit + Specifies consent is 'explicit' + The conditions for what is considered 'explicit consent' differ by norms and laws. 2019-04-05 accepted Harshvardhan J. Pandit @@ -96,28 +95,12 @@ Bud Bruegger - - - Consent Concepts - - - - - - - - - - - - - - - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + 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 accepted Harshvardhan J. Pandit @@ -139,13 +122,29 @@ Bud Bruegger - + + + Consent Concepts + + + + + + + + + + + + + + + - - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI + has withdrawal method + Specifries the method by which consent can be/has been withdrawn + Can be used to record information of how to withdraw consent, 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 accepted Harshvardhan J. Pandit @@ -153,12 +152,12 @@ Bud Bruegger - + - 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. + has withdrawal by justification + Specifies the justification for entity withdrawing consent + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -166,12 +165,13 @@ Bud Bruegger - + - has withdrawal method - Specifries the method by which consent can be/has been withdrawn - Can be used to record information of how to withdraw consent, 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. + + has provision by + Specifies the entity that provisioned or provided consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. 2019-04-05 accepted Harshvardhan J. Pandit @@ -179,13 +179,13 @@ Bud Bruegger - + - - has provision by - Specifies the entity that provisioned or provided consent - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + + has expiry condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/context.jsonld b/dpv-skos/modules/context.jsonld index a5d96033e..424d16870 100644 --- a/dpv-skos/modules/context.jsonld +++ b/dpv-skos/modules/context.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency", + "@id": "https://w3id.org/dpv/dpv-skos#hasContext", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,12 +8,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -23,7 +18,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -35,18 +30,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" + "@value": "has context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity", + "@id": "https://w3id.org/dpv/dpv-skos#NotCompliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -55,24 +50,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-12" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -88,44 +71,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@value": "State of not being compliant where objectives have not been met, but have not been violated" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "Not Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#isBefore", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Context" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-01-26" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -139,114 +121,62 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "is before" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Duration", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Required" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Optional" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore" - }, + "@language": "en", + "@value": "The duration or temporal limitation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter" + "@language": "en", + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -254,16 +184,10 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -275,7 +199,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" + "@id": "https://w3id.org/dpv/dpv-skos#Status" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -287,45 +211,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" + "@value": "Indicates the status of specified concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "has status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityProposed", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -333,32 +244,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@value": "State of an activity being proposed or planned i.e. yet to occur" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "Activity Proposed" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -366,21 +277,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -388,11 +299,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Technology" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -402,24 +308,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented using technology" + "@value": "has identifier" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#Necessity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -428,12 +328,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -455,24 +367,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Necessity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Optional", + "@id": "https://w3id.org/dpv/dpv-skos#Incompliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -481,13 +393,107 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2022-05-18" } ], "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of not being compliant" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Incompliant" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityCompleted", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity that has completed i.e. is fully in the past" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Completed" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Optional", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-14" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, { "@value": "Paul Ryan" }, @@ -531,7 +537,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Required", + "@id": "https://w3id.org/dpv/dpv-skos#Importance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -540,7 +546,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -573,19 +579,86 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "An indication of 'importance' within a context" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Technology" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates implementation details such as technologies or processes" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is implemented using technology" } ] }, @@ -649,7 +722,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isBefore", + "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -657,7 +730,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -665,10 +738,10 @@ "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -676,6 +749,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -685,36 +763,1058 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Human involvement is also relevant to 'human in the loop'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is before" + "@value": "has human involvement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration", + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-09" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "modified" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates implementation details such as entities or agents" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is implemented by entity" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-10" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Importance" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'primary' or 'main' or 'core' importance" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Primary Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequested", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an audit being requested whose outcome is not yet known" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Requested" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isAfter", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the specified concepts is 'after' this concept in some context" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is after" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasActivityStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the status of activity of specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has activity status" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Technology", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Technology" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ViolationOfCompliance", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where objectives have been violated" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Violation of Compliance" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-15" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Not Required" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Required", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-13" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'required' or 'necessary'" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Required" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditApproved", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of being approved through the audit" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Approved" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Status" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Status associated with Compliance with some norms, objectives, or requirements" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Compliance Status" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-16" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the frequency with which something takes place" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has frequency" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PartiallyCompliant", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Partially Compliant" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContextConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Context Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Importance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#SecondaryImportance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Required" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Optional" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NotRequired" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Technology" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Duration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Frequency" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Status" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityProposed" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityOngoing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityHalted" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityCompleted" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Compliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Incompliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PartiallyCompliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NotCompliant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ViolationOfCompliance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditApproved" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRejected" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequested" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditNotRequired" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequired" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasContext" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isImplementedUsingTechnology" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDuration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasFrequency" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isBefore" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isAfter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasComplianceStatus" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditRequired", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as being required but has not been conducted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Required" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Frequency", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-16" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The frequency or information about periods and repetitions in terms of recurrence." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Frequency" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The involvement of humans in specified context" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Human Involvement" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditNotRequired", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as not being required" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Not Required" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasComplianceStatus", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-05-18" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStatus" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -726,26 +1826,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Indicates the status of compliance of specified concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "has compliance status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Frequency", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityHalted", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -764,43 +1865,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The frequency or information about periods and repetitions in terms of recurrence." + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "Activity Halted" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasIdentifier", + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -814,21 +1912,32 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@value": "The algorithmic logic applied or used" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has identifier" + "@value": "Algorithmic Logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasHumanInvolvement", + "@id": "https://w3id.org/dpv/dpv-skos#hasDuration", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -836,18 +1945,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 P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -857,7 +1974,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#HumanInvolvement" + "@id": "https://w3id.org/dpv/dpv-skos#Duration" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -869,24 +1986,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@value": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" + "@value": "has duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContext", + "@id": "https://w3id.org/dpv/dpv-skos#hasAlgorithmicLogic", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -894,7 +2005,18 @@ "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": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -904,7 +2026,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#AlgorithmicLogic" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -916,18 +2038,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has context" + "@value": "has algorithmic logic" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Importance", + "@id": "https://w3id.org/dpv/dpv-skos#Compliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -936,24 +2058,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -969,38 +2079,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#ComplianceStatus" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "State of being fully compliant" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" + "@value": "Compliant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technology", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityOngoing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -1019,27 +2124,26 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "State of an activity occuring in continuation i.e. currently ongoing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology" + "@value": "Activity Ongoing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NotRequired", + "@id": "https://w3id.org/dpv/dpv-skos#ActivityStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1048,24 +2152,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-15" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1081,55 +2173,52 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Necessity" + "@id": "https://w3id.org/dpv/dpv-skos#Status" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@value": "Status associated with activity operations and lifecycles" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Activity Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isImplementedByEntity", + "@id": "https://w3id.org/dpv/dpv-skos#Context", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Fajar Ekaputra" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1137,38 +2226,27 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - } - ], "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#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented by entity" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrimaryImportance", + "@id": "https://w3id.org/dpv/dpv-skos#Status", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1177,24 +2255,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1210,43 +2276,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Importance" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "The status or state of something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAfter", + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1260,49 +2321,40 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Status" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@value": "Status associated with Auditing or Investigation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is after" + "@value": "Audit Status" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Context", + "@id": "https://w3id.org/dpv/dpv-skos#AuditRejected", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Context" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1316,16 +2368,21 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#AuditStatus" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" + "@value": "State of not being approved or being rejected through the audit" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Context" + "@value": "Audit Rejected" } ] } diff --git a/dpv-skos/modules/context.n3 b/dpv-skos/modules/context.n3 index 4b225bb42..526d9a16c 100644 --- a/dpv-skos/modules/context.n3 +++ b/dpv-skos/modules/context.n3 @@ -6,6 +6,61 @@ @prefix sw: . @prefix xsd: . +dpvs:ActivityCompleted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:prefLabel "Activity Completed"@en . + +dpvs:ActivityHalted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:prefLabel "Activity Halted"@en . + +dpvs:ActivityOngoing a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:prefLabel "Activity Ongoing"@en . + +dpvs:ActivityProposed a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:prefLabel "Activity Proposed"@en . + +dpvs:ActivityStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:prefLabel "Activity Status"@en . + dpvs:AlgorithmicLogic a rdfs:Class, skos:Concept, dpvs:Context ; @@ -18,6 +73,94 @@ dpvs:AlgorithmicLogic a rdfs:Class, skos:note "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept."@en ; skos:prefLabel "Algorithmic Logic"@en . +dpvs:AuditApproved a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of being approved through the audit"@en ; + skos:prefLabel "Audit Approved"@en . + +dpvs:AuditNotRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:prefLabel "Audit Not Required"@en . + +dpvs:AuditRejected a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:prefLabel "Audit Rejected"@en . + +dpvs:AuditRequested a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:prefLabel "Audit Requested"@en . + +dpvs:AuditRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:prefLabel "Audit Required"@en . + +dpvs:AuditStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:prefLabel "Audit Status"@en . + +dpvs:ComplianceStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:prefLabel "Compliance Status"@en . + +dpvs:Compliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of being fully compliant"@en ; + skos:prefLabel "Compliant"@en . + dpvs:Context a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -78,6 +221,17 @@ dpvs:Importance a rdfs:Class, skos:note "Importance can be used to express importance, desirability, relevance, or significance as a context."@en ; skos:prefLabel "Importance"@en . +dpvs:Incompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant"@en ; + skos:prefLabel "Incompliant"@en . + dpvs:Necessity a rdfs:Class, skos:Concept, dpvs:Context ; @@ -94,6 +248,17 @@ dpvs:Necessity a rdfs:Class, skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ; skos:prefLabel "Necessity"@en . +dpvs:NotCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:prefLabel "Not Compliant"@en . + dpvs:NotRequired a rdfs:Class, skos:Concept, dpvs:Context ; @@ -124,6 +289,17 @@ dpvs:Optional a rdfs:Class, skos:definition "Indication of 'optional' or 'voluntary'"@en ; skos:prefLabel "Optional"@en . +dpvs:PartiallyCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:prefLabel "Partially Compliant"@en . + dpvs:PrimaryImportance a rdfs:Class, skos:Concept, dpvs:Context ; @@ -169,6 +345,17 @@ dpvs:SecondaryImportance a rdfs:Class, skos:definition "Indication of 'secondary' or 'minor' or 'auxiliary' importance"@en ; skos:prefLabel "Secondary Importance"@en . +dpvs:Status a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Context ; + skos:definition "The status or state of something"@en ; + skos:prefLabel "Status"@en . + dpvs:Technology a rdfs:Class, skos:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -179,32 +366,75 @@ dpvs:Technology a rdfs:Class, skos:note "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device"@en ; skos:prefLabel "Technology"@en . +dpvs:ViolationOfCompliance a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State where objectives have been violated"@en ; + skos:prefLabel "Violation of Compliance"@en . + dpvs:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpvs:AlgorithmicLogic, + skos:member dpvs:ActivityCompleted, + dpvs:ActivityHalted, + dpvs:ActivityOngoing, + dpvs:ActivityProposed, + dpvs:ActivityStatus, + dpvs:AlgorithmicLogic, + dpvs:AuditApproved, + dpvs:AuditNotRequired, + dpvs:AuditRejected, + dpvs:AuditRequested, + dpvs:AuditRequired, + dpvs:AuditStatus, + dpvs:ComplianceStatus, + dpvs:Compliant, dpvs:Context, dpvs:Duration, dpvs:Frequency, dpvs:HumanInvolvement, dpvs:Importance, + dpvs:Incompliant, dpvs:Necessity, + dpvs:NotCompliant, dpvs:NotRequired, dpvs:Optional, + dpvs:PartiallyCompliant, dpvs:PrimaryImportance, dpvs:Required, dpvs:SecondaryImportance, + dpvs:Status, dpvs:Technology, + dpvs:ViolationOfCompliance, + dpvs:hasActivityStatus, dpvs:hasAlgorithmicLogic, + dpvs:hasComplianceStatus, dpvs:hasContext, dpvs:hasDuration, dpvs:hasFrequency, dpvs:hasHumanInvolvement, dpvs:hasIdentifier, + dpvs:hasStatus, dpvs:isAfter, dpvs:isBefore, dpvs:isImplementedByEntity, dpvs:isImplementedUsingTechnology . +dpvs:hasActivityStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ActivityStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:prefLabel "has activity status"@en . + dpvs:hasAlgorithmicLogic a rdf:Property, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -217,6 +447,17 @@ dpvs:hasAlgorithmicLogic a rdf:Property, skos:definition "Indicates the logic used in processing such as for automated decision making"@en ; skos:prefLabel "has algorithmic logic"@en . +dpvs:hasComplianceStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ComplianceStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:prefLabel "has compliance status"@en . + dpvs:hasContext a rdf:Property, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -327,3 +568,13 @@ dpvs:isImplementedUsingTechnology a rdf:Property, skos:note "The term 'technology' is inclusive of technologies, processes, and methods."@en ; skos:prefLabel "is implemented using technology"@en . +dpvs:hasStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:Status ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:prefLabel "has status"@en . + diff --git a/dpv-skos/modules/context.rdf b/dpv-skos/modules/context.rdf index dd5f6fd1e..a0d93f509 100644 --- a/dpv-skos/modules/context.rdf +++ b/dpv-skos/modules/context.rdf @@ -6,15 +6,22 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - Algorithmic Logic - The algorithmic logic applied or used - Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. - 2022-01-26 + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 + accepted + Harshvardhan J. Pandit + + + + + + Duration + The duration or temporal limitation + 2022-02-09 accepted Harshvardhan J. Pandit @@ -33,34 +40,42 @@ Harshvardhan J. Pandit - + - - Human Involvement - The involvement of humans in specified context - Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. - 2022-01-26 + + Audit Not Required + State where an audit is determined as not being required + 2022-05-18 accepted Harshvardhan J. Pandit - + - - is implemented by entity - Indicates implementation details such as entities or agents - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - 2019-05-07 - 2022-01-26 - modified + + has frequency + Indicates the frequency with which something takes place + 2022-02-16 + accepted + Harshvardhan J. Pandit + + + + + + + has duration + Indicates information about duration + + 2019-04-05 + accepted Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Mark Lizar @@ -80,6 +95,122 @@ Beatriz Esteves + + + + + + Activity Status + Status associated with activity operations and lifecycles + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + has activity status + Indicates the status of activity of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + has status + Indicates the status of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Optional + Indication of 'optional' or 'voluntary' + 2022-02-14 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + + + + is after + Indicates the specified concepts is 'after' this concept in some context + 2022-03-02 + accepted + Georg P. Krog + Harshvardhan J. Pandit + Julian Flake + + + + + + + + Audit Rejected + State of not being approved or being rejected through the audit + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + + + + + + Audit Required + State where an audit is determined as being required but has not been conducted + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Algorithmic Logic + The algorithmic logic applied or used + Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. + 2022-01-26 + accepted + Harshvardhan J. Pandit + + Context Concepts @@ -96,6 +227,24 @@ + + + + + + + + + + + + + + + + + + @@ -106,48 +255,132 @@ + + + - + - is before - Indicates the specified concepts is 'before' this concept in some context - 2022-03-02 + + has context + Indicates a purpose is restricted to the specified context(s) + 2019-04-05 accepted - Georg P. Krog - Harshvardhan J. Pandit - Julian Flake - + - - Not Required - Indication of neither being required nor optional i.e. not relevant or needed - 2022-02-15 + + Activity Halted + State of an activity that was occuring in the past, and has been halted or paused or stoped + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan + + + + + + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 + accepted + Harshvardhan J.Pandit Georg P Krog - Julian Flake + Paul Ryan Beatriz Esteves - - + - - has duration - Indicates information about duration - - 2019-04-05 + + + + Audit Approved + State of being approved through the audit + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Audit Requested + State of an audit being requested whose outcome is not yet known + 2022-05-18 accepted + Harshvardhan J. Pandit + + + + + + + is implemented by entity + Indicates implementation details such as entities or agents + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + 2019-05-07 + 2022-01-26 + modified Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves + Paul Ryan + Julian Flake + + + + + + Technology + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + + + + + + Compliant + State of being fully compliant + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + Human Involvement + The involvement of humans in specified context + Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + + + + + + Activity Ongoing + State of an activity occuring in continuation i.e. currently ongoing + 2022-05-18 + accepted + Harshvardhan J. Pandit @@ -165,43 +398,50 @@ Julian Flake - + - - Primary Importance - Indication of 'primary' or 'main' or 'core' importance - 2022-02-10 + + Violation of Compliance + State where objectives have been violated + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - - + - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 + + + + Not Compliant + State of not being compliant where objectives have not been met, but have not been violated + 2022-05-18 accepted - Harshvardhan J.Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves + Harshvardhan J. Pandit - + + + + + + Compliance Status + Status associated with Compliance with some norms, objectives, or requirements + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + - Optional - Indication of 'optional' or 'voluntary' - 2022-02-14 + Required + Indication of 'required' or 'necessary' + 2022-02-13 accepted Harshvardhan J. Pandit Paul Ryan @@ -210,44 +450,66 @@ Beatriz Esteves - - + - - has context - Indicates a purpose is restricted to the specified context(s) + + Context + Contextually relevant information about purpose not possible to represent through other concepts 2019-04-05 accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Duration - The duration or temporal limitation - 2022-02-09 + + + Partially Compliant + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation + 2022-05-18 accepted Harshvardhan J. Pandit - + + + + + + has compliance status + Indicates the status of compliance of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + - Frequency - The frequency or information about periods and repetitions in terms of recurrence. - 2022-02-16 + + + Incompliant + State of not being compliant + 2022-05-18 accepted Harshvardhan J. Pandit - + - - Required - Indication of 'required' or 'necessary' - 2022-02-13 + + Importance + An indication of 'importance' within a context + Importance can be used to express importance, desirability, relevance, or significance as a context. + 2022-02-09 accepted Harshvardhan J. Pandit Paul Ryan @@ -256,50 +518,54 @@ Beatriz Esteves - + - - has frequency - Indicates the frequency with which something takes place - 2022-02-16 + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 accepted + Georg P. Krog Harshvardhan J. Pandit + Julian Flake - - + - is after - Indicates the specified concepts is 'after' this concept in some context - 2022-03-02 + + + + Not Required + Indication of neither being required nor optional i.e. not relevant or needed + 2022-02-15 accepted - Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Georg P Krog Julian Flake + Beatriz Esteves - - + - - has algorithmic logic - Indicates the logic used in processing such as for automated decision making - 2020-11-04 + + + + Activity Completed + State of an activity that has completed i.e. is fully in the past + 2022-05-18 accepted - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit - + - Secondary Importance - Indication of 'secondary' or 'minor' or 'auxiliary' importance - 2022-02-11 + Primary Importance + Indication of 'primary' or 'main' or 'core' importance + 2022-02-10 accepted Harshvardhan J. Pandit Paul Ryan @@ -308,47 +574,53 @@ Beatriz Esteves - + - Context - Contextually relevant information about purpose not possible to represent through other concepts - 2019-04-05 + + + Activity Proposed + State of an activity being proposed or planned i.e. yet to occur + 2022-05-18 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - Importance - An indication of 'importance' within a context - Importance can be used to express importance, desirability, relevance, or significance as a context. - 2022-02-09 + Status + The status or state of something + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - + - Technology - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - 2022-01-26 + + + Audit Status + Status associated with Auditing or Investigation + 2022-05-18 accepted Harshvardhan J. Pandit + + + + + has algorithmic logic + Indicates the logic used in processing such as for automated decision making + 2020-11-04 + accepted + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + + diff --git a/dpv-skos/modules/context.ttl b/dpv-skos/modules/context.ttl index 4b225bb42..526d9a16c 100644 --- a/dpv-skos/modules/context.ttl +++ b/dpv-skos/modules/context.ttl @@ -6,6 +6,61 @@ @prefix sw: . @prefix xsd: . +dpvs:ActivityCompleted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:prefLabel "Activity Completed"@en . + +dpvs:ActivityHalted a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:prefLabel "Activity Halted"@en . + +dpvs:ActivityOngoing a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:prefLabel "Activity Ongoing"@en . + +dpvs:ActivityProposed a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ActivityStatus ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:prefLabel "Activity Proposed"@en . + +dpvs:ActivityStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:prefLabel "Activity Status"@en . + dpvs:AlgorithmicLogic a rdfs:Class, skos:Concept, dpvs:Context ; @@ -18,6 +73,94 @@ dpvs:AlgorithmicLogic a rdfs:Class, skos:note "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept."@en ; skos:prefLabel "Algorithmic Logic"@en . +dpvs:AuditApproved a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of being approved through the audit"@en ; + skos:prefLabel "Audit Approved"@en . + +dpvs:AuditNotRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:prefLabel "Audit Not Required"@en . + +dpvs:AuditRejected a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:prefLabel "Audit Rejected"@en . + +dpvs:AuditRequested a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:prefLabel "Audit Requested"@en . + +dpvs:AuditRequired a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:AuditStatus ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:prefLabel "Audit Required"@en . + +dpvs:AuditStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:prefLabel "Audit Status"@en . + +dpvs:ComplianceStatus a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Status ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:prefLabel "Compliance Status"@en . + +dpvs:Compliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of being fully compliant"@en ; + skos:prefLabel "Compliant"@en . + dpvs:Context a rdfs:Class, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -78,6 +221,17 @@ dpvs:Importance a rdfs:Class, skos:note "Importance can be used to express importance, desirability, relevance, or significance as a context."@en ; skos:prefLabel "Importance"@en . +dpvs:Incompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant"@en ; + skos:prefLabel "Incompliant"@en . + dpvs:Necessity a rdfs:Class, skos:Concept, dpvs:Context ; @@ -94,6 +248,17 @@ dpvs:Necessity a rdfs:Class, skos:note "Necessity can be used to express need, essentiality, requirement, or compulsion."@en ; skos:prefLabel "Necessity"@en . +dpvs:NotCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:prefLabel "Not Compliant"@en . + dpvs:NotRequired a rdfs:Class, skos:Concept, dpvs:Context ; @@ -124,6 +289,17 @@ dpvs:Optional a rdfs:Class, skos:definition "Indication of 'optional' or 'voluntary'"@en ; skos:prefLabel "Optional"@en . +dpvs:PartiallyCompliant a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:prefLabel "Partially Compliant"@en . + dpvs:PrimaryImportance a rdfs:Class, skos:Concept, dpvs:Context ; @@ -169,6 +345,17 @@ dpvs:SecondaryImportance a rdfs:Class, skos:definition "Indication of 'secondary' or 'minor' or 'auxiliary' importance"@en ; skos:prefLabel "Secondary Importance"@en . +dpvs:Status a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Context ; + skos:definition "The status or state of something"@en ; + skos:prefLabel "Status"@en . + dpvs:Technology a rdfs:Class, skos:Concept ; dct:created "2022-01-26"^^xsd:date ; @@ -179,32 +366,75 @@ dpvs:Technology a rdfs:Class, skos:note "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device"@en ; skos:prefLabel "Technology"@en . +dpvs:ViolationOfCompliance a rdfs:Class, + skos:Concept, + dpvs:Context ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:ComplianceStatus ; + skos:definition "State where objectives have been violated"@en ; + skos:prefLabel "Violation of Compliance"@en . + dpvs:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpvs:AlgorithmicLogic, + skos:member dpvs:ActivityCompleted, + dpvs:ActivityHalted, + dpvs:ActivityOngoing, + dpvs:ActivityProposed, + dpvs:ActivityStatus, + dpvs:AlgorithmicLogic, + dpvs:AuditApproved, + dpvs:AuditNotRequired, + dpvs:AuditRejected, + dpvs:AuditRequested, + dpvs:AuditRequired, + dpvs:AuditStatus, + dpvs:ComplianceStatus, + dpvs:Compliant, dpvs:Context, dpvs:Duration, dpvs:Frequency, dpvs:HumanInvolvement, dpvs:Importance, + dpvs:Incompliant, dpvs:Necessity, + dpvs:NotCompliant, dpvs:NotRequired, dpvs:Optional, + dpvs:PartiallyCompliant, dpvs:PrimaryImportance, dpvs:Required, dpvs:SecondaryImportance, + dpvs:Status, dpvs:Technology, + dpvs:ViolationOfCompliance, + dpvs:hasActivityStatus, dpvs:hasAlgorithmicLogic, + dpvs:hasComplianceStatus, dpvs:hasContext, dpvs:hasDuration, dpvs:hasFrequency, dpvs:hasHumanInvolvement, dpvs:hasIdentifier, + dpvs:hasStatus, dpvs:isAfter, dpvs:isBefore, dpvs:isImplementedByEntity, dpvs:isImplementedUsingTechnology . +dpvs:hasActivityStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ActivityStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:prefLabel "has activity status"@en . + dpvs:hasAlgorithmicLogic a rdf:Property, skos:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -217,6 +447,17 @@ dpvs:hasAlgorithmicLogic a rdf:Property, skos:definition "Indicates the logic used in processing such as for automated decision making"@en ; skos:prefLabel "has algorithmic logic"@en . +dpvs:hasComplianceStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:ComplianceStatus ; + rdfs:subPropertyOf dpvs:hasStatus ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:prefLabel "has compliance status"@en . + dpvs:hasContext a rdf:Property, skos:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -327,3 +568,13 @@ dpvs:isImplementedUsingTechnology a rdf:Property, skos:note "The term 'technology' is inclusive of technologies, processes, and methods."@en ; skos:prefLabel "is implemented using technology"@en . +dpvs:hasStatus a rdf:Property, + skos:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + rdfs:range dpvs:Status ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:prefLabel "has status"@en . + diff --git a/dpv-skos/modules/entities.jsonld b/dpv-skos/modules/entities.jsonld index 9341325ce..5fa4a109e 100644 --- a/dpv-skos/modules/entities.jsonld +++ b/dpv-skos/modules/entities.jsonld @@ -1,45 +1,4 @@ [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Entity" - } - ] - }, { "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity", "@type": [ @@ -212,34 +171,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact", + "@id": "https://w3id.org/dpv/dpv-skos#Entity", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -256,18 +201,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has contact" + "@value": "Entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -275,12 +220,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -290,7 +249,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -307,21 +266,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has responsible entity" + "@value": "has representative" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -339,7 +298,7 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#Entity" } @@ -350,78 +309,69 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has entity" + "@value": "Natural Person" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson", + "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "Entities Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#Representative" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasName" + }, { - "@language": "en", - "@value": "A human" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" + }, { - "@language": "en", - "@value": "Natural Person" + "@id": "https://w3id.org/dpv/dpv-skos#hasContact" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", + "@id": "https://w3id.org/dpv/dpv-skos#hasContact", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -465,61 +415,121 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" + "@value": "has contact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EntitiesConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Entities Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-skos#Entity" - }, + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" - }, + "@language": "en", + "@value": "Indicates inclusion or applicability of an entity to some concept" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" - }, + "@language": "en", + "@value": "parent property for controller, processor, data subject, authority, etc.?" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasName" - }, + "@language": "en", + "@value": "has entity" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasAddress" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-03-02" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasContact" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Entity" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - }, + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasResponsibleEntity" + "@language": "en", + "@value": "Specifies the indicated entity is responsible within some context" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has responsible entity" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative", + "@id": "https://w3id.org/dpv/dpv-skos#hasAddress", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -554,16 +564,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -573,13 +573,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies representative of the legal entity" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has representative" + "@value": "has address" } ] } diff --git a/dpv-skos/modules/entities.rdf b/dpv-skos/modules/entities.rdf index 49448e478..bf6b13ed4 100644 --- a/dpv-skos/modules/entities.rdf +++ b/dpv-skos/modules/entities.rdf @@ -18,12 +18,36 @@ Harshvardhan J. Pandit - + + + + + + Natural Person + A human + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + has entity + Indicates inclusion or applicability of an entity to some concept + parent property for controller, processor, data subject, authority, etc.? + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - has name - Specifies name of a legal entity + has address + Specifies address of a legal entity such as street address or pin code 2020-11-04 accepted Harshvardhan J.Pandit @@ -32,16 +56,34 @@ Beatriz Esteves - + + + Entities Concepts + + + + + + + + + + + + - + + - has responsible entity - Specifies the indicated entity is responsible within some context - 2022-03-02 + has representative + Specifies representative of the legal entity + 2020-11-04 accepted - Harshvardhan J. Pandit + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves @@ -54,24 +96,12 @@ Harshvardhan J. Pandit - - - - - has entity - Indicates inclusion or applicability of an entity to some concept - parent property for controller, processor, data subject, authority, etc.? - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - + - has contact - Specifies contact details of a legal entity such as phone or email + has name + Specifies name of a legal entity 2020-11-04 accepted Harshvardhan J.Pandit @@ -80,6 +110,18 @@ Beatriz Esteves + + + + + + has responsible entity + Specifies the indicated entity is responsible within some context + 2022-03-02 + accepted + Harshvardhan J. Pandit + + @@ -96,40 +138,12 @@ Beatriz Esteves - - - - - - Natural Person - A human - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - - - - has representative - Specifies representative of the legal entity - 2020-11-04 - accepted - Harshvardhan J.Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves - - - + - has address - Specifies address of a legal entity such as street address or pin code + has contact + Specifies contact details of a legal entity such as phone or email 2020-11-04 accepted Harshvardhan J.Pandit @@ -138,18 +152,4 @@ Beatriz Esteves - - - Entities Concepts - - - - - - - - - - - diff --git a/dpv-skos/modules/entities_authority.jsonld b/dpv-skos/modules/entities_authority.jsonld index 5b8207fc8..0a7ebbba0 100644 --- a/dpv-skos/modules/entities_authority.jsonld +++ b/dpv-skos/modules/entities_authority.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Authority", + "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -8,18 +8,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan Pandit" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -29,10 +28,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -43,48 +39,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "RegionalAuthority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", + "@id": "https://w3id.org/dpv/dpv-skos#Authority", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "@value": "Paul Ryan" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -92,22 +83,38 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is authority for" + "@value": "Authority" } ] }, @@ -364,25 +371,28 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegionalAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#isAuthorityFor", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-02" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@id": "http://purl.org/adms" + "@id": "https://w3id.org/dpv/dpv-skos#Authority" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -390,32 +400,22 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Authority" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "Indicates area, scope, or applicability of an Authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "is authority for" } ] } diff --git a/dpv-skos/modules/entities_authority.rdf b/dpv-skos/modules/entities_authority.rdf index 3b8de023e..1d4ddc0e4 100644 --- a/dpv-skos/modules/entities_authority.rdf +++ b/dpv-skos/modules/entities_authority.rdf @@ -6,34 +6,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - - - Authority - An authority with the power to create or enforce laws, or determine their compliance. - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit - - - - - - - has authority - Indicates applicability of authority for a jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - @@ -72,6 +44,22 @@ Georg P Krog + + + + + + + + Authority + An authority with the power to create or enforce laws, or determine their compliance. + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan Pandit + + @@ -97,6 +85,18 @@ + + + + + has authority + Indicates applicability of authority for a jurisdiction + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + diff --git a/dpv-skos/modules/entities_datasubject.jsonld b/dpv-skos/modules/entities_datasubject.jsonld index 1cf43ed6c..a51973b28 100644 --- a/dpv-skos/modules/entities_datasubject.jsonld +++ b/dpv-skos/modules/entities_datasubject.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Child", + "@id": "https://w3id.org/dpv/dpv-skos#Visitor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -8,12 +8,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -23,7 +35,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -34,30 +46,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Child" + "@value": "Visitor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Immigrant", + "@id": "https://w3id.org/dpv/dpv-skos#Member", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -109,18 +115,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Immigrant" + "@value": "Member" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#User", + "@id": "https://w3id.org/dpv/dpv-skos#Customer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -172,18 +178,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that use service(s)" + "@value": "Data subjects that purchase goods or services" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "Customer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Student", + "@id": "https://w3id.org/dpv/dpv-skos#Applicant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -235,18 +247,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Student" + "@value": "Applicant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Tourist", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -254,24 +266,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -281,7 +295,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -292,24 +309,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "The individual (or category of individuals) whose personal data is being processed" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tourist" + "@value": "Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Participant", + "@id": "https://w3id.org/dpv/dpv-skos#Child", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -317,24 +343,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -344,7 +358,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -355,24 +369,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#NatualPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Participant" + "@value": "Child" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#Adult", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -380,26 +400,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -409,10 +415,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -423,33 +426,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NaturalPerson" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Adult" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant", + "@id": "https://w3id.org/dpv/dpv-skos#Student", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -501,43 +495,49 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are applicants in some context" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Applicant" + "@value": "Student" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consumer", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-04-06" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -545,32 +545,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consumer" + "@value": "has data subject" } ] }, @@ -644,7 +644,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Citizen", + "@id": "https://w3id.org/dpv/dpv-skos#Participant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -696,18 +696,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Citizen" + "@value": "Participant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Patient", + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -759,18 +759,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Patient" + "@value": "Immigrant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Customer", + "@id": "https://w3id.org/dpv/dpv-skos#Consumer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -822,24 +822,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that purchase goods or services" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer" + "@value": "Consumer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Member", + "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -874,7 +868,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -885,24 +879,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Member" + "@value": "JobApplicant" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adult", + "@id": "https://w3id.org/dpv/dpv-skos#User", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -910,15 +904,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } @@ -942,18 +948,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "User" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Employee", + "@id": "https://w3id.org/dpv/dpv-skos#Client", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -988,7 +994,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -999,24 +1005,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + "@id": "https://w3id.org/dpv/dpv-skos#Customer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are employees" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employee" + "@value": "Client" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Visitor", + "@id": "https://w3id.org/dpv/dpv-skos#Patient", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1068,49 +1074,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Visitor" + "@value": "Patient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1118,37 +1112,43 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "Vulnerable Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant", + "@id": "https://w3id.org/dpv/dpv-skos#Employee", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1183,7 +1183,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1194,103 +1194,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that apply for jobs or employments" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "JobApplicant" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_DatasubjectConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Datasubject Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Child" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Adult" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Patient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Employee" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Student" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Citizen" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Immigrant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Tourist" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consumer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#User" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Visitor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Member" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Applicant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Subscriber" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Client" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Participant" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + "@value": "Employee" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Client", + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1325,7 +1246,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1336,24 +1257,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Customer" + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Client" + "@value": "NonCitizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen", + "@id": "https://w3id.org/dpv/dpv-skos#Citizen", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1405,18 +1326,97 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonCitizen" + "@value": "Citizen" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_DatasubjectConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Entities_Datasubject Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Child" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Adult" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VulnerableDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Patient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Employee" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Student" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Citizen" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonCitizen" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Immigrant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Tourist" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Customer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consumer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#User" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JobApplicant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Visitor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Member" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Applicant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Subscriber" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Client" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Participant" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Tourist", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1424,18 +1424,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1462,19 +1468,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Tourist" } ] } diff --git a/dpv-skos/modules/entities_datasubject.rdf b/dpv-skos/modules/entities_datasubject.rdf index e34cb7f0d..c689ddfa1 100644 --- a/dpv-skos/modules/entities_datasubject.rdf +++ b/dpv-skos/modules/entities_datasubject.rdf @@ -38,13 +38,13 @@ Beatriz Esteves - + - - - Client - Data subjects that are clients or recipients of services + + + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants 2022-04-06 accepted Harshvardhan J. Pandit @@ -80,23 +80,6 @@ - - - - - - has data subject - Indicates association with Data Subject - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - @@ -113,14 +96,13 @@ Beatriz Esteves - + - Customer - Data subjects that purchase goods or services - note: for B2B relations where customers are organisations, this concept only applies for data subjects + Visitor + Data subjects that are temporary visitors 2022-04-06 accepted Harshvardhan J. Pandit @@ -130,41 +112,13 @@ Beatriz Esteves - - - - - - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - 2020-11-04 - accepted - Georg Krog - Paul Ryan - Harshvardhan Pandit - - - - - - - - Child - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. - 2020-11-25 - accepted - Harshvardhan J. Pandit - - - + - - - Citizen - Data subjects that are citizens (for a jurisdiction) + + + JobApplicant + Data subjects that apply for jobs or employments 2022-04-06 accepted Harshvardhan J. Pandit @@ -174,13 +128,14 @@ Beatriz Esteves - + - NonCitizen - Data subjects that are not citizens (for a jurisdiction) + Subscriber + Data subjects that subscribe to service(s) + note: subscriber can be customer or consumer 2022-04-06 accepted Harshvardhan J. Pandit @@ -190,13 +145,13 @@ Beatriz Esteves - + - - - Employee - Data subjects that are employees + + + Client + Data subjects that are clients or recipients of services 2022-04-06 accepted Harshvardhan J. Pandit @@ -206,20 +161,39 @@ Beatriz Esteves - + - - - Participant - Data subjects that participate in some context such as volunteers in a function - 2022-04-06 + + + + + Data Subject + The individual (or category of individuals) whose personal data is being processed + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + + + + + + has data subject + Indicates association with Data Subject + 2019-04-04 + 2020-11-04 accepted + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - Paul Ryan - Beatriz Esteves + Mark Lizar + Bud Bruegger @@ -254,13 +228,13 @@ Beatriz Esteves - + - Visitor - Data subjects that are temporary visitors + Applicant + Data subjects that are applicants in some context 2022-04-06 accepted Harshvardhan J. Pandit @@ -270,13 +244,13 @@ Beatriz Esteves - + - - - JobApplicant - Data subjects that apply for jobs or employments + + + Participant + Data subjects that participate in some context such as volunteers in a function 2022-04-06 accepted Harshvardhan J. Pandit @@ -286,31 +260,26 @@ Beatriz Esteves - + - - - - - Data Subject - The individual (or category of individuals) whose personal data is being processed - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - - 2019-04-05 - 2020-11-04 + + + Child + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + 2020-11-25 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit - + - Tourist - Data subjects that are tourists i.e. not citizens and not immigrants + Consumer + Data subjects that consume goods or services for direct use 2022-04-06 accepted Harshvardhan J. Pandit @@ -320,14 +289,14 @@ Beatriz Esteves - + - Subscriber - Data subjects that subscribe to service(s) - note: subscriber can be customer or consumer + Customer + Data subjects that purchase goods or services + note: for B2B relations where customers are organisations, this concept only applies for data subjects 2022-04-06 accepted Harshvardhan J. Pandit @@ -337,13 +306,29 @@ Beatriz Esteves - + - Consumer - Data subjects that consume goods or services for direct use + Citizen + Data subjects that are citizens (for a jurisdiction) + 2022-04-06 + accepted + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves + + + + + + + + Employee + Data subjects that are employees 2022-04-06 accepted Harshvardhan J. Pandit @@ -365,13 +350,28 @@ Georg Krog - + - Applicant - Data subjects that are applicants in some context + Vulnerable Data Subject + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. + 2020-11-04 + accepted + Georg Krog + Paul Ryan + Harshvardhan Pandit + + + + + + + + NonCitizen + Data subjects that are not citizens (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/entities_legalrole.jsonld b/dpv-skos/modules/entities_legalrole.jsonld index 5f7d220cd..47f276a9b 100644 --- a/dpv-skos/modules/entities_legalrole.jsonld +++ b/dpv-skos/modules/entities_legalrole.jsonld @@ -1,34 +1,40 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-06-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -37,26 +43,21 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Party" + "@value": "has data exporter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -85,12 +86,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -102,18 +103,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "has data processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataController", + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -121,26 +122,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -150,7 +151,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -161,30 +162,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Data Importer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -213,12 +214,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -230,13 +231,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" + "@value": "has recipient data controller" } ] }, @@ -310,7 +311,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", + "@id": "https://w3id.org/dpv/dpv-skos#Recipient", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -318,26 +319,29 @@ "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": "David Hickey" - }, - { - "@value": "Georg Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -364,78 +368,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Exporter" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", - "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "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-02" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Rob Brennan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Recipient" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "has data protection officer" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -443,7 +398,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -451,18 +406,7 @@ "@value": "Georg Krog" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -472,35 +416,41 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], "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#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Representative" + "@id": "https://w3id.org/dpv/dpv-skos#DataController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "Joint Data Controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -508,7 +458,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ @@ -516,10 +466,7 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -529,12 +476,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#hasRepresentative" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -546,18 +493,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has data protection officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -565,26 +512,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -594,7 +527,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -605,90 +538,171 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Importer" + "@value": "Data Sub-Processor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "Entities_Legalrole Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan Pandit" + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "has recipient" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient", + "@id": "https://w3id.org/dpv/dpv-skos#DataController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -715,10 +729,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -745,91 +756,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_LegalroleConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Legalrole Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataExporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProtectionOfficer" + "@value": "Data Controller" } ] }, @@ -890,43 +829,34 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient", + "@id": "https://w3id.org/dpv/dpv-skos#DataProtectionOfficer", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" + "@value": "Georg Krog" }, { - "@value": "Bud Bruegger" + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-12-08" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -934,71 +864,65 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasEntity" + "@language": "en", + "@value": "modified" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Representative" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "Data Protection Officer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1007,21 +931,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Recipient" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data importer" + "@value": "Third Party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#hasJointDataControllers", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1050,12 +979,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllers" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + "@id": "https://w3id.org/dpv/dpv-skos#hasDataController" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1067,18 +996,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "has joint data controllers" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientDataController", + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipientThirdParty", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1107,7 +1036,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataController" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdParty" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1124,18 +1053,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient data controller" + "@value": "has recipient third party" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSubProcessor", + "@id": "https://w3id.org/dpv/dpv-skos#DataExporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -1143,12 +1072,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1158,7 +1101,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1169,25 +1112,82 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessor" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "Data Exporter" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataImporter", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataImporter" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasRecipient" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has data importer" } ] } diff --git a/dpv-skos/modules/entities_legalrole.rdf b/dpv-skos/modules/entities_legalrole.rdf index 7b1e14e0b..3dc21eeef 100644 --- a/dpv-skos/modules/entities_legalrole.rdf +++ b/dpv-skos/modules/entities_legalrole.rdf @@ -6,63 +6,58 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - + - - - has data processor - Indiciates inclusion or applicability of a Data Processor - 2022-02-09 + + + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + 2019-04-05 + 2020-11-04 accepted - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit + Axel Polleres + Javier Fernández - - + - - - has recipient - Indicates Recipient of Personal Data - - 2019-04-04 - 2020-11-04 + + + + Third Party + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + + 2019-06-04 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - 2022-02-09 + + + has data protection officer + Specifices an associated data protection officer + 2022-03-02 accepted Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit + Rob Brennan - - + - - - has data exporter - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - 2022-02-09 + + + + Data Sub-Processor + A 'sub-processor' is a processor engaged by another processor + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + 2020-11-25 accepted - Paul Ryan - Georg P. Krog Harshvardhan J. Pandit @@ -84,23 +79,6 @@ Javier Fernández - - - - - - Data Exporter - An entity that 'exports' data where exporting is considered a form of data transfer - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - - 2021-09-08 - accepted - David Hickey - Georg Krog - Paul Ryan - Harshvardhan Pandit - - @@ -118,36 +96,6 @@ Harshvardhan Pandit - - - - - - has data importer - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - 2022-02-09 - accepted - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - - - - - - - - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - Entities_Legalrole Concepts @@ -185,19 +133,6 @@ Paul Ryan - - - - - - Data Sub-Processor - A 'sub-processor' is a processor engaged by another processor - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - 2020-11-25 - accepted - Harshvardhan J. Pandit - - @@ -215,27 +150,27 @@ Bud Bruegger - + + - - - - Joint Data Controllers - A group of Data Controllers that jointly determine the purposes and means of processing - To indicate the membership, hasDataController may be used - 2022-02-02 + + + has recipient data controller + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + 2022-02-09 accepted - Georg Krog - Harshvardhan Pandit + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit - + - + - has recipient third party - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + has data processor + Indiciates inclusion or applicability of a Data Processor 2022-02-09 accepted Paul Ryan @@ -243,17 +178,36 @@ Harshvardhan J. Pandit - + - - - has data protection officer - Specifices an associated data protection officer - 2022-03-02 + + + has recipient + Indicates Recipient of Personal Data + + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + + + + + + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + 2022-02-09 accepted Paul Ryan - Rob Brennan + Georg P. Krog + Harshvardhan J. Pandit @@ -270,16 +224,48 @@ Harshvardhan J. Pandit - + - - - Third Party - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - - 2019-06-04 + + + Data Exporter + An entity that 'exports' data where exporting is considered a form of data transfer + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + + 2021-09-08 + accepted + David Hickey + Georg Krog + Paul Ryan + Harshvardhan Pandit + + + + + + + + has recipient third party + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + + + + + + + has data exporter + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + 2022-02-09 accepted + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit @@ -296,4 +282,18 @@ Harshvardhan J. Pandit + + + + + + Joint Data Controllers + A group of Data Controllers that jointly determine the purposes and means of processing + To indicate the membership, hasDataController may be used + 2022-02-02 + accepted + Georg Krog + Harshvardhan Pandit + + diff --git a/dpv-skos/modules/entities_organisation.jsonld b/dpv-skos/modules/entities_organisation.jsonld index 07fde6c42..8bc4cbc6a 100644 --- a/dpv-skos/modules/entities_organisation.jsonld +++ b/dpv-skos/modules/entities_organisation.jsonld @@ -51,7 +51,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#Organisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -74,7 +74,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -85,24 +85,64 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation", + "@id": "https://w3id.org/dpv/dpv-skos#Entities_OrganisationConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Entities_Organisation Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -110,12 +150,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -125,7 +173,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -136,24 +184,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalEntity" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "International Organisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -166,15 +214,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -184,7 +227,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -195,24 +238,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" + "@id": "https://w3id.org/dpv/dpv-skos#Entity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "Organisational Unit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -257,58 +300,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Entities_OrganisationConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Organisation Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Organisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InternationalOrganisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit" + "@value": "IndustryConsortium" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalUnit", + "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -316,15 +319,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -334,7 +339,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -345,24 +350,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Entity" + "@id": "https://w3id.org/dpv/dpv-skos#Organisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "NonProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonProfitOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#ForProfitOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -378,11 +383,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "http://purl.org/adms" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -407,18 +407,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "ForProfitOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IndustryConsortium", + "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -463,18 +463,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "An organisation not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IndustryConsortium" + "@value": "NonGovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv/dpv-skos#AcademicScientificOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -519,13 +519,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "AcademicScientificOrganisation" } ] } diff --git a/dpv-skos/modules/entities_organisation.rdf b/dpv-skos/modules/entities_organisation.rdf index 01a058981..d628aded7 100644 --- a/dpv-skos/modules/entities_organisation.rdf +++ b/dpv-skos/modules/entities_organisation.rdf @@ -6,6 +6,20 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + + International Organisation + An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries + + 2022-03-23 + accepted + Julian Flake + Georg P. Krog + + @@ -19,42 +33,43 @@ Paul Ryan - + + + Entities_Organisation Concepts + + + + + + + + + + + - GovernmentalOrganisation - An organisation managed or part of government - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - - - - Organisation - A general term reflecting a company or a business or a group acting as a unit + IndustryConsortium + A consortium established and comprising on industry organisations + 2022-02-02 accepted Harshvardhan J. Pandit - + - International Organisation - An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries - - 2022-03-23 + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + + 2022-02-02 accepted - Julian Flake - Georg P. Krog + Harshvardhan J. Pandit @@ -82,52 +97,37 @@ Harshvardhan J. Pandit - + - - - AcademicScientificOrganisation - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + + + Organisation + A general term reflecting a company or a business or a group acting as a unit 2022-02-02 accepted Harshvardhan J. Pandit - + - NonProfitOrganisation - An organisation that does not aim to achieve profit as its primary goal - + GovernmentalOrganisation + An organisation managed or part of government 2022-02-02 accepted Harshvardhan J. Pandit - - - Entities_Organisation Concepts - - - - - - - - - - - + - IndustryConsortium - A consortium established and comprising on industry organisations + NonProfitOrganisation + An organisation that does not aim to achieve profit as its primary goal 2022-02-02 accepted diff --git a/dpv-skos/modules/jurisdiction.jsonld b/dpv-skos/modules/jurisdiction.jsonld index d600e9ebe..0345cac19 100644 --- a/dpv-skos/modules/jurisdiction.jsonld +++ b/dpv-skos/modules/jurisdiction.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location", + "@id": "https://w3id.org/dpv/dpv-skos#Country", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -24,85 +24,46 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JurisdictionConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Jurisdiction Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Region" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Law" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" + "@value": "Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -113,9 +74,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -123,14 +81,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + "@id": "https://w3id.org/dpv/dpv-skos#Country" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -139,24 +92,29 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Country" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has third country" + "@value": "Third Country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -174,9 +132,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Law" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -185,21 +143,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" + "@value": "SupraNationalUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -207,30 +170,36 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Country" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -242,18 +211,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "Indicates information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "has location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Region", + "@id": "https://w3id.org/dpv/dpv-skos#Law", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -274,40 +243,30 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "Law" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", + "@id": "https://w3id.org/dpv/dpv-skos#Region", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -325,7 +284,7 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#Location" } @@ -336,21 +295,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "Region" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry", + "@id": "https://w3id.org/dpv/dpv-skos#Location", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -358,12 +322,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -371,64 +338,98 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Country" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Country" + "@language": "en", + "@value": "A location is a position, site, or area where something is located" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@value": "Location may be geographic, physical, or virtual." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Country" + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasLocation", + "@id": "https://w3id.org/dpv/dpv-skos#JurisdictionConcepts", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Jurisdiction Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#Location" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#Country" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Region" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Law" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry" } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasThirdCountry", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -438,7 +439,12 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#ThirdCountry" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -450,18 +456,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has location" + "@value": "has third country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SupraNationalUnion", + "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -501,21 +507,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "EconomicUnion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EconomicUnion", + "@id": "https://w3id.org/dpv/dpv-skos#hasCountry", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -526,6 +532,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -533,40 +542,40 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Country" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasLocation" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "has country" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Law", + "@id": "https://w3id.org/dpv/dpv-skos#hasJurisdiction", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -584,6 +593,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -593,21 +607,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "Indicates applicability of specified jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law" + "@value": "has jurisdiction" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Country", + "@id": "https://w3id.org/dpv/dpv-skos#hasApplicableLaw", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -618,9 +632,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -628,9 +639,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Location" + "@id": "https://w3id.org/dpv/dpv-skos#Law" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -639,27 +650,16 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "has applicable law" } ] } diff --git a/dpv-skos/modules/jurisdiction.rdf b/dpv-skos/modules/jurisdiction.rdf index 68c949984..1c0c7eba7 100644 --- a/dpv-skos/modules/jurisdiction.rdf +++ b/dpv-skos/modules/jurisdiction.rdf @@ -6,6 +6,19 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + + has country + Indicates applicability of specified country + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + @@ -18,28 +31,55 @@ Harshvardhan J. Pandit - + + + Jurisdiction Concepts + + + + + + + + + + + + + + + + + Location + A location is a position, site, or area where something is located + Location may be geographic, physical, or virtual. + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + - Country - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. + SupraNationalUnion + A political union of two or more countries with an establishment of common authority 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog - - + - - - has third country - Indicates applicability or relevance of a 'third country' - 2022-02-09 + + + + Country + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas + The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. + 2022-01-19 accepted Harshvardhan J. Pandit Georg P Krog @@ -60,80 +100,52 @@ Mark Lizar - - - - Location - A location is a position, site, or area where something is located - Location may be geographic, physical, or virtual. - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - + - - - has country - Indicates applicability of specified country - 2022-01-19 + + + has third country + Indicates applicability or relevance of a 'third country' + 2022-02-09 accepted Harshvardhan J. Pandit Georg P Krog - - + - - has applicable law - Indicates applicability of a Law + + Law + A law is a set of rules created by government or authorities 2022-01-19 accepted Harshvardhan J. Pandit - + + - - - - SupraNationalUnion - A political union of two or more countries with an establishment of common authority + + has jurisdiction + Indicates applicability of specified jurisdiction 2022-01-19 accepted Harshvardhan J. Pandit - + - Law - A law is a set of rules created by government or authorities - 2022-01-19 + + + Third Country + Represents a country outside applicable or compatible jurisdiction as outlined in law + 2022-02-09 accepted Harshvardhan J. Pandit - - - Jurisdiction Concepts - - - - - - - - - - - - - @@ -146,27 +158,15 @@ Harshvardhan J. Pandit - + - - has jurisdiction - Indicates applicability of specified jurisdiction + + has applicable law + Indicates applicability of a Law 2022-01-19 accepted Harshvardhan J. Pandit - - - - - - Third Country - Represents a country outside applicable or compatible jurisdiction as outlined in law - 2022-02-09 - accepted - Harshvardhan J. Pandit - - diff --git a/dpv-skos/modules/legal_basis.jsonld b/dpv-skos/modules/legal_basis.jsonld index b6740e065..bf7d2527a 100644 --- a/dpv-skos/modules/legal_basis.jsonld +++ b/dpv-skos/modules/legal_basis.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9,18 +9,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krogg" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -36,19 +33,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Data Transfer Legal Basis" } ] }, @@ -106,7 +103,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consent", + "@id": "https://w3id.org/dpv/dpv-skos#Contract", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -137,23 +134,26 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Contract", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -162,12 +162,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -183,27 +189,71 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@language": "en", + "@value": "Processing is necessary or required to protect vital interests of a natural person" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Vital Interest of Natural Person" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#LegalBasis" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-21" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "Public Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -212,7 +262,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -239,18 +289,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Legal Obligation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -292,18 +342,79 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Enter Into Contract" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv/dpv-skos#Legal_BasisConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Legal_Basis Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consent" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Contract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -312,7 +423,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ @@ -339,24 +450,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" + "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Official Authority of Controller" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -365,15 +476,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krogg" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -389,19 +503,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" + "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@value": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Vital Interest of Data Subject" } ] }, @@ -564,7 +678,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -573,18 +687,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -606,18 +714,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Legitimate Interest" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -626,7 +734,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -653,24 +761,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" + "@id": "https://w3id.org/dpv/dpv-skos#Contract" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Contract Performance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation", + "@id": "https://w3id.org/dpv/dpv-skos#Consent", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -706,65 +814,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Legal Obligation" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#LegalBasis" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Consent" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -773,7 +834,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -800,80 +861,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consent" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Contract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ContractPerformance" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EnterIntoContract" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalObligation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestOfThirdParty" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfDataSubject" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VitalInterestOfNaturalPerson" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#hasLegalBasis" + "@value": "Legitimate Interest of Controller" } ] } diff --git a/dpv-skos/modules/legal_basis.rdf b/dpv-skos/modules/legal_basis.rdf index 4a33e0463..e7dafbe85 100644 --- a/dpv-skos/modules/legal_basis.rdf +++ b/dpv-skos/modules/legal_basis.rdf @@ -6,18 +6,51 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - Consent - Consent of the Data Subject for specified processing - 2021-04-07 + Public Interest + Processing is necessary or beneficial for interest of the public or society at large + 2021-04-21 accepted Harshvardhan J. Pandit + + + Legal_Basis Concepts + + + + + + + + + + + + + + + + + + + + + + + Data Transfer Legal Basis + Specific or special categories and instances of legal basis intended for justifying data transfers + 2021-09-08 + accepted + David Hickey + Georg P Krogg + + @@ -45,6 +78,32 @@ Paul Ryan + + + + + + Enter Into Contract + Processing necessary to enter into contract + 2021-04-07 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + + Consent + Consent of the Data Subject for specified processing + 2021-04-07 + accepted + Harshvardhan J. Pandit + + @@ -57,43 +116,43 @@ Harshvardhan J. Pandit - + - - Vital Interest of Data Subject - Processing is necessary or required to protect vital interests of a data subject - 2021-04-21 + + Official Authority of Controller + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + 2021-05-05 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - Public Interest - Processing is necessary or beneficial for interest of the public or society at large + Vital Interest + Processing is necessary or required to protect vital interests of a data subject or other natural person 2021-04-21 accepted Harshvardhan J. Pandit - + - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2019-04-05 - 2020-11-04 + + + + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing + 2021-04-07 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit @@ -108,54 +167,34 @@ Harshvardhan J. Pandit - + - - Contract Performance - Fulfilment or performance of a contract involving specified processing - 2021-04-07 + + Vital Interest of Natural Person + Processing is necessary or required to protect vital interests of a natural person + 2021-04-21 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - 2021-05-05 + + Vital Interest of Data Subject + Processing is necessary or required to protect vital interests of a data subject + 2021-04-21 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - - - Legal_Basis Concepts - - - - - - - - - - - - - - - - - @@ -170,26 +209,13 @@ Paul Ryan - - - - - - Data Transfer Legal Basis - Specific or special categories and instances of legal basis intended for justifying data transfers - 2021-09-08 - accepted - David Hickey - Georg P Krogg - - - + - Enter Into Contract - Processing necessary to enter into contract + Contract Performance + Fulfilment or performance of a contract involving specified processing 2021-04-07 accepted Georg P Krog @@ -197,43 +223,17 @@ Paul Ryan - - - - - - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person - 2021-04-21 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - - - - - - Vital Interest - Processing is necessary or required to protect vital interests of a data subject or other natural person - 2021-04-21 - accepted - Harshvardhan J. Pandit - - - + - - - - Contract - Creation, completion, fulfilment, or performance of a contract involving specified processing - 2021-04-07 + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2019-04-05 + 2020-11-04 accepted - Harshvardhan J. Pandit + Axel Polleres + Javier Fernández diff --git a/dpv-skos/modules/personal_data.jsonld b/dpv-skos/modules/personal_data.jsonld index df05050a8..2d7bea118 100644 --- a/dpv-skos/modules/personal_data.jsonld +++ b/dpv-skos/modules/personal_data.jsonld @@ -1,33 +1,19 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -37,7 +23,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -48,35 +34,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derived Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + "@value": "Anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -84,63 +65,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-05-07" } ], "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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, { - "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Fajar Ekaputra" } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -150,10 +94,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -164,33 +105,35 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Personal Data that is obtained or derived from other data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." + "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Derived Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AnonymisedData", + "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -203,7 +146,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -213,7 +156,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -224,30 +167,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Non-Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -270,7 +213,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -281,54 +224,43 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Personal Data" + "@value": "Sensitive Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymisedData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" ], "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": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -338,7 +270,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -349,35 +281,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Data" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "Pseudo-anonymised Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#InferredPersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -385,7 +306,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -400,7 +321,10 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -411,33 +335,36 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Personal Data that is obtained through inference from other data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "Inferred Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Data", + "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -455,6 +382,11 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -464,13 +396,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data" + "@value": "has personal data" } ] }, @@ -524,15 +456,15 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#GeneratedPersonalData", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -545,7 +477,7 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" } @@ -556,21 +488,32 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "Generated Personal Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -578,12 +521,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -593,7 +547,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -604,25 +558,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" + "@id": "https://w3id.org/dpv/dpv-skos#Data" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ] }, @@ -698,7 +657,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SensitivePersonalData", + "@id": "https://w3id.org/dpv/dpv-skos#Data", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -719,6 +678,47 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A broad concept representing 'data' or 'information'" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CollectedPersonalData", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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-skos#" + } + ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#PersonalData" @@ -738,19 +738,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Collected Personal Data" } ] } diff --git a/dpv-skos/modules/personal_data.rdf b/dpv-skos/modules/personal_data.rdf index 7ad50ab21..fe6b4db3f 100644 --- a/dpv-skos/modules/personal_data.rdf +++ b/dpv-skos/modules/personal_data.rdf @@ -6,47 +6,15 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - Special Category Personal Data - Sensitive Personal Data whose use requires specific legal permission or justification - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - - 2019-05-07 - 2022-01-19 - modified - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - Personal_Data Concepts - - - - - - - - - - - - - - + - Sensitive Personal Data - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - 2022-01-19 + Collected Personal Data + Personal Data that has been collected from another source such as the Data Subject + To indicate the source of data, use the DataSource concept with the hasDataSource relation + 2022-03-30 accepted Harshvardhan J. Pandit @@ -68,18 +36,72 @@ Fajar Ekaputra - + - Pseudo-anonymised Data - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + Sensitive Personal Data + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + + Personal Data + Data directly or indirectly associated or related to an individual. + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + + 2019-04-05 + 2022-01-19 + accepted + Harshvardhan Pandit + + + + + + + has personal data + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + Data + A broad concept representing 'data' or 'information' 2022-01-19 accepted Harshvardhan J. Pandit + + + + + + Special Category Personal Data + Sensitive Personal Data whose use requires specific legal permission or justification + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. + + 2019-05-07 + 2022-01-19 + modified + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + @@ -121,46 +143,18 @@ Harshvardhan J. Pandit - + - Collected Personal Data - Personal Data that has been collected from another source such as the Data Subject - To indicate the source of data, use the DataSource concept with the hasDataSource relation - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - - - has personal data - Indicates association with Personal Data + Pseudo-anonymised Data + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data 2022-01-19 accepted Harshvardhan J. Pandit - - - - - - Personal Data - Data directly or indirectly associated or related to an individual. - - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2019-04-05 - 2022-01-19 - accepted - Harshvardhan Pandit - - @@ -174,14 +168,20 @@ Harshvardhan J. Pandit - - - - Data - A broad concept representing 'data' or 'information' - 2022-01-19 - accepted - Harshvardhan J. Pandit - + + + Personal_Data Concepts + + + + + + + + + + + + diff --git a/dpv-skos/modules/processing.jsonld b/dpv-skos/modules/processing.jsonld index 7be256aa2..cfc023838 100644 --- a/dpv-skos/modules/processing.jsonld +++ b/dpv-skos/modules/processing.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict", + "@id": "https://w3id.org/dpv/dpv-skos#Share", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -30,24 +30,151 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Share" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Processing Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Acquire" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Adapt" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Align" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Alter" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Analyse" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Collect" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Combine" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consult" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Copy" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Derive" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Destruct" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Erase" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Generate" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Infer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Match" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Move" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Organise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Profiling" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Record" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Remove" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Restrict" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Share" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Store" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Structure" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transfer" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Transmit" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Use" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Record", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -77,24 +204,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to make a record (especially media)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Record" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt", + "@id": "https://w3id.org/dpv/dpv-skos#Erase", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -124,24 +251,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" + "@value": "Erase" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Collect", + "@id": "https://w3id.org/dpv/dpv-skos#Profiling", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -156,9 +283,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -174,65 +298,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@value": "Profiling" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Processing" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -240,32 +337,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Disclose by Transmission" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling", + "@id": "https://w3id.org/dpv/dpv-skos#Alter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -295,24 +392,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@value": "Alter" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose", + "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -342,24 +439,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make data known" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" + "@value": "Retrieve" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", + "@id": "https://w3id.org/dpv/dpv-skos#Generate", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -368,12 +465,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -389,142 +486,118 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to generate or create data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Generate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#Restrict", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Processing Concepts" - } + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Processing" ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Adapt" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Align" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Alter" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Collect" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Combine" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consult" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Copy" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Derive" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Disseminate" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Erase" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Move" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Organise" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Profiling" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise" - }, + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Record" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Restrict" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Transform" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve" - }, + "@language": "en", + "@value": "to apply a restriction on the processsing of specific records" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Share" - }, + "@language": "en", + "@value": "Restrict" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Use", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Processing" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Store" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Structure" - }, + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Processing" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" - }, + "@language": "en", + "@value": "to use data" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing" + "@language": "en", + "@value": "Use" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Derive", + "@id": "https://w3id.org/dpv/dpv-skos#Collect", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -537,6 +610,9 @@ } ], "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, { "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } @@ -554,35 +630,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@value": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" + "@value": "Collect" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Erase", + "@id": "https://w3id.org/dpv/dpv-skos#Transfer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -596,7 +666,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -612,24 +682,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Erase" + "@value": "Transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transform", + "@id": "https://w3id.org/dpv/dpv-skos#Organise", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -665,18 +740,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "to organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Organise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Align", + "@id": "https://w3id.org/dpv/dpv-skos#Move", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -690,7 +765,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -706,24 +781,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Transfer" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "Move" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Analyse", + "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -753,29 +833,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" + "@value": "Anonymise" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Share", + "@id": "https://w3id.org/dpv/dpv-skos#Transmit", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -811,18 +891,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "Transmit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DiscloseByTransmission", + "@id": "https://w3id.org/dpv/dpv-skos#Infer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -831,12 +911,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -852,24 +932,90 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Derive" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "to infer data from existing data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Infer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Remove", + "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The processing performed on personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Processing" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Store", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -905,18 +1051,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Store" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Alter", + "@id": "https://w3id.org/dpv/dpv-skos#Consult", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -931,6 +1077,9 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -946,24 +1095,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "to consult or query data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "Consult" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Store", + "@id": "https://w3id.org/dpv/dpv-skos#MakeAvailable", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -993,24 +1147,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "Make Available" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise", + "@id": "https://w3id.org/dpv/dpv-skos#Disseminate", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1040,24 +1194,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Disclose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Disseminate" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transmit", + "@id": "https://w3id.org/dpv/dpv-skos#Align", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1087,24 +1241,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Disclose" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "to adjust the data to be in relation to another data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Align" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Acquire", + "@id": "https://w3id.org/dpv/dpv-skos#Analyse", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1118,7 +1272,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1134,24 +1288,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + "@id": "https://w3id.org/dpv/dpv-skos#Use" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Analyse" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Record", + "@id": "https://w3id.org/dpv/dpv-skos#Destruct", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1181,24 +1340,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain" + "@id": "https://w3id.org/dpv/dpv-skos#Remove" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Destruct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer", + "@id": "https://w3id.org/dpv/dpv-skos#Structure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1212,7 +1371,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1228,24 +1387,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Organise" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + "@value": "Structure" } ] }, @@ -1357,7 +1511,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymise", + "@id": "https://w3id.org/dpv/dpv-skos#Obtain", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1371,7 +1525,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1387,56 +1541,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transform" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@value": "Obtain" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing", + "@id": "https://w3id.org/dpv/dpv-skos#Disclose", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Processing" ], "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": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1450,26 +1586,26 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The processing performed on personal data" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing" + "@value": "to make data known" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@language": "en", + "@value": "Disclose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Obtain", + "@id": "https://w3id.org/dpv/dpv-skos#Derive", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1483,7 +1619,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1499,24 +1635,35 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "to create new derivative data from the original data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@value": "Derive" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Move", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymise", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1530,7 +1677,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1546,29 +1693,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Transfer" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@value": "Pseudo-Anonymise" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Destruct", + "@id": "https://w3id.org/dpv/dpv-skos#Adapt", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1598,24 +1740,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Remove" + "@id": "https://w3id.org/dpv/dpv-skos#Transform" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Adapt" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Organise", + "@id": "https://w3id.org/dpv/dpv-skos#Acquire", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1645,24 +1787,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@id": "https://w3id.org/dpv/dpv-skos#Obtain" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to come into possession or control of the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@value": "Acquire" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Structure", + "@id": "https://w3id.org/dpv/dpv-skos#Transform", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1692,24 +1834,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Organise" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Transform" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consult", + "@id": "https://w3id.org/dpv/dpv-skos#Match", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1718,15 +1860,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1748,37 +1892,54 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to combine, compare, or match data from different sources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@value": "Match" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Use", + "@id": "https://w3id.org/dpv/dpv-skos#hasProcessing", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Processing" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-05-07" + "@value": "2019-04-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1786,32 +1947,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Processing" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "has processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Retrieve", + "@id": "https://w3id.org/dpv/dpv-skos#Remove", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1841,19 +2002,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Use" + "@id": "https://w3id.org/dpv/dpv-skos#Processing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Remove" } ] } diff --git a/dpv-skos/modules/processing.n3 b/dpv-skos/modules/processing.n3 index a9524a697..82fd96122 100644 --- a/dpv-skos/modules/processing.n3 +++ b/dpv-skos/modules/processing.n3 @@ -195,6 +195,29 @@ dpvs:Erase a rdfs:Class, skos:definition "to delete data"@en ; skos:prefLabel "Erase"@en . +dpvs:Generate a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Obtain ; + skos:definition "to generate or create data"@en ; + skos:prefLabel "Generate"@en . + +dpvs:Infer a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Derive ; + skos:definition "to infer data from existing data"@en ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en . + dpvs:MakeAvailable a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -206,6 +229,18 @@ dpvs:MakeAvailable a rdfs:Class, skos:definition "to transform or publish data to be used"@en ; skos:prefLabel "Make Available"@en . +dpvs:Match a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Use ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:prefLabel "Match"@en . + dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -415,7 +450,10 @@ dpvs:ProcessingConcepts a skos:Collection ; dpvs:DiscloseByTransmission, dpvs:Disseminate, dpvs:Erase, + dpvs:Generate, + dpvs:Infer, dpvs:MakeAvailable, + dpvs:Match, dpvs:Move, dpvs:Obtain, dpvs:Organise, diff --git a/dpv-skos/modules/processing.rdf b/dpv-skos/modules/processing.rdf index 13d6960a3..239e15779 100644 --- a/dpv-skos/modules/processing.rdf +++ b/dpv-skos/modules/processing.rdf @@ -6,151 +6,195 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + has processing + Indicates association with Processing + + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + - - Share - to give data (or a portion of it) to others + + Acquire + to come into possession or control of the data 2019-05-07 accepted - + - Copy - to produce an exact reprodution of the data - + Use + to use data + + 2019-05-07 + accepted + + + + + + + + Analyse + to study or examine the data in detail + 2019-05-07 accepted - + - Disclose - to make data known + Remove + to destruct or erase data 2019-05-07 accepted - + - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 + + + Collect + to gather data from someone + + + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - + - - Organise - to organize data for arranging or classifying + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers 2019-05-07 accepted - + - Consult - to consult or query data - + Retrieve + to retrieve data, often in an automated manner - 2019-05-07 accepted - + - - Profiling - to create a profile that describes or represents a person + + Destruct + to process data in a way it no longer exists or cannot be repaired 2019-05-07 accepted - + - - Use - to use data + + Consult + to consult or query data + + 2019-05-07 accepted - + - - Adapt - to modify the data, often rewritten into a new form for a new use + + Match + to combine, compare, or match data from different sources + + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Transmit + to send out data 2019-05-07 accepted - + - - Transform - to change the form or nature of data + + Structure + to arrange data according to a structure 2019-05-07 accepted - + - - Acquire - to come into possession or control of the data - + + Move + to move data from one location to another including deleting the original copy + + 2019-05-07 accepted - + - - Make Available - to transform or publish data to be used - + + Transfer + to move data from one place to another + + 2019-05-07 accepted @@ -167,37 +211,50 @@ accepted - + - - Disseminate - to spread data throughout + + Anonymise + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + + + 2019-05-07 + accepted + + + + + + + + Obtain + to solicit or gather data from someone 2019-05-07 accepted - + - - Disclose by Transmission - to disclose data by means of transmission + + Record + to make a record (especially media) 2019-05-07 accepted - + - - Erase - to delete data + + Disseminate + to spread data throughout 2019-05-07 accepted @@ -223,7 +280,10 @@ + + + @@ -242,95 +302,92 @@ - - - - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - + - Store - to keep data for future use + Disclose + to make data known 2019-05-07 accepted - + - Anonymise - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data - + Derive + to create new derivative data from the original data + + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. 2019-05-07 accepted - + - - Structure - to arrange data according to a structure + + Alter + to change the data without changing it into something else 2019-05-07 accepted - + - - Record - to make a record (especially media) - + + Copy + to produce an exact reprodution of the data + + 2019-05-07 accepted - + - - Alter - to change the data without changing it into something else + + Infer + to infer data from existing data + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Organise + to organize data for arranging or classifying 2019-05-07 accepted - + - - Move - to move data from one location to another including deleting the original copy - - - 2019-05-07 + + Generate + to generate or create data + 2022-04-20 accepted + Harshvardhan J. Pandit @@ -347,52 +404,49 @@ accepted - + - - Collect - to gather data from someone - + + Erase + to delete data - 2019-05-07 accepted - + - - Remove - to destruct or erase data + + Profiling + to create a profile that describes or represents a person 2019-05-07 accepted - + - Transfer - to move data from one place to another - - + Store + to keep data for future use + 2019-05-07 accepted - + - - Obtain - to solicit or gather data from someone + + Share + to give data (or a portion of it) to others 2019-05-07 accepted @@ -410,79 +464,66 @@ accepted - + - - - Derive - to create new derivative data from the original data - - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - - 2019-05-07 + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - Transmit - to send out data + + Transform + to change the form or nature of data 2019-05-07 accepted - + - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + + Disclose by Transmission + to disclose data by means of transmission 2019-05-07 accepted - + - - Destruct - to process data in a way it no longer exists or cannot be repaired + + Make Available + to transform or publish data to be used 2019-05-07 accepted - + - - Retrieve - to retrieve data, often in an automated manner + + Adapt + to modify the data, often rewritten into a new form for a new use 2019-05-07 accepted - - - - - - Analyse - to study or examine the data in detail - - - 2019-05-07 - accepted - - diff --git a/dpv-skos/modules/processing.ttl b/dpv-skos/modules/processing.ttl index a9524a697..82fd96122 100644 --- a/dpv-skos/modules/processing.ttl +++ b/dpv-skos/modules/processing.ttl @@ -195,6 +195,29 @@ dpvs:Erase a rdfs:Class, skos:definition "to delete data"@en ; skos:prefLabel "Erase"@en . +dpvs:Generate a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Obtain ; + skos:definition "to generate or create data"@en ; + skos:prefLabel "Generate"@en . + +dpvs:Infer a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Derive ; + skos:definition "to infer data from existing data"@en ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en . + dpvs:MakeAvailable a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -206,6 +229,18 @@ dpvs:MakeAvailable a rdfs:Class, skos:definition "to transform or publish data to be used"@en ; skos:prefLabel "Make Available"@en . +dpvs:Match a rdfs:Class, + skos:Concept, + dpvs:Processing ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:Use ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:prefLabel "Match"@en . + dpvs:Move a rdfs:Class, skos:Concept, dpvs:Processing ; @@ -415,7 +450,10 @@ dpvs:ProcessingConcepts a skos:Collection ; dpvs:DiscloseByTransmission, dpvs:Disseminate, dpvs:Erase, + dpvs:Generate, + dpvs:Infer, dpvs:MakeAvailable, + dpvs:Match, dpvs:Move, dpvs:Obtain, dpvs:Organise, diff --git a/dpv-skos/modules/processing_context.jsonld b/dpv-skos/modules/processing_context.jsonld index 90d81c2be..f13572a83 100644 --- a/dpv-skos/modules/processing_context.jsonld +++ b/dpv-skos/modules/processing_context.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", + "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -8,20 +8,21 @@ "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": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Rob Brennan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -37,24 +38,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Duration" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Storage Duration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -62,24 +66,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -95,24 +95,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Processing that involves evaluation and scoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Evaluation and Scoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -151,23 +151,26 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Storage Location" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring", + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -210,45 +213,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Large Scale Processing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -256,32 +257,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has storage" + "@value": "Non-Public Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource", + "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -289,18 +290,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -308,11 +312,6 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -321,91 +320,84 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Source" + "@value": "Storage Deletion" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Processing_ContextConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Processing_Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" - }, + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" - }, + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, + "@language": "en", + "@value": "Processing that involves automated decision making" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" - }, + "@language": "en", + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" + "@language": "en", + "@value": "Automated Decision Making" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -448,13 +440,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Innovative Use of New Technologies" } ] }, @@ -523,24 +515,18 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource", + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -550,9 +536,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataSource" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -561,24 +547,29 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Context" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" + "@value": "Processing Context" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -600,37 +591,42 @@ "@value": "Mark Lizar" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "has storage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation", + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -669,84 +665,84 @@ "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Location" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "Storage Restoration" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration", + "@id": "https://w3id.org/dpv/dpv-skos#Processing_ContextConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Processing_Context Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#PublicDataSource" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#NonPublicDataSource" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#EvaluationScoring" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + "@id": "https://w3id.org/dpv/dpv-skos#AutomatedDecisionMaking" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Duration" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#LargeScaleProcessing" + }, { - "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies" + }, { - "@language": "en", - "@value": "Storage Duration" + "@id": "https://w3id.org/dpv/dpv-skos#StorageDeletion" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageDuration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageLocation" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageRestoration" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasStorage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext", + "@id": "https://w3id.org/dpv/dpv-skos#DataSource", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -754,12 +750,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -769,7 +771,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -780,24 +782,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "The source or origin of data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Data Source" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -840,21 +848,21 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Systematic Monitoring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SystematicMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#hasDataSource", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "http://www.w3.org/2004/02/skos/core#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -864,15 +872,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -880,27 +886,27 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#DataSource" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ProcessingContext" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "has data source" } ] }, diff --git a/dpv-skos/modules/processing_context.n3 b/dpv-skos/modules/processing_context.n3 index d2c842bfe..61292713b 100644 --- a/dpv-skos/modules/processing_context.n3 +++ b/dpv-skos/modules/processing_context.n3 @@ -16,6 +16,7 @@ dpvs:AutomatedDecisionMaking a rdfs:Class, sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ProcessingContext ; skos:definition "Processing that involves automated decision making"@en ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en . dpvs:DataSource a rdfs:Class, diff --git a/dpv-skos/modules/processing_context.rdf b/dpv-skos/modules/processing_context.rdf index 71e459500..70dea063b 100644 --- a/dpv-skos/modules/processing_context.rdf +++ b/dpv-skos/modules/processing_context.rdf @@ -6,33 +6,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - Innovative Use of New Technologies - Processing that involves use of innovative and new technologies - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Piero Bonatti - - - - - - - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - @@ -48,12 +21,12 @@ Julian Flake - + - Automated Decision Making - Processing that involves automated decision making + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies 2020-11-04 accepted @@ -74,51 +47,70 @@ Harshvardhan J. Pandit - - + - - has storage - Indicates information about storage condition - - 2019-04-05 + + + Large Scale Processing + Processing that takes place at large scales + + 2020-11-04 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar + Piero Bonatti - + - Data Source - The source or origin of data - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - 2020-11-04 + Storage Condition + Conditions required or followed regarding storage of data + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves + Mark Lizar - + - - - Storage Location - Location or geospatial scope where the data is stored - 2019-04-05 + + Public Data Source + A source of data that is publicly accessible or available + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + 2022-01-26 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves + Paul Ryan + Julian Flake + + + Processing_Context Concepts + + + + + + + + + + + + + + + + + @@ -132,13 +124,12 @@ Piero Bonatti - + - - Storage Duration - Duration or temporal limitation on storage of personal data + Storage Deletion + Deletion or Erasure of data including any deletion guarantees 2019-04-05 accepted Axel Polleres @@ -147,12 +138,13 @@ Mark Lizar - + - Storage Deletion - Deletion or Erasure of data including any deletion guarantees + + Storage Location + Location or geospatial scope where the data is stored 2019-04-05 accepted Axel Polleres @@ -173,32 +165,13 @@ Harshvardhan J. Pandit - - - Processing_Context Concepts - - - - - - - - - - - - - - - - - - + - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals + Automated Decision Making + Processing that involves automated decision making + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) 2020-11-04 accepted @@ -206,12 +179,42 @@ Piero Bonatti - + + + + + + Storage Duration + Duration or temporal limitation on storage of personal data + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + has storage + Indicates information about storage condition + + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + - Large Scale Processing - Processing that takes place at large scales + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals 2020-11-04 accepted @@ -219,35 +222,33 @@ Piero Bonatti - + - - Public Data Source - A source of data that is publicly accessible or available - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - 2022-01-26 + + Storage Restoration + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Mark Lizar - + - Storage Condition - Conditions required or followed regarding storage of data - 2019-04-05 + Data Source + The source or origin of data + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves diff --git a/dpv-skos/modules/processing_context.ttl b/dpv-skos/modules/processing_context.ttl index d2c842bfe..61292713b 100644 --- a/dpv-skos/modules/processing_context.ttl +++ b/dpv-skos/modules/processing_context.ttl @@ -16,6 +16,7 @@ dpvs:AutomatedDecisionMaking a rdfs:Class, sw:term_status "accepted"@en ; skos:broaderTransitive dpvs:ProcessingContext ; skos:definition "Processing that involves automated decision making"@en ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en . dpvs:DataSource a rdfs:Class, diff --git a/dpv-skos/modules/purposes.jsonld b/dpv-skos/modules/purposes.jsonld index 275a1c5c2..047571593 100644 --- a/dpv-skos/modules/purposes.jsonld +++ b/dpv-skos/modules/purposes.jsonld @@ -1,34 +1,33 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", + "@id": "https://w3id.org/dpv/dpv-skos#Purpose", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan J. Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -42,90 +41,89 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Javier Fernandez" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Fajar Ekaputra" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Simon Steyskal" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "accepted" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Enforce Security" } ] }, @@ -183,7 +181,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -192,20 +190,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Rudy Jacob" + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -221,24 +225,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Manage orders related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Vendor Records Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", + "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -247,14 +251,28 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -268,24 +286,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Members and Partners Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -294,18 +312,27 @@ "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -321,24 +348,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Research and Development" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -347,21 +374,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -377,24 +401,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Direct Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -445,27 +469,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Sell data or information to third parties" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Sell Data to Third Parties" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { @@ -474,22 +499,23 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Elmar Kiesling" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -503,26 +529,26 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "The purpose of processing personal data" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Purpose" + "@value": "Improve existing products and services" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@language": "en", + "@value": "Improve Existing Products and Services" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", + "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -567,233 +593,41 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@value": "Internal Resource Optimisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", + "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "Purposes Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" }, { - "@value": "David Hickey" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Public Relations" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" - ], - "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Advertising" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#PurposesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Purposes Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement" }, { "@id": "https://w3id.org/dpv/dpv-skos#Advertising" @@ -834,6 +668,9 @@ { "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CreditChecking" + }, { "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods" }, @@ -852,6 +689,12 @@ { "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations" + }, { "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement" }, @@ -915,6 +758,12 @@ { "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelPayment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelHiring" + }, { "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations" }, @@ -976,24 +825,449 @@ "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment" }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" - }, + "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasSector" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Academic Research" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Personalise interfaces presented to the user" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "User Interface Personalisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Human Resources Management" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Personalise services or product or activities" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Service Personalization" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage and analyse interactions with past, current, and potential customers" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Customer Relationship Management" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Vendor Management" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasSector", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Sector" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose" - }, + "@language": "en", + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector" + "@language": "en", + "@value": "has sector" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv/dpv-skos#Advertising", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1002,27 +1276,18 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1038,24 +1303,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1064,23 +1335,27 @@ "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1096,24 +1371,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Personalised Benefits" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1122,27 +1397,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1158,27 +1427,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Communication Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", + "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1198,7 +1470,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1220,18 +1492,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Account Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv/dpv-skos#CounterMoneyLaundering", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1240,27 +1512,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1276,24 +1533,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Detect and prevent or mitigate money laundering" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Counter Money Laundering" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DirectMarketing", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationComplianceManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1302,18 +1559,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1329,24 +1589,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Organisation Compliance Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", + "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1355,18 +1615,27 @@ "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1382,52 +1651,57 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Delivery of Goods" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorRecordsManagement", + "@id": "https://w3id.org/dpv/dpv-skos#Sector", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Elmar Kiesling" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1441,21 +1715,22 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@language": "en", + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Sector" } ] }, @@ -1513,7 +1788,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1522,20 +1797,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1551,24 +1824,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Communication for Customer Care" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", + "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1610,24 +1886,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Requested Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1672,30 +1942,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Payment", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1737,18 +2001,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "Conduct analysis and reporting related to usage of services or products" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Analytics" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1757,27 +2027,18 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1793,24 +2054,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#Advertising" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Personalised Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1819,23 +2083,22 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Paul Ryan" }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1849,24 +2112,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@value": "Personnel Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccountManagement", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1886,7 +2149,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1902,24 +2170,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Manage customer orders" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "Customer Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1928,7 +2196,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1936,13 +2204,10 @@ "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1964,24 +2229,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." + "@value": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Customer Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv/dpv-skos#PublicRelations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1990,18 +2249,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2017,24 +2284,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Marketing" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Public Relations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SellDataToThirdParties", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForConsumer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2079,30 +2346,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "Optimize activities and services for consumer or user" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Optimisation for Consumer" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Sell Data to Third Parties" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2138,30 +2404,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analytics" + "@value": "Legal Compliance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement", + "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2170,81 +2430,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResources" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Personnel Management" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" - } - ], - "http://purl.org/dc/terms/creator": [ + }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2260,24 +2466,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@language": "en", - "@value": "Vendor Management" + "@language": "en", + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", + "@id": "https://w3id.org/dpv/dpv-skos#CreditChecking", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2286,28 +2497,14 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -2321,24 +2518,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Monitor, perform, or assess credit worthiness or solvency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Credit Checking" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2347,21 +2544,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2377,24 +2576,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Customer Claims Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", + "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2445,18 +2644,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Conduct or enforce access control" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalCompliance", + "@id": "https://w3id.org/dpv/dpv-skos#VendorPayment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2465,18 +2675,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2492,24 +2710,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Vendor Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2554,30 +2772,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@value": "Customer Care" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Enforce Security" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#IncreaseServiceRobustness", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2622,24 +2839,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Increase Service Robustness" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2662,11 +2879,6 @@ "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -2680,24 +2892,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Sell products or services" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Sell Products" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#CreateEventRecommendations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2706,26 +2924,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rudy Jacob" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2741,24 +2953,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Create Event Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization", + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2803,33 +3015,83 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Optimize activities and services for provider or controller" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Optimisation for Controller" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Marketing", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelHiring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2838,7 +3100,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -2859,27 +3121,28 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Personnel Hiring" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasSector", + "@id": "https://w3id.org/dpv/dpv-skos#NonCommercialResearch", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { @@ -2887,14 +3150,29 @@ "@value": "2019-04-05" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Sector" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -2903,21 +3181,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" + "@value": "Non-Commercial Research" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedBenefits", + "@id": "https://w3id.org/dpv/dpv-skos#DisputeManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2926,27 +3209,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2962,24 +3241,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Dispute Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceAccessControl", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationRiskManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2988,27 +3267,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3024,35 +3297,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or enforce access control" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Access Control" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@value": "Organisation Risk Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv/dpv-skos#ImproveInternalCRMProcesses", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3061,18 +3323,27 @@ "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3088,27 +3359,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare" + "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" }, { - "@id": "https://w3id.org/dpv/dpv-skos#CommunicationManagement" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerRelationshipManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Improve Internal CRM Processes" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AcademicResearch", + "@id": "https://w3id.org/dpv/dpv-skos#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3117,27 +3388,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "David Hickey" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3153,29 +3423,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv/dpv-skos#VendorManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@value": "Vendor Selection Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", + "@id": "https://w3id.org/dpv/dpv-skos#CommercialResearch", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3220,29 +3485,29 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Product Recommendations" + "@value": "Commercial Research" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision", + "@id": "https://w3id.org/dpv/dpv-skos#Payment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3251,7 +3516,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -3284,18 +3549,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Payment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3304,7 +3569,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ @@ -3312,19 +3577,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3340,30 +3598,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Create Personalized Recommendations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerOrderManagement", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3372,18 +3624,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ @@ -3404,24 +3659,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Organisation Governance" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeliveryOfGoods", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceRecordManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3430,27 +3685,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3466,83 +3712,88 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RequestedServiceProvision" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Delivery of Goods" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" + "@value": "Service Order Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Marketing", + "@id": "https://w3id.org/dpv/dpv-skos#hasPurpose", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#Purpose" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@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/source": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://specialprivacy.ercim.eu/" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ { "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marketing" + "@value": "has purpose" } ] }, @@ -3609,7 +3860,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelPayment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3618,27 +3869,59 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Javier Fernandez" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Axel Polleres" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@value": "Elmar Kiesling" - }, + "@id": "https://w3id.org/dpv/dpv-skos#PersonnelManagement" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Fajar Ekaputra" - }, + "@language": "en", + "@value": "Management and execution of payment of personnel" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Simon Steyskal" + "@language": "en", + "@value": "Personnel Payment" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#TargetedAdvertising", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" + ], + "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": [ @@ -3654,24 +3937,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController" + "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Targeted Advertising" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#OptimisationForController", + "@id": "https://w3id.org/dpv/dpv-skos#CreateProductRecommendations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3716,27 +3999,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization" + "@id": "https://w3id.org/dpv/dpv-skos#CreatePersonalizedRecommendations" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Create Product Recommendations" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Sector", + "@id": "https://w3id.org/dpv/dpv-skos#SellInsightsFromData", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#Purpose" ], "http://purl.org/dc/terms/created": [ { @@ -3775,27 +4064,32 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "Sell data or information relevant to insights obtained from analysis of data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sector" + "@value": "Sell Insights from Data" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv/dpv-skos#RegistrationAuthentication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3804,7 +4098,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -3815,12 +4109,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3836,24 +4125,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Registration and Authentication" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv/dpv-skos#IdentityVerification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3904,23 +4193,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@value": "Identity Verification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerCare", + "@id": "https://w3id.org/dpv/dpv-skos#SellProductsToDataSubject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3965,29 +4249,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" + "@id": "https://w3id.org/dpv/dpv-skos#SellProducts" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Sell products or services to the user, consumer, or data subjects" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Customer Care" + "@value": "Was subclass of commercial interest, changed to reflect selling something" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@language": "en", + "@value": "Sell Products to Data Subject" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MemberPartnerManagement", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalServiceProvision", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3996,28 +4281,14 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -4031,24 +4302,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationGovernance" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Technical Service Provision" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv/dpv-skos#RecordManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4057,27 +4328,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4093,24 +4358,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ServicePersonalization" + "@id": "https://w3id.org/dpv/dpv-skos#Purpose" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Record Management" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#HumanResourceManagement", + "@id": "https://w3id.org/dpv/dpv-skos#ServiceOptimization", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4119,29 +4384,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4157,30 +4420,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#ServiceProvision" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + "@value": "Optimise services or activities" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Service Optimization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv/dpv-skos#AntiTerrorismOperations", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4189,27 +4452,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4225,24 +4473,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Purpose" + "@id": "https://w3id.org/dpv/dpv-skos#EnforceSecurity" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Anti-Terrorism Operations" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv/dpv-skos#CustomerSolvencyMonitoring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -4251,7 +4499,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -4262,7 +4510,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4278,22 +4531,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Advertising" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Personalisation" + "@id": "https://w3id.org/dpv/dpv-skos#CustomerManagement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Customer Solvency Monitoring" } ] } diff --git a/dpv-skos/modules/purposes.n3 b/dpv-skos/modules/purposes.n3 index e4b7673ba..959fa69fc 100644 --- a/dpv-skos/modules/purposes.n3 +++ b/dpv-skos/modules/purposes.n3 @@ -52,6 +52,17 @@ dpvs:Advertising a rdfs:Class, skos:note "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads."@en ; skos:prefLabel "Advertising"@en . +dpvs:AntiTerrorismOperations a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:EnforceSecurity ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:prefLabel "Anti-Terrorism Operations"@en . + dpvs:CommercialResearch a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -98,6 +109,17 @@ dpvs:CommunicationManagement a rdfs:Class, skos:note "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment."@en ; skos:prefLabel "Communication Management"@en . +dpvs:CounterMoneyLaundering a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:FraudPreventionAndDetection ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:prefLabel "Counter Money Laundering"@en . + dpvs:CreateEventRecommendations a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -141,6 +163,17 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:CreditChecking a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:CustomerSolvencyMonitoring ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:prefLabel "Credit Checking"@en . + dpvs:CustomerCare a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -625,6 +658,17 @@ dpvs:PersonalisedBenefits a rdfs:Class, skos:definition "Create and provide personalised benefits for a service"@en ; skos:prefLabel "Personalised Benefits"@en . +dpvs:PersonnelHiring a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:prefLabel "Personnel Hiring"@en . + dpvs:PersonnelManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -638,6 +682,17 @@ dpvs:PersonnelManagement a rdfs:Class, skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; skos:prefLabel "Personnel Management"@en . +dpvs:PersonnelPayment a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:prefLabel "Personnel Payment"@en . + dpvs:PublicRelations a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -996,12 +1051,15 @@ dpvs:PurposesConcepts a skos:Collection ; skos:member dpvs:AcademicResearch, dpvs:AccountManagement, dpvs:Advertising, + dpvs:AntiTerrorismOperations, dpvs:CommercialResearch, dpvs:CommunicationForCustomerCare, dpvs:CommunicationManagement, + dpvs:CounterMoneyLaundering, dpvs:CreateEventRecommendations, dpvs:CreatePersonalizedRecommendations, dpvs:CreateProductRecommendations, + dpvs:CreditChecking, dpvs:CustomerCare, dpvs:CustomerClaimsManagement, dpvs:CustomerManagement, @@ -1034,7 +1092,9 @@ dpvs:PurposesConcepts a skos:Collection ; dpvs:Personalisation, dpvs:PersonalisedAdvertising, dpvs:PersonalisedBenefits, + dpvs:PersonnelHiring, dpvs:PersonnelManagement, + dpvs:PersonnelPayment, dpvs:PublicRelations, dpvs:Purpose, dpvs:RecordManagement, diff --git a/dpv-skos/modules/purposes.rdf b/dpv-skos/modules/purposes.rdf index 2fe002401..7a7fd6a4d 100644 --- a/dpv-skos/modules/purposes.rdf +++ b/dpv-skos/modules/purposes.rdf @@ -6,34 +6,41 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Vendor Payment - Manage payment of vendors - - 2021-09-01 + + Sell Data to Third Parties + Sell data or information to third parties + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Management - Manage past, current, and future customers - 2021-09-08 + + + Service Personalization + Personalise services or product or activities + Subclass of ServiceProvision since personalisation is usually considered part of providing services + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal @@ -51,58 +58,14 @@ Beatriz - - - - - - - Personalised Advertising - Create and provide personalised advertising - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - + - Sell Products - Sell products or services - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - - Organisation Risk Management - Manage risk for organisation's activities - 2021-09-01 - accepted - Paul Ryan - Georg P Krog - David Hickey - Harshvardhan J. Pandit - - - - - - - - Direct Marketing - Conduct direct marketing i.e. marketing communicated directly to the individual + Analytics + Conduct analysis and reporting related to usage of services or products + Was "UsageAnalytics", prefixed with Service to better reflect scope 2020-11-04 accepted Georg P Krog @@ -110,43 +73,13 @@ Beatriz Esteves - - - - - - Dispute Management - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - + - Marketing - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - Was commercial interest, changed to consider Marketing a separate Purpose category by itself - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - - Optimise User Interface - Optimize interfaces presented to the user + Research and Development + Conduct research and development for new methods, products, or services 2019-04-05 accepted Harshvardhan J. Pandit @@ -157,13 +90,14 @@ Simon Steyskal - + - - Research and Development - Conduct research and development for new methods, products, or services + + Sell Insights from Data + Sell data or information relevant to insights obtained from analysis of data + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something 2019-04-05 accepted Harshvardhan J. Pandit @@ -174,13 +108,13 @@ Simon Steyskal - + - - Service Provision - Provide service or product or activities + + Optimisation for Controller + Optimize activities and services for provider or controller 2019-04-05 accepted Harshvardhan J. Pandit @@ -191,14 +125,13 @@ Simon Steyskal - + - - - Communication for Customer Care - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + + Payment + Process payment transactions in relation to service 2020-11-04 accepted Georg P Krog @@ -206,13 +139,14 @@ Beatriz Esteves - + - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -223,27 +157,13 @@ Simon Steyskal - - - - - - Customer Relationship Management - Manage and analyse interactions with past, current, and potential customers - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz - - - + - - Optimisation for Controller - Optimize activities and services for provider or controller + + Identity Verification + Verify or authorize identity 2019-04-05 accepted Harshvardhan J. Pandit @@ -254,42 +174,29 @@ Simon Steyskal - - - - - - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - + - - Social Media - Conduct marketing through social media - 2020-11-04 + + Vendor Payment + Manage payment of vendors + + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - - Optimisation for Consumer - Optimize activities and services for consumer or user - + + Improve Existing Products and Services + Improve existing products and services 2019-04-05 accepted Harshvardhan J. Pandit @@ -300,33 +207,18 @@ Simon Steyskal - - - - - - Advertising - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - + - Organisation Governance - Conduct activities and functions for organisation's governance - + Communication Management + Manage communication or provide means for communication e.g. to send an email notifying some information + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. 2021-09-01 accepted - Paul Ryan Georg P Krog + Paul Ryan David Hickey Harshvardhan J. Pandit @@ -350,12 +242,15 @@ + + + @@ -377,6 +272,8 @@ + + @@ -403,46 +300,45 @@ - + - - Payment - Process payment transactions in relation to service - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves + + Vendor Management + Manage orders, payment, evaluation, and prospecting related to vendors + + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit - + - - Commercial Research - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - - 2019-04-05 + + Dispute Management + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation + + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves - + - - Sell Data to Third Parties - Sell data or information to third parties - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + + Service Optimization + Optimise services or activities + Subclass of ServiceProvision since optimisation is usually considered part of providing services 2019-04-05 accepted Harshvardhan J. Pandit @@ -453,15 +349,14 @@ Simon Steyskal - + - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing services + + + Improve Internal CRM Processes + Improve customer-relationship management (CRM) processes 2019-04-05 accepted Harshvardhan J. Pandit @@ -472,26 +367,14 @@ Simon Steyskal - + - - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - Sector - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + + Commercial Research + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + 2019-04-05 accepted Harshvardhan J. Pandit @@ -502,29 +385,30 @@ Simon Steyskal - + - - Analytics - Conduct analysis and reporting related to usage of services or products - Was "UsageAnalytics", prefixed with Service to better reflect scope - 2020-11-04 + + Optimise User Interface + Optimize interfaces presented to the user + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Customer Order Management - Manage customer orders - + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers 2021-09-08 accepted Georg P Krog @@ -532,32 +416,29 @@ Beatriz - + - - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - - 2019-04-05 + + Vendor Selection Assessment + Manage selection, assessment, and evaluation related to vendors + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Create Product Recommendations - Create and provide product recommendations e.g. suggest similar products - + + Service Provision + Provide service or product or activities 2019-04-05 accepted Harshvardhan J. Pandit @@ -568,28 +449,13 @@ Simon Steyskal - - - - - - Requested Service Provision - Deliver service as requested by user or consumer - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - + - - Vendor Selection Assessment - Manage selection, assessment, and evaluation related to vendors - + + Organisation Compliance Management + Manage compliance for organisation in relation to internal policies 2021-09-01 accepted Paul Ryan @@ -598,27 +464,26 @@ Harshvardhan J. Pandit - + - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 + + Counter Money Laundering + Detect and prevent or mitigate money laundering + 2022-04-20 accepted Harshvardhan J. Pandit - Rudy Jacob - + - - User Interface Personalisation - Personalise interfaces presented to the user + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 accepted Harshvardhan J. Pandit @@ -629,20 +494,18 @@ Simon Steyskal - + - - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - - 2021-09-01 + + Create Personalized Recommendations + Create and provide personalised recommendations + + 2019-11-26 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Rudy Jacob @@ -659,49 +522,15 @@ Beatriz Esteves - - - - - - Human Resources Management - Manage humans and 'human resources' within the organisation for effective and efficient operations. - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. - - 2021-09-01 - accepted - Paul Ryan - David Hickey - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - has purpose - Indicates association with Purpose - - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - - + - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + Enforce Access Control + Conduct or enforce access control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. 2019-04-05 accepted Harshvardhan J. Pandit @@ -730,13 +559,12 @@ Simon Steyskal - + - - - Internal Resource Optimisation - Optimize internal resource availability and usage for organisation + Sector + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). 2019-04-05 accepted Harshvardhan J. Pandit @@ -747,39 +575,48 @@ Simon Steyskal - + - - Sell Insights from Data - Sell data or information relevant to insights obtained from analysis of data - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + + Record Management + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Increase Service Robustness - Improve robustness and resilience of services - 2019-04-05 + + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves + + + + + + + + + Communication for Customer Care + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves @@ -796,55 +633,80 @@ Javier Fernández - + + + + + has purpose + Indicates association with Purpose + + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + - - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services - 2021-09-08 + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + + 2019-04-05 accepted Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Vendor Records Management - Manage orders related to vendors - - 2021-09-01 + + Create Event Recommendations + Create and provide personalised recommendations for events + + 2019-11-26 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Rudy Jacob - + - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - 2022-03-30 + + Increase Service Robustness + Improve robustness and resilience of services + 2019-04-05 accepted - Paul Ryan Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Identity Verification - Verify or authorize identity + + Academic Research + Conduct or assist with research conducted in an academic context e.g. within universities + 2019-04-05 accepted Harshvardhan J. Pandit @@ -855,28 +717,59 @@ Simon Steyskal - + + + + + + Anti-Terrorism Operations + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + - Personalisation - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - 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 + Organisation Governance + Conduct activities and functions for organisation's governance + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + + + + + + + Sell Products to Data Subject + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 + accepted Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Enforce Access Control - Conduct or enforce access control - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. + + Internal Resource Optimisation + Optimize internal resource availability and usage for organisation 2019-04-05 accepted Harshvardhan J. Pandit @@ -887,20 +780,48 @@ Simon Steyskal - + + + + + + Sell Products + Sell products or services + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + + + Social Media + Conduct marketing through social media + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors - - 2021-09-01 + Marketing + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Was commercial interest, changed to consider Marketing a separate Purpose category by itself + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves @@ -918,14 +839,60 @@ Beatriz - + + + + + + + Personalised Advertising + Create and provide personalised advertising + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + - Enforce Security - Ensure and enforce security e.g. of data, personnel - Was previous "Security". Prefixed to distinguish from TechOrg measures. + Human Resources Management + Manage humans and 'human resources' within the organisation for effective and efficient operations. + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + + 2021-09-01 + accepted + Paul Ryan + David Hickey + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + + + Registration and Authentication + Register, authenticate, and identify users or agents in context of a service + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + + + Personalised Benefits + Create and provide personalised benefits for a service 2019-04-05 accepted Harshvardhan J. Pandit @@ -936,13 +903,13 @@ Simon Steyskal - + - - Improve Existing Products and Services - Improve existing products and services + + Non-Commercial Research + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) 2019-04-05 accepted Harshvardhan J. Pandit @@ -953,13 +920,29 @@ Simon Steyskal - + - - Personalised Benefits - Create and provide personalised benefits for a service + + Advertising + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + + + + + + Optimisation for Consumer + Optimize activities and services for consumer or user + 2019-04-05 accepted Harshvardhan J. Pandit @@ -970,6 +953,21 @@ Simon Steyskal + + + + + + Organisation Risk Management + Manage risk for organisation's activities + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + @@ -980,13 +978,38 @@ accepted - + - - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies + + Technical Service Provision + Manage and provide technical processes and functions necessary for delivering services + 2021-09-08 + accepted + Harshvardhan J. Pandit + + + + + + + + Personnel Hiring + Management and execution of hiring processes of personnel + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. + 2021-09-01 accepted Paul Ryan @@ -995,91 +1018,87 @@ Harshvardhan J. Pandit - + - Record Management - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + Personalisation + Create and provide customisation based on attributes and/or needs of person(s) or context(s). + 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 - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit - + - - Sell Products to Data Subject - Sell products or services to the user, consumer, or data subjects - Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + + Customer Management + Manage past, current, and future customers + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz - + - - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 + + Members and Partners Management + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Rudy Jacob - + - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services - 2019-04-05 + Requested Service Provision + Deliver service as requested by user or consumer + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves - + - - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2022-03-30 + + Vendor Records Management + Manage orders related to vendors + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - + - - Fraud Prevention and Detection - Detect and prevent fraud - + + Enforce Security + Ensure and enforce security e.g. of data, personnel + Was previous "Security". Prefixed to distinguish from TechOrg measures. 2019-04-05 accepted Harshvardhan J. Pandit @@ -1090,14 +1109,13 @@ Simon Steyskal - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes + + User Interface Personalisation + Personalise interfaces presented to the user 2019-04-05 accepted Harshvardhan J. Pandit @@ -1108,13 +1126,64 @@ Simon Steyskal - + - - Account Management - Create, maintain, and manage accounts for purposes of providing services + + Credit Checking + Monitor, perform, or assess credit worthiness or solvency + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Personnel Payment + Management and execution of payment of personnel + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + + Customer Order Management + Manage customer orders + + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + + + Targeted Advertising + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + Service Order Management + Manage invoicing, orders, and records in relation to services 2021-09-08 accepted Georg P Krog @@ -1122,35 +1191,31 @@ Beatriz Esteves - + - Public Relations - Manage and conduct public relations processes. This includes creating goodwill for the organization. - - 2021-09-01 + Direct Marketing + Conduct direct marketing i.e. marketing communicated directly to the individual + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - Communication Management - Manage communication or provide means for communication e.g. to send an email notifying some information - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - 2021-09-01 + + Personnel Management + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + + 2022-03-30 accepted - Georg P Krog Paul Ryan - David Hickey Harshvardhan J. Pandit diff --git a/dpv-skos/modules/purposes.ttl b/dpv-skos/modules/purposes.ttl index e4b7673ba..959fa69fc 100644 --- a/dpv-skos/modules/purposes.ttl +++ b/dpv-skos/modules/purposes.ttl @@ -52,6 +52,17 @@ dpvs:Advertising a rdfs:Class, skos:note "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads."@en ; skos:prefLabel "Advertising"@en . +dpvs:AntiTerrorismOperations a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:EnforceSecurity ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:prefLabel "Anti-Terrorism Operations"@en . + dpvs:CommercialResearch a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -98,6 +109,17 @@ dpvs:CommunicationManagement a rdfs:Class, skos:note "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment."@en ; skos:prefLabel "Communication Management"@en . +dpvs:CounterMoneyLaundering a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:FraudPreventionAndDetection ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:prefLabel "Counter Money Laundering"@en . + dpvs:CreateEventRecommendations a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -141,6 +163,17 @@ dpvs:CreateProductRecommendations a rdfs:Class, skos:prefLabel "Create Product Recommendations"@en ; skos:related svpu:Marketing . +dpvs:CreditChecking a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:CustomerSolvencyMonitoring ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:prefLabel "Credit Checking"@en . + dpvs:CustomerCare a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -625,6 +658,17 @@ dpvs:PersonalisedBenefits a rdfs:Class, skos:definition "Create and provide personalised benefits for a service"@en ; skos:prefLabel "Personalised Benefits"@en . +dpvs:PersonnelHiring a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:prefLabel "Personnel Hiring"@en . + dpvs:PersonnelManagement a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -638,6 +682,17 @@ dpvs:PersonnelManagement a rdfs:Class, skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; skos:prefLabel "Personnel Management"@en . +dpvs:PersonnelPayment a rdfs:Class, + skos:Concept, + dpvs:Purpose ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpvs: ; + sw:term_status "accepted"@en ; + skos:broaderTransitive dpvs:PersonnelManagement ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:prefLabel "Personnel Payment"@en . + dpvs:PublicRelations a rdfs:Class, skos:Concept, dpvs:Purpose ; @@ -996,12 +1051,15 @@ dpvs:PurposesConcepts a skos:Collection ; skos:member dpvs:AcademicResearch, dpvs:AccountManagement, dpvs:Advertising, + dpvs:AntiTerrorismOperations, dpvs:CommercialResearch, dpvs:CommunicationForCustomerCare, dpvs:CommunicationManagement, + dpvs:CounterMoneyLaundering, dpvs:CreateEventRecommendations, dpvs:CreatePersonalizedRecommendations, dpvs:CreateProductRecommendations, + dpvs:CreditChecking, dpvs:CustomerCare, dpvs:CustomerClaimsManagement, dpvs:CustomerManagement, @@ -1034,7 +1092,9 @@ dpvs:PurposesConcepts a skos:Collection ; dpvs:Personalisation, dpvs:PersonalisedAdvertising, dpvs:PersonalisedBenefits, + dpvs:PersonnelHiring, dpvs:PersonnelManagement, + dpvs:PersonnelPayment, dpvs:PublicRelations, dpvs:Purpose, dpvs:RecordManagement, diff --git a/dpv-skos/modules/risk.jsonld b/dpv-skos/modules/risk.jsonld index 76b2ea52a..b96964cb0 100644 --- a/dpv-skos/modules/risk.jsonld +++ b/dpv-skos/modules/risk.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -8,12 +8,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -23,7 +29,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -34,24 +40,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "Risk Mitigation Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv/dpv-skos#Risk", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -59,7 +65,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -72,37 +78,96 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "accepted" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@language": "en", + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Risk" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Impact" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "has impact on" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#Harm", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -110,18 +175,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -131,7 +202,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -142,19 +213,70 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Harm" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#NonMaterialDamage", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Impact that acts as or causes non-material damages" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Non-Material Damage" } ] }, @@ -283,38 +405,20 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceAsSideEffect", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -322,7 +426,7 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } @@ -333,27 +437,26 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removed plural suffix for consistency" + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consequence" + "@value": "Consequence as Side-Effect" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Benefit", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -368,20 +471,8 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Julian Flake" - }, { "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -391,7 +482,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -402,24 +493,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "Consequence of Failure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence", + "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -427,12 +518,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -442,7 +547,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -453,71 +558,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Context" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Consequence" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "http://purl.org/dc/terms/created": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" - } - ], - "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-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" + "@value": "Risk Management Procedure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpactOn", + "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -525,7 +589,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -545,19 +609,19 @@ "@value": "Beatriz Esteves" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequenceOn" + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -569,18 +633,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "has impact" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Harm", + "@id": "https://w3id.org/dpv/dpv-skos#Benefit", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -606,6 +670,9 @@ }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -632,18 +699,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Benefit" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv/dpv-skos#Consequence", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -651,15 +718,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -669,7 +733,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -680,24 +744,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Context" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv/dpv-skos#Detriment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class" @@ -712,8 +776,17 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Julian Flake" + }, { "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -723,7 +796,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -734,19 +807,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + "@id": "https://w3id.org/dpv/dpv-skos#Impact" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Detriment" } ] }, @@ -802,32 +875,25 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Detriment", + "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-23" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -835,64 +901,68 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@value": "is mitigated by measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RiskManagementProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/modified": [ { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-21" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -900,9 +970,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -911,57 +981,40 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "Removed plural suffix for consistency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "has consequence" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasImpact", + "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -969,14 +1022,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Impact" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasConsequence" + "@id": "https://w3id.org/dpv/dpv-skos#Damage" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -985,34 +1033,42 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Damage" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" + "@value": "Material Damage" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", + "@id": "https://w3id.org/dpv/dpv-skos#ConsequenceOfSuccess", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1020,9 +1076,9 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1031,16 +1087,21 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Consequence" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" + "@value": "Consequence of Success" } ] }, @@ -1114,58 +1175,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#MaterialDamage", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" - ], - "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-skos#" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Damage" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Impact that acts as or causes material damages" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Material Damage" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#hasRisk", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1173,7 +1183,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -1181,11 +1191,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Risk" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1193,12 +1198,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RiskMitigationMeasure" - } - ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Risk" } ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ @@ -1210,13 +1210,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is mitigated by measure" + "@value": "has risk" } ] } diff --git a/dpv-skos/modules/risk.n3 b/dpv-skos/modules/risk.n3 index e66048b50..dcf4247e3 100644 --- a/dpv-skos/modules/risk.n3 +++ b/dpv-skos/modules/risk.n3 @@ -211,7 +211,7 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:hasImpact a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -226,7 +226,7 @@ dpvs:hasImpact a rdf:Property, dpvs:hasImpactOn a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv-skos/modules/risk.rdf b/dpv-skos/modules/risk.rdf index 8f9f69064..1a7a737e2 100644 --- a/dpv-skos/modules/risk.rdf +++ b/dpv-skos/modules/risk.rdf @@ -6,16 +6,83 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 + + + Detriment + Impact that acts as or causes detriments + 2022-03-23 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + has consequence + Indicates consenquence(s) possible or arising from specified concept + Removed plural suffix for consistency + 2020-11-04 + 2021-09-21 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + + has impact on + Indicates the thing (e.g. plan, process, or entity) affected by an impact + 2022-05-18 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + + Harm + Impact that acts as or causes harms + 2022-03-23 + accepted + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + + Risk Mitigation Measure + Measures intended to mitigate, minimise, or prevent risk. + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan @@ -42,20 +109,29 @@ - - + - - - has impact - Indicates impact(s) possible or arising as consequences from specified concept - + + + + Consequence of Success + The consequence(s) possible or arising from success of specified context + 2022-03-23 accepted Harshvardhan J. Pandit - Julian Flake Georg P Krog - Fajar Ekaputra - Beatriz Esteves + + + + + + + + Consequence as Side-Effect + The consequence(s) possible or arising as a side-effect of specified context + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -75,20 +151,17 @@ Beatriz Esteves - + - - - Detriment - Impact that acts as or causes detriments + + + Consequence of Failure + The consequence(s) possible or arising from failure of specified context 2022-03-23 accepted Harshvardhan J. Pandit - Julian Flake Georg P Krog - Fajar Ekaputra - Beatriz Esteves @@ -108,73 +181,15 @@ Mark Lizar - - - - - - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - - - - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - - - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - 2022-03-23 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - + - - - Consequence of Success - The consequence(s) possible or arising from success of specified context - 2022-03-23 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - - - - - - has impact on - Indicates the thing (e.g. plan, process, or entity) affected by an impact - + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves @@ -218,23 +233,6 @@ Harshvardhan J. Pandit - - - - - has consequence - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - 2020-11-04 - 2021-09-21 - accepted - Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - - @@ -247,22 +245,6 @@ Harshvardhan J. Pandit - - - - - - Harm - Impact that acts as or causes harms - 2022-03-23 - accepted - Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - - @@ -274,25 +256,43 @@ Harshvardhan J. Pandit - + + - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 + + + has impact + Indicates impact(s) possible or arising as consequences from specified concept + 2022-05-18 accepted Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves - + - - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context - 2022-03-30 + + + Consequence + The consequence(s) possible or arising from specified context + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + + + + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 accepted Harshvardhan J. Pandit diff --git a/dpv-skos/modules/risk.ttl b/dpv-skos/modules/risk.ttl index e66048b50..dcf4247e3 100644 --- a/dpv-skos/modules/risk.ttl +++ b/dpv-skos/modules/risk.ttl @@ -211,7 +211,7 @@ dpvs:RiskConcepts a skos:Collection ; dpvs:hasImpact a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -226,7 +226,7 @@ dpvs:hasImpact a rdf:Property, dpvs:hasImpactOn a rdf:Property, skos:Concept ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv-skos/modules/technical_organisational_measures.jsonld b/dpv-skos/modules/technical_organisational_measures.jsonld index af45bb14c..2b07d6a06 100644 --- a/dpv-skos/modules/technical_organisational_measures.jsonld +++ b/dpv-skos/modules/technical_organisational_measures.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#Policy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -9,24 +9,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "David Hickey" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -42,25 +39,116 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@value": "Policy" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-02-09" + } + ], + "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-skos#" + } + ], + "http://www.w3.org/2000/01/rdf-schema#range": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "has organisational measure" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@type": [ + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#domain": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the context or application of policy" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is policy for" } ] }, @@ -118,179 +206,110 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], - "http://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Technical_Organisational_Measures Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Certification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#NDA" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Notice" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PIA" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" - }, + "@value": "Mark Lizar" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { "@id": "https://w3id.org/dpv/dpv-skos#Encryption" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Seal" - }, + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" - }, + "@language": "en", + "@value": "Encryption of data when being stored (persistent encryption)" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" - }, + "@language": "en", + "@value": "Encryption in Rest" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" - }, + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" - }, + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" - }, + "@language": "en", + "@value": "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" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" + "@language": "en", + "@value": "Complete Anonymisation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -299,24 +318,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -332,24 +353,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -358,24 +379,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -391,24 +409,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Regularity of Re-certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#NDA", + "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -447,33 +465,38 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "Procedures for determining authorisation through permission or authority" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Authorisation Procedure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", + "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": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -481,13 +504,22 @@ "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -495,32 +527,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@language": "en", - "@value": "accepted" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@language": "en", + "@value": "accepted" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "has technical and organisational measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -533,8 +565,14 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -550,24 +588,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Records of Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -612,18 +650,71 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Privacy by Design" + } + ] + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#Consultation", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Consultation" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", + "@id": "https://w3id.org/dpv/dpv-skos#PIA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -632,21 +723,18 @@ "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": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -662,30 +750,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Privacy Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Seal", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -724,24 +806,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "Privacy by Default" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation", + "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -750,10 +832,19 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -771,24 +862,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "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" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Safeguard for Data Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign", + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -797,21 +888,18 @@ "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -827,19 +915,19 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Impact Assessment" } ] }, @@ -895,7 +983,7 @@ ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure", + "@id": "https://w3id.org/dpv/dpv-skos#DPIA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -904,21 +992,18 @@ "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -934,30 +1019,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Data Protection Impact Assessment (DPIA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -966,21 +1051,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -996,24 +1078,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Legitimate Interest Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1022,18 +1104,21 @@ "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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1049,30 +1134,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "ContractualTerms" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", "@type": [ "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1095,7 +1174,7 @@ ], "http://www.w3.org/2000/01/rdf-schema#range": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ @@ -1112,289 +1191,190 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Indicates use or applicability of Technical measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" + "@value": "has technical measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", + "@id": "https://w3id.org/dpv/dpv-skos#Technical_Organisational_MeasuresConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Technical_Organisational_Measures Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols" + }, { - "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#AuthorisationProcedure" + }, { - "@language": "en", - "@value": "De-Identification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Certification", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#Certification" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" + }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#Consultation" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#CompleteAnonymisation" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#DPIA" + }, + { + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer" + }, { - "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + }, { - "@language": "en", - "@value": "Certification" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#NDA" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#Notice" + }, { - "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#PIA" + }, { - "@language": "en", - "@value": "Third-Party Agreement" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#Policy" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault" + }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDesign" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#RegularityOfRecertification" + }, { - "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" + }, { - "@language": "en", - "@value": "Organisational Measure" - } - ] - }, - { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - ], - "http://purl.org/dc/terms/created": [ + "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv/dpv-skos#Seal" + }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv/dpv-skos#SingleSignOn" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure" + }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasOrganisationalMeasure" + }, { - "@language": "en", - "@value": "Technical measures consisting of encryption" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv/dpv-skos#hasPolicy" + }, { - "@language": "en", - "@value": "Encryption" + "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", + "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1403,21 +1383,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1433,24 +1413,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#Notice" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Privacy Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization", + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1476,11 +1456,6 @@ "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1494,32 +1469,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Legal Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#isPolicyFor", + "@id": "https://w3id.org/dpv/dpv-skos#ThirdPartyAgreement", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -1527,11 +1503,6 @@ "@value": "Harshvardhan J. Pandit" } ], - "http://www.w3.org/2000/01/rdf-schema#domain": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#Policy" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -1543,21 +1514,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is policy for" + "@value": "Third-Party Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PIA", + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1566,18 +1542,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1593,24 +1563,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" + "@value": "Data Processing Records" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyNotice", + "@id": "https://w3id.org/dpv/dpv-skos#Assessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1623,15 +1593,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } @@ -1649,24 +1610,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Notice" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1675,7 +1636,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -1685,8 +1646,14 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1702,24 +1669,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Joint Data Controllers Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#ControllerProcessorAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1728,7 +1695,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -1738,8 +1705,14 @@ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1755,24 +1728,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Controller-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInRest", + "@id": "https://w3id.org/dpv/dpv-skos#Certification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1811,24 +1784,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Certification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#SubProcessorAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1837,21 +1810,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1867,24 +1843,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "Sub-Processor Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1923,24 +1899,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Policy", + "@id": "https://w3id.org/dpv/dpv-skos#ConsultationWithAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -1949,21 +1925,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1979,32 +1952,33 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#Consultation" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Policy" + "@value": "Consultation with Authority" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -2012,22 +1986,13 @@ "@value": "Axel Polleres" }, { - "@value": "Javier Fernández" + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2035,32 +2000,32 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" - } - ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "Design Standard" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2069,21 +2034,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2099,27 +2064,28 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Safeguard" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Staff Training" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class" + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { @@ -2129,13 +2095,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Axel Polleres" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2149,21 +2118,26 @@ "@value": "accepted" } ], + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ + { + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + } + ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Certification and Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Notice", + "@id": "https://w3id.org/dpv/dpv-skos#Encryption", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2172,21 +2146,21 @@ "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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2202,24 +2176,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "Technical measures consisting of encryption" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" + "@value": "Encryption" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2228,24 +2202,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2261,37 +2232,44 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#Encryption" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Encryption in Transfer" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv/dpv-skos#RegisterOfProcessingActivities", "@type": [ - "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "http://www.w3.org/2000/01/rdf-schema#Class", + "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2299,37 +2277,38 @@ "@id": "https://w3id.org/dpv/dpv-skos#" } ], - "http://www.w3.org/2000/01/rdf-schema#range": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@language": "en", + "@value": "accepted" } ], - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingRecords" } ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "accepted" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical measure" + "@value": "Register of Processing Activities" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DesignStandard", + "@id": "https://w3id.org/dpv/dpv-skos#Notice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2338,21 +2317,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2368,24 +2347,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "Notice" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Consultation", + "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2394,18 +2373,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2421,28 +2403,27 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "http://www.w3.org/2000/01/rdf-schema#Class", - "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" + "http://www.w3.org/2000/01/rdf-schema#Class" ], "http://purl.org/dc/terms/created": [ { @@ -2452,16 +2433,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Mark Lizar" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2475,26 +2453,21 @@ "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ - { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" - } - ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#DeIdentification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2503,18 +2476,21 @@ "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": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2530,24 +2506,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "De-Identification" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PrivacyByDefault", + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2586,24 +2562,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalOrganisationalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Technical Measure" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", + "@id": "https://w3id.org/dpv/dpv-skos#DataTransferImpactAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2612,21 +2588,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2642,24 +2615,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Data Transfer Impact Assessment" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#StaffTraining", + "@id": "https://w3id.org/dpv/dpv-skos#DataProcessingAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2668,21 +2641,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2698,24 +2674,30 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Data Processing Agreement" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment", + "@id": "https://w3id.org/dpv/dpv-skos#CodeOfConduct", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2724,12 +2706,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2745,24 +2736,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#OrganisationalMeasure" + "@id": "https://w3id.org/dpv/dpv-skos#GuidelinesPrinciple" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Assessment" + "@value": "Code of Conduct" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ContractualTerms", + "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2788,6 +2779,11 @@ "@value": "Mark Lizar" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -2801,24 +2797,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" + "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "PseudoAnonmyization or '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;" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Pseudo-Anonymization" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment", + "@id": "https://w3id.org/dpv/dpv-skos#AuthenticationProtocols", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2827,18 +2823,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2854,24 +2853,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Assessment" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Authentication Protocols" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#PseudoAnonymization", + "@id": "https://w3id.org/dpv/dpv-skos#AccessControlMethod", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2897,11 +2896,6 @@ "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv/dpv-skos#" @@ -2915,24 +2909,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Anonymization" + "@id": "https://w3id.org/dpv/dpv-skos#TechnicalMeasure" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Access Control Method" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#EncryptionInTransfer", + "@id": "https://w3id.org/dpv/dpv-skos#NDA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2971,24 +2965,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#Encryption" + "@id": "https://w3id.org/dpv/dpv-skos#LegalAgreement" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Non-Disclosure Agreement (NDA)" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#DPIA", + "@id": "https://w3id.org/dpv/dpv-skos#Seal", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -2997,18 +2991,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3024,30 +3021,24 @@ ], "http://www.w3.org/2004/02/skos/core#broaderTransitive": [ { - "@id": "https://w3id.org/dpv/dpv-skos#ImpactAssessment" + "@id": "https://w3id.org/dpv/dpv-skos#CertificationSeal" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Seal" } ] }, { - "@id": "https://w3id.org/dpv/dpv-skos#RecordsOfActivities", + "@id": "https://w3id.org/dpv/dpv-skos#Safeguard", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "http://www.w3.org/2000/01/rdf-schema#Class", @@ -3056,18 +3047,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3089,13 +3083,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "Safeguard" } ] } diff --git a/dpv-skos/modules/technical_organisational_measures.rdf b/dpv-skos/modules/technical_organisational_measures.rdf index 3be97d9b0..e00b1e5bb 100644 --- a/dpv-skos/modules/technical_organisational_measures.rdf +++ b/dpv-skos/modules/technical_organisational_measures.rdf @@ -6,25 +6,13 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 - accepted - Bud Bruegger - - - + - - Authorisation Procedure - Procedures for determining authorisation through permission or authority - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + + De-Identification + Removal of identity or information to reduce identifiability 2019-04-05 accepted Axel Polleres @@ -33,28 +21,13 @@ Mark Lizar - - - - - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - + - - Pseudo-Anonymization - PseudoAnonmyization or '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; - + + Staff Training + Practices and policies regarding training of staff members 2019-04-05 accepted Axel Polleres @@ -63,28 +36,13 @@ Mark Lizar - - - - - - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - 2021-09-08 - accepted - Paul Ryan - David Hickey - Georg P Krog - Harshvardhan J. Pandit - - - + - - Legal Agreement - A legally binding agreement + + Organisational Measure + Organisational measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -93,44 +51,25 @@ Mark Lizar - - - - - - Safeguard for Data Transfer - Represents a safeguard used for data transfer. Can include technical or organisational measures. - 2021-09-22 - accepted - David Hickey - Paul Ryan - Georg P Krog - Harshvardhan J. Pandit - - - + - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - 2019-04-05 + + Data Processing Records + Records of personal data processing, whether ex-ante or ex-post + 2021-09-08 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - + + Privacy by Default + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service 2019-04-05 accepted Axel Polleres @@ -139,13 +78,13 @@ Mark Lizar - + - - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information + + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -154,25 +93,27 @@ Mark Lizar - + - - Data Processing Records - Records of personal data processing, whether ex-ante or ex-post - 2021-09-08 + + Consultation + Consultation is a process of receiving feedback, advice, or opinion from an external agency + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities + Design Standard + A set of rules or guidelines outlining criterias for design 2019-04-05 accepted Axel Polleres @@ -181,43 +122,42 @@ Mark Lizar - + - - De-Identification - Removal of identity or information to reduce identifiability - 2019-04-05 + + Data Protection Impact Assessment (DPIA) + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + Top class: Impact Assessment, and DPIA is sub-class + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - + - - Encryption - Technical measures consisting of encryption - 2019-04-05 + + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers + 2021-09-08 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - + - - Staff Training - Practices and policies regarding training of staff members + + Technical Measure + Technical measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -226,101 +166,58 @@ Mark Lizar - - - - - - has technical measure - Indicates use or applicability of Technical measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - - - - has organisational measure - Indicates use or applicability of Organisational measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - + - - Notice - A notice is an artefact for providing information, choices, or controls - 2021-09-08 + + Impact Assessment + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + 2020-11-04 accepted - Paul Ryan - David Hickey Georg P Krog Harshvardhan J. Pandit + Paul Ryan - + - - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions - 2021-09-08 + + Single Sign On + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - - Safeguard - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - 2021-09-22 + + Consultation with Authority + Consultation with an authority or authoritative entity + 2020-11-04 accepted - David Hickey - Paul Ryan Georg P Krog Harshvardhan J. Pandit + Paul Ryan - - - - - - Assessment - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments - 2021-09-08 - accepted - Harshvardhan J. Pandit - - - + + - - - - Sub-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor - 2022-01-26 + + + has organisational measure + Indicates use or applicability of Organisational measure + 2022-02-09 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake @@ -380,13 +277,43 @@ - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + Access Control Method + Methods which restrict access to a place or resource + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + + Legitimate Interest Assessment + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -411,83 +338,212 @@ Julian Flake - + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + + - - Privacy Notice - Represents a notice or document outlining information regarding privacy - 2021-09-08 + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + + Data Processing Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + 2022-01-26 accepted Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + + + + + + + + Notice + A notice is an artefact for providing information, choices, or controls + 2021-09-08 + accepted Paul Ryan David Hickey + Georg P Krog Harshvardhan J. Pandit - - + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 + + + + Third-Party Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + + Encryption in Rest + Encryption of data when being stored (persistent encryption) + 2019-04-05 accepted Axel Polleres - Javier Fernández + Rob Brennan Harshvardhan J. Pandit Mark Lizar - Bud Bruegger - + - - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks - 2020-11-04 + + Safeguard + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + 2021-09-22 accepted + David Hickey + Paul Ryan Georg P Krog Harshvardhan J. Pandit - Paul Ryan - - + - - is policy for - Indicates the context or application of policy + + + + Seal + A seal or a mark indicating proof of certification to some certification or standard + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + + Sub-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor 2022-01-26 accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Julian Flake + + + + + + + + Legal Agreement + A legally binding agreement + 2019-04-05 + accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency - 2020-11-04 + Assessment + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + 2021-09-08 + accepted + Harshvardhan J. Pandit + + + + + + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure + 2019-04-04 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + + + + + + + + has technical measure + Indicates use or applicability of Technical measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + + has policy + Indicates policy applicable or used + 2022-01-26 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - - Encryption in Rest - Encryption of data when being stored (persistent encryption) + + Regularity of Re-certification + Policy regarding repetition or renewal of existing certification(s) 2019-04-05 accepted Axel Polleres @@ -496,13 +552,13 @@ Mark Lizar - + - - Technical Measure - Technical measures required/followed when processing data of the declared category + + Encryption + Technical measures consisting of encryption 2019-04-05 accepted Axel Polleres @@ -511,13 +567,13 @@ Mark Lizar - + - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices 2019-04-05 accepted Axel Polleres @@ -526,25 +582,25 @@ Mark Lizar - + - - Third-Party Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + + 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 2022-02-09 accepted Harshvardhan J. Pandit - + - - Access Control Method - Methods which restrict access to a place or resource + + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information 2019-04-05 accepted Axel Polleres @@ -553,42 +609,24 @@ Mark Lizar - - - - - - Impact Assessment - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - 2020-11-04 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - + + - - - - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures - 2019-04-05 + + is policy for + Indicates the context or application of policy + 2022-01-26 accepted - Axel Polleres - Rob Brennan Harshvardhan J. Pandit - Mark Lizar - + - - Privacy by Design - Practices regarding incorporating data protection and privacy in the design of information and services + + Code of Conduct + A set of rules or procedures outlining the norms and practices for conducting activities 2019-04-05 accepted Axel Polleres @@ -597,14 +635,13 @@ Mark Lizar - + - Data Protection Impact Assessment (DPIA) - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - Top class: Impact Assessment, and DPIA is sub-class + Privacy Impact Assessment + Carrying out an impact assessment regarding privacy risks 2020-11-04 accepted Georg P Krog @@ -612,60 +649,44 @@ Paul Ryan - - - - - - Authentication Protocols - Protocols involving validation of identity i.e. authentication of a person or information - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - + - - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - 2019-04-05 + + Controller-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + 2022-01-26 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves + Paul Ryan + Julian Flake - + - - Data Processing Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. - 2022-01-26 + + Records of Activities + Records of activities within some context such as maintainence tasks or governance functions + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake - + - - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + + Pseudo-Anonymization + PseudoAnonmyization or '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; + 2019-04-05 accepted Axel Polleres @@ -674,41 +695,44 @@ Mark Lizar - + - - Controller-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - 2022-01-26 + + Register of Processing Activities + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + Tied to compliance processes and documents, decide how to specify those + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake - + - - 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 - 2022-02-09 + + Authorisation Procedure + Procedures for determining authorisation through permission or authority + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - Seal - A seal or a mark indicating proof of certification to some certification or standard + + Encryption in Transfer + Encryption of data in transit e.g. when being transferred from one location to another, including sharing 2019-04-05 accepted Axel Polleres @@ -717,27 +741,28 @@ Mark Lizar - + - - Data Transfer Impact Assessment - Impact Assessment for conducting data transfers + + Policy + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. 2021-09-08 accepted + Paul Ryan + David Hickey Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + + Authentication Protocols + Protocols involving validation of identity i.e. authentication of a person or information 2019-04-05 accepted Axel Polleres @@ -746,13 +771,13 @@ Mark Lizar - + - - Organisational Measure - Organisational measures required/followed when processing data of the declared category + + Privacy by Design + Practices regarding incorporating data protection and privacy in the design of information and services 2019-04-05 accepted Axel Polleres @@ -761,20 +786,6 @@ Mark Lizar - - - - - - Legitimate Interest Assessment - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - @@ -790,44 +801,33 @@ Mark Lizar - + - - Single Sign On - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + + Safeguard for Data Transfer + Represents a safeguard used for data transfer. Can include technical or organisational measures. + 2021-09-22 accepted + David Hickey + Paul Ryan Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - - Register of Processing Activities - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - Tied to compliance processes and documents, decide how to specify those + + Privacy Notice + Represents a notice or document outlining information regarding privacy 2021-09-08 accepted Georg P Krog - Harshvardhan J. Pandit Paul Ryan - - - - - - - - has policy - Indicates policy applicable or used - 2022-01-26 - accepted + David Hickey Harshvardhan J. Pandit diff --git a/dpv-skos/proposed.json b/dpv-skos/proposed.json index 9d0068237..832ef6d25 100644 --- a/dpv-skos/proposed.json +++ b/dpv-skos/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["CreditChecking", "CounterMoneyLaundering", "AntiTerrorismOperations", "PersonnelPayment", "PersonnelHiring", "TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "processing": ["Generate", "Infer", "Match"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement", "MaintainCreditCheckingDatabase", "MaintainCreditRatingDatabase", "MaintainFraudDatabase"], "context": ["Scope", "ContinousFrequency", "OftenFrequency", "SporadicFrequency", "SingularFrequency", "EndlessDuration", "TemporalDuration", "UntilEventDuration", "UntilTimeDuration", "FixedOccurencesDuration", "Justification", "hasScope", "hasJustification"], "risk": ["hasConsequenceOn"], "processing": ["Access", "Assess", "Filter", "Monitor", "Modify", "Observe", "Screen"], "processing_context": ["AutomationOfProcessing", "FullyAutomatedProcessing", "AutomatedProcessingWithHumanVerification", "AutomatedProcessingWithHumanOversight", "AutomatedProcessingWithHumanInput", "PartiallyAutomatedProcessing", "CompletelyManualProcessing", "Scale", "DataVolume", "DataSubjectScale", "GeographicScale", "MassiveDataVolume", "HugeDataVolume", "LargeDataVolume", "MediumDataVolume", "SmallDataVolume", "SporadicDataVolume", "SingularDataVolume", "MassiveScaleOfDataSubjects", "HugeScaleOfDataSubjects", "LargeScaleOfDataSubjects", "MediumScaleOfDataSubjects", "SmallScaleOfDataSubjects", "SporadicScaleOfDataSubjects", "SingularScaleOfDataSubjects", "MassiveGeographicScale", "HugeGeographicScale", "LargeGeographicScale", "MediumGeographicScale", "SmallGeographicScale", "SporadicGeographicScale", "SingularGeographicScale", "GeographicCoverage", "GlobalScale", "NearlyGlobalScale", "MultiNationalScale", "NationalScale", "RegionalScale", "LocalityScale", "WithinEnvironmentScale", "hasScale"], "technical_organisational_measures": ["ConsultationWithDPO", "ConsultationWithDataSubject", "CredentialManagement", "DataBackupProtocols", "PhysicalAccessControlMethod", "isRequiredFor"], "entities_datasubject": ["MentallyVulnerableDataSubject", "AsylumSeeker", "ElderlyDataSubject", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file diff --git a/dpv/changelog.html b/dpv/changelog.html index 01be65290..9dc75d1eb 100644 --- a/dpv/changelog.html +++ b/dpv/changelog.html @@ -12,8 +12,86 @@

              Changelog - DPV

              +
              +

              [v0.7] -

              +

              v0.7 adds some concepts to the Context, Processing, Purposes, and DPV-PD modules. It fixes minor issues: missing '#' in preferred namespace URI (thanks to Beatriz Esteves @besteves and Pat McBennett @pmcb55); addition "<" in concept tables.

              +

              Concepts added:

              +
              +--- DPV --- 
              +MODULE: context
              +added: 21
              +removed: 0
              +added: 21 ; removed: 0
              +
              +Concepts Added
              +https://w3id.org/dpv#AuditStatus
              +https://w3id.org/dpv#hasActivityStatus
              +https://w3id.org/dpv#AuditRequired
              +https://w3id.org/dpv#ActivityCompleted
              +https://w3id.org/dpv#hasStatus
              +https://w3id.org/dpv#AuditNotRequired
              +https://w3id.org/dpv#AuditApproved
              +https://w3id.org/dpv#ActivityHalted
              +https://w3id.org/dpv#PartiallyCompliant
              +https://w3id.org/dpv#Status
              +https://w3id.org/dpv#Incompliant
              +https://w3id.org/dpv#ActivityProposed
              +https://w3id.org/dpv#hasComplianceStatus
              +https://w3id.org/dpv#NotCompliant
              +https://w3id.org/dpv#Compliant
              +https://w3id.org/dpv#ComplianceStatus
              +https://w3id.org/dpv#ActivityStatus
              +https://w3id.org/dpv#AuditRejected
              +https://w3id.org/dpv#AuditRequested
              +https://w3id.org/dpv#ActivityOngoing
              +https://w3id.org/dpv#ViolationOfCompliance
              +---
              +MODULE: processing
              +added: 3
              +removed: 0
              +added: 3 ; removed: 0
              +
              +Concepts Added
              +https://w3id.org/dpv#Infer
              +https://w3id.org/dpv#Generate
              +https://w3id.org/dpv#Match
              +---
              +Concepts Added
              +https://w3id.org/dpv#CounterMoneyLaundering
              +https://w3id.org/dpv#CreditChecking
              +https://w3id.org/dpv#PersonnelHiring
              +https://w3id.org/dpv#AntiTerrorismOperations
              +https://w3id.org/dpv#PersonnelPayment
              +---
              +
              +--- DPV-PD ---
              +added: 18
              +removed: 0
              +added: 18 ; removed: 0
              +Concepts Added
              +https://w3id.org/dpv/dpv-pd#Insurance
              +https://w3id.org/dpv/dpv-pd#CurrentEmployment
              +https://w3id.org/dpv/dpv-pd#Education
              +https://w3id.org/dpv/dpv-pd#PoliticalOpinion
              +https://w3id.org/dpv/dpv-pd#AgeRange
              +https://w3id.org/dpv/dpv-pd#BirthPlace
              +https://w3id.org/dpv/dpv-pd#AgeExact
              +https://w3id.org/dpv/dpv-pd#TravelHistory
              +https://w3id.org/dpv/dpv-pd#TradeUnionMembership
              +https://w3id.org/dpv/dpv-pd#EducationExperience
              +https://w3id.org/dpv/dpv-pd#Passport
              +https://w3id.org/dpv/dpv-pd#EducationQualification
              +https://w3id.org/dpv/dpv-pd#PastEmployment
              +https://w3id.org/dpv/dpv-pd#Nationality
              +https://w3id.org/dpv/dpv-pd#GeneticData
              +https://w3id.org/dpv/dpv-pd#BirthDate
              +https://w3id.org/dpv/dpv-pd#EmailAddressPersonal
              +https://w3id.org/dpv/dpv-pd#EmailAddressWork
              +---
              +        
              +
              -

              [v0.5] -

              +

              [v0.6] -

              v0.6 adds Data Subject categories and fixes some inconsistencies and issues. Some concepts from Tech/Org measures have been moved to the Risk section for better application.

              Concepts added:

              diff --git a/dpv/dpv.html b/dpv/dpv.html
              index 3fa4bff03..37456b0b1 100644
              --- a/dpv/dpv.html
              +++ b/dpv/dpv.html
              @@ -9,8 +9,8 @@
                  var respecConfig = {
                   shortName: "dpv",
                   title: "Data Privacy Vocabulary (DPV)",
              -    subtitle: "version 0.6",
              -    publishDate: "2022-04-02",
              +    subtitle: "version 0.7",
              +    publishDate: "2022-05-25",
                   specStatus: "CG-DRAFT",
                   group: "dpvcg",
                   latestVersion: "https://w3id.org/dpv",
              @@ -436,7 +436,7 @@ 

              Classes

              Data Controller

Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -14102,7 +15270,7 @@

has impact

Created:
Contributor(s):
Created:
Contributor(s):
- < + @@ -486,7 +486,7 @@

Data Controller

Data Subject

IRI `https://w3id.org/dpv#DataController`
- < + @@ -536,7 +536,7 @@

Data Subject

Data Subject Right

IRI `https://w3id.org/dpv#DataSubject`
- < + @@ -577,7 +577,7 @@

Data Subject Right

Legal Basis

IRI `https://w3id.org/dpv#DataSubjectRight`
- < + @@ -608,7 +608,7 @@

Legal Basis

Personal Data

IRI `https://w3id.org/dpv#LegalBasis`
- < + @@ -663,7 +663,7 @@

Personal Data

Personal Data Handling

IRI `https://w3id.org/dpv#PersonalData`
- < + @@ -697,7 +697,7 @@

Personal Data Handling

Processing

IRI `https://w3id.org/dpv#PersonalDataHandling`
- < + @@ -743,7 +743,7 @@

Processing

Purpose

IRI `https://w3id.org/dpv#Processing`
- < + @@ -789,7 +789,7 @@

Purpose

Recipient

IRI `https://w3id.org/dpv#Purpose`
- < + @@ -846,7 +846,7 @@

Recipient

Right

IRI `https://w3id.org/dpv#Recipient`
- < + @@ -881,7 +881,7 @@

Right

Risk

IRI `https://w3id.org/dpv#Right`
- < + @@ -914,7 +914,7 @@

Risk

Technical and Organisational Measure

IRI `https://w3id.org/dpv#Risk`
- < + @@ -1343,7 +1343,7 @@

Classes

Entity

IRI `https://w3id.org/dpv#TechnicalOrganisationalMeasure`
- < + @@ -1372,7 +1372,7 @@

Entity

Legal Entity

IRI `https://w3id.org/dpv#Entity`
- < + @@ -1407,7 +1407,7 @@

Legal Entity

Natural Person

IRI `https://w3id.org/dpv#LegalEntity`
- < + @@ -1442,7 +1442,7 @@

Natural Person

Representative

IRI `https://w3id.org/dpv#NaturalPerson`
- < + @@ -1704,7 +1704,7 @@

Classes

Data Controller

IRI `https://w3id.org/dpv#Representative`
- < + @@ -1754,7 +1754,7 @@

Data Controller

Data Exporter

IRI `https://w3id.org/dpv#DataController`
- < + @@ -1802,7 +1802,7 @@

Data Exporter

Data Importer

IRI `https://w3id.org/dpv#DataExporter`
- < + @@ -1850,7 +1850,7 @@

Data Importer

Data Processor

IRI `https://w3id.org/dpv#DataImporter`
- < + @@ -1891,7 +1891,7 @@

Data Processor

Data Protection Officer

IRI `https://w3id.org/dpv#DataProcessor`
- < + @@ -1937,7 +1937,7 @@

Data Protection Officer

Data Sub-Processor

IRI `https://w3id.org/dpv#DataProtectionOfficer`
- < + @@ -1976,7 +1976,7 @@

Data Sub-Processor

Joint Data Controllers

IRI `https://w3id.org/dpv#DataSubProcessor`
- < + @@ -2016,7 +2016,7 @@

Joint Data Controllers

Recipient

IRI `https://w3id.org/dpv#JointDataControllers`
- < + @@ -2073,7 +2073,7 @@

Recipient

Third Party

IRI `https://w3id.org/dpv#Recipient`
- < + @@ -2434,7 +2434,7 @@

Classes

Authority

IRI `https://w3id.org/dpv#ThirdParty`
- < + @@ -2472,7 +2472,7 @@

Authority

Data Protection Authority

IRI `https://w3id.org/dpv#Authority`
- < + @@ -2509,7 +2509,7 @@

Data Protection Authority

NationalAuthority

IRI `https://w3id.org/dpv#DataProtectionAuthority`
- < + @@ -2550,7 +2550,7 @@

NationalAuthority

RegionalAuthority

IRI `https://w3id.org/dpv#NationalAuthority`
- < + @@ -2591,7 +2591,7 @@

RegionalAuthority

SupraNationalAuthority

IRI `https://w3id.org/dpv#RegionalAuthority`
- < + @@ -2721,7 +2721,7 @@

Classes

AcademicScientificOrganisation

IRI `https://w3id.org/dpv#SupraNationalAuthority`
- < + @@ -2762,7 +2762,7 @@

AcademicScientificOrganisation

ForProfitOrganisation

IRI `https://w3id.org/dpv#AcademicScientificOrganisation`
- < + @@ -2797,7 +2797,7 @@

ForProfitOrganisation

GovernmentalOrganisation

IRI `https://w3id.org/dpv#ForProfitOrganisation`
- < + @@ -2832,7 +2832,7 @@

GovernmentalOrganisation

IndustryConsortium

IRI `https://w3id.org/dpv#GovernmentalOrganisation`
- < + @@ -2873,7 +2873,7 @@

IndustryConsortium

International Organisation

IRI `https://w3id.org/dpv#IndustryConsortium`
- < + @@ -2915,7 +2915,7 @@

International Organisation

NonGovernmentalOrganisation

IRI `https://w3id.org/dpv#InternationalOrganisation`
- < + @@ -2956,7 +2956,7 @@

NonGovernmentalOrganisation

NonProfitOrganisation

IRI `https://w3id.org/dpv#NonGovernmentalOrganisation`
- < + @@ -2997,7 +2997,7 @@

NonProfitOrganisation

Organisation

IRI `https://w3id.org/dpv#NonProfitOrganisation`
- < + @@ -3032,7 +3032,7 @@

Organisation

Organisational Unit

IRI `https://w3id.org/dpv#Organisation`
- < + @@ -3100,7 +3100,7 @@

Classes

Adult

IRI `https://w3id.org/dpv#OrganisationalUnit`
- < + @@ -3135,7 +3135,7 @@

Adult

Applicant

IRI `https://w3id.org/dpv#Adult`
- < + @@ -3174,7 +3174,7 @@

Applicant

Child

IRI `https://w3id.org/dpv#Applicant`
- < + @@ -3213,7 +3213,7 @@

Child

Citizen

IRI `https://w3id.org/dpv#Child`
- < + @@ -3252,7 +3252,7 @@

Citizen

Client

IRI `https://w3id.org/dpv#Citizen`
- < + @@ -3291,7 +3291,7 @@

Client

Consumer

IRI `https://w3id.org/dpv#Client`
- < + @@ -3330,7 +3330,7 @@

Consumer

Customer

IRI `https://w3id.org/dpv#Consumer`
- < + @@ -3373,7 +3373,7 @@

Customer

Data Subject

IRI `https://w3id.org/dpv#Customer`
- < + @@ -3424,7 +3424,7 @@

Data Subject

Employee

IRI `https://w3id.org/dpv#DataSubject`
- < + @@ -3463,7 +3463,7 @@

Employee

Immigrant

IRI `https://w3id.org/dpv#Employee`
- < + @@ -3502,7 +3502,7 @@

Immigrant

JobApplicant

IRI `https://w3id.org/dpv#Immigrant`
- < + @@ -3541,7 +3541,7 @@

JobApplicant

Member

IRI `https://w3id.org/dpv#JobApplicant`
- < + @@ -3580,7 +3580,7 @@

Member

NonCitizen

IRI `https://w3id.org/dpv#Member`
- < + @@ -3619,7 +3619,7 @@

NonCitizen

Participant

IRI `https://w3id.org/dpv#NonCitizen`
- < + @@ -3658,7 +3658,7 @@

Participant

Patient

IRI `https://w3id.org/dpv#Participant`
- < + @@ -3697,7 +3697,7 @@

Patient

Student

IRI `https://w3id.org/dpv#Patient`
- < + @@ -3736,7 +3736,7 @@

Student

Subscriber

IRI `https://w3id.org/dpv#Student`
- < + @@ -3779,7 +3779,7 @@

Subscriber

Tourist

IRI `https://w3id.org/dpv#Subscriber`
- < + @@ -3818,7 +3818,7 @@

Tourist

User

IRI `https://w3id.org/dpv#Tourist`
- < + @@ -3857,7 +3857,7 @@

User

Visitor

IRI `https://w3id.org/dpv#User`
- < + @@ -3896,7 +3896,7 @@

Visitor

Vulnerable Data Subject

IRI `https://w3id.org/dpv#Visitor`
- < + @@ -3987,12 +3987,15 @@

Classes

Academic Research | Account Management | Advertising | + Anti-Terrorism Operations | Commercial Research | Communication for Customer Care | Communication Management | + Counter Money Laundering | Create Event Recommendations | Create Personalized Recommendations | Create Product Recommendations | + Credit Checking | Customer Care | Customer Claims Management | Customer Management | @@ -4025,7 +4028,9 @@

Classes

Personalisation | Personalised Advertising | Personalised Benefits | + Personnel Hiring | Personnel Management | + Personnel Payment | Public Relations | Purpose | Record Management | @@ -4056,7 +4061,7 @@

Classes

Academic Research

IRI `https://w3id.org/dpv#VulnerableDataSubject`
- < + @@ -4102,7 +4107,7 @@

Academic Research

Account Management

IRI `https://w3id.org/dpv#AcademicResearch`
- < + @@ -4139,7 +4144,7 @@

Account Management

Advertising

IRI `https://w3id.org/dpv#AccountManagement`
- < + @@ -4176,11 +4181,46 @@

Advertising

IRI `https://w3id.org/dpv#Advertising`
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
SubType of: + dpv:EnforceSecurity +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

- < + @@ -4226,7 +4266,7 @@

Commercial Research

Communication for Customer Care

IRI `https://w3id.org/dpv#CommercialResearch`
- < + @@ -4264,7 +4304,7 @@

Communication for Customer Care

Communication Management

IRI `https://w3id.org/dpv#CommunicationForCustomerCare`
- < + @@ -4302,11 +4342,46 @@

Communication Management

IRI `https://w3id.org/dpv#CommunicationManagement`
+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
SubType of: + dpv:FraudPreventionAndDetection +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

- < + @@ -4348,7 +4423,7 @@

Create Event Recommendations

Create Personalized Recommendations

IRI `https://w3id.org/dpv#CreateEventRecommendations`
- < + @@ -4390,7 +4465,7 @@

Create Personalized RecommendationsCreate Product Recommendations

IRI `https://w3id.org/dpv#CreatePersonalizedRecommendations`
- < + @@ -4432,11 +4507,46 @@

Create Product Recommendations

IRI `https://w3id.org/dpv#CreateProductRecommendations`
+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
SubType of: + dpv:CustomerSolvencyMonitoring +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

- < + @@ -4482,7 +4592,7 @@

Customer Care

Customer Claims Management

IRI `https://w3id.org/dpv#CustomerCare`
- < + @@ -4525,7 +4635,7 @@

Customer Claims Management

Customer Management

IRI `https://w3id.org/dpv#CustomerClaimsManagement`
- < + @@ -4562,7 +4672,7 @@

Customer Management

Customer Order Management

IRI `https://w3id.org/dpv#CustomerManagement`
- < + @@ -4605,7 +4715,7 @@

Customer Order Management

Customer Relationship Management

IRI `https://w3id.org/dpv#CustomerOrderManagement`
- < + @@ -4642,7 +4752,7 @@

Customer Relationship Management

Customer Solvency Monitoring

IRI `https://w3id.org/dpv#CustomerRelationshipManagement`
- < + @@ -4685,7 +4795,7 @@

Customer Solvency Monitoring

Delivery of Goods

IRI `https://w3id.org/dpv#CustomerSolvencyMonitoring`
- < + @@ -4731,7 +4841,7 @@

Delivery of Goods

Direct Marketing

IRI `https://w3id.org/dpv#DeliveryOfGoods`
- < + @@ -4768,7 +4878,7 @@

Direct Marketing

Dispute Management

IRI `https://w3id.org/dpv#DirectMarketing`
- < + @@ -4811,7 +4921,7 @@

Dispute Management

Enforce Access Control

IRI `https://w3id.org/dpv#DisputeManagement`
- < + @@ -4861,7 +4971,7 @@

Enforce Access Control

Enforce Security

IRI `https://w3id.org/dpv#EnforceAccessControl`
- < + @@ -4905,7 +5015,7 @@

Enforce Security

Fraud Prevention and Detection

IRI `https://w3id.org/dpv#EnforceSecurity`
- < + @@ -4951,7 +5061,7 @@

Fraud Prevention and Detection

Human Resources Management

IRI `https://w3id.org/dpv#FraudPreventionAndDetection`
- < + @@ -5000,7 +5110,7 @@

Human Resources Management

Identity Verification

IRI `https://w3id.org/dpv#HumanResourceManagement`
- < + @@ -5040,7 +5150,7 @@

Identity Verification

Improve Existing Products and Services

IRI `https://w3id.org/dpv#IdentityVerification`
- < + @@ -5080,7 +5190,7 @@

Improve Existing Products and Servic

Improve Internal CRM Processes

IRI `https://w3id.org/dpv#ImproveExistingProductsAndServices`
- < + @@ -5121,7 +5231,7 @@

Improve Internal CRM Processes

Increase Service Robustness

IRI `https://w3id.org/dpv#ImproveInternalCRMProcesses`
- < + @@ -5161,7 +5271,7 @@

Increase Service Robustness

Internal Resource Optimisation

IRI `https://w3id.org/dpv#IncreaseServiceRobustness`
- < + @@ -5201,7 +5311,7 @@

Internal Resource Optimisation

Legal Compliance

IRI `https://w3id.org/dpv#InternalResourceOptimisation`
- < + @@ -5238,7 +5348,7 @@

Legal Compliance

Marketing

IRI `https://w3id.org/dpv#LegalCompliance`
- < + @@ -5279,7 +5389,7 @@

Marketing

Members and Partners Management

IRI `https://w3id.org/dpv#Marketing`
- < + @@ -5323,7 +5433,7 @@

Members and Partners Management

Non-Commercial Research

IRI `https://w3id.org/dpv#MemberPartnerManagement`
- < + @@ -5363,7 +5473,7 @@

Non-Commercial Research

Optimisation for Consumer

IRI `https://w3id.org/dpv#NonCommercialResearch`
- < + @@ -5409,7 +5519,7 @@

Optimisation for Consumer

Optimisation for Controller

IRI `https://w3id.org/dpv#OptimisationForConsumer`
- < + @@ -5449,7 +5559,7 @@

Optimisation for Controller

Optimise User Interface

IRI `https://w3id.org/dpv#OptimisationForController`
- < + @@ -5489,7 +5599,7 @@

Optimise User Interface

Organisation Compliance Management

IRI `https://w3id.org/dpv#OptimiseUserInterface`
- < + @@ -5527,7 +5637,7 @@

Organisation Compliance Management

Organisation Governance
IRI `https://w3id.org/dpv#OrganisationComplianceManagement`
- < + @@ -5571,7 +5681,7 @@

Organisation Governance

Organisation Risk Management

IRI `https://w3id.org/dpv#OrganisationGovernance`
- < + @@ -5609,7 +5719,7 @@

Organisation Risk Management

Payment

IRI `https://w3id.org/dpv#OrganisationRiskManagement`
- < + @@ -5646,7 +5756,7 @@

Payment

Personalisation

IRI `https://w3id.org/dpv#Payment`
- < + @@ -5685,7 +5795,7 @@

Personalisation

Personalised Advertising

IRI `https://w3id.org/dpv#Personalisation`
- < + @@ -5723,7 +5833,7 @@

Personalised Advertising

Personalised Benefits

IRI `https://w3id.org/dpv#PersonalisedAdvertising`
- < + @@ -5759,11 +5869,46 @@

Personalised Benefits

IRI `https://w3id.org/dpv#PersonalisedBenefits`
+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
SubType of: + dpv:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

- < + @@ -5801,11 +5946,46 @@

Personnel Management

IRI `https://w3id.org/dpv#PersonnelManagement`
+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
SubType of: + dpv:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

- < + @@ -5849,7 +6029,7 @@

Public Relations

Purpose

IRI `https://w3id.org/dpv#PublicRelations`
- < + @@ -5895,7 +6075,7 @@

Purpose

Record Management

IRI `https://w3id.org/dpv#Purpose`
- < + @@ -5933,7 +6113,7 @@

Record Management

Registration and Authentication

IRI `https://w3id.org/dpv#RecordManagement`
- < + @@ -5970,7 +6150,7 @@

Registration and Authentication

Requested Service Provision

IRI `https://w3id.org/dpv#RegistrationAuthentication`
- < + @@ -6007,7 +6187,7 @@

Requested Service Provision

Research and Development

IRI `https://w3id.org/dpv#RequestedServiceProvision`
- < + @@ -6047,7 +6227,7 @@

Research and Development

Sector

IRI `https://w3id.org/dpv#ResearchAndDevelopment`
- < + @@ -6085,7 +6265,7 @@

Sector

Sell Data to Third Parties

IRI `https://w3id.org/dpv#Sector`
- < + @@ -6129,7 +6309,7 @@

Sell Data to Third Parties

Sell Insights from Data

IRI `https://w3id.org/dpv#SellDataToThirdParties`
- < + @@ -6173,7 +6353,7 @@

Sell Insights from Data

Sell Products

IRI `https://w3id.org/dpv#SellInsightsFromData`
- < + @@ -6214,7 +6394,7 @@

Sell Products

Sell Products to Data Subject

IRI `https://w3id.org/dpv#SellProducts`
- < + @@ -6258,7 +6438,7 @@

Sell Products to Data Subject

Service Optimization

IRI `https://w3id.org/dpv#SellProductsToDataSubject`
- < + @@ -6302,7 +6482,7 @@

Service Optimization

Service Personalization

IRI `https://w3id.org/dpv#ServiceOptimization`
- < + @@ -6347,7 +6527,7 @@

Service Personalization

Service Provision

IRI `https://w3id.org/dpv#ServicePersonalization`
- < + @@ -6387,7 +6567,7 @@

Service Provision

Service Order Management

IRI `https://w3id.org/dpv#ServiceProvision`
- < + @@ -6424,7 +6604,7 @@

Service Order Management

Analytics

IRI `https://w3id.org/dpv#ServiceRecordManagement`
- < + @@ -6465,7 +6645,7 @@

Analytics

Social Media

IRI `https://w3id.org/dpv#ServiceUsageAnalytics`
- < + @@ -6502,7 +6682,7 @@

Social Media

Targeted Advertising

IRI `https://w3id.org/dpv#SocialMediaMarketing`
- < + @@ -6537,7 +6717,7 @@

Targeted Advertising

Technical Service Provision

IRI `https://w3id.org/dpv#TargetedAdvertising`
- < + @@ -6572,7 +6752,7 @@

Technical Service Provision

User Interface Personalisation

IRI `https://w3id.org/dpv#TechnicalServiceProvision`
- < + @@ -6612,7 +6792,7 @@

User Interface Personalisation

Vendor Management

IRI `https://w3id.org/dpv#UserInterfacePersonalisation`
- < + @@ -6656,7 +6836,7 @@

Vendor Management

Vendor Payment

IRI `https://w3id.org/dpv#VendorManagement`
- < + @@ -6700,7 +6880,7 @@

Vendor Payment

Vendor Records Management

IRI `https://w3id.org/dpv#VendorPayment`
- < + @@ -6744,7 +6924,7 @@

Vendor Records Management

Vendor Selection Assessment

IRI `https://w3id.org/dpv#VendorRecordsManagement`
- < + @@ -6880,7 +7060,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -6904,7 +7087,7 @@

Classes

Acquire

IRI `https://w3id.org/dpv#VendorSelectionAssessment`
- < + @@ -6939,7 +7122,7 @@

Acquire

Adapt

IRI `https://w3id.org/dpv#Acquire`
- < + @@ -6974,7 +7157,7 @@

Adapt

Align

IRI `https://w3id.org/dpv#Adapt`
- < + @@ -7009,7 +7192,7 @@

Align

Alter

IRI `https://w3id.org/dpv#Align`
- < + @@ -7044,7 +7227,7 @@

Alter

Analyse

IRI `https://w3id.org/dpv#Alter`
- < + @@ -7085,7 +7268,7 @@

Analyse

Anonymise

IRI `https://w3id.org/dpv#Analyse`
- < + @@ -7126,7 +7309,7 @@

Anonymise

Collect

IRI `https://w3id.org/dpv#Anonymise`
- < + @@ -7168,7 +7351,7 @@

Collect

Combine

IRI `https://w3id.org/dpv#Collect`
- < + @@ -7210,7 +7393,7 @@

Combine

Consult

IRI `https://w3id.org/dpv#Combine`
- < + @@ -7252,7 +7435,7 @@

Consult

Copy

IRI `https://w3id.org/dpv#Consult`
- < + @@ -7293,7 +7476,7 @@

Copy

Derive

IRI `https://w3id.org/dpv#Copy`
- < + @@ -7338,7 +7521,7 @@

Derive

Destruct

IRI `https://w3id.org/dpv#Derive`
- < + @@ -7373,7 +7556,7 @@

Destruct

Disclose

IRI `https://w3id.org/dpv#Destruct`
- < + @@ -7408,7 +7591,7 @@

Disclose

Disclose by Transmission

IRI `https://w3id.org/dpv#Disclose`
- < + @@ -7443,7 +7626,7 @@

Disclose by Transmission

Disseminate

IRI `https://w3id.org/dpv#DiscloseByTransmission`
- < + @@ -7478,7 +7661,7 @@

Disseminate

Erase

IRI `https://w3id.org/dpv#Disseminate`
- < + @@ -7509,11 +7692,85 @@

Erase

IRI `https://w3id.org/dpv#Erase`
+
+

Generate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Generate`
Term:Generate
Definition:to generate or create data
SubType of: + dpv:Obtain +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Infer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Infer`
Term:Infer
Definition:to infer data from existing data
SubType of: + dpv:Derive +
Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Make Available

- < + @@ -7544,11 +7801,52 @@

Make Available

IRI `https://w3id.org/dpv#MakeAvailable`
+
+

Match

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Match`
Term:Match
Definition:to combine, compare, or match data from different sources
SubType of: + dpv:Use +
Source: + A29WP WP 248 rev.01 Guideliens on DPIA +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Move

- < + @@ -7589,7 +7887,7 @@

Move

Obtain

IRI `https://w3id.org/dpv#Move`
- < + @@ -7624,7 +7922,7 @@

Obtain

Organise

IRI `https://w3id.org/dpv#Obtain`
- < + @@ -7659,7 +7957,7 @@

Organise

Processing

IRI `https://w3id.org/dpv#Organise`
- < + @@ -7705,7 +8003,7 @@

Processing

Profiling

IRI `https://w3id.org/dpv#Processing`
- < + @@ -7740,7 +8038,7 @@

Profiling

Pseudo-Anonymise

IRI `https://w3id.org/dpv#Profiling`
- < + @@ -7775,7 +8073,7 @@

Pseudo-Anonymise

Record

IRI `https://w3id.org/dpv#PseudoAnonymise`
- < + @@ -7810,7 +8108,7 @@

Record

Remove

IRI `https://w3id.org/dpv#Record`
- < + @@ -7845,7 +8143,7 @@

Remove

Restrict

IRI `https://w3id.org/dpv#Remove`
- < + @@ -7880,7 +8178,7 @@

Restrict

Retrieve

IRI `https://w3id.org/dpv#Restrict`
- < + @@ -7915,7 +8213,7 @@

Retrieve

Share

IRI `https://w3id.org/dpv#Retrieve`
- < + @@ -7950,7 +8248,7 @@

Share

Store

IRI `https://w3id.org/dpv#Share`
- < + @@ -7985,7 +8283,7 @@

Store

Structure

IRI `https://w3id.org/dpv#Store`
- < + @@ -8020,7 +8318,7 @@

Structure

Transfer

IRI `https://w3id.org/dpv#Structure`
- < + @@ -8061,7 +8359,7 @@

Transfer

Transform

IRI `https://w3id.org/dpv#Transfer`
- < + @@ -8096,7 +8394,7 @@

Transform

Transmit

IRI `https://w3id.org/dpv#Transform`
- < + @@ -8131,7 +8429,7 @@

Transmit

Use

IRI `https://w3id.org/dpv#Transmit`
- < + @@ -8235,7 +8533,7 @@

Classes

Anonymised Data

IRI `https://w3id.org/dpv#Use`
- < + @@ -8274,7 +8572,7 @@

Anonymised Data

Collected Personal Data

IRI `https://w3id.org/dpv#AnonymisedData`
- < + @@ -8313,7 +8611,7 @@

Collected Personal Data

Data

IRI `https://w3id.org/dpv#CollectedPersonalData`
- < + @@ -8342,7 +8640,7 @@

Data

Derived Personal Data

IRI `https://w3id.org/dpv#Data`
- < + @@ -8398,7 +8696,7 @@

Derived Personal Data

Generated Personal Data

IRI `https://w3id.org/dpv#DerivedPersonalData`
- < + @@ -8437,7 +8735,7 @@

Generated Personal Data

Inferred Personal Data

IRI `https://w3id.org/dpv#GeneratedPersonalData`
- < + @@ -8477,7 +8775,7 @@

Inferred Personal Data

Non-Personal Data

IRI `https://w3id.org/dpv#InferredPersonalData`
- < + @@ -8516,7 +8814,7 @@

Non-Personal Data

Personal Data

IRI `https://w3id.org/dpv#NonPersonalData`
- < + @@ -8571,7 +8869,7 @@

Personal Data

Pseudo-anonymised Data

IRI `https://w3id.org/dpv#PersonalData`
- < + @@ -8606,7 +8904,7 @@

Pseudo-anonymised Data

Sensitive Personal Data

IRI `https://w3id.org/dpv#PseudoAnonymisedData`
- < + @@ -8645,7 +8943,7 @@

Sensitive Personal Data

Special Category Personal Data

IRI `https://w3id.org/dpv#SensitivePersonalData`
- < + @@ -8791,7 +9089,7 @@

Classes

Access Control Method

IRI `https://w3id.org/dpv#SpecialCategoryPersonalData`
- < + @@ -8829,7 +9127,7 @@

Access Control Method

Anonymization

IRI `https://w3id.org/dpv#AccessControlMethod`
- < + @@ -8873,7 +9171,7 @@

Anonymization

Assessment

IRI `https://w3id.org/dpv#Anonymization`
- < + @@ -8908,7 +9206,7 @@

Assessment

Authentication Protocols

IRI `https://w3id.org/dpv#Assessment`
- < + @@ -8946,7 +9244,7 @@

Authentication Protocols

Authorisation Procedure

IRI `https://w3id.org/dpv#AuthenticationProtocols`
- < + @@ -8988,7 +9286,7 @@

Authorisation Procedure

Certification

IRI `https://w3id.org/dpv#AuthorisationProcedure`
- < + @@ -9026,7 +9324,7 @@

Certification

Certification and Seal

IRI `https://w3id.org/dpv#Certification`
- < + @@ -9064,7 +9362,7 @@

Certification and Seal

Code of Conduct

IRI `https://w3id.org/dpv#CertificationSeal`
- < + @@ -9102,7 +9400,7 @@

Code of Conduct

Complete Anonymisation

IRI `https://w3id.org/dpv#CodeOfConduct`
- < + @@ -9137,7 +9435,7 @@

Complete Anonymisation

Consultation

IRI `https://w3id.org/dpv#CompleteAnonymisation`
- < + @@ -9174,7 +9472,7 @@

Consultation

Consultation with Authority

IRI `https://w3id.org/dpv#Consultation`
- < + @@ -9211,7 +9509,7 @@

Consultation with Authority

ContractualTerms

IRI `https://w3id.org/dpv#ConsultationWithAuthority`
- < + @@ -9249,7 +9547,7 @@

ContractualTerms

Controller-Processor Agreement

IRI `https://w3id.org/dpv#ContractualTerms`
- < + @@ -9288,7 +9586,7 @@

Controller-Processor Agreement

Data Processing Agreement

IRI `https://w3id.org/dpv#ControllerProcessorAgreement`
- < + @@ -9331,7 +9629,7 @@

Data Processing Agreement

Data Processing Records

IRI `https://w3id.org/dpv#DataProcessingAgreement`
- < + @@ -9366,7 +9664,7 @@

Data Processing Records

Data Transfer Impact Assessment

IRI `https://w3id.org/dpv#DataProcessingRecords`
- < + @@ -9403,7 +9701,7 @@

Data Transfer Impact Assessment

De-Identification

IRI `https://w3id.org/dpv#DataTransferImpactAssessment`
- < + @@ -9441,7 +9739,7 @@

De-Identification

Design Standard

IRI `https://w3id.org/dpv#DeIdentification`
- < + @@ -9479,7 +9777,7 @@

Design Standard

Data Protection Impact Assessment (DPIA)

IRI `https://w3id.org/dpv#DesignStandard`
- < + @@ -9520,7 +9818,7 @@

Data Protection Impact Assessment (DPIA)

Encryption

IRI `https://w3id.org/dpv#DPIA`
- < + @@ -9558,7 +9856,7 @@

Encryption

Encryption in Rest

IRI `https://w3id.org/dpv#Encryption`
- < + @@ -9596,7 +9894,7 @@

Encryption in Rest

Encryption in Transfer

IRI `https://w3id.org/dpv#EncryptionInRest`
- < + @@ -9634,7 +9932,7 @@

Encryption in Transfer

GuidelinesPrinciple

IRI `https://w3id.org/dpv#EncryptionInTransfer`
- < + @@ -9672,7 +9970,7 @@

GuidelinesPrinciple

Impact Assessment

IRI `https://w3id.org/dpv#GuidelinesPrinciple`
- < + @@ -9709,7 +10007,7 @@

Impact Assessment

Joint Data Controllers Agreement

IRI `https://w3id.org/dpv#ImpactAssessment`
- < + @@ -9748,7 +10046,7 @@

Joint Data Controllers Agreement

Legal Agreement

IRI `https://w3id.org/dpv#JointDataControllersAgreement`
- < + @@ -9786,7 +10084,7 @@

Legal Agreement

Legitimate Interest Assessment

IRI `https://w3id.org/dpv#LegalAgreement`
- < + @@ -9823,7 +10121,7 @@

Legitimate Interest Assessment

Non-Disclosure Agreement (NDA)

IRI `https://w3id.org/dpv#LegitimateInterestAssessment`
- < + @@ -9861,7 +10159,7 @@

Non-Disclosure Agreement (NDA)

Notice

IRI `https://w3id.org/dpv#NDA`
- < + @@ -9899,7 +10197,7 @@

Notice

Organisational Measure

IRI `https://w3id.org/dpv#Notice`
- < + @@ -9937,7 +10235,7 @@

Organisational Measure

Privacy Impact Assessment

IRI `https://w3id.org/dpv#OrganisationalMeasure`
- < + @@ -9974,7 +10272,7 @@

Privacy Impact Assessment

Policy

IRI `https://w3id.org/dpv#PIA`
- < + @@ -10012,7 +10310,7 @@

Policy

Privacy by Default

IRI `https://w3id.org/dpv#Policy`
- < + @@ -10050,7 +10348,7 @@

Privacy by Default

Privacy by Design

IRI `https://w3id.org/dpv#PrivacyByDefault`
- < + @@ -10088,7 +10386,7 @@

Privacy by Design

Privacy Notice

IRI `https://w3id.org/dpv#PrivacyByDesign`
- < + @@ -10126,7 +10424,7 @@

Privacy Notice

Pseudo-Anonymization

IRI `https://w3id.org/dpv#PrivacyNotice`
- < + @@ -10170,7 +10468,7 @@

Pseudo-Anonymization

Records of Activities

IRI `https://w3id.org/dpv#PseudoAnonymization`
- < + @@ -10207,7 +10505,7 @@

Records of Activities

Register of Processing Activities

IRI `https://w3id.org/dpv#RecordsOfActivities`
- < + @@ -10248,7 +10546,7 @@

Register of Processing Activities

Regularity of Re-certification

IRI `https://w3id.org/dpv#RegisterOfProcessingActivities`
- < + @@ -10286,7 +10584,7 @@

Regularity of Re-certification

Safeguard

IRI `https://w3id.org/dpv#RegularityOfRecertification`
- < + @@ -10328,7 +10626,7 @@

Safeguard

Safeguard for Data Transfer

IRI `https://w3id.org/dpv#Safeguard`
- < + @@ -10366,7 +10664,7 @@

Safeguard for Data Transfer

Seal

IRI `https://w3id.org/dpv#SafeguardForDataTransfer`
- < + @@ -10404,7 +10702,7 @@

Seal

Single Sign On

IRI `https://w3id.org/dpv#Seal`
- < + @@ -10441,7 +10739,7 @@

Single Sign On

Staff Training

IRI `https://w3id.org/dpv#SingleSignOn`
- < + @@ -10479,7 +10777,7 @@

Staff Training

Sub-Processor Agreement

IRI `https://w3id.org/dpv#StaffTraining`
- < + @@ -10518,7 +10816,7 @@

Sub-Processor Agreement

Technical Measure

IRI `https://w3id.org/dpv#SubProcessorAgreement`
- < + @@ -10556,7 +10854,7 @@

Technical Measure

Technical and Organisational Measure

IRI `https://w3id.org/dpv#TechnicalMeasure`
- < + @@ -10589,7 +10887,7 @@

Technical and Organisational Measure

Third-Party Agreement
IRI `https://w3id.org/dpv#TechnicalOrganisationalMeasure`
- < + @@ -10790,50 +11088,64 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

-
-

Algorithmic Logic

+
+

Activity Completed

IRI `https://w3id.org/dpv#ThirdPartyAgreement`
- < + - + - + - + - - - - - + @@ -10844,59 +11156,66 @@

Algorithmic Logic

IRI`https://w3id.org/dpv#AlgorithmicLogic``https://w3id.org/dpv#ActivityCompleted`
Term:AlgorithmicLogicActivityCompleted
Definition:The algorithmic logic applied or usedState of an activity that has completed i.e. is fully in the past
SubType of: - dpv:Context + dpv:ActivityStatus
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s):
-
-

Context

+
+

Activity Halted

- < + - + - + - + + + + + - +
IRI`https://w3id.org/dpv#Context``https://w3id.org/dpv#ActivityHalted`
Term:ContextActivityHalted
Definition:Contextually relevant information about purpose not possible to represent through other conceptsState of an activity that was occuring in the past, and has been halted or paused or stoped
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal + Harshvardhan J. Pandit
-
-

Duration

+
+

Activity Ongoing

- < + - + - + - + + + + + - + @@ -10907,25 +11226,31 @@

Duration

IRI`https://w3id.org/dpv#Duration``https://w3id.org/dpv#ActivityOngoing`
Term:DurationActivityOngoing
Definition:The duration or temporal limitationState of an activity occuring in continuation i.e. currently ongoing
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s):
-
-

Frequency

+
+

Activity Proposed

- < + - + - + - + + + + + - + @@ -10936,35 +11261,559 @@

Frequency

IRI`https://w3id.org/dpv#Frequency``https://w3id.org/dpv#ActivityProposed`
Term:FrequencyActivityProposed
Definition:The frequency or information about periods and repetitions in terms of recurrence.State of an activity being proposed or planned i.e. yet to occur
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s):
-
-

Human Involvement

+
+

Activity Status

- < + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Algorithmic Logic

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AlgorithmicLogic`
Term:AlgorithmicLogic
Definition:The algorithmic logic applied or used
SubType of: + dpv:Context +
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Compliant`
Term:Compliant
Definition:State of being fully compliant
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Context

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Context`
Term:Context
Definition:Contextually relevant information about purpose not possible to represent through other concepts
Created:
Contributor(s): + Axel Polleres, + Elmar Kiesling, + Fajar Ekaputra, + Harshvardhan J. Pandit, + Javier Fernandez, + Simon Steyskal +
+
+
+

Duration

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Duration`
Term:Duration
Definition:The duration or temporal limitation
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Frequency

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Frequency`
Term:Frequency
Definition:The frequency or information about periods and repetitions in terms of recurrence.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Human Involvement

+ + + - + + + + + + + + + + + + + + + + + + + + + + + +
IRI `https://w3id.org/dpv#HumanInvolvement`
Term:HumanInvolvementHumanInvolvement
Definition:The involvement of humans in specified context
SubType of: + dpv:Context +
Note:Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Importance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Importance`
Term:Importance
Definition:An indication of 'importance' within a context
SubType of: + dpv:Context +
Note:Importance can be used to express importance, desirability, relevance, or significance as a context.
Created:
Contributor(s): + Beatriz Esteves, + Georg P Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
+
+
+

Incompliant

+ + + + + + + + + - + - - - - - + @@ -10975,21 +11824,21 @@

Human Involvement

IRI`https://w3id.org/dpv#Incompliant`
Term:Incompliant
Definition:The involvement of humans in specified contextState of not being compliant
SubType of: - dpv:Context + dpv:ComplianceStatus
Note:Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.
Created:
Contributor(s):
-
-

Importance

+
+

Necessity

- < + - + - + - + @@ -10999,11 +11848,11 @@

Importance

- + - + @@ -11018,44 +11867,36 @@

Importance

IRI`https://w3id.org/dpv#Importance``https://w3id.org/dpv#Necessity`
Term:ImportanceNecessity
Definition:An indication of 'importance' within a contextAn indication of 'necessity' within a context
SubType of:
Note:Importance can be used to express importance, desirability, relevance, or significance as a context.Necessity can be used to express need, essentiality, requirement, or compulsion.
Created:
Contributor(s):
-
-

Necessity

+
+

Not Compliant

- < + - + - + - + - - - - - + @@ -11065,7 +11906,7 @@

Necessity

Not Required

IRI`https://w3id.org/dpv#Necessity``https://w3id.org/dpv#NotCompliant`
Term:NecessityNotCompliant
Definition:An indication of 'necessity' within a contextState of not being compliant where objectives have not been met, but have not been violated
SubType of: - dpv:Context + dpv:ComplianceStatus
Note:Necessity can be used to express need, essentiality, requirement, or compulsion.
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Julian Flake, - Paul Ryan + Harshvardhan J. Pandit
- < + @@ -11104,7 +11945,7 @@

Not Required

Optional

IRI `https://w3id.org/dpv#NotRequired`
- < + @@ -11139,11 +11980,46 @@

Optional

IRI `https://w3id.org/dpv#Optional`
+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

- < + @@ -11182,7 +12058,7 @@

Primary Importance

Required

IRI `https://w3id.org/dpv#PrimaryImportance`
- < + @@ -11221,7 +12097,7 @@

Required

Secondary Importance

IRI `https://w3id.org/dpv#Required`
- < + @@ -11256,11 +12132,46 @@

Secondary Importance

IRI `https://w3id.org/dpv#SecondaryImportance`
+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Status`
Term:Status
Definition:The status or state of something
SubType of: + dpv:Context +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

- < + @@ -11289,23 +12200,90 @@

Technology

IRI `https://w3id.org/dpv#Technology`
+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -11337,6 +12315,35 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -11490,6 +12497,35 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -11646,7 +12682,7 @@

Classes

Automated Decision Making

- < + @@ -11664,6 +12700,10 @@

Automated Decision Making

dpv:ProcessingContext + + + +
IRI `https://w3id.org/dpv#AutomatedDecisionMaking`
Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -11688,7 +12728,7 @@

Automated Decision Making

Data Source

- < + @@ -11729,7 +12769,7 @@

Data Source

Evaluation and Scoring

IRI `https://w3id.org/dpv#DataSource`
- < + @@ -11771,7 +12811,7 @@

Evaluation and Scoring

Innovative Use of New Technologies

IRI `https://w3id.org/dpv#EvaluationScoring`
- < + @@ -11813,7 +12853,7 @@

Innovative Use of New Technologies

Large Scale Processing

IRI `https://w3id.org/dpv#InnovativeUseOfNewTechnologies`
- < + @@ -11855,7 +12895,7 @@

Large Scale Processing

Non-Public Data Source

IRI `https://w3id.org/dpv#LargeScaleProcessing`
- < + @@ -11894,7 +12934,7 @@

Non-Public Data Source

Processing Context

IRI `https://w3id.org/dpv#NonPublicDataSource`
- < + @@ -11929,7 +12969,7 @@

Processing Context

Public Data Source

IRI `https://w3id.org/dpv#ProcessingContext`
- < + @@ -11972,7 +13012,7 @@

Public Data Source

Storage Condition

IRI `https://w3id.org/dpv#PublicDataSource`
- < + @@ -12010,7 +13050,7 @@

Storage Condition

Storage Deletion

IRI `https://w3id.org/dpv#StorageCondition`
- < + @@ -12048,7 +13088,7 @@

Storage Deletion

Storage Duration

IRI `https://w3id.org/dpv#StorageDeletion`
- < + @@ -12087,7 +13127,7 @@

Storage Duration

Storage Location

IRI `https://w3id.org/dpv#StorageDuration`
- < + @@ -12126,7 +13166,7 @@

Storage Location

Storage Restoration

IRI `https://w3id.org/dpv#StorageLocation`
- < + @@ -12164,7 +13204,7 @@

Storage Restoration

Systematic Monitoring

IRI `https://w3id.org/dpv#StorageRestoration`
- < + @@ -12309,7 +13349,7 @@

Classes

Benefit

IRI `https://w3id.org/dpv#SystematicMonitoring`
- < + @@ -12349,7 +13389,7 @@

Benefit

Consequence

IRI `https://w3id.org/dpv#Benefit`
- < + @@ -12384,7 +13424,7 @@

Consequence

Consequence as Side-Effect

IRI `https://w3id.org/dpv#Consequence`
- < + @@ -12419,7 +13459,7 @@

Consequence as Side-Effect

Consequence of Failure

IRI `https://w3id.org/dpv#ConsequenceAsSideEffect`
- < + @@ -12455,7 +13495,7 @@

Consequence of Failure

Consequence of Success

IRI `https://w3id.org/dpv#ConsequenceOfFailure`
- < + @@ -12491,7 +13531,7 @@

Consequence of Success

Damage

IRI `https://w3id.org/dpv#ConsequenceOfSuccess`
- < + @@ -12526,7 +13566,7 @@

Damage

Detriment

IRI `https://w3id.org/dpv#Damage`
- < + @@ -12565,7 +13605,7 @@

Detriment

Harm

IRI `https://w3id.org/dpv#Detriment`
- < + @@ -12604,7 +13644,7 @@

Harm

Impact

IRI `https://w3id.org/dpv#Harm`
- < + @@ -12647,7 +13687,7 @@

Impact

Material Damage

IRI `https://w3id.org/dpv#Impact`
- < + @@ -12682,7 +13722,7 @@

Material Damage

Non-Material Damage

IRI `https://w3id.org/dpv#MaterialDamage`
- < + @@ -12717,7 +13757,7 @@

Non-Material Damage

Risk

IRI `https://w3id.org/dpv#NonMaterialDamage`
- < + @@ -12750,7 +13790,7 @@

Risk

Risk Management Procedure

IRI `https://w3id.org/dpv#Risk`
- < + @@ -12798,7 +13838,7 @@

Risk Management Procedure

Risk Mitigation Measure

IRI `https://w3id.org/dpv#RiskManagementProcedure`
- < + @@ -12895,7 +13935,7 @@

has impact

- + @@ -12928,7 +13968,7 @@

has impact on

- + @@ -13052,7 +14092,7 @@

Classes

Country

IRI `https://w3id.org/dpv#RiskMitigationMeasure`
Created:
Contributor(s):
Created:
Contributor(s):
- < + @@ -13092,7 +14132,7 @@

Country

EconomicUnion

IRI `https://w3id.org/dpv#Country`
- < + @@ -13127,7 +14167,7 @@

EconomicUnion

Law

IRI `https://w3id.org/dpv#EconomicUnion`
- < + @@ -13156,7 +14196,7 @@

Law

Location

IRI `https://w3id.org/dpv#Law`
- < + @@ -13190,7 +14230,7 @@

Location

Region

IRI `https://w3id.org/dpv#Location`
- < + @@ -13225,7 +14265,7 @@

Region

SupraNationalUnion

IRI `https://w3id.org/dpv#Region`
- < + @@ -13260,7 +14300,7 @@

SupraNationalUnion

Third Country

IRI `https://w3id.org/dpv#SupraNationalUnion`
- < + @@ -13489,7 +14529,7 @@

Classes

IRI `https://w3id.org/dpv#ThirdCountry`
- < + @@ -13524,7 +14564,7 @@

Contract

IRI `https://w3id.org/dpv#Consent`
- < + @@ -13560,7 +14600,7 @@

Contract

Contract Performance

IRI `https://w3id.org/dpv#Contract`
- < + @@ -13597,7 +14637,7 @@

Contract Performance

Data Transfer Legal Basis

IRI `https://w3id.org/dpv#ContractPerformance`
- < + @@ -13633,7 +14673,7 @@

Data Transfer Legal Basis

Enter Into Contract

IRI `https://w3id.org/dpv#DataTransferLegalBasis`
- < + @@ -13670,7 +14710,7 @@

Enter Into Contract

Legal Basis

IRI `https://w3id.org/dpv#EnterIntoContract`
- < + @@ -13708,7 +14748,7 @@

Legal Basis

Legal Obligation

IRI `https://w3id.org/dpv#LegalBasis`
- < + @@ -13743,7 +14783,7 @@

Legal Obligation

Legitimate Interest

IRI `https://w3id.org/dpv#LegalObligation`
- < + @@ -13778,7 +14818,7 @@

Legitimate Interest

Legitimate Interest of Controller

IRI `https://w3id.org/dpv#LegitimateInterest`
- < + @@ -13815,7 +14855,7 @@

Legitimate Interest of Controller

Legitimate Interest of Third Party

IRI `https://w3id.org/dpv#LegitimateInterestOfController`
- < + @@ -13852,7 +14892,7 @@

Legitimate Interest of Third Party

Official Authority of Controller

IRI `https://w3id.org/dpv#LegitimateInterestOfThirdParty`
- < + @@ -13889,7 +14929,7 @@

Official Authority of Controller

Public Interest

IRI `https://w3id.org/dpv#OfficialAuthorityOfController`
- < + @@ -13924,7 +14964,7 @@

Public Interest

Vital Interest

IRI `https://w3id.org/dpv#PublicInterest`
- < + @@ -13959,7 +14999,7 @@

Vital Interest

Vital Interest of Data Subject

IRI `https://w3id.org/dpv#VitalInterest`
- < + @@ -13996,7 +15036,7 @@

Vital Interest of Data Subject

Vital Interest of Natural Person

IRI `https://w3id.org/dpv#VitalInterestOfDataSubject`
- < + @@ -14505,47 +15545,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv/dpv.jsonld b/dpv/dpv.jsonld index a99339d71..aced75ed9 100644 --- a/dpv/dpv.jsonld +++ b/dpv/dpv.jsonld @@ -1,31 +1,19 @@ [ { - "@id": "https://w3id.org/dpv#Impact", + "@id": "https://w3id.org/dpv#Alter", "@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-03-23" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Fajar Ekaputra" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -42,7 +30,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" + "@value": "to change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -50,51 +38,48 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact" + "@value": "Alter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Visitor", + "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", "@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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" }, { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" }, { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -111,7 +96,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -122,20 +107,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Visitor" + "@value": "Improve Internal CRM Processes" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + }, + { + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#hasSector", + "@id": "https://w3id.org/dpv#OptimisationForConsumer", "@type": [ - "https://w3id.org/dpv#Relation", - "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": [ { @@ -143,6 +131,26 @@ "@value": "2019-04-05" } ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -157,7 +165,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -168,35 +176,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" + "@value": "Optimisation for Consumer" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Sector" + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#Store", + "@id": "https://w3id.org/dpv#Status", "@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-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -213,7 +221,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "The status or state of something" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -224,30 +232,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#mitigatesRisk", + "@id": "https://w3id.org/dpv#Patient", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -264,7 +284,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -275,22 +295,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "mitigates risk" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@value": "Patient" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Sector", + "@id": "https://w3id.org/dpv#CustomerClaimsManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -298,27 +313,23 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Beatriz" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Georg P Krog" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -335,7 +346,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -343,37 +354,36 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." + "@value": "Customer Claims Management" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Sector" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#DataSource", + "@id": "https://w3id.org/dpv#hasExpiryCondition", "@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#Concept" ], "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": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -393,7 +403,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" + "@value": "Specifies the condition or event that determines the expiry of consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -404,270 +414,111 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@value": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Source" + "@value": "has expiry condition" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#expiry" } ] }, { - "@id": "https://w3id.org/dpv#PurposesConcepts", + "@id": "https://w3id.org/dpv#Customer", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Purposes Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-06" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#PersonalisedBenefits" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#HumanResourceManagement" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#DirectMarketing" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData" + "@value": "Georg P. Krog" }, { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#TargetedAdvertising" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#CommercialResearch" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#SellProducts" - }, + "@language": "en", + "@value": "Data subjects that purchase goods or services" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#ServiceRecordManagement" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement" - }, - { - "@id": "https://w3id.org/dpv#CreateProductRecommendations" - }, - { - "@id": "https://w3id.org/dpv#RecordManagement" - }, - { - "@id": "https://w3id.org/dpv#CreateEventRecommendations" - }, - { - "@id": "https://w3id.org/dpv#AcademicResearch" - }, - { - "@id": "https://w3id.org/dpv#AccountManagement" - }, - { - "@id": "https://w3id.org/dpv#ServiceOptimization" - }, - { - "@id": "https://w3id.org/dpv#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv#VendorPayment" - }, - { - "@id": "https://w3id.org/dpv#SellDataToThirdParties" - }, - { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" - }, - { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation" - }, - { - "@id": "https://w3id.org/dpv#hasPurpose" - }, - { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement" - }, - { - "@id": "https://w3id.org/dpv#Personalisation" - }, - { - "@id": "https://w3id.org/dpv#OptimisationForConsumer" - }, - { - "@id": "https://w3id.org/dpv#VendorManagement" - }, - { - "@id": "https://w3id.org/dpv#MemberPartnerManagement" - }, - { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment" - }, - { - "@id": "https://w3id.org/dpv#IdentityVerification" - }, - { - "@id": "https://w3id.org/dpv#CommunicationManagement" - }, - { - "@id": "https://w3id.org/dpv#PublicRelations" - }, - { - "@id": "https://w3id.org/dpv#Advertising" - }, - { - "@id": "https://w3id.org/dpv#LegalCompliance" - }, - { - "@id": "https://w3id.org/dpv#OptimiseUserInterface" - }, - { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare" - }, - { - "@id": "https://w3id.org/dpv#DeliveryOfGoods" - }, - { - "@id": "https://w3id.org/dpv#EnforceSecurity" - }, - { - "@id": "https://w3id.org/dpv#EnforceAccessControl" - }, - { - "@id": "https://w3id.org/dpv#DisputeManagement" - }, - { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" - }, - { - "@id": "https://w3id.org/dpv#Purpose" - }, - { - "@id": "https://w3id.org/dpv#CustomerManagement" - }, - { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" - }, - { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement" - }, - { - "@id": "https://w3id.org/dpv#hasSector" - }, - { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject" - }, - { - "@id": "https://w3id.org/dpv#NonCommercialResearch" - }, - { - "@id": "https://w3id.org/dpv#Sector" - }, - { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness" - }, - { - "@id": "https://w3id.org/dpv#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv#Marketing" - }, - { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices" - }, - { - "@id": "https://w3id.org/dpv#RegistrationAuthentication" - }, - { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" - }, - { - "@id": "https://w3id.org/dpv#OrganisationGovernance" - }, - { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation" - }, - { - "@id": "https://w3id.org/dpv#ServicePersonalization" - }, - { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" - }, - { - "@id": "https://w3id.org/dpv#CustomerOrderManagement" - }, - { - "@id": "https://w3id.org/dpv#Payment" - }, - { - "@id": "https://w3id.org/dpv#VendorRecordsManagement" - }, - { - "@id": "https://w3id.org/dpv#SocialMediaMarketing" - }, - { - "@id": "https://w3id.org/dpv#PersonnelManagement" - }, - { - "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses" - }, + "@language": "en", + "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" - }, + "@language": "en", + "@value": "Customer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Recipient", + "@id": "https://w3id.org/dpv#Payment", "@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": "Javier Fernández" + "@value": "Beatriz Esteves" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -684,7 +535,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -692,42 +543,43 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@value": "Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#NonPersonalData", + "@id": "https://w3id.org/dpv#hasImpactOn", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -746,7 +598,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -754,26 +606,30 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "has impact on" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Non-Personal Data" + "@id": "https://w3id.org/dpv#Impact" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Data" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#hasConsequenceOn" } ] }, { - "@id": "https://w3id.org/dpv#Law", + "@id": "https://w3id.org/dpv#PersonalDataHandling", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -781,12 +637,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -803,7 +668,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A law is a set of rules created by government or authorities" + "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -814,31 +679,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Law" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod", + "@id": "https://w3id.org/dpv#DataTransferLegalBasis", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krogg" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -855,7 +717,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifries the method by which consent can be/has been withdrawn" + "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -863,49 +725,51 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Can be used to record information of how to withdraw consent, 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." + "@value": "Data Transfer Legal Basis" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has withdrawal method" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv#hasDataSubject", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Bud Bruegger" }, { - "@value": "Javier Fernandez" + "@value": "Javier Fernández" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Fajar Ekaputra" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -922,7 +786,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -933,30 +797,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "has data subject" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement", + "@id": "https://w3id.org/dpv#Store", "@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-02-09" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -973,7 +847,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -984,44 +858,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third-Party Agreement" + "@value": "Store" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#DataProcessor", "@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": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1038,7 +903,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1049,17 +914,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" + "@value": "Data Processor" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#StorageCondition", + "@id": "https://w3id.org/dpv#Purpose", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1075,13 +940,18 @@ "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Mark Lizar" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1098,7 +968,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1109,33 +979,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Purpose" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv#hasWithdrawalByJustification", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" }, { "@value": "Harshvardhan J. Pandit" @@ -1155,7 +1025,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Specifies the justification for entity withdrawing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1163,20 +1033,21 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@language": "en", + "@value": "has withdrawal by justification" } ] }, { - "@id": "https://w3id.org/dpv#Combine", + "@id": "https://w3id.org/dpv#Damage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1184,15 +1055,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1209,7 +1077,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1220,22 +1088,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + "@value": "Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#Collect", + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1243,15 +1106,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2021-09-08" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Beatriz" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1268,7 +1134,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1279,22 +1145,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@value": "Customer Relationship Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv#LegalBasis", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1302,18 +1163,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1330,7 +1194,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "The Legal basis used to justify processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1338,20 +1202,21 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@language": "en", + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv#DataExporter", + "@id": "https://w3id.org/dpv#DataSubject", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1359,26 +1224,26 @@ "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": "David Hickey" - }, - { - "@value": "Harshvardhan Pandit" + "@value": "Javier Fernández" }, { - "@value": "Paul Ryan" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Georg Krog" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1395,7 +1260,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@value": "The individual (or category of individuals) whose personal data is being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1406,63 +1271,26 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#LegalEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Organisation Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#IndustryConsortium" - }, - { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation" - }, - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" }, { - "@id": "https://w3id.org/dpv#OrganisationalUnit" - }, - { - "@id": "https://w3id.org/dpv#NonProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#ForProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv#Organisation" - }, - { - "@id": "https://w3id.org/dpv#InternationalOrganisation" + "@id": "https://w3id.org/dpv#NaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#Detriment", + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1470,24 +1298,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1504,7 +1325,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "An organisation not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1515,39 +1336,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@value": "NonGovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure", + "@id": "https://w3id.org/dpv#Transform", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1564,7 +1376,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1575,25 +1387,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Transform" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Assessment", + "@id": "https://w3id.org/dpv#Consequence", "@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-08" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -1615,7 +1427,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1626,42 +1438,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Assessment" + "@value": "Consequence" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Subscriber", + "@id": "https://w3id.org/dpv#OptimiseUserInterface", "@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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1678,7 +1493,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that subscribe to service(s)" + "@value": "Optimize interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1686,45 +1501,47 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "note: subscriber can be customer or consumer" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscriber" + "@value": "Optimise User Interface" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#OptimisationForConsumer" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv#hasDuration", "@type": [ - "https://w3id.org/dpv#Relation", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1741,7 +1558,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Indicates information about duration" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1752,7 +1569,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has duration" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1762,17 +1579,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#ThirdParty" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#Duration" } ] }, { - "@id": "https://w3id.org/dpv#Member", + "@id": "https://w3id.org/dpv#NonPublicDataSource", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1780,12 +1592,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { "@value": "Julian Flake" @@ -1794,10 +1606,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1814,7 +1626,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1825,30 +1637,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Member" + "@value": "Non-Public Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#hasResponsibleEntity", + "@id": "https://w3id.org/dpv#Seal", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1865,7 +1686,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "A seal or a mark indicating proof of certification to some certification or standard" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1876,43 +1697,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has responsible entity" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#Disseminate", + "@id": "https://w3id.org/dpv#VulnerableDataSubject", "@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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" } @@ -1926,7 +1743,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1934,20 +1751,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Vulnerable Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Consult", + "@id": "https://w3id.org/dpv#EvaluationScoring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -1955,15 +1778,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Piero Bonatti" }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1980,7 +1808,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "Processing that involves evaluation and scoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -1991,35 +1819,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@value": "Evaluation and Scoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Child", + "@id": "https://w3id.org/dpv#Copy", "@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-25" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2036,7 +1859,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@value": "to produce an exact reprodution of the data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2044,26 +1867,25 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + "@value": "Copy" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Child" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NatualPerson" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#EncryptionInTransfer", + "@id": "https://w3id.org/dpv#AuditNotRequired", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2071,21 +1893,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2102,7 +1915,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "State where an audit is determined as not being required" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2113,39 +1926,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Audit Not Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#AuditStatus" } ] }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv#Match", "@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": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "David Hickey" + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2162,7 +1971,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "to combine, compare, or match data from different sources" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2173,30 +1982,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Match" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Safeguard" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#MakeAvailable", + "@id": "https://w3id.org/dpv#PersonalisedAdvertising", "@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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2213,7 +2028,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "Create and provide personalised advertising" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2224,17 +2039,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Personalised Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Personalisation" + }, + { + "@id": "https://w3id.org/dpv#Advertising" } ] }, { - "@id": "https://w3id.org/dpv#LargeScaleProcessing", + "@id": "https://w3id.org/dpv#CustomerOrderManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2242,7 +2060,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -2250,12 +2068,15 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2272,7 +2093,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "Manage customer orders" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2283,17 +2104,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Customer Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#VendorPayment", + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2301,26 +2122,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2337,7 +2150,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2348,17 +2161,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Vital Interest of Natural Person" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#VitalInterest" } ] }, { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv#LegalCompliance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2366,27 +2179,18 @@ "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": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2403,7 +2207,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2411,45 +2215,45 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products to Data Subject" + "@value": "Legal Compliance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientDataController", + "@id": "https://w3id.org/dpv#Required", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-09" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2466,7 +2270,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2477,27 +2281,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient data controller" + "@value": "Required" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Necessity" } - ], - "https://w3id.org/dpv#hasRange": [ + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "http://www.w3.org/2004/02/skos/core#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@language": "en", + "@value": "Concept" } ] }, { - "@id": "https://w3id.org/dpv#AuthenticationProtocols", + "@id": "https://w3id.org/dpv#PersonalisedBenefits", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2510,17 +2318,23 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" }, { "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" - } + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -2536,7 +2350,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "Create and provide personalised benefits for a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2547,17 +2361,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Personalised Benefits" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#Employee", + "@id": "https://w3id.org/dpv#VitalInterest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2565,24 +2379,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2599,7 +2401,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are employees" + "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2610,45 +2412,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employee" + "@value": "Vital Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#CreateProductRecommendations", + "@id": "https://w3id.org/dpv#Optional", "@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-02-14" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Julian Flake" }, { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Beatriz Esteves" }, { - "@value": "Elmar Kiesling" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2665,7 +2464,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Indication of 'optional' or 'voluntary'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2676,41 +2475,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Product Recommendations" + "@value": "Optional" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@id": "https://w3id.org/dpv#Necessity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@language": "en", + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#hasDataExporter", + "@id": "https://w3id.org/dpv#OrganisationalUnit", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2727,7 +2532,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2738,27 +2543,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#DataExporter" + "@value": "Organisational Unit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#ContractualTerms", + "@id": "https://w3id.org/dpv#EconomicUnion", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2766,21 +2561,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2797,7 +2583,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2808,17 +2594,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "EconomicUnion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#User", + "@id": "https://w3id.org/dpv#PersonnelPayment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2826,24 +2612,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2860,7 +2634,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that use service(s)" + "@value": "Management and execution of payment of personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2871,17 +2645,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User" + "@value": "Personnel Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#PersonnelManagement" } ] }, { - "@id": "https://w3id.org/dpv#Remove", + "@id": "https://w3id.org/dpv#Employee", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2889,12 +2663,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-06" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2911,7 +2697,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2922,17 +2708,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Employee" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForController", + "@id": "https://w3id.org/dpv#DataProtectionOfficer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -2940,27 +2726,26 @@ "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": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernandez" - }, + "@value": "Georg Krog" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Simon Steyskal" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2971,13 +2756,13 @@ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -2988,36 +2773,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Data Protection Officer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@id": "https://w3id.org/dpv#Representative" } ] }, { - "@id": "https://w3id.org/dpv#Seal", + "@id": "https://w3id.org/dpv#hasImpact", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Julian Flake" }, { - "@value": "Rob Brennan" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" }, { "@value": "Harshvardhan J. Pandit" @@ -3037,7 +2825,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3048,46 +2836,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "has impact" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Impact" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#hasConsequence" } ] }, { - "@id": "https://w3id.org/dpv#Representative", + "@id": "https://w3id.org/dpv#hasEntity", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg Krog" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -3102,7 +2886,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "Indicates inclusion or applicability of an entity to some concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3110,33 +2894,50 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "parent property for controller, processor, data subject, authority, etc.?" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" + "@value": "has entity" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv#ContractPerformance", "@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-03-30" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3153,7 +2954,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3164,44 +2965,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Contract Performance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#Profiling", + "@id": "https://w3id.org/dpv#AuditApproved", "@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-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3218,7 +3005,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "State of being approved through the audit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3229,209 +3016,203 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@value": "Audit Approved" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#AuditStatus" } ] }, { - "@id": "https://w3id.org/dpv#JobApplicant", + "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "Technical_Organisational_Measures Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#DesignStandard" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv#JointDataControllersAgreement" }, { - "@value": "Georg P. Krog" + "@id": "https://w3id.org/dpv#ConsultationWithAuthority" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#CertificationSeal" }, { - "@value": "Paul Ryan" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Anonymization" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#DataProcessingAgreement" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#ThirdPartyAgreement" + }, { - "@language": "en", - "@value": "Data subjects that apply for jobs or employments" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Certification" + }, { - "@language": "en", - "@value": "JobApplicant" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + }, { - "@id": "https://w3id.org/dpv#Applicant" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ConsentConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" + }, { - "@value": "Consent Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + }, { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" + "@id": "https://w3id.org/dpv#SingleSignOn" }, { - "@id": "https://w3id.org/dpv#hasProvisionMethod" + "@id": "https://w3id.org/dpv#Safeguard" }, { - "@id": "https://w3id.org/dpv#hasExpiryCondition" + "@id": "https://w3id.org/dpv#EncryptionInRest" }, { - "@id": "https://w3id.org/dpv#hasExpiry" + "@id": "https://w3id.org/dpv#NDA" }, { - "@id": "https://w3id.org/dpv#hasProvisionTime" + "@id": "https://w3id.org/dpv#AccessControlMethod" }, { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod" + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" }, { - "@id": "https://w3id.org/dpv#hasConsentNotice" + "@id": "https://w3id.org/dpv#hasTechnicalMeasure" }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy" + "@id": "https://w3id.org/dpv#TechnicalMeasure" }, { - "@id": "https://w3id.org/dpv#hasProvisionBy" + "@id": "https://w3id.org/dpv#Seal" }, { - "@id": "https://w3id.org/dpv#isExplicit" + "@id": "https://w3id.org/dpv#PIA" }, { - "@id": "https://w3id.org/dpv#hasProvisionByJustification" + "@id": "https://w3id.org/dpv#LegalAgreement" }, { - "@id": "https://w3id.org/dpv#hasExpiryTime" + "@id": "https://w3id.org/dpv#Notice" }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasContext", - "@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#RegularityOfRecertification" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Policy" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#PrivacyByDesign" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#DeIdentification" + }, { - "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#CodeOfConduct" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#isPolicyFor" + }, { - "@language": "en", - "@value": "has context" - } - ], - "https://w3id.org/dpv#hasDomain": [ + "@id": "https://w3id.org/dpv#DataProcessingRecords" + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ + "@id": "https://w3id.org/dpv#StaffTraining" + }, { - "@id": "https://w3id.org/dpv#Context" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", - "@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#RecordsOfActivities" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#Encryption" + }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#DPIA" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#AuthenticationProtocols" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#SubProcessorAgreement" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv#ImpactAssessment" }, { - "@value": "Harshvardhan J. Pandit" - } + "@id": "https://w3id.org/dpv#ContractualTerms" + }, + { + "@id": "https://w3id.org/dpv#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv#AuthorisationProcedure" + }, + { + "@id": "https://w3id.org/dpv#Assessment" + }, + { + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymization" + }, + { + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv#CompleteAnonymisation" + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv#EncryptionInTransfer" + }, + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#Consultation" + }, + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Law", + "@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-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { @@ -3447,7 +3228,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "A law is a set of rules created by government or authorities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3458,34 +3239,23 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@value": "Law" } ] }, { - "@id": "https://w3id.org/dpv#Payment", + "@id": "https://w3id.org/dpv#AuditRequired", "@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-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" } @@ -3504,7 +3274,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "State where an audit is determined as being required but has not been conducted" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3515,31 +3285,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Audit Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#AuditStatus" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv#PersonnelManagement", "@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-08" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Paul Ryan" }, @@ -3547,6 +3314,11 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -3561,7 +3333,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3572,39 +3344,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Personnel Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#HumanResources" } ] }, { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#NationalAuthority", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3621,7 +3389,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3632,35 +3400,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "NationalAuthority" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#Anonymise", + "@id": "https://w3id.org/dpv#LargeScaleProcessing", "@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-05-07" + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Piero Bonatti" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3677,7 +3448,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3688,40 +3459,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@value": "Large Scale Processing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#SupraNationalAuthority", + "@id": "https://w3id.org/dpv#hasRecipient", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], "http://purl.org/dc/terms/source": [ { - "@id": "http://purl.org/adms" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3738,7 +3522,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3749,17 +3533,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalAuthority" + "@value": "has recipient" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Recipient" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv#IdentityVerification", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3772,16 +3566,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Elmar Kiesling" }, { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3798,7 +3598,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3809,30 +3609,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Identity Verification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalData", + "@id": "https://w3id.org/dpv#DeliveryOfGoods", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3849,7 +3664,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3860,35 +3675,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "Delivery of Goods" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#RequestedServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#hasFrequency", + "@id": "https://w3id.org/dpv#Transmit", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-16" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3905,7 +3720,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -3916,65 +3731,89 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Transmit" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Frequency" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#EntitiesConcepts", + "@id": "https://w3id.org/dpv#SellInsightsFromData", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Entities Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#Representative" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv#hasRepresentative" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#hasName" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "Javier Fernandez" }, { - "@id": "https://w3id.org/dpv#NaturalPerson" - }, + "@value": "Elmar Kiesling" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasResponsibleEntity" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasContact" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Entity" - }, + "@language": "en", + "@value": "Sell data or information relevant to insights obtained from analysis of data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#hasAddress" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sell Insights from Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#ContractPerformance", + "@id": "https://w3id.org/dpv#ActivityCompleted", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -3982,18 +3821,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4010,7 +3843,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "State of an activity that has completed i.e. is fully in the past" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4021,47 +3854,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Activity Completed" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#ActivityStatus" } ] }, { - "@id": "https://w3id.org/dpv#HumanResourceManagement", + "@id": "https://w3id.org/dpv#hasStorage", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4078,7 +3908,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." + "@value": "Indicates information about storage condition" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4086,26 +3916,25 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + "@value": "has storage" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Human Resources Management" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#RiskManagementProcedure", + "@id": "https://w3id.org/dpv#EnforceAccessControl", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4121,18 +3950,19 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" }, { - "@value": "Mark Lizar" + "@value": "Fajar Ekaputra" }, { "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4149,7 +3979,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." + "@value": "Conduct or enforce access control" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4160,36 +3990,50 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Management Procedure" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#Align", + "@id": "https://w3id.org/dpv#DeIdentification", "@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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4206,7 +4050,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4217,20 +4061,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "De-Identification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#Context", "@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": [ { @@ -4240,13 +4084,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Javier Fernandez" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4263,7 +4116,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Contextually relevant information about purpose not possible to represent through other concepts" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4274,12 +4127,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Context" } ] }, { - "@id": "https://w3id.org/dpv#EncryptionInRest", + "@id": "https://w3id.org/dpv#PartiallyCompliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4287,21 +4140,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4318,7 +4162,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4329,17 +4173,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Partially Compliant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, { - "@id": "https://w3id.org/dpv#SellProducts", + "@id": "https://w3id.org/dpv#SellDataToThirdParties", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4347,18 +4191,27 @@ "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": "Harshvardhan J. Pandit" + "@value": "Simon Steyskal" }, { - "@value": "Georg P Krog" + "@value": "Fajar Ekaputra" }, { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4375,7 +4228,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services" + "@value": "Sell data or information to third parties" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4386,23 +4239,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Sell Data to Third Parties" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#Transmit", + "@id": "https://w3id.org/dpv#CollectedPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4410,12 +4263,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-03-30" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4432,7 +4285,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4440,47 +4293,76 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Collected Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#DerivedPersonalData", + "@id": "https://w3id.org/dpv#Entities_AuthorityConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "Entities_Authority Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#Authority" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv#SupraNationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#NationalAuthority" + }, + { + "@id": "https://w3id.org/dpv#hasAuthority" + }, + { + "@id": "https://w3id.org/dpv#isAuthorityFor" + }, + { + "@id": "https://w3id.org/dpv#DataProtectionAuthority" + }, + { + "@id": "https://w3id.org/dpv#RegionalAuthority" } + ] + }, + { + "@id": "https://w3id.org/dpv#hasAuthority", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4497,7 +4379,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained or derived from other data" + "@value": "Indicates applicability of authority for a jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4505,49 +4387,47 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derived Personal Data" + "@value": "has authority" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#ThirdParty", + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4564,7 +4444,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." + "@value": "Indicates implementation details such as technologies or processes" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4572,20 +4452,31 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Party" + "@value": "is implemented using technology" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Technology" } ] }, { - "@id": "https://w3id.org/dpv#VulnerableDataSubject", + "@id": "https://w3id.org/dpv#ViolationOfCompliance", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4593,18 +4484,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Harshvardhan Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4621,7 +4506,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" + "@value": "State where objectives have been violated" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4629,26 +4514,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "Violation of Compliance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, { - "@id": "https://w3id.org/dpv#Importance", + "@id": "https://w3id.org/dpv#OrganisationRiskManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -4656,24 +4535,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4690,7 +4566,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4698,42 +4574,48 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" + "@value": "Organisation Risk Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv#InternalResourceOptimisation", "@type": [ - "https://w3id.org/dpv#Relation", - "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-03-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4750,7 +4632,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4761,52 +4643,44 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data protection officer" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" + "@value": "Internal Resource Optimisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRepresentative" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#Tourist", + "@id": "https://w3id.org/dpv#PublicRelations", "@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-04-06" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4823,7 +4697,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4834,19 +4708,19 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tourist" + "@value": "Public Relations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#hasStorage", + "@id": "https://w3id.org/dpv#ServiceOptimization", "@type": [ - "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": [ @@ -4857,21 +4731,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Javier Fernandez" }, { - "@value": "Axel Polleres" + "@value": "Elmar Kiesling" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Simon Steyskal" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4888,7 +4763,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about storage condition" + "@value": "Optimise services or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4896,53 +4771,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has storage" + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Service Optimization" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#Benefit", + "@id": "https://w3id.org/dpv#hasRight", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4959,7 +4820,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -4970,95 +4831,135 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "has right" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#hasIdentifier", + "@id": "https://w3id.org/dpv#JurisdictionConcepts", "@type": [ - "https://w3id.org/dpv#Relation", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "Jurisdiction Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J.Pandit" + "@id": "https://w3id.org/dpv#hasThirdCountry" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#Location" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#ThirdCountry" }, { - "@value": "Georg P Krog" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Country" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#EconomicUnion" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasCountry" + }, { - "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#Law" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#SupraNationalUnion" + }, { - "@language": "en", - "@value": "has identifier" + "@id": "https://w3id.org/dpv#hasApplicableLaw" + }, + { + "@id": "https://w3id.org/dpv#hasLocation" + }, + { + "@id": "https://w3id.org/dpv#Region" + }, + { + "@id": "https://w3id.org/dpv#hasJurisdiction" } + ] + }, + { + "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" ], - "https://w3id.org/dpv#hasDomain": [ + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Entities_Organisation Concepts" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#ForProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#NonProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#IndustryConsortium" + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#OrganisationalUnit" + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation" + }, + { + "@id": "https://w3id.org/dpv#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising", + "@id": "https://w3id.org/dpv#PersonalData", "@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-03-30" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5075,7 +4976,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "Data directly or indirectly associated or related to an individual." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5083,20 +4984,31 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#Frequency", + "@id": "https://w3id.org/dpv#RegistrationAuthentication", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -5104,12 +5016,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5126,7 +5044,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The frequency or information about periods and repetitions in terms of recurrence." + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5137,25 +5055,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Frequency" + "@value": "Registration and Authentication" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv#CommercialResearch", "@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-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5172,7 +5110,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5183,87 +5121,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Commercial Research" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" - } - ] - }, - { - "@id": "https://w3id.org/dpv#SocialMediaMarketing", - "@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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Conduct marketing through social media" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Social Media" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure", + "@id": "https://w3id.org/dpv#Transfer", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5280,7 +5166,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical measure" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5291,35 +5177,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Transfer" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#hasLocation", + "@id": "https://w3id.org/dpv#Location", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -5327,18 +5208,7 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5355,7 +5225,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "A location is a position, site, or area where something is located" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5363,28 +5233,24 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has location" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Location may be geographic, physical, or virtual." } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Location" + "@language": "en", + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv#PersonnelManagement", + "@id": "https://w3id.org/dpv#Adult", "@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": [ { @@ -5394,15 +5260,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5419,7 +5277,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5430,42 +5288,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personnel Management" + "@value": "Adult" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#HumanResources" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Customer", + "@id": "https://w3id.org/dpv#hasRepresentative", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P Krog" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J.Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5482,7 +5337,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that purchase goods or services" + "@value": "Specifies representative of the legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5490,103 +5345,186 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "note: for B2B relations where customers are organisations, this concept only applies for data subjects" + "@value": "has representative" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Customer" + "@id": "https://w3id.org/dpv#Entity" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Representative" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv#ProcessingConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "Processing Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Remove" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#DiscloseByTransmission" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Retrieve" + }, { - "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#hasProcessing" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Derive" + }, { - "@language": "en", - "@value": "Pseudo-anonymised Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#Store" + }, { - "@id": "https://w3id.org/dpv#PersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv#AccountManagement", - "@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#Erase" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#Alter" + }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#Structure" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Record" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Use" + }, { - "@id": "https://w3id.org/dpv#" - } - ], + "@id": "https://w3id.org/dpv#Restrict" + }, + { + "@id": "https://w3id.org/dpv#Anonymise" + }, + { + "@id": "https://w3id.org/dpv#Match" + }, + { + "@id": "https://w3id.org/dpv#MakeAvailable" + }, + { + "@id": "https://w3id.org/dpv#Analyse" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymise" + }, + { + "@id": "https://w3id.org/dpv#Generate" + }, + { + "@id": "https://w3id.org/dpv#Organise" + }, + { + "@id": "https://w3id.org/dpv#Collect" + }, + { + "@id": "https://w3id.org/dpv#Processing" + }, + { + "@id": "https://w3id.org/dpv#Align" + }, + { + "@id": "https://w3id.org/dpv#Combine" + }, + { + "@id": "https://w3id.org/dpv#Transform" + }, + { + "@id": "https://w3id.org/dpv#Move" + }, + { + "@id": "https://w3id.org/dpv#Consult" + }, + { + "@id": "https://w3id.org/dpv#Copy" + }, + { + "@id": "https://w3id.org/dpv#Share" + }, + { + "@id": "https://w3id.org/dpv#Adapt" + }, + { + "@id": "https://w3id.org/dpv#Transmit" + }, + { + "@id": "https://w3id.org/dpv#Acquire" + }, + { + "@id": "https://w3id.org/dpv#Destruct" + }, + { + "@id": "https://w3id.org/dpv#Obtain" + }, + { + "@id": "https://w3id.org/dpv#Disseminate" + }, + { + "@id": "https://w3id.org/dpv#Transfer" + }, + { + "@id": "https://w3id.org/dpv#Profiling" + }, + { + "@id": "https://w3id.org/dpv#Disclose" + }, + { + "@id": "https://w3id.org/dpv#Infer" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasIdentifier", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-25" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J.Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", @@ -5596,7 +5534,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5607,41 +5545,55 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "has identifier" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#DesignStandard", + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernández" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Mark Lizar" }, + { + "@value": "Bud Bruegger" + }, { "@value": "Axel Polleres" } ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -5656,7 +5608,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5667,36 +5619,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "has technical and organisational measure" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSource", + "@id": "https://w3id.org/dpv#PublicDataSource", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Beatriz Esteves" + }, + { + "@value": "Julian Flake" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5713,7 +5676,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "A source of data that is publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5721,76 +5684,53 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has data source" + "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Public Data Source" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#", + "@id": "https://w3id.org/dpv#RiskManagementProcedure", "@type": [ - "http://www.w3.org/2004/02/skos/core#ConceptScheme" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], - "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ - { - "@id": "https://w3id.org/dpv#PersonalData" - }, - { - "@id": "https://w3id.org/dpv#Purpose" - }, - { - "@id": "https://w3id.org/dpv#Context" - }, - { - "@id": "https://w3id.org/dpv#Processing" - }, - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - }, + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#Entity" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Authority" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#Organisation" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#DataSubject" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#LegalBasis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Derive", - "@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": "2019-05-07" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -5807,7 +5747,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -5818,225 +5758,2294 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@value": "Risk Management Procedure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv#Region", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Technical_Organisational_Measures Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#PrivacyByDefault" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasPolicy" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#CompleteAnonymisation" - }, + "@language": "en", + "@value": "A region is an area or site that is considered a location" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#DeIdentification" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Notice" - }, + "@language": "en", + "@value": "Region" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" - }, + "@id": "https://w3id.org/dpv#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv", + "@type": [ + "http://www.w3.org/2002/07/owl#Ontology" + ], + "http://purl.org/dc/terms/abstract": [ { - "@id": "https://w3id.org/dpv#StaffTraining" - }, + "@language": "en", + "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + } + ], + "http://purl.org/dc/terms/contributor": [ { - "@id": "https://w3id.org/dpv#SingleSignOn" + "@value": "Rigo Wenning" }, { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@value": "Eva Schlehahn" }, { - "@id": "https://w3id.org/dpv#Safeguard" + "@value": "Bert Bos" }, { - "@id": "https://w3id.org/dpv#ContractualTerms" + "@value": "Julian Flake" }, { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer" + "@value": "Fajar J. Ekaputra" }, { - "@id": "https://w3id.org/dpv#RegularityOfRecertification" + "@value": "Ramisa Gachpaz Hamed" }, { - "@id": "https://w3id.org/dpv#AuthorisationProcedure" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#Seal" + "@value": "Piero Bonatti" }, { - "@id": "https://w3id.org/dpv#NDA" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority" + "@value": "Bud Bruegger" }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement" + "@value": "Javier D. Fernández" }, { - "@id": "https://w3id.org/dpv#EncryptionInTransfer" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-06-18" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#CodeOfConduct" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/description": [ { - "@id": "https://w3id.org/dpv#DPIA" - }, + "@language": "en", + "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + } + ], + "http://purl.org/dc/terms/license": [ { - "@id": "https://w3id.org/dpv#isPolicyFor" - }, + "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@id": "https://w3id.org/dpv#AccessControlMethod" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-25" + } + ], + "http://purl.org/dc/terms/source": [ { - "@id": "https://w3id.org/dpv#EncryptionInRest" - }, + "@id": "https://www.w3.org/community/dpvcg/" + } + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#PrivacyNotice" - }, + "@language": "en", + "@value": "Data Privacy Vocabulary" + } + ], + "http://purl.org/vocab/vann/preferredNamespacePrefix": [ { - "@id": "https://w3id.org/dpv#Assessment" - }, + "@value": "dpv" + } + ], + "http://purl.org/vocab/vann/preferredNamespaceUri": [ { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure" - }, + "@value": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2002/07/owl#versionInfo": [ { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" - }, + "@value": "0.7" + } + ] + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@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#DataProcessingRecords" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#PIA" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Encryption" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" - }, + "@language": "en", + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#Policy" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#SubProcessorAgreement" - }, + "@language": "en", + "@value": "Legitimate Interest Assessment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consultation" - }, + "@id": "https://w3id.org/dpv#Assessment" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Advertising", + "@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#ControllerProcessorAgreement" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#DesignStandard" - }, + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Certification" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Advertising" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Marketing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Applicant", + "@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-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that are applicants in some context" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Applicant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage compliance for organisation in relation to internal policies" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Organisation Compliance Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationGovernance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Detriment", + "@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-23" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Impact that acts as or causes detriments" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Detriment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Impact" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ActivityOngoing", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity occuring in continuation i.e. currently ongoing" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Ongoing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#InternationalOrganisation", + "@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-23" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "International Organisation" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Organisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasProvisionTime", + "@type": [ + "https://w3id.org/dpv#Relation", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies the instant in time when consent was given" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has provision time" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Marketing", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Marketing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataSource", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The source or origin of data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Source" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDefault", + "@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": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Privacy by Default" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDataController", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates association with Data Controller" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has data controller" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#DataController" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#hasEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SellProductsToDataSubject", + "@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": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Sell products or services to the user, consumer, or data subjects" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was subclass of commercial interest, changed to reflect selling something" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sell Products to Data Subject" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#SellProducts" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Risk", + "@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": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Risk" + } + ] + }, + { + "@id": "https://w3id.org/dpv#RecordManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Record Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Acquire", + "@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-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to come into possession or control of the data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Acquire" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Obtain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DirectMarketing", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Direct Marketing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Marketing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ActivityProposed", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity being proposed or planned i.e. yet to occur" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Proposed" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isExplicit", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" + ], + "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": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Specifies consent is 'explicit'" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is explicit" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "http://www.w3.org/2001/XMLSchema#boolean" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SecondaryImportance", + "@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-02-11" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Secondary Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage orders related to vendors" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Vendor Records Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#VendorManagement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Destruct", + "@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-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to process data in a way it no longer exists or cannot be repaired" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Destruct" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Remove" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasProcessing", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates association with Processing" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has processing" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Processing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SupraNationalUnion", + "@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-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A political union of two or more countries with an establishment of common authority" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "SupraNationalUnion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Analyse", + "@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-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to study or examine the data in detail" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Analyse" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Use" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#StorageDuration", + "@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": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Duration or temporal limitation on storage of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Storage Duration" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Duration" + }, + { + "@id": "https://w3id.org/dpv#StorageCondition" + } + ] + }, + { + "@id": "https://w3id.org/dpv#User", + "@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-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that use service(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "User" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#MemberPartnerManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Members and Partners Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationGovernance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", + "@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-02-02" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "AcademicScientificOrganisation" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Organisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", + "@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-04-21" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Processing is necessary or required to protect vital interests of a data subject" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Vital Interest of Data Subject" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Importance", + "@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-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An indication of 'importance' within a context" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Context" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Tourist", + "@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-04-06" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Tourist" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditRequested", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an audit being requested whose outcome is not yet known" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Requested" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuditStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Consult", + "@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-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to consult or query data" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Consult" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingAgreement", + "@id": "https://w3id.org/dpv#ResearchAndDevelopment", "@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-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Fajar Ekaputra" }, { - "@value": "Paul Ryan" + "@value": "Elmar Kiesling" }, { - "@value": "Julian Flake" + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6053,7 +8062,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6061,34 +8070,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Research and Development" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#LegalEntity", + "@id": "https://w3id.org/dpv#Duration", "@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": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -6110,7 +8113,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6121,36 +8124,92 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "Duration" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Entities_Legalrole Concepts" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#JointDataControllers" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#DataProtectionOfficer" + }, + { + "@id": "https://w3id.org/dpv#hasDataImporter" + }, + { + "@id": "https://w3id.org/dpv#DataExporter" + }, + { + "@id": "https://w3id.org/dpv#hasRecipientDataController" + }, + { + "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" + }, + { + "@id": "https://w3id.org/dpv#hasRecipientThirdParty" + }, + { + "@id": "https://w3id.org/dpv#hasDataProcessor" + }, + { + "@id": "https://w3id.org/dpv#DataImporter" + }, + { + "@id": "https://w3id.org/dpv#DataController" + }, + { + "@id": "https://w3id.org/dpv#Recipient" + }, + { + "@id": "https://w3id.org/dpv#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#ThirdParty" + }, + { + "@id": "https://w3id.org/dpv#DataProcessor" + }, + { + "@id": "https://w3id.org/dpv#hasJointDataControllers" + }, + { + "@id": "https://w3id.org/dpv#hasDataExporter" + }, + { + "@id": "https://w3id.org/dpv#DataSubProcessor" } ] }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement", + "@id": "https://w3id.org/dpv#ComplianceStatus", "@type": [ - "https://w3id.org/dpv#Relation", - "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-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6167,7 +8226,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + "@value": "Status associated with Compliance with some norms, objectives, or requirements" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6175,34 +8234,23 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Compliance Status" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#HumanInvolvement" + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#Encryption", + "@id": "https://w3id.org/dpv#hasProvisionMethod", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -6212,16 +8260,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" + "@value": "Mark Lizar" }, { - "@value": "Mark Lizar" + "@value": "Bud Bruegger" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6238,7 +8283,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6246,20 +8291,21 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Encryption" + "@value": "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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@language": "en", + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv#Adapt", + "@id": "https://w3id.org/dpv#DiscloseByTransmission", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6289,7 +8335,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6300,17 +8346,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" + "@value": "Disclose by Transmission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#CodeOfConduct", + "@id": "https://w3id.org/dpv#Incompliant", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6318,21 +8364,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6349,7 +8386,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "State of not being compliant" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6360,31 +8397,101 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Incompliant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#ComplianceStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#RiskConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Risk Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#Benefit" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv#Impact" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" + }, + { + "@id": "https://w3id.org/dpv#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#Detriment" + }, + { + "@id": "https://w3id.org/dpv#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv#Harm" + }, + { + "@id": "https://w3id.org/dpv#Consequence" + }, + { + "@id": "https://w3id.org/dpv#MaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#hasConsequence" + }, + { + "@id": "https://w3id.org/dpv#NonMaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv#Damage" + }, + { + "@id": "https://w3id.org/dpv#hasImpact" + }, + { + "@id": "https://w3id.org/dpv#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfFailure" + }, + { + "@id": "https://w3id.org/dpv#hasImpactOn" } ] }, { - "@id": "https://w3id.org/dpv#hasThirdCountry", + "@id": "https://w3id.org/dpv#NonPersonalData", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -6403,7 +8510,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "Data that is not Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6411,43 +8518,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has third country" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#ThirdCountry" + "@language": "en", + "@value": "Non-Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasCountry" + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#Structure", + "@id": "https://w3id.org/dpv#Consent", "@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-05-07" + "@value": "2021-04-07" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6464,7 +8567,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6475,299 +8578,249 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organise" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#Entities_AuthorityConcepts", + "@id": "https://w3id.org/dpv#PurposesConcepts", "@type": [ "http://www.w3.org/2004/02/skos/core#Collection" ], "http://purl.org/dc/terms/title": [ { - "@value": "Entities_Authority Concepts" + "@value": "Purposes Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#hasAuthority" + "@id": "https://w3id.org/dpv#SocialMediaMarketing" }, { - "@id": "https://w3id.org/dpv#NationalAuthority" + "@id": "https://w3id.org/dpv#CommunicationManagement" }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority" + "@id": "https://w3id.org/dpv#SellProducts" }, { - "@id": "https://w3id.org/dpv#SupraNationalAuthority" + "@id": "https://w3id.org/dpv#AntiTerrorismOperations" }, { - "@id": "https://w3id.org/dpv#RegionalAuthority" + "@id": "https://w3id.org/dpv#OptimiseUserInterface" }, { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#CommercialResearch" }, { - "@id": "https://w3id.org/dpv#isAuthorityFor" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Context", - "@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#Marketing" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#ServiceUsageAnalytics" + }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv#CounterMoneyLaundering" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#ServiceRecordManagement" }, { - "@value": "Simon Steyskal" + "@id": "https://w3id.org/dpv#ServicePersonalization" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv#OptimisationForConsumer" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv#PersonnelPayment" }, { - "@value": "Axel Polleres" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Personalisation" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Payment" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#TechnicalServiceProvision" + }, { - "@language": "en", - "@value": "Contextually relevant information about purpose not possible to represent through other concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#AcademicResearch" + }, { - "@language": "en", - "@value": "Context" - } - ] - }, - { - "@id": "https://w3id.org/dpv#InferredPersonalData", - "@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#CustomerRelationshipManagement" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#DisputeManagement" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#CreateProductRecommendations" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#PersonnelManagement" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#IdentityVerification" + }, { - "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#DeliveryOfGoods" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#VendorPayment" + }, { - "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" + }, { - "@language": "en", - "@value": "Inferred Personal Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#CreditChecking" + }, { - "@id": "https://w3id.org/dpv#DerivedPersonalData" + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + }, + { + "@id": "https://w3id.org/dpv#CustomerOrderManagement" + }, + { + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation" + }, + { + "@id": "https://w3id.org/dpv#RequestedServiceProvision" + }, + { + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices" + }, + { + "@id": "https://w3id.org/dpv#CustomerClaimsManagement" + }, + { + "@id": "https://w3id.org/dpv#VendorManagement" + }, + { + "@id": "https://w3id.org/dpv#Sector" + }, + { + "@id": "https://w3id.org/dpv#OrganisationRiskManagement" + }, + { + "@id": "https://w3id.org/dpv#EnforceAccessControl" + }, + { + "@id": "https://w3id.org/dpv#HumanResourceManagement" + }, + { + "@id": "https://w3id.org/dpv#ServiceOptimization" + }, + { + "@id": "https://w3id.org/dpv#MemberPartnerManagement" + }, + { + "@id": "https://w3id.org/dpv#OrganisationGovernance" + }, + { + "@id": "https://w3id.org/dpv#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv#RegistrationAuthentication" + }, + { + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement" + }, + { + "@id": "https://w3id.org/dpv#DirectMarketing" + }, + { + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + }, + { + "@id": "https://w3id.org/dpv#NonCommercialResearch" + }, + { + "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses" + }, + { + "@id": "https://w3id.org/dpv#SellProductsToDataSubject" }, { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv#NonProfitOrganisation", - "@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#AccountManagement" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv#EnforceSecurity" + }, { - "@id": "http://purl.org/adms" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Purpose" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#CreateEventRecommendations" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#TargetedAdvertising" + }, { - "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#OptimisationForController" + }, { - "@language": "en", - "@value": "NonProfitOrganisation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare" + }, { - "@id": "https://w3id.org/dpv#Organisation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#DeliveryOfGoods", - "@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#CustomerManagement" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#PublicRelations" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#CustomerCare" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv#SellInsightsFromData" }, { - "@value": "Javier Fernandez" + "@id": "https://w3id.org/dpv#VendorSelectionAssessment" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#hasSector" }, { - "@value": "Elmar Kiesling" + "@id": "https://w3id.org/dpv#LegalCompliance" }, { - "@value": "Simon Steyskal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#hasPurpose" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#SellDataToThirdParties" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#VendorRecordsManagement" + }, { - "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#InternalResourceOptimisation" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Advertising" + }, { - "@language": "en", - "@value": "Delivery of Goods" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ + "@id": "https://w3id.org/dpv#PersonalisedBenefits" + }, { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#PersonnelHiring" + }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" + "@id": "https://w3id.org/dpv#RecordManagement" } ] }, { - "@id": "https://w3id.org/dpv#Entity", + "@id": "https://w3id.org/dpv#TargetedAdvertising", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6775,7 +8828,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -6797,7 +8850,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity" + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6808,12 +8861,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Entity" + "@value": "Targeted Advertising" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" } ] }, { - "@id": "https://w3id.org/dpv#CreateEventRecommendations", + "@id": "https://w3id.org/dpv#PrivacyNotice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -6821,20 +8879,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6851,7 +8910,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6862,30 +8921,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Event Recommendations" + "@value": "Privacy Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv#Notice" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingRecords", + "@id": "https://w3id.org/dpv#hasPersonalDataHandling", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -6902,7 +8964,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -6913,81 +8975,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#RecordsOfActivities" + "@value": "has personal data handling" } - ] - }, - { - "@id": "https://w3id.org/dpv#Processing_ContextConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasDomain": [ { - "@value": "Processing_Context Concepts" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" - }, - { - "@id": "https://w3id.org/dpv#StorageLocation" - }, - { - "@id": "https://w3id.org/dpv#StorageDuration" - }, - { - "@id": "https://w3id.org/dpv#SystematicMonitoring" - }, - { - "@id": "https://w3id.org/dpv#NonPublicDataSource" - }, - { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" - }, - { - "@id": "https://w3id.org/dpv#EvaluationScoring" - }, - { - "@id": "https://w3id.org/dpv#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv#StorageRestoration" - }, - { - "@id": "https://w3id.org/dpv#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#LargeScaleProcessing" - }, - { - "@id": "https://w3id.org/dpv#PublicDataSource" - }, - { - "@id": "https://w3id.org/dpv#hasDataSource" - }, - { - "@id": "https://w3id.org/dpv#DataSource" - }, - { - "@id": "https://w3id.org/dpv#StorageDeletion" - }, + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#hasStorage" + "@id": "https://w3id.org/dpv#PersonalDataHandling" } ] }, { - "@id": "https://w3id.org/dpv#DataImporter", + "@id": "https://w3id.org/dpv#ServiceRecordManagement", "@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": [ { @@ -6997,21 +9003,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, - { - "@value": "Georg Krog" + "@value": "Beatriz Esteves" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7028,7 +9026,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7036,34 +9034,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Importer" + "@value": "Service Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalUnit", + "@id": "https://w3id.org/dpv#AccessControlMethod", "@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-03-23" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -7071,7 +9063,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7088,7 +9086,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7099,44 +9097,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "Access Control Method" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", "@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-05-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Piero Bonatti" }, { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7147,13 +9139,13 @@ "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#definition": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7161,39 +9153,48 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Special Category Personal Data" + "@value": "Innovative Use of New Technologies" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SensitivePersonalData" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Restrict", + "@id": "https://w3id.org/dpv#CreateProductRecommendations", "@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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7210,7 +9211,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7221,20 +9222,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Create Product Recommendations" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { "@id": "https://w3id.org/dpv#PIA", "@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": [ { @@ -7288,107 +9294,138 @@ ] }, { - "@id": "https://w3id.org/dpv#BaseConcepts", + "@id": "https://w3id.org/dpv#Encryption", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Base Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#PersonalData" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#Processing" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#hasProcessing" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasDataController" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Risk" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, + "@language": "en", + "@value": "Technical measures consisting of encryption" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#Right" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#DataSubject" - }, + "@language": "en", + "@value": "Encryption" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasPersonalData" - }, + "@id": "https://w3id.org/dpv#TechnicalMeasure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Personal_DataConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "https://w3id.org/dpv#hasRight" - }, + "@value": "Personal_Data Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling" + "@id": "https://w3id.org/dpv#Data" }, { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#CollectedPersonalData" }, { - "@id": "https://w3id.org/dpv#hasLegalBasis" + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" }, { - "@id": "https://w3id.org/dpv#hasPurpose" + "@id": "https://w3id.org/dpv#SensitivePersonalData" }, { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#hasPersonalData" }, { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#NonPersonalData" }, { - "@id": "https://w3id.org/dpv#DataSubjectRight" + "@id": "https://w3id.org/dpv#AnonymisedData" }, { - "@id": "https://w3id.org/dpv#hasRisk" + "@id": "https://w3id.org/dpv#GeneratedPersonalData" }, { - "@id": "https://w3id.org/dpv#PersonalDataHandling" + "@id": "https://w3id.org/dpv#PersonalData" }, { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#InferredPersonalData" }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#PseudoAnonymisedData" }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#DerivedPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv#hasAddress", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "http://purl.org/adms" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7405,7 +9442,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7413,44 +9450,38 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has address" + } + ], + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@id": "https://w3id.org/dpv#Entity" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv#ActivityStatus", "@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-08" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7467,7 +9498,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "Status associated with activity operations and lifecycles" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7478,17 +9509,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Activity Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#NationalAuthority", + "@id": "https://w3id.org/dpv#SubProcessorAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -7496,17 +9527,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Julian Flake" + }, { - "@id": "http://purl.org/adms" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7523,7 +9561,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7534,45 +9572,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "Sub-Processor Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#CustomerCare", + "@id": "https://w3id.org/dpv#Right", "@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-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7589,7 +9618,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "The right(s) applicable, provided, or expected." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7597,53 +9626,37 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@language": "en", + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv#hasThirdCountry", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7660,7 +9673,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Indicates applicability or relevance of a 'third country'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7671,35 +9684,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" + "@value": "has third country" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ThirdCountry" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#hasCountry" } ] }, { - "@id": "https://w3id.org/dpv#Transfer", + "@id": "https://w3id.org/dpv#AlgorithmicLogic", "@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-05-07" + "@value": "2022-01-26" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7716,7 +9734,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "The algorithmic logic applied or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7724,44 +9742,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Transfer" + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + "@language": "en", + "@value": "Algorithmic Logic" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#ServiceRecordManagement", + "@id": "https://w3id.org/dpv#Share", "@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-08" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7778,7 +9791,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7789,20 +9802,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Share" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#StorageDeletion", + "@id": "https://w3id.org/dpv#AcademicResearch", "@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": [ { @@ -7812,16 +9825,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Simon Steyskal" }, { - "@value": "Axel Polleres" + "@value": "Fajar Ekaputra" }, { - "@value": "Rob Brennan" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7838,7 +9857,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7849,17 +9868,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Deletion" + "@value": "Academic Research" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@id": "https://w3id.org/dpv#AccountManagement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -7867,26 +9891,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7903,7 +9919,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7914,36 +9930,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Account Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryTime", + "@id": "https://w3id.org/dpv#AnonymisedData", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -7960,7 +9970,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -7968,20 +9978,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry time" + "@value": "Anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#expiry" + "@id": "https://w3id.org/dpv#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#hasContact", + "@id": "https://w3id.org/dpv#hasProvisionBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -7989,21 +10005,18 @@ "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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J.Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8020,7 +10033,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@value": "Specifies the entity that provisioned or provided consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8028,25 +10041,26 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has contact" + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Entity" + "@language": "en", + "@value": "has provision by" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#CollectedPersonalData", + "@id": "https://w3id.org/dpv#Generate", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8054,7 +10068,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -8076,7 +10090,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" + "@value": "to generate or create data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8084,29 +10098,23 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "Generate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#NaturalPerson", + "@id": "https://w3id.org/dpv#hasRecipientThirdParty", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -8115,6 +10123,12 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -8133,7 +10147,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8144,30 +10158,55 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Natural Person" + "@value": "has recipient third party" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ThirdParty" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv#ServicePersonalization", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8184,7 +10223,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "Personalise services or product or activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8192,30 +10231,29 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "is mitigated by measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Risk" + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@language": "en", + "@value": "Service Personalization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Personalisation" + }, + { + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#DirectMarketing", + "@id": "https://w3id.org/dpv#EnterIntoContract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8223,15 +10261,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { "@value": "Georg P Krog" @@ -8251,7 +10289,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8262,36 +10300,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Direct Marketing" + "@value": "Enter Into Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiry", + "@id": "https://w3id.org/dpv#DataProcessingRecords", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8308,7 +10340,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Generic property specifying when or under which condition(s) the consent will expire" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8319,31 +10351,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry" + "@value": "Data Processing Records" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#RecordsOfActivities" } ] }, { - "@id": "https://w3id.org/dpv#DPIA", + "@id": "https://w3id.org/dpv#ThirdCountry", "@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-02-09" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8360,7 +10391,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8368,26 +10399,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Third Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#Country" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign", + "@id": "https://w3id.org/dpv#Remove", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8395,21 +10420,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8426,7 +10442,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8437,17 +10453,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Remove" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationGovernance", + "@id": "https://w3id.org/dpv#Child", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8455,28 +10471,14 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -8491,7 +10493,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8499,28 +10501,34 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Child" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#NatualPerson" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@id": "https://w3id.org/dpv#RegularityOfRecertification", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -8528,27 +10536,13 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Rob Brennan" }, { "@value": "Mark Lizar" }, { - "@value": "Bud Bruegger" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8565,7 +10559,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8576,22 +10570,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Regularity of Re-certification" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Anonymization", + "@id": "https://w3id.org/dpv#LegitimateInterest", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8599,26 +10588,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8635,7 +10610,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8646,41 +10621,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Legitimate Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#PersonalData", + "@id": "https://w3id.org/dpv#Citizen", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Julian Flake" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8697,7 +10673,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8705,67 +10681,47 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@value": "Citizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Data" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", "@type": [ - "https://w3id.org/dpv#Relation", - "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-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Bud Bruegger" + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8776,13 +10732,13 @@ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8790,25 +10746,26 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has processing" + "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Special Category Personal Data" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#SensitivePersonalData" } ] }, { - "@id": "https://w3id.org/dpv#AlgorithmicLogic", + "@id": "https://w3id.org/dpv#Impact", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -8816,12 +10773,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8838,7 +10807,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The algorithmic logic applied or used" + "@value": "The impact(s) possible or arising as a consequence from specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8849,23 +10818,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." + "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Algorithmic Logic" + "@value": "Impact" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Required", + "@id": "https://w3id.org/dpv#Immigrant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8873,24 +10842,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8907,7 +10876,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8918,45 +10887,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "Immigrant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#EnforceAccessControl", + "@id": "https://w3id.org/dpv#hasLegalBasis", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Simon Steyskal" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -8973,7 +10936,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or enforce access control" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -8981,62 +10944,44 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Access Control" + "@value": "has legal basis" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#DataProtectionAuthority", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Mark Lizar" + "@value": "Georg Krog" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9053,7 +10998,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9064,55 +11009,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#DataController" + "@value": "Data Protection Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#Necessity", + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", "@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-02-12" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Simon Steyskal" }, { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9129,7 +11064,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9137,29 +11072,23 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "User Interface Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#StorageRestoration", + "@id": "https://w3id.org/dpv#CustomerCare", "@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": [ { @@ -9169,16 +11098,22 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Javier Fernandez" }, { - "@value": "Rob Brennan" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9195,7 +11130,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9206,30 +11141,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" + "@value": "Customer Care" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#Share", + "@id": "https://w3id.org/dpv#hasConsequence", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-21" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9246,7 +11204,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "Indicates consenquence(s) possible or arising from specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9254,20 +11212,31 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "has consequence" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Policy", + "@id": "https://w3id.org/dpv#ThirdParty", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9275,23 +11244,19 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-06-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_10/oj" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -9306,7 +11271,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9317,17 +11282,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Policy" + "@value": "Third Party" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv#StorageLocation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9335,20 +11300,21 @@ "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": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9365,7 +11331,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9376,30 +11342,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Storage Location" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#Location" + }, + { + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#Adult", + "@id": "https://w3id.org/dpv#CreditChecking", "@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-03-30" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9416,7 +11385,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Monitor, perform, or assess credit worthiness or solvency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9427,25 +11396,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "Credit Checking" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" } ] }, { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#GeneratedPersonalData", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -9467,11 +11436,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk" - }, - { - "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9479,44 +11444,53 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has risk" + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Generated Personal Data" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#CustomerManagement", + "@id": "https://w3id.org/dpv#PseudoAnonymization", "@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-08" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9533,7 +11507,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "PseudoAnonmyization or '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;" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9544,17 +11518,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Pseudo-Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#SellDataToThirdParties", + "@id": "https://w3id.org/dpv#DataExporter", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9562,27 +11536,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Javier Fernandez" - }, + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9599,7 +11572,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9610,26 +11583,26 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Data to Third Parties" + "@value": "Data Exporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime", + "@id": "https://w3id.org/dpv#StorageCondition", "@type": [ - "https://w3id.org/dpv#Relation", - "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": [ { @@ -9639,13 +11612,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { "@value": "Mark Lizar" }, { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9662,7 +11638,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9673,34 +11649,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "Storage Condition" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#PersonalDataHandling", + "@id": "https://w3id.org/dpv#isBefore", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Julian Flake" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9717,7 +11695,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9728,12 +11706,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "is before" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#Consumer", + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9741,21 +11729,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P. Krog" - }, { "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -9775,7 +11757,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9786,17 +11768,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consumer" + "@value": "Official Authority of Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterest", + "@id": "https://w3id.org/dpv#VendorSelectionAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9804,12 +11786,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9826,7 +11822,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9837,25 +11833,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Vendor Selection Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#Consent", + "@id": "https://w3id.org/dpv#AntiTerrorismOperations", "@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-04-07" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -9877,7 +11873,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9888,17 +11884,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" + "@value": "Anti-Terrorism Operations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#NonCommercialResearch", + "@id": "https://w3id.org/dpv#DataController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -9910,23 +11906,22 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Simon Steyskal" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -9943,7 +11938,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -9951,20 +11946,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "Data Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv#Organise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -9972,27 +11973,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Elmar Kiesling" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10009,7 +11995,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "to organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10020,36 +12006,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Organise" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv#Profiling", "@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-04-21" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10066,7 +12046,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10077,36 +12057,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Profiling" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#LegalCompliance", + "@id": "https://w3id.org/dpv#Student", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, { "@value": "Beatriz Esteves" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10123,7 +12109,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10134,17 +12120,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Student" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Record", + "@id": "https://w3id.org/dpv#ContractualTerms", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10152,12 +12138,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10174,7 +12169,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10185,45 +12180,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "ContractualTerms" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#AcademicResearch", + "@id": "https://w3id.org/dpv#hasDataSource", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Georg P. Krog" }, { - "@value": "Javier Fernandez" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10240,7 +12226,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10251,22 +12237,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" + "@value": "has data source" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#SubProcessorAgreement", + "@id": "https://w3id.org/dpv#LegitimateInterestOfController", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10274,24 +12260,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Paul Ryan" }, { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10308,7 +12288,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10319,115 +12299,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Legitimate Interest of Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" - } - ] - }, - { - "@id": "https://w3id.org/dpv#RiskConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Risk Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Impact" - }, - { - "@id": "https://w3id.org/dpv#Damage" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" - }, - { - "@id": "https://w3id.org/dpv#hasImpactOn" - }, - { - "@id": "https://w3id.org/dpv#hasConsequence" - }, - { - "@id": "https://w3id.org/dpv#MaterialDamage" - }, - { - "@id": "https://w3id.org/dpv#hasImpact" - }, - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - }, - { - "@id": "https://w3id.org/dpv#RiskManagementProcedure" - }, - { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure" - }, - { - "@id": "https://w3id.org/dpv#hasRisk" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" - }, - { - "@id": "https://w3id.org/dpv#NonMaterialDamage" - }, - { - "@id": "https://w3id.org/dpv#Detriment" - }, - { - "@id": "https://w3id.org/dpv#Harm" - }, - { - "@id": "https://w3id.org/dpv#Consequence" - }, - { - "@id": "https://w3id.org/dpv#Benefit" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure" - }, - { - "@id": "https://w3id.org/dpv#Risk" - }, - { - "@id": "https://w3id.org/dpv#mitigatesRisk" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#Participant", + "@id": "https://w3id.org/dpv#JointDataControllersAgreement", "@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-04-06" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10444,7 +12351,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10455,17 +12362,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Participant" + "@value": "Joint Data Controllers Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationManagement", + "@id": "https://w3id.org/dpv#CustomerManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -10473,21 +12380,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10504,7 +12408,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + "@value": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10512,16 +12416,10 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Customer Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -10531,29 +12429,20 @@ ] }, { - "@id": "https://w3id.org/dpv#CertificationSeal", + "@id": "https://w3id.org/dpv#isPolicyFor", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10570,7 +12459,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10581,33 +12470,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "is policy for" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Policy" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv#DataProcessingAgreement", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10624,7 +12527,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10632,38 +12535,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Data Processing Agreement" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalDataHandling" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#Erase", + "@id": "https://w3id.org/dpv#Technology", "@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-05-07" + "@value": "2022-01-26" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10680,7 +12584,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10688,45 +12592,40 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Erase" + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Remove" + "@language": "en", + "@value": "Technology" } ] }, { - "@id": "https://w3id.org/dpv#PrimaryImportance", + "@id": "https://w3id.org/dpv#hasJointDataControllers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P. Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10743,7 +12642,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10754,36 +12653,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "has joint data controllers" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#JointDataControllers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#hasDataController" } ] }, { - "@id": "https://w3id.org/dpv#hasDataImporter", + "@id": "https://w3id.org/dpv#NotCompliant", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10800,7 +12703,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "State of not being compliant where objectives have not been met, but have not been violated" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10811,63 +12714,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data importer" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#DataImporter" + "@value": "Not Compliant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#AuthorisationProcedure", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" + "@value": "Axel Polleres" }, { - "@value": "Bud Bruegger" + "@value": "Rob Brennan" }, { - "@value": "Axel Polleres" + "@value": "Mark Lizar" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10884,7 +12763,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Procedures for determining authorisation through permission or authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10892,30 +12771,26 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has recipient" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@language": "en", + "@value": "Authorisation Procedure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#NDA", + "@id": "https://w3id.org/dpv#Disclose", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -10923,21 +12798,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -10954,7 +12820,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -10965,39 +12831,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Disclose" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Certification", + "@id": "https://w3id.org/dpv#hasPersonalData", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11014,7 +12871,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11025,17 +12882,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification" + "@value": "has personal data" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#NonPublicDataSource", + "@id": "https://w3id.org/dpv#Consumer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11043,24 +12905,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Beatriz Esteves" + "@value": "Georg P. Krog" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11077,7 +12939,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11088,17 +12950,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Consumer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#PublicRelations", + "@id": "https://w3id.org/dpv#PersonnelHiring", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11106,28 +12968,14 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -11142,7 +12990,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11153,17 +13001,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Relations" + "@value": "Personnel Hiring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#PersonnelManagement" } ] }, { - "@id": "https://w3id.org/dpv#ImpactAssessment", + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11171,18 +13019,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Julian Flake" }, { "@value": "Paul Ryan" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11199,7 +13053,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11210,54 +13064,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Controller-Processor Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv", + "@id": "https://w3id.org/dpv#EncryptionInTransfer", "@type": [ - "http://www.w3.org/2002/07/owl#Ontology" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Concept" ], - "http://purl.org/dc/terms/abstract": [ + "http://purl.org/dc/terms/created": [ { - "@language": "en", - "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/contributor": [ - { - "@value": "Ramisa Gachpaz Hamed" - }, - { - "@value": "Eva Schlehahn" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, + "http://purl.org/dc/terms/creator": [ { "@value": "Rob Brennan" }, - { - "@value": "Piero Bonatti" - }, { "@value": "Mark Lizar" }, @@ -11265,106 +13096,114 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rigo Wenning" - }, - { - "@value": "Javier D. Fernández" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Fajar J. Ekaputra" - }, - { - "@value": "Julian Flake" - }, + "@value": "Axel Polleres" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Bert Bos" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Paul Ryan" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/created": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-18" + "@language": "en", + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#" } ], - "http://purl.org/dc/terms/description": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures." + "@value": "Encryption in Transfer" } ], - "http://purl.org/dc/terms/license": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://www.w3.org/Consortium/Legal/2015/doc-license" + "@id": "https://w3id.org/dpv#Encryption" } + ] + }, + { + "@id": "https://w3id.org/dpv#LegalEntity", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-02" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.w3.org/community/dpvcg/" + "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Data Privacy Vocabulary" + "@value": "accepted" } ], - "http://purl.org/vocab/vann/preferredNamespacePrefix": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "dpv" + "@language": "en", + "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" } ], - "http://purl.org/vocab/vann/preferredNamespaceUri": [ + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@value": "https://w3id.org/dpv" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2002/07/owl#versionInfo": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Legal Entity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "0.6" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv#RegionalAuthority", "@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-08" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11381,7 +13220,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11392,20 +13231,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "RegionalAuthority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv#VendorManagement", "@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": [ { @@ -11414,9 +13253,6 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Paul Ryan" }, @@ -11425,6 +13261,14 @@ }, { "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11441,7 +13285,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11452,39 +13296,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Vendor Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDefault", + "@id": "https://w3id.org/dpv#LegalObligation", "@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-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11501,7 +13336,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11512,44 +13347,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "Legal Obligation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#hasDuration", + "@id": "https://w3id.org/dpv#Benefit", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Axel Polleres" }, + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Julian Flake" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11566,7 +13402,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11577,38 +13413,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Benefit" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#hasCountry", + "@id": "https://w3id.org/dpv#Consultation", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11625,7 +13459,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11636,35 +13470,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Country" + "@value": "Consultation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasLocation" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv#ActivityHalted", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -11686,7 +13510,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11697,40 +13521,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "Activity Halted" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#ActivityStatus" } ] }, { - "@id": "https://w3id.org/dpv#EconomicUnion", + "@id": "https://w3id.org/dpv#hasExpiryTime", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11747,7 +13567,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11758,17 +13578,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "has expiry time" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#expiry" } ] }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision", + "@id": "https://w3id.org/dpv#Recipient", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -11776,18 +13596,29 @@ "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": "Georg P Krog" + "@value": "Javier Fernández" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11804,7 +13635,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11812,39 +13643,53 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Recipient" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Right", + "@id": "https://w3id.org/dpv#EncryptionInRest", "@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-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -11861,7 +13706,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -11869,128 +13714,51 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Datasubject Concepts" + "@value": "Encryption in Rest" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Member" - }, - { - "@id": "https://w3id.org/dpv#Client" - }, - { - "@id": "https://w3id.org/dpv#Consumer" - }, - { - "@id": "https://w3id.org/dpv#Adult" - }, - { - "@id": "https://w3id.org/dpv#Student" - }, - { - "@id": "https://w3id.org/dpv#Participant" - }, - { - "@id": "https://w3id.org/dpv#User" - }, - { - "@id": "https://w3id.org/dpv#Child" - }, - { - "@id": "https://w3id.org/dpv#DataSubject" - }, - { - "@id": "https://w3id.org/dpv#Customer" - }, - { - "@id": "https://w3id.org/dpv#Citizen" - }, - { - "@id": "https://w3id.org/dpv#Immigrant" - }, - { - "@id": "https://w3id.org/dpv#JobApplicant" - }, - { - "@id": "https://w3id.org/dpv#NonCitizen" - }, - { - "@id": "https://w3id.org/dpv#Tourist" - }, - { - "@id": "https://w3id.org/dpv#Visitor" - }, - { - "@id": "https://w3id.org/dpv#Patient" - }, - { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, - { - "@id": "https://w3id.org/dpv#Employee" - }, - { - "@id": "https://w3id.org/dpv#VulnerableDataSubject" - }, - { - "@id": "https://w3id.org/dpv#Subscriber" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Applicant" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#ServicePersonalization", + "@id": "https://w3id.org/dpv#isImplementedByEntity", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernandez" + "@value": "Julian Flake" }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Simon Steyskal" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12001,13 +13769,13 @@ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" + "@value": "modified" } ], "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" + "@value": "Indicates implementation details such as entities or agents" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12018,39 +13786,41 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "is implemented by entity" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Personalisation" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#Acquire", + "@id": "https://w3id.org/dpv#Personalisation", "@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-05-07" + "@value": "2021-09-01" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12067,7 +13837,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12075,20 +13845,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "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" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#Technology", + "@id": "https://w3id.org/dpv#Harm", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12096,10 +13872,22 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -12118,7 +13906,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12126,46 +13914,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "Harm" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Technology" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#Student", + "@id": "https://w3id.org/dpv#Certification", "@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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P. Krog" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12182,7 +13966,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12193,45 +13977,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Student" + "@value": "Certification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#EnforceSecurity", + "@id": "https://w3id.org/dpv#CompleteAnonymisation", "@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": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, + ], + "http://purl.org/dc/terms/created": [ { - "@value": "Elmar Kiesling" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12248,7 +14017,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" + "@value": "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" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12256,26 +14025,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "Complete Anonymisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#CommercialResearch", + "@id": "https://w3id.org/dpv#Align", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12283,27 +14046,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Javier Fernandez" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12320,7 +14068,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@value": "to adjust the data to be in relation to another data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12331,39 +14079,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" + "@value": "Align" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities", + "@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://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -12382,7 +14119,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "Indicates the status of specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12393,84 +14130,22 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "has status" } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasDomain": [ { - "@value": "Entities_Legalrole Concepts" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv#DataSubProcessor" - }, - { - "@id": "https://w3id.org/dpv#Recipient" - }, - { - "@id": "https://w3id.org/dpv#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv#DataController" - }, - { - "@id": "https://w3id.org/dpv#DataImporter" - }, - { - "@id": "https://w3id.org/dpv#JointDataControllers" - }, - { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty" - }, - { - "@id": "https://w3id.org/dpv#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv#ThirdParty" - }, - { - "@id": "https://w3id.org/dpv#DataExporter" - }, - { - "@id": "https://w3id.org/dpv#hasDataProcessor" - }, + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#hasDataController" + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#AccessControlMethod", + "@id": "https://w3id.org/dpv#ImpactAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12478,21 +14153,18 @@ "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": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12509,7 +14181,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12520,78 +14192,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Contract" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" - }, - { - "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#EnterIntoContract" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv#hasLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv#LegalObligation" - }, - { - "@id": "https://w3id.org/dpv#ContractPerformance" - }, - { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" - }, - { - "@id": "https://w3id.org/dpv#Consent" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController" + "@id": "https://w3id.org/dpv#Assessment" } ] }, { - "@id": "https://w3id.org/dpv#Notice", + "@id": "https://w3id.org/dpv#Erase", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12599,21 +14210,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12630,7 +14232,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "to delete data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12641,35 +14243,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" + "@value": "Erase" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#RegionalAuthority", + "@id": "https://w3id.org/dpv#Visitor", "@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-02-02" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12686,7 +14295,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12697,17 +14306,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "Visitor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Optional", + "@id": "https://w3id.org/dpv#Processing", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -12715,24 +14324,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" + "@value": "Javier Fernández" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Axel Polleres" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Georg P Krog" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12749,7 +14360,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12760,39 +14371,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optional" + "@value": "Processing" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv#hasContact", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12809,7 +14420,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12820,25 +14431,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "has contact" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Entity" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasPolicy", + "@id": "https://w3id.org/dpv#hasFrequency", "@type": [ - "https://w3id.org/dpv#Relation", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ @@ -12860,7 +14476,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates policy applicable or used" + "@value": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12871,7 +14487,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has policy" + "@value": "has frequency" } ], "https://w3id.org/dpv#hasDomain": [ @@ -12881,30 +14497,77 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Policy" + "@id": "https://w3id.org/dpv#Frequency" } + ] + }, + { + "@id": "https://w3id.org/dpv#", + "@type": [ + "http://www.w3.org/2004/02/skos/core#ConceptScheme" ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#hasTopConcept": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#PersonalData" + }, + { + "@id": "https://w3id.org/dpv#Purpose" + }, + { + "@id": "https://w3id.org/dpv#Context" + }, + { + "@id": "https://w3id.org/dpv#Processing" + }, + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#Entity" + }, + { + "@id": "https://w3id.org/dpv#Authority" + }, + { + "@id": "https://w3id.org/dpv#Organisation" + }, + { + "@id": "https://w3id.org/dpv#DataSubject" + }, + { + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#hasEntity", + "@id": "https://w3id.org/dpv#DataImporter", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12921,7 +14584,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12932,47 +14595,31 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has entity" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Data Importer" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Recipient" } ] }, { - "@id": "https://w3id.org/dpv#Advertising", + "@id": "https://w3id.org/dpv#hasSector", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -12989,7 +14636,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -12997,51 +14644,41 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@value": "has sector" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Advertising" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Sector" } ] }, { - "@id": "https://w3id.org/dpv#hasImpact", + "@id": "https://w3id.org/dpv#Combine", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" }, { - "@value": "Georg P Krog" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13058,7 +14695,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13069,40 +14706,38 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Combine" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasConsequence" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Obtain", + "@id": "https://w3id.org/dpv#ConsequenceOfFailure", "@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-05-07" + "@value": "2022-03-23" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13119,7 +14754,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "The consequence(s) possible or arising from failure of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13130,25 +14765,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@value": "Consequence of Failure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#hasAuthority", + "@id": "https://w3id.org/dpv#CreateEventRecommendations", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ @@ -13156,7 +14791,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13173,7 +14813,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of authority for a jurisdiction" + "@value": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13184,44 +14824,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has authority" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Create Event Recommendations" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { - "@id": "https://w3id.org/dpv#hasAddress", + "@id": "https://w3id.org/dpv#NotRequired", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-15" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J.Pandit" + "@value": "Georg P Krog" }, { - "@value": "Beatriz Esteves" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13238,7 +14876,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13249,22 +14887,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Not Required" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Necessity" } ] }, { - "@id": "https://w3id.org/dpv#RegistrationAuthentication", + "@id": "https://w3id.org/dpv#Frequency", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13272,18 +14905,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13300,7 +14927,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "The frequency or information about periods and repetitions in terms of recurrence." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13311,35 +14938,31 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@value": "Frequency" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessor", + "@id": "https://w3id.org/dpv#isAfter", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-06-04" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_8/oj" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13356,7 +14979,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller." + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13367,30 +14990,47 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processor" + "@value": "is after" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasJurisdiction", + "@id": "https://w3id.org/dpv#Participant", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13407,7 +15047,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13418,30 +15058,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has jurisdiction" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Participant" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Region", + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -13463,7 +15098,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13474,42 +15109,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Region" + "@value": "has organisational measure" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#SecondaryImportance", + "@id": "https://w3id.org/dpv#Derive", "@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-02-11" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13526,7 +15159,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "to create new derivative data from the original data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13534,33 +15167,44 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "Derive" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Move", + "@id": "https://w3id.org/dpv#hasComplianceStatus", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13577,7 +15221,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "Indicates the status of compliance of specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13588,35 +15232,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" + "@value": "has compliance status" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transfer" + "@id": "https://w3id.org/dpv#hasStatus" } ] }, { - "@id": "https://w3id.org/dpv#Analyse", + "@id": "https://w3id.org/dpv#StaffTraining", "@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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13633,7 +15291,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13644,22 +15302,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@value": "Staff Training" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForConsumer", + "@id": "https://w3id.org/dpv#IndustryConsortium", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13667,27 +15320,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Fajar Ekaputra" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13704,7 +15347,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13715,22 +15358,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@value": "IndustryConsortium" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#PublicInterest", + "@id": "https://w3id.org/dpv#Use", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -13738,12 +15376,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13760,7 +15398,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13771,17 +15409,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Use" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13789,27 +15427,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "Paul Ryan" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13826,7 +15455,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13834,36 +15463,42 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Tied to compliance processes and documents, decide how to specify those" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Register of Processing Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv#DataProcessingRecords" } ] }, { - "@id": "https://w3id.org/dpv#SupraNationalUnion", + "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13880,7 +15515,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -13891,66 +15526,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "has data protection officer" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#Concept" } - ] - }, - { - "@id": "https://w3id.org/dpv#JurisdictionConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "https://w3id.org/dpv#hasRange": [ { - "@value": "Jurisdiction Concepts" + "@id": "https://w3id.org/dpv#DataProtectionOfficer" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#hasCountry" - }, - { - "@id": "https://w3id.org/dpv#hasLocation" - }, - { - "@id": "https://w3id.org/dpv#hasThirdCountry" - }, - { - "@id": "https://w3id.org/dpv#Location" - }, - { - "@id": "https://w3id.org/dpv#SupraNationalUnion" - }, - { - "@id": "https://w3id.org/dpv#Law" - }, - { - "@id": "https://w3id.org/dpv#hasJurisdiction" - }, - { - "@id": "https://w3id.org/dpv#EconomicUnion" - }, - { - "@id": "https://w3id.org/dpv#Country" - }, - { - "@id": "https://w3id.org/dpv#ThirdCountry" - }, - { - "@id": "https://w3id.org/dpv#Region" - }, + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasApplicableLaw" + "@id": "https://w3id.org/dpv#hasRepresentative" } ] }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv#ForProfitOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -13958,26 +15554,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -13994,7 +15576,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14005,17 +15587,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "ForProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#Personalisation", + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14023,12 +15605,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14045,7 +15633,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14053,26 +15641,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "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" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Legitimate Interest of Third Party" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#CompleteAnonymisation", + "@id": "https://w3id.org/dpv#Notice", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14080,12 +15662,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14102,7 +15693,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "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" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14113,30 +15704,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Complete Anonymisation" + "@value": "Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasRight", + "@id": "https://w3id.org/dpv#Obtain", "@type": [ - "https://w3id.org/dpv#Relation", - "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-18" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14153,7 +15744,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14164,25 +15755,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has right" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Obtain" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "https://w3id.org/dpv#Processing" } ] }, { "@id": "https://w3id.org/dpv#hasConsentNotice", "@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": [ { @@ -14237,7 +15823,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Contract", + "@id": "https://w3id.org/dpv#DPIA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14245,12 +15831,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14267,50 +15859,64 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "Data Protection Impact Assessment (DPIA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv#HumanResourceManagement", "@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-05-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14327,7 +15933,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14335,42 +15941,34 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@language": "en", + "@value": "Human Resources Management" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#LegalObligation", + "@id": "https://w3id.org/dpv#hasPolicy", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -14392,7 +15990,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14403,20 +16001,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "has policy" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#IdentityVerification", + "@id": "https://w3id.org/dpv#LegalAgreement", "@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": [ { @@ -14426,22 +16034,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, - { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14458,7 +16060,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14469,25 +16071,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Legal Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#PublicDataSource", + "@id": "https://w3id.org/dpv#hasWithdrawalBy", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -14495,16 +16097,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Mark Lizar" }, { - "@value": "Julian Flake" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14521,7 +16117,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14532,41 +16128,51 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "has withdrawal by" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#IndustryConsortium", + "@id": "https://w3id.org/dpv#Sector", "@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-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Javier Fernandez" + }, { - "@id": "http://purl.org/adms" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14583,7 +16189,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14591,41 +16197,34 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "IndustryConsortium" + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@language": "en", + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv#mitigatesRisk", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14642,7 +16241,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Indicates risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14653,30 +16252,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "mitigates risk" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Risk" } ] }, { - "@id": "https://w3id.org/dpv#Copy", + "@id": "https://w3id.org/dpv#OrganisationGovernance", "@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-05-07" + "@value": "2021-09-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14693,7 +16311,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to produce an exact reprodution of the data" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14704,35 +16322,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Copy" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Copy" + "@value": "Organisation Governance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#AnonymisedData", + "@id": "https://w3id.org/dpv#GovernmentalOrganisation", "@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-01-19" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14749,7 +16362,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14757,26 +16370,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "GovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NonPersonalData" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#EvaluationScoring", + "@id": "https://w3id.org/dpv#NDA", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -14784,20 +16391,21 @@ "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": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Mark Lizar" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14814,7 +16422,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14825,45 +16433,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Non-Disclosure Agreement (NDA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv#PublicInterest", "@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": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14880,7 +16473,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14891,33 +16484,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Public Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv#CertificationSeal", "@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-05-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" @@ -14937,7 +16533,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14948,33 +16544,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Certification and Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv#CommunicationManagement", "@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-23" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -14991,7 +16593,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -14999,36 +16601,39 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "Communication Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv#PseudoAnonymisedData", "@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-03-23" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15045,7 +16650,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15056,17 +16661,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Pseudo-anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#EnterIntoContract", + "@id": "https://w3id.org/dpv#NonMaterialDamage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -15074,16 +16679,10 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -15102,7 +16701,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15113,42 +16712,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Non-Material Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#Harm", + "@id": "https://w3id.org/dpv#DataSubjectRight", "@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-03-23" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Beatriz Esteves" }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, { "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15165,7 +16758,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "The rights applicable or provided to a Data Subject" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15173,165 +16766,150 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Data Subject Right" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingConcepts", + "@id": "https://w3id.org/dpv#PrivacyByDesign", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Processing Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Align" - }, - { - "@id": "https://w3id.org/dpv#Remove" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymise" - }, - { - "@id": "https://w3id.org/dpv#Combine" - }, - { - "@id": "https://w3id.org/dpv#Move" - }, - { - "@id": "https://w3id.org/dpv#Share" - }, - { - "@id": "https://w3id.org/dpv#Use" - }, - { - "@id": "https://w3id.org/dpv#Store" - }, - { - "@id": "https://w3id.org/dpv#Adapt" - }, - { - "@id": "https://w3id.org/dpv#Copy" - }, - { - "@id": "https://w3id.org/dpv#Destruct" - }, - { - "@id": "https://w3id.org/dpv#Analyse" - }, - { - "@id": "https://w3id.org/dpv#Consult" - }, - { - "@id": "https://w3id.org/dpv#Transmit" - }, - { - "@id": "https://w3id.org/dpv#Derive" - }, - { - "@id": "https://w3id.org/dpv#Acquire" - }, - { - "@id": "https://w3id.org/dpv#Structure" - }, - { - "@id": "https://w3id.org/dpv#DiscloseByTransmission" - }, - { - "@id": "https://w3id.org/dpv#Alter" - }, - { - "@id": "https://w3id.org/dpv#Disclose" - }, - { - "@id": "https://w3id.org/dpv#Processing" - }, - { - "@id": "https://w3id.org/dpv#Restrict" - }, - { - "@id": "https://w3id.org/dpv#hasProcessing" - }, - { - "@id": "https://w3id.org/dpv#Obtain" - }, - { - "@id": "https://w3id.org/dpv#Transfer" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Disseminate" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#Collect" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#Record" + "@value": "Mark Lizar" }, { - "@id": "https://w3id.org/dpv#MakeAvailable" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Retrieve" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#Organise" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Erase" - }, + "@language": "en", + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ { - "@id": "https://w3id.org/dpv#Anonymise" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Profiling" - }, + "@language": "en", + "@value": "Privacy by Design" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionOfficer", + "@id": "https://w3id.org/dpv#hasJurisdiction", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Georg Krog" + "@id": "https://w3id.org/dpv#" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@language": "en", + "@value": "Indicates applicability of specified jurisdiction" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has jurisdiction" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Location" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasContext", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" + ], + "http://purl.org/dc/terms/created": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15342,13 +16920,13 @@ "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#definition": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15359,36 +16937,49 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "has context" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Representative" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionTime", + "@id": "https://w3id.org/dpv#Representative", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Georg Krog" }, { - "@value": "Bud Bruegger" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15405,7 +16996,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "A representative of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15416,33 +17007,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision time" + "@value": "Representative" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#InternationalOrganisation", + "@id": "https://w3id.org/dpv#RiskMitigationMeasure", "@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-03-23" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Paul Ryan" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15459,7 +17053,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15470,25 +17064,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "Risk Mitigation Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#HumanInvolvement", + "@id": "https://w3id.org/dpv#InferredPersonalData", "@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-01-26" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -15510,7 +17104,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" + "@value": "Personal Data that is obtained through inference from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15521,42 +17115,39 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Inferred Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#DerivedPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv#Move", "@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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15573,7 +17164,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15584,45 +17175,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Move" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Personalisation" - }, + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Advertising" + "@id": "https://w3id.org/dpv#Transfer" } ] }, { - "@id": "https://w3id.org/dpv#Client", + "@id": "https://w3id.org/dpv#Anonymise", "@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-04-06" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15639,7 +17220,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15650,30 +17231,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Client" + "@value": "Anonymise" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Customer" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Use", + "@id": "https://w3id.org/dpv#AuditRejected", "@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-05-07" + "@value": "2022-05-18" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15690,7 +17276,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "State of not being approved or being rejected through the audit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15701,17 +17287,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Audit Rejected" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#AuditStatus" } ] }, { - "@id": "https://w3id.org/dpv#ServiceOptimization", + "@id": "https://w3id.org/dpv#CodeOfConduct", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -15724,22 +17310,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Elmar Kiesling" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" + "@value": "Rob Brennan" }, { - "@value": "Javier Fernandez" + "@value": "Mark Lizar" }, { - "@value": "Simon Steyskal" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15756,7 +17336,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15764,49 +17344,35 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Code of Conduct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv#Organisation", "@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-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Piero Bonatti" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -15821,7 +17387,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15832,35 +17398,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", "@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-02-02" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg P Krog" + }, { - "@id": "http://purl.org/adms" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15877,7 +17441,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15888,25 +17452,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "Consequence of Success" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#MaterialDamage", + "@id": "https://w3id.org/dpv#NonProfitOrganisation", "@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-03-30" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -15914,6 +17478,11 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -15928,7 +17497,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -15939,31 +17508,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "NonProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv#hasLocation", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -15971,18 +17526,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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" + }, + { + "@value": "Rob Brennan" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -15999,7 +17562,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" + "@value": "Indicates information about location" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16010,7 +17573,7 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "has location" } ], "https://w3id.org/dpv#hasDomain": [ @@ -16020,32 +17583,23 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#RegularityOfRecertification", + "@id": "https://w3id.org/dpv#TechnicalServiceProvision", "@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": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" } @@ -16064,7 +17618,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16075,20 +17629,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Technical Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#ThirdCountry", + "@id": "https://w3id.org/dpv#ProcessingContext", "@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": [ { @@ -16115,7 +17669,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16126,32 +17680,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Country" + "@value": "Processing Context" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#DataSubProcessor", + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", "@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-25" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Rudy Jacob" + }, { "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -16166,7 +17728,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" + "@value": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16174,59 +17736,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "Create Personalized Recommendations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessor" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv#hasWithdrawalMethod", "@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#Relation" ], "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": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16243,7 +17785,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Specifries the method by which consent can be/has been withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16251,39 +17793,43 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Can be used to record information of how to withdraw consent, 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." } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CustomerCare" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#CommunicationManagement" + "@language": "en", + "@value": "has withdrawal method" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllers", + "@id": "https://w3id.org/dpv#OrganisationalMeasure", "@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-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16300,7 +17846,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16308,34 +17854,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers" + "@value": "Organisational Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#isPolicyFor", + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-26" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -16357,7 +17897,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16368,44 +17908,88 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is policy for" + "@value": "Consequence as Side-Effect" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Policy" + "@id": "https://w3id.org/dpv#Consequence" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ConsentConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Consent Concepts" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#hasWithdrawalBy" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" + }, + { + "@id": "https://w3id.org/dpv#hasExpiry" + }, + { + "@id": "https://w3id.org/dpv#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalTime" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalMethod" + }, + { + "@id": "https://w3id.org/dpv#hasExpiryTime" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionMethod" + }, + { + "@id": "https://w3id.org/dpv#isExplicit" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionBy" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionByJustification" } ] }, { - "@id": "https://w3id.org/dpv#AuthorisationProcedure", + "@id": "https://w3id.org/dpv#hasDataExporter", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16422,7 +18006,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16430,26 +18014,30 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "has data exporter" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Authorisation Procedure" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataExporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#SingleSignOn", + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16457,18 +18045,27 @@ "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": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Georg P Krog" + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16485,7 +18082,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16496,45 +18093,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Increase Service Robustness" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#ServiceProvision", + "@id": "https://w3id.org/dpv#hasDataProcessor", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Simon Steyskal" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16551,7 +18139,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16562,30 +18150,40 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "has data processor" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataProcessor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#ForProfitOrganisation", + "@id": "https://w3id.org/dpv#PseudoAnonymise", "@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-02-02" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16602,7 +18200,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16613,20 +18211,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "Pseudo-Anonymise" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#DisputeManagement", + "@id": "https://w3id.org/dpv#Policy", "@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": [ { @@ -16636,18 +18234,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "David Hickey" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16664,7 +18260,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16675,17 +18271,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasImpactOn", + "@id": "https://w3id.org/dpv#hasCountry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -16693,24 +18289,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16727,7 +18314,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16738,27 +18325,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "has country" } ], "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Concept" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasConsequenceOn" + "@id": "https://w3id.org/dpv#hasLocation" } ] }, { - "@id": "https://w3id.org/dpv#Applicant", + "@id": "https://w3id.org/dpv#NonCommercialResearch", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -16766,24 +18353,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Simon Steyskal" }, { - "@value": "Julian Flake" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16800,7 +18390,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are applicants in some context" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16811,36 +18401,33 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Applicant" + "@value": "Non-Commercial Research" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#isExplicit", + "@id": "https://w3id.org/dpv#Collect", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -16857,7 +18444,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16865,63 +18452,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is explicit" + "@value": "Collect" } ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv#hasRecipientDataController", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, { "@value": "Paul Ryan" } @@ -16940,7 +18506,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -16951,25 +18517,35 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "has recipient data controller" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataController" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#Data", + "@id": "https://w3id.org/dpv#AuditStatus", "@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-01-19" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -16991,7 +18567,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A broad concept representing 'data' or 'information'" + "@value": "Status associated with Auditing or Investigation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17002,33 +18578,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data" + "@value": "Audit Status" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#SystematicMonitoring", + "@id": "https://w3id.org/dpv#Compliant", "@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-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17045,7 +18618,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "State of being fully compliant" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17056,97 +18629,78 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Compliant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, { - "@id": "https://w3id.org/dpv#hasConsequence", + "@id": "https://w3id.org/dpv#Legal_BasisConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Relation" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Legal_Basis Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" }, { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#hasLegalBasis" }, { - "@value": "Fajar Ekaputra" + "@id": "https://w3id.org/dpv#VitalInterest" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#LegitimateInterest" }, { - "@value": "Julian Flake" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-21" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#EnterIntoContract" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Contract" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Consent" + }, { - "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#PublicInterest" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#ContractPerformance" + }, { - "@language": "en", - "@value": "Removed plural suffix for consistency" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#LegalObligation" + }, { - "@language": "en", - "@value": "has consequence" - } - ], - "https://w3id.org/dpv#hasDomain": [ + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" + }, + { + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#Processing", + "@id": "https://w3id.org/dpv#MaterialDamage", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17154,26 +18708,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17190,7 +18730,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17201,34 +18741,28 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing" + "@value": "Material Damage" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionBy", + "@id": "https://w3id.org/dpv#isMitigatedByMeasure", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -17247,7 +18781,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17255,45 +18789,43 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "is mitigated by measure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "has provision by" + "@id": "https://w3id.org/dpv#Risk" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification", + "@id": "https://w3id.org/dpv#Structure", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Bud Bruegger" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17310,7 +18842,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity withdrawing consent" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17318,49 +18850,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy" + "@value": "Structure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has withdrawal by justification" + "@id": "https://w3id.org/dpv#Organise" } ] }, { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv#Safeguard", "@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": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17377,7 +18902,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17385,40 +18910,37 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Safeguard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalMeasure", + "@id": "https://w3id.org/dpv#Data", "@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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Axel Polleres" - }, { "@value": "Harshvardhan J. Pandit" } @@ -17437,7 +18959,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "A broad concept representing 'data' or 'information'" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17448,19 +18970,14 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Measure" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@value": "Data" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryCondition", + "@id": "https://w3id.org/dpv#StorageDeletion", "@type": [ - "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": [ @@ -17471,13 +18988,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { "@value": "Mark Lizar" }, { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17494,7 +19014,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@value": "Deletion or Erasure of data including any deletion guarantees" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17502,26 +19022,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Can be TextOrDocumentOrURI" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry condition" + "@value": "Storage Deletion" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#expiry" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#OptimiseUserInterface", + "@id": "https://w3id.org/dpv#StorageRestoration", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17534,22 +19048,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" + "@value": "Axel Polleres" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Mark Lizar" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17566,7 +19074,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize interfaces presented to the user" + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17577,36 +19085,53 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimise User Interface" + "@value": "Storage Restoration" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForConsumer" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#Consultation", + "@id": "https://w3id.org/dpv#hasPurpose", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Javier Fernández" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17623,7 +19148,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17634,25 +19159,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "has purpose" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingContext", + "@id": "https://w3id.org/dpv#hasActivityStatus", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -17674,7 +19204,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Indicates the status of activity of specified concept" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17685,109 +19215,94 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "has activity status" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#hasStatus" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#EntitiesConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Entities Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#hasContact" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#hasRepresentative" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#NaturalPerson" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#hasResponsibleEntity" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Representative" + }, { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#LegalEntity" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#hasEntity" + }, { - "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#hasName" + }, + { + "@id": "https://w3id.org/dpv#Entity" + }, { - "@language": "en", - "@value": "Legal Basis" + "@id": "https://w3id.org/dpv#hasAddress" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { - "@value": "Axel Polleres" + "@value": "Beatriz" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/modified": [ + "http://purl.org/dc/terms/source": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17804,7 +19319,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17815,22 +19330,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Customer Solvency Monitoring" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#Damage", + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -17838,12 +19348,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17860,7 +19376,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17871,39 +19387,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Damage" + "@value": "Data Transfer Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv#Restrict", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-26" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -17920,7 +19427,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -17928,110 +19435,110 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented using technology" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Restrict" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Technology" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#CustomerOrderManagement", + "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "Entities_Datasubject Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#Tourist" }, { - "@value": "Beatriz" + "@id": "https://w3id.org/dpv#Employee" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv#VulnerableDataSubject" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Client" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Consumer" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Participant" + }, { - "@language": "en", - "@value": "Manage customer orders" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#Student" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#hasDataSubject" + }, { - "@language": "en", - "@value": "Customer Order Management" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#Citizen" + }, { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Subscriber" + }, + { + "@id": "https://w3id.org/dpv#Visitor" + }, + { + "@id": "https://w3id.org/dpv#JobApplicant" + }, + { + "@id": "https://w3id.org/dpv#Applicant" + }, + { + "@id": "https://w3id.org/dpv#Immigrant" + }, + { + "@id": "https://w3id.org/dpv#NonCitizen" + }, + { + "@id": "https://w3id.org/dpv#Member" + }, + { + "@id": "https://w3id.org/dpv#Customer" + }, + { + "@id": "https://w3id.org/dpv#DataSubject" + }, + { + "@id": "https://w3id.org/dpv#Child" + }, + { + "@id": "https://w3id.org/dpv#Adult" + }, + { + "@id": "https://w3id.org/dpv#Patient" + }, + { + "@id": "https://w3id.org/dpv#User" } ] }, { - "@id": "https://w3id.org/dpv#isBefore", + "@id": "https://w3id.org/dpv#Assessment", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" - }, { "@value": "Harshvardhan J. Pandit" } @@ -18050,7 +19557,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18061,35 +19568,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is before" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Assessment" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Retrieve", + "@id": "https://w3id.org/dpv#AuthenticationProtocols", "@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-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Rob Brennan" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18106,7 +19617,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18117,20 +19628,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Authentication Protocols" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Destruct", + "@id": "https://w3id.org/dpv#Adapt", "@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": [ { @@ -18157,7 +19668,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18168,25 +19679,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Adapt" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Remove" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyNotice", + "@id": "https://w3id.org/dpv#hasExpiry", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "https://w3id.org/dpv#Relation" ], "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": [ @@ -18194,13 +19705,10 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" - }, - { - "@value": "Georg P Krog" + "@value": "Mark Lizar" }, { - "@value": "Paul Ryan" + "@value": "Bud Bruegger" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18217,7 +19725,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "Generic property specifying when or under which condition(s) the consent will expire" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18228,17 +19736,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Notice" + "@value": "has expiry" } ] }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv#DerivedPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18246,18 +19749,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Fajar Ekaputra" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Georg P Krog" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.w3.org/community/dpvcg/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18274,7 +19785,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "Personal Data that is obtained or derived from other data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18282,33 +19793,50 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Derived Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/data#Derived" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#Alter", + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18325,7 +19853,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "Indicates the logic used in processing such as for automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18336,28 +19864,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "has algorithmic logic" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#AlgorithmicLogic" } ] }, { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv#hasProvisionByJustification", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, { "@value": "Harshvardhan J. Pandit" } @@ -18376,7 +19915,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "Specifies the justification for entity providing consent" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18384,20 +19923,21 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Organisation" + "@language": "en", + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv#hasJointDataControllers", + "@id": "https://w3id.org/dpv#isAuthorityFor", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -18405,18 +19945,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18433,7 +19970,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Indicates area, scope, or applicability of an Authority" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18444,40 +19981,69 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "is authority for" } ], "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Authority" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#JointDataControllers" + "@id": "https://w3id.org/dpv#Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasDataController" + "@language": "en", + "@value": "has range" } ] }, { - "@id": "https://w3id.org/dpv#DiscloseByTransmission", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SocialMediaMarketing", "@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-05-07" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18494,7 +20060,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "Conduct marketing through social media" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18505,36 +20071,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Social Media" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority", + "@id": "https://w3id.org/dpv#NonCitizen", "@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-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Julian Flake" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18551,7 +20123,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18562,30 +20134,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "NonCitizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Disclose", + "@id": "https://w3id.org/dpv#hasWithdrawalTime", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18602,7 +20180,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make data known" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18613,45 +20191,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Processing" + "@value": "has withdrawal time" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedBenefits", + "@id": "https://w3id.org/dpv#Contract", "@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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-07" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18668,7 +20226,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18679,66 +20237,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Personal_DataConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Personal_Data Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#AnonymisedData" - }, - { - "@id": "https://w3id.org/dpv#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData" - }, - { - "@id": "https://w3id.org/dpv#SensitivePersonalData" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - }, - { - "@id": "https://w3id.org/dpv#Data" - }, - { - "@id": "https://w3id.org/dpv#PersonalData" - }, - { - "@id": "https://w3id.org/dpv#hasPersonalData" - }, - { - "@id": "https://w3id.org/dpv#CollectedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#NonPersonalData" + "@id": "https://w3id.org/dpv#LegalBasis" }, { - "@id": "https://w3id.org/dpv#DerivedPersonalData" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#DeIdentification", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18751,16 +20263,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Axel Polleres" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18777,7 +20286,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18788,17 +20297,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Anonymization" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymise", + "@id": "https://w3id.org/dpv#Client", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18806,12 +20310,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-06" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18828,7 +20344,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18839,30 +20355,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Client" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Customer" } ] }, { - "@id": "https://w3id.org/dpv#SensitivePersonalData", + "@id": "https://w3id.org/dpv#SellProducts", "@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-01-19" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -18879,7 +20401,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Sell products or services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18890,23 +20412,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Sell Products" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#Authority", + "@id": "https://w3id.org/dpv#JointDataControllers", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18914,16 +20436,13 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Georg Krog" }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan Pandit" } @@ -18942,7 +20461,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -18950,23 +20469,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "Joint Data Controllers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#DataController" } ] }, { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", + "@id": "https://w3id.org/dpv#Necessity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -18974,18 +20496,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { "@value": "Georg P Krog" }, + { + "@value": "Paul Ryan" + }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19002,7 +20530,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" + "@value": "An indication of 'necessity' within a context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19013,23 +20541,23 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analytics" + "@value": "Necessity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Organise", + "@id": "https://w3id.org/dpv#Infer", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19037,12 +20565,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19059,7 +20587,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to infer data from existing data" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19067,33 +20595,48 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@value": "Infer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Derive" } ] }, { - "@id": "https://w3id.org/dpv#hasApplicableLaw", + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" + "@value": "2021-09-22" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19110,7 +20653,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19121,53 +20664,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Safeguard for Data Transfer" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Law" + "@id": "https://w3id.org/dpv#Safeguard" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity", + "@id": "https://w3id.org/dpv#RequestedServiceProvision", "@type": [ - "https://w3id.org/dpv#Relation", - "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-05-07" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Beatriz Esteves" }, { - "@value": "Julian Flake" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19178,13 +20704,13 @@ "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#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as entities or agents" + "@value": "Deliver service as requested by user or consumer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19192,50 +20718,42 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is implemented by entity" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Requested Service Provision" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#DataSubjectRight", + "@id": "https://w3id.org/dpv#GuidelinesPrinciple", "@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-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Mark Lizar" }, { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19252,7 +20770,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19260,26 +20778,20 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject Right" + "@value": "GuidelinesPrinciple" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#StaffTraining", + "@id": "https://w3id.org/dpv#Entity", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19287,21 +20799,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19318,7 +20821,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "A human or non-human 'thing' that constitutes as an entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19329,30 +20832,25 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "Entity" } ] }, { - "@id": "https://w3id.org/dpv#Risk", + "@id": "https://w3id.org/dpv#Disseminate", "@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-18" + "@value": "2019-05-07" } ], - "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_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19369,7 +20867,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19377,38 +20875,45 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Disseminate" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Disclose" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv#hasTechnicalMeasure", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, { "@value": "Harshvardhan J. Pandit" } @@ -19427,7 +20932,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + "@value": "Indicates use or applicability of Technical measure" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19435,49 +20940,53 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "has technical measure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Register of Processing Activities" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingRecords" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#NotRequired", + "@id": "https://w3id.org/dpv#PrimaryImportance", "@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-02-15" + "@value": "2022-02-10" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Beatriz Esteves" }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" }, + { + "@value": "Julian Flake" + }, { "@value": "Paul Ryan" } @@ -19496,7 +21005,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@value": "Indication of 'primary' or 'main' or 'core' importance" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19507,33 +21016,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Primary Importance" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#Importance" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionMethod", + "@id": "https://w3id.org/dpv#Country", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" @@ -19553,7 +21059,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19564,35 +21070,34 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "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." + "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionByJustification", + "@id": "https://w3id.org/dpv#SensitivePersonalData", "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -19611,7 +21116,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19622,40 +21127,47 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "Sensitive Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#RecordManagement", + "@id": "https://w3id.org/dpv#DisputeManagement", "@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-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19672,7 +21184,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19683,17 +21195,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@value": "Dispute Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterest", + "@id": "https://w3id.org/dpv#SystematicMonitoring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -19701,12 +21213,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19723,7 +21243,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19734,44 +21254,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Systematic Monitoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#VendorManagement", + "@id": "https://w3id.org/dpv#DataSubProcessor", "@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-01" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, + "http://purl.org/dc/terms/created": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-25" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19788,7 +21294,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19796,20 +21302,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Data Sub-Processor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#DataProcessor" } ] }, { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv#ConsultationWithAuthority", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19817,18 +21329,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19845,7 +21357,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Consultation with an authority or authoritative entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19856,36 +21368,36 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Consultation with Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Consultation" } ] }, { - "@id": "https://w3id.org/dpv#isAfter", + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", "@type": [ - "https://w3id.org/dpv#Relation", - "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-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19902,7 +21414,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19913,44 +21425,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is after" + "@value": "Communication for Customer Care" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ + "@id": "https://w3id.org/dpv#CustomerCare" + }, { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#CommunicationManagement" } ] }, { - "@id": "https://w3id.org/dpv#LegalAgreement", + "@id": "https://w3id.org/dpv#hasDataImporter", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" - }, - { - "@value": "Mark Lizar" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -19967,7 +21474,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -19978,17 +21485,27 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "has data importer" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataImporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData", + "@id": "https://w3id.org/dpv#HumanInvolvement", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -19996,25 +21513,10 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Simon Steyskal" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, { "@value": "Harshvardhan J. Pandit" } @@ -20033,7 +21535,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20044,26 +21546,26 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Human Involvement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Location", + "@id": "https://w3id.org/dpv#hasApplicableLaw", "@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#Concept" ], "http://purl.org/dc/terms/created": [ { @@ -20074,9 +21576,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20093,7 +21592,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20101,46 +21600,53 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "has applicable law" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Location" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv#Citizen", + "@id": "https://w3id.org/dpv#EnforceSecurity", "@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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Elmar Kiesling" }, { - "@value": "Julian Flake" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20157,7 +21663,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Ensure and enforce security e.g. of data, personnel" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20165,146 +21671,171 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Citizen" + "@value": "Enforce Security" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#NonCitizen", + "@id": "https://w3id.org/dpv#ContextConcepts", "@type": [ - "http://www.w3.org/2004/02/skos/core#Concept", - "https://w3id.org/dpv#Concept" + "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "Context Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#ActivityProposed" }, { - "@value": "Beatriz Esteves" + "@id": "https://w3id.org/dpv#PrimaryImportance" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv#SecondaryImportance" }, { - "@value": "Georg P. Krog" + "@id": "https://w3id.org/dpv#hasComplianceStatus" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Frequency" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Optional" + }, + { + "@id": "https://w3id.org/dpv#Incompliant" + }, + { + "@id": "https://w3id.org/dpv#Context" + }, + { + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + }, + { + "@id": "https://w3id.org/dpv#hasActivityStatus" + }, + { + "@id": "https://w3id.org/dpv#AuditStatus" + }, + { + "@id": "https://w3id.org/dpv#ActivityOngoing" + }, + { + "@id": "https://w3id.org/dpv#ComplianceStatus" + }, + { + "@id": "https://w3id.org/dpv#AuditApproved" + }, + { + "@id": "https://w3id.org/dpv#ActivityHalted" + }, + { + "@id": "https://w3id.org/dpv#ViolationOfCompliance" + }, + { + "@id": "https://w3id.org/dpv#Necessity" + }, + { + "@id": "https://w3id.org/dpv#hasHumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv#Technology" + }, + { + "@id": "https://w3id.org/dpv#Compliant" + }, + { + "@id": "https://w3id.org/dpv#Importance" + }, + { + "@id": "https://w3id.org/dpv#hasFrequency" + }, + { + "@id": "https://w3id.org/dpv#ActivityCompleted" + }, + { + "@id": "https://w3id.org/dpv#Required" + }, + { + "@id": "https://w3id.org/dpv#hasContext" + }, + { + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasDuration" + }, { - "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#ActivityStatus" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#PartiallyCompliant" + }, { - "@language": "en", - "@value": "NonCitizen" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#hasIdentifier" + }, { - "@id": "https://w3id.org/dpv#DataSubject" - } - ] - }, - { - "@id": "https://w3id.org/dpv#StorageLocation", - "@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#Status" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#NotRequired" + }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#NotCompliant" }, { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#AuditRequested" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv#AuditRequired" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Duration" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#AuditNotRequired" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#HumanInvolvement" + }, { - "@language": "en", - "@value": "Location or geospatial scope where the data is stored" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#isImplementedByEntity" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#isBefore" + }, { - "@language": "en", - "@value": "Storage Location" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#isAfter" + }, { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#hasStatus" }, { - "@id": "https://w3id.org/dpv#StorageCondition" + "@id": "https://w3id.org/dpv#AuditRejected" + }, + { + "@id": "https://w3id.org/dpv#AlgorithmicLogic" } ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#VendorPayment", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20312,26 +21843,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Javier Fernández" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg P Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "David Hickey" + }, + { + "@value": "Paul Ryan" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20348,7 +21879,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20356,53 +21887,39 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Vendor Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#MemberPartnerManagement", + "@id": "https://w3id.org/dpv#RecordsOfActivities", "@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-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20419,7 +21936,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20430,33 +21947,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Records of Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#isAuthorityFor", + "@id": "https://w3id.org/dpv#Member", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Georg P Krog" + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20473,7 +21999,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates area, scope, or applicability of an Authority" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20484,53 +22010,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is authority for" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Authority" + "@value": "Member" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSubject", + "@id": "https://w3id.org/dpv#DesignStandard", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" }, { "@value": "Mark Lizar" }, - { - "@value": "Bud Bruegger" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20547,7 +22059,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20558,27 +22070,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#DataSubject" + "@value": "Design Standard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#Transform", + "@id": "https://w3id.org/dpv#TechnicalMeasure", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20586,12 +22088,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Mark Lizar" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20608,7 +22119,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20619,42 +22130,45 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Technical Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Immigrant", + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", "@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-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Javier Fernandez" + }, + { + "@value": "Elmar Kiesling" }, { - "@value": "Georg P. Krog" + "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" }, { - "@value": "Paul Ryan" + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20671,7 +22185,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20682,20 +22196,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Immigrant" + "@value": "Improve Existing Products and Services" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#Marketing", + "@id": "https://w3id.org/dpv#Authority", "@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": [ { @@ -20705,13 +22219,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20728,7 +22242,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20736,108 +22250,150 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marketing" + "@value": "Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv#ContextConcepts", + "@id": "https://w3id.org/dpv#Processing_ContextConcepts", "@type": [ "http://www.w3.org/2004/02/skos/core#Collection" ], "http://purl.org/dc/terms/title": [ { - "@value": "Context Concepts" + "@value": "Processing_Context Concepts" } ], "http://www.w3.org/2004/02/skos/core#member": [ { - "@id": "https://w3id.org/dpv#Frequency" + "@id": "https://w3id.org/dpv#hasDataSource" }, { - "@id": "https://w3id.org/dpv#HumanInvolvement" + "@id": "https://w3id.org/dpv#StorageCondition" }, { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#EvaluationScoring" }, { - "@id": "https://w3id.org/dpv#hasFrequency" + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + "@id": "https://w3id.org/dpv#PublicDataSource" }, { - "@id": "https://w3id.org/dpv#hasIdentifier" + "@id": "https://w3id.org/dpv#StorageDuration" }, { - "@id": "https://w3id.org/dpv#SecondaryImportance" + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" }, { - "@id": "https://w3id.org/dpv#isAfter" + "@id": "https://w3id.org/dpv#NonPublicDataSource" }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + "@id": "https://w3id.org/dpv#StorageLocation" }, { - "@id": "https://w3id.org/dpv#Required" + "@id": "https://w3id.org/dpv#DataSource" }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity" + "@id": "https://w3id.org/dpv#LargeScaleProcessing" }, { - "@id": "https://w3id.org/dpv#NotRequired" + "@id": "https://w3id.org/dpv#StorageRestoration" }, { - "@id": "https://w3id.org/dpv#hasContext" + "@id": "https://w3id.org/dpv#hasStorage" }, { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#ProcessingContext" }, { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#StorageDeletion" }, { - "@id": "https://w3id.org/dpv#Optional" - }, + "@id": "https://w3id.org/dpv#SystematicMonitoring" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ServiceProvision", + "@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#Importance" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#PrimaryImportance" + "@value": "Elmar Kiesling" }, { - "@id": "https://w3id.org/dpv#hasDuration" + "@value": "Simon Steyskal" }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement" + "@value": "Fajar Ekaputra" }, { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#isBefore" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" + "@value": "Javier Fernandez" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Provide service or product or activities" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Service Provision" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#NonMaterialDamage", + "@id": "https://w3id.org/dpv#JobApplicant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -20845,12 +22401,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20867,7 +22435,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20878,17 +22446,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "JobApplicant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Damage" + "@id": "https://w3id.org/dpv#Applicant" } ] }, { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv#Retrieve", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20896,18 +22464,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -20924,7 +22486,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20935,17 +22497,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "Retrieve" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consultation" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#GeneratedPersonalData", + "@id": "https://w3id.org/dpv#CounterMoneyLaundering", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -20953,7 +22515,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -20975,7 +22537,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Detect and prevent or mitigate money laundering" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -20983,48 +22545,93 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Generated Personal Data" + "@value": "Counter Money Laundering" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" } ] }, { - "@id": "https://w3id.org/dpv#StorageDuration", + "@id": "https://w3id.org/dpv#hasRisk", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Rob Brennan" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Mark Lizar" + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates applicability of Risk" }, { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Indicates applicability of Risk for this concept" + } + ], + "http://www.w3.org/2004/02/skos/core#inScheme": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has risk" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Risk" + } + ] + }, + { + "@id": "https://w3id.org/dpv#MakeAvailable", + "@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-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21041,7 +22648,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21052,20 +22659,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Make Available" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Country", + "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21073,10 +22677,13 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, { "@value": "Harshvardhan J. Pandit" }, @@ -21098,7 +22705,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" + "@value": "Conduct analysis and reporting related to usage of services or products" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21109,45 +22716,36 @@ "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Country" + "@value": "Analytics" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#hasName", + "@id": "https://w3id.org/dpv#Record", "@type": [ - "https://w3id.org/dpv#Relation", - "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": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21164,7 +22762,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "to make a record (especially media)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21175,22 +22773,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Record" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21203,14 +22796,11 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Javier Fernandez" }, - { - "@value": "Axel Polleres" - }, { "@value": "Elmar Kiesling" }, @@ -21218,7 +22808,10 @@ "@value": "Simon Steyskal" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21235,7 +22828,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21246,25 +22839,30 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#Organisation", + "@id": "https://w3id.org/dpv#hasResponsibleEntity", "@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#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ @@ -21286,7 +22884,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21297,104 +22895,120 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "has responsible entity" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Entity" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRepresentative", + "@id": "https://w3id.org/dpv#BaseConcepts", "@type": [ - "https://w3id.org/dpv#Relation", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Base Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Georg P Krog" + "@id": "https://w3id.org/dpv#hasPersonalData" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#hasDataSubject" }, { - "@value": "Harshvardhan J.Pandit" + "@id": "https://w3id.org/dpv#hasPersonalDataHandling" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#DataController" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Right" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#hasRight" + }, { - "@language": "en", - "@value": "Specifies representative of the legal entity" - } - ], - "http://www.w3.org/2004/02/skos/core#inScheme": [ + "@id": "https://w3id.org/dpv#Recipient" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#PersonalData" + }, { - "@language": "en", - "@value": "has representative" - } - ], - "https://w3id.org/dpv#hasDomain": [ + "@id": "https://w3id.org/dpv#hasLegalBasis" + }, { - "@id": "https://w3id.org/dpv#Entity" - } - ], - "https://w3id.org/dpv#hasRange": [ + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, { - "@id": "https://w3id.org/dpv#Representative" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#hasPurpose" + }, { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#hasProcessing" + }, + { + "@id": "https://w3id.org/dpv#PersonalDataHandling" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#DataSubjectRight" + }, + { + "@id": "https://w3id.org/dpv#Purpose" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#DataSubject" + }, + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy", + "@id": "https://w3id.org/dpv#ThirdPartyAgreement", "@type": [ - "https://w3id.org/dpv#Relation", - "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-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - }, { "@value": "Harshvardhan J. Pandit" } @@ -21413,7 +23027,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21421,34 +23035,28 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "Third-Party Agreement" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#Consequence", + "@id": "https://w3id.org/dpv#SupraNationalAuthority", "@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-01-26" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -21456,6 +23064,11 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -21470,7 +23083,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "An authority tasked with overseeing legal compliance for a supra-national union e.g. EU" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21481,20 +23094,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence" + "@value": "SupraNationalAuthority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Authority" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization", + "@id": "https://w3id.org/dpv#Anonymization", "@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": [ { @@ -21504,16 +23117,16 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Rob Brennan" + "@value": "Axel Polleres" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Axel Polleres" + "@value": "Rob Brennan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://purl.org/dc/terms/source": [ @@ -21535,7 +23148,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21546,55 +23159,42 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv#Subscriber", "@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-08" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Georg P Krog" + "@value": "Georg P. Krog" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21611,7 +23211,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Data subjects that subscribe to service(s)" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21619,20 +23219,26 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "note: subscriber can be customer or consumer" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Subscriber" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Patient", + "@id": "https://w3id.org/dpv#NaturalPerson", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21640,24 +23246,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21674,7 +23268,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "A human" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21685,17 +23279,17 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Patient" + "@value": "Natural Person" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis", + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", "@type": [ "http://www.w3.org/2004/02/skos/core#Concept", "https://w3id.org/dpv#Concept" @@ -21703,15 +23297,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krogg" + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21728,7 +23327,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specific or special categories and instances of legal basis intended for justifying data transfers" + "@value": "Processing that involves automated decision making" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21736,31 +23335,52 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Legal Basis" + "@value": "Automated Decision Making" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Duration", + "@id": "https://w3id.org/dpv#OptimisationForController", "@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-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Javier Fernandez" + }, + { + "@value": "Simon Steyskal" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Axel Polleres" + }, { "@value": "Harshvardhan J. Pandit" } @@ -21779,7 +23399,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The duration or temporal limitation" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21790,39 +23410,39 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Duration" + "@value": "Optimisation for Controller" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#DataSubject", + "@id": "https://w3id.org/dpv#hasName", "@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#Relation" ], "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": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg P Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J.Pandit" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21839,7 +23459,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@value": "Specifies name of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21847,48 +23467,44 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "has name" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Data Subject" + "@id": "https://w3id.org/dpv#Entity" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#NaturalPerson" + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProcessor", + "@id": "https://w3id.org/dpv#hasHumanInvolvement", "@type": [ - "https://w3id.org/dpv#Relation", - "http://www.w3.org/2004/02/skos/core#Concept" + "http://www.w3.org/2004/02/skos/core#Concept", + "https://w3id.org/dpv#Relation" ], "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, { "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21905,7 +23521,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21913,10 +23529,16 @@ "@id": "https://w3id.org/dpv#" } ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Human involvement is also relevant to 'human in the loop'" + } + ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "has human involvement" } ], "https://w3id.org/dpv#hasDomain": [ @@ -21926,39 +23548,31 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataProcessor" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#HumanInvolvement" } ] }, { - "@id": "https://w3id.org/dpv#Safeguard", + "@id": "https://w3id.org/dpv#SingleSignOn", "@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": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -21975,7 +23589,7 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" + "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." } ], "http://www.w3.org/2004/02/skos/core#inScheme": [ @@ -21983,21 +23597,15 @@ "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" - } - ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Single Sign On" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#AuthenticationProtocols" } ] } diff --git a/dpv/dpv.n3 b/dpv/dpv.n3 index ae07884a1..94ae7caf9 100644 --- a/dpv/dpv.n3 +++ b/dpv/dpv.n3 @@ -36,12 +36,12 @@ "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpv" ; - vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -87,25 +87,46 @@ dpv:ConsentConcepts a skos:Collection ; dpv:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpv:AlgorithmicLogic, + skos:member dpv:ActivityCompleted, + dpv:ActivityHalted, + dpv:ActivityOngoing, + dpv:ActivityProposed, + dpv:ActivityStatus, + dpv:AlgorithmicLogic, + dpv:AuditApproved, + dpv:AuditNotRequired, + dpv:AuditRejected, + dpv:AuditRequested, + dpv:AuditRequired, + dpv:AuditStatus, + dpv:ComplianceStatus, + dpv:Compliant, dpv:Context, dpv:Duration, dpv:Frequency, dpv:HumanInvolvement, dpv:Importance, + dpv:Incompliant, dpv:Necessity, + dpv:NotCompliant, dpv:NotRequired, dpv:Optional, + dpv:PartiallyCompliant, dpv:PrimaryImportance, dpv:Required, dpv:SecondaryImportance, + dpv:Status, dpv:Technology, + dpv:ViolationOfCompliance, + dpv:hasActivityStatus, dpv:hasAlgorithmicLogic, + dpv:hasComplianceStatus, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasHumanInvolvement, dpv:hasIdentifier, + dpv:hasStatus, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, @@ -259,7 +280,10 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:DiscloseByTransmission, dpv:Disseminate, dpv:Erase, + dpv:Generate, + dpv:Infer, dpv:MakeAvailable, + dpv:Match, dpv:Move, dpv:Obtain, dpv:Organise, @@ -303,12 +327,15 @@ dpv:PurposesConcepts a skos:Collection ; skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, + dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, + dpv:CounterMoneyLaundering, dpv:CreateEventRecommendations, dpv:CreatePersonalizedRecommendations, dpv:CreateProductRecommendations, + dpv:CreditChecking, dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerManagement, @@ -341,7 +368,9 @@ dpv:PurposesConcepts a skos:Collection ; dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, + dpv:PersonnelHiring, dpv:PersonnelManagement, + dpv:PersonnelPayment, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, @@ -527,6 +556,50 @@ dpv:Acquire a skos:Concept, skos:prefLabel "Acquire"@en ; dpv:isSubTypeOf dpv:Obtain . +dpv:ActivityCompleted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Completed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityHalted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Halted"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityOngoing a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Ongoing"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityProposed a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Proposed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + dpv:Adapt a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -607,6 +680,72 @@ dpv:AnonymisedData a skos:Concept, skos:prefLabel "Anonymised Data"@en ; dpv:isSubTypeOf dpv:NonPersonalData . +dpv:AntiTerrorismOperations a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Anti-Terrorism Operations"@en ; + dpv:isSubTypeOf dpv:EnforceSecurity . + +dpv:AuditApproved a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being approved through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Approved"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditNotRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Not Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRejected a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Rejected"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequested a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Requested"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + dpv:AuthorisationProcedure a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -632,6 +771,7 @@ dpv:AutomatedDecisionMaking a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Processing that involves automated decision making"@en ; skos:inScheme dpv: ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en ; dpv:isSubTypeOf dpv:ProcessingContext . @@ -801,6 +941,17 @@ dpv:CompleteAnonymisation a skos:Concept, skos:prefLabel "Complete Anonymisation"@en ; dpv:isSubTypeOf dpv:Anonymization . +dpv:Compliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being fully compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Consent a skos:Concept, dpv:Concept ; dct:created "2021-04-07"^^xsd:date ; @@ -942,6 +1093,17 @@ dpv:Copy a skos:Concept, skos:related svpr:Copy ; dpv:isSubTypeOf dpv:Processing . +dpv:CounterMoneyLaundering a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Counter Money Laundering"@en ; + dpv:isSubTypeOf dpv:FraudPreventionAndDetection . + dpv:CreateEventRecommendations a skos:Concept, dpv:Concept ; dct:created "2019-11-26"^^xsd:date ; @@ -972,6 +1134,17 @@ dpv:CreateProductRecommendations a skos:Concept, skos:related svpu:Marketing ; dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations . +dpv:CreditChecking a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Credit Checking"@en ; + dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring . + dpv:CustomerClaimsManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -1000,20 +1173,6 @@ dpv:CustomerOrderManagement a skos:Concept, skos:prefLabel "Customer Order Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . -dpv:CustomerSolvencyMonitoring a skos:Concept, - dpv:Concept ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Monitor solvency of customers for financial diligence"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Customer Solvency Monitoring"@en ; - dpv:isSubTypeOf dpv:CustomerManagement . - dpv:DPIA a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1123,19 +1282,6 @@ dpv:DeliveryOfGoods a skos:Concept, skos:related svpu:Delivery ; dpv:isSubTypeOf dpv:RequestedServiceProvision . -dpv:Derive a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to create new derivative data from the original data"@en ; - skos:inScheme dpv: ; - skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - skos:prefLabel "Derive"@en ; - skos:related svpr:Derive ; - dpv:isSubTypeOf dpv:Transform . - dpv:DesignStandard a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1345,22 +1491,16 @@ dpv:ForProfitOrganisation a skos:Concept, skos:prefLabel "ForProfitOrganisation"@en ; dpv:isSubTypeOf dpv:Organisation . -dpv:FraudPreventionAndDetection a skos:Concept, +dpv:Generate a skos:Concept, dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Detect and prevent fraud"@en ; + skos:definition "to generate or create data"@en ; skos:inScheme dpv: ; - skos:prefLabel "Fraud Prevention and Detection"@en ; - skos:related svpu:Government ; - dpv:isSubTypeOf dpv:EnforceSecurity . + skos:prefLabel "Generate"@en ; + dpv:isSubTypeOf dpv:Obtain . dpv:Harm a skos:Concept, dpv:Concept ; @@ -1458,6 +1598,17 @@ dpv:ImproveInternalCRMProcesses a skos:Concept, dpv:isSubTypeOf dpv:CustomerRelationshipManagement, dpv:OptimisationForController . +dpv:Incompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Incompliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:IncreaseServiceRobustness a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1486,6 +1637,18 @@ dpv:IndustryConsortium a skos:Concept, skos:prefLabel "IndustryConsortium"@en ; dpv:isSubTypeOf dpv:Organisation . +dpv:Infer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to infer data from existing data"@en ; + skos:inScheme dpv: ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en ; + dpv:isSubTypeOf dpv:Derive . + dpv:InferredPersonalData a skos:Concept, dpv:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -1658,6 +1821,18 @@ dpv:MakeAvailable a skos:Concept, skos:prefLabel "Make Available"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:Match a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Match"@en ; + dpv:isSubTypeOf dpv:Use . + dpv:MaterialDamage a skos:Concept, dpv:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -1818,6 +1993,17 @@ dpv:NonPublicDataSource a skos:Concept, skos:prefLabel "Non-Public Data Source"@en ; dpv:isSubTypeOf dpv:DataSource . +dpv:NotCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Not Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:NotRequired a skos:Concept, dpv:Concept ; dct:created "2022-02-15"^^xsd:date ; @@ -1930,6 +2116,17 @@ dpv:PIA a skos:Concept, skos:prefLabel "Privacy Impact Assessment"@en ; dpv:isSubTypeOf dpv:ImpactAssessment . +dpv:PartiallyCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Partially Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Participant a skos:Concept, dpv:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -1989,18 +2186,27 @@ dpv:PersonalisedBenefits a skos:Concept, skos:prefLabel "Personalised Benefits"@en ; dpv:isSubTypeOf dpv:ServicePersonalization . -dpv:PersonnelManagement a skos:Concept, +dpv:PersonnelHiring a skos:Concept, dpv:Concept ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:definition "Management and execution of hiring processes of personnel"@en ; skos:inScheme dpv: ; - skos:prefLabel "Personnel Management"@en ; - dpv:isSubTypeOf dpv:HumanResources . + skos:prefLabel "Personnel Hiring"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . + +dpv:PersonnelPayment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Payment"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . dpv:PrimaryImportance a skos:Concept, dpv:Concept ; @@ -2775,6 +2981,17 @@ dpv:VendorSelectionAssessment a skos:Concept, skos:prefLabel "Vendor Selection Assessment"@en ; dpv:isSubTypeOf dpv:VendorManagement . +dpv:ViolationOfCompliance a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where objectives have been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Violation of Compliance"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Visitor a skos:Concept, dpv:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -2817,6 +3034,19 @@ dpv:VulnerableDataSubject a skos:Concept, skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . +dpv:hasActivityStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has activity status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ActivityStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasAddress a skos:Concept, dpv:Relation ; dct:created "2020-11-04"^^xsd:date ; @@ -2871,6 +3101,19 @@ dpv:hasAuthority a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:Authority . +dpv:hasComplianceStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has compliance status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ComplianceStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasConsentNotice a skos:Concept, dpv:Relation ; dct:created "2019-04-05"^^xsd:date ; @@ -3082,7 +3325,7 @@ dpv:hasIdentifier a skos:Concept, dpv:hasImpact a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -3099,7 +3342,7 @@ dpv:hasImpact a skos:Concept, dpv:hasImpactOn a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -3663,6 +3906,20 @@ dpv:CustomerRelationshipManagement a skos:Concept, skos:prefLabel "Customer Relationship Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . +dpv:CustomerSolvencyMonitoring a skos:Concept, + dpv:Concept ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor solvency of customers for financial diligence"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Customer Solvency Monitoring"@en ; + dpv:isSubTypeOf dpv:CustomerManagement . + dpv:DataExporter a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -3720,6 +3977,19 @@ dpv:DataProtectionOfficer a skos:Concept, skos:prefLabel "Data Protection Officer"@en ; dpv:isSubTypeOf dpv:Representative . +dpv:Derive a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to create new derivative data from the original data"@en ; + skos:inScheme dpv: ; + skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + skos:prefLabel "Derive"@en ; + skos:related svpr:Derive ; + dpv:isSubTypeOf dpv:Transform . + dpv:DerivedPersonalData a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -3736,6 +4006,23 @@ dpv:DerivedPersonalData a skos:Concept, skos:related svd:Derived ; dpv:isSubTypeOf dpv:PersonalData . +dpv:FraudPreventionAndDetection a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent fraud"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Fraud Prevention and Detection"@en ; + skos:related svpu:Government ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:Frequency a skos:Concept, dpv:Concept ; dct:created "2022-02-16"^^xsd:date ; @@ -4350,6 +4637,19 @@ dpv:Personalisation a skos:Concept, skos:prefLabel "Personalisation"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:PersonnelManagement a skos:Concept, + dpv:Concept ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Management"@en ; + dpv:isSubTypeOf dpv:HumanResources . + dpv:Policy a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -4452,6 +4752,18 @@ dpv:hasDataController a skos:Concept, dpv:LegalEntity ; dpv:isSubTypeOf dpv:hasEntity . +dpv:hasStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:Status . + dpv:Anonymization a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4481,23 +4793,6 @@ dpv:DataSource a skos:Concept, skos:prefLabel "Data Source"@en ; dpv:isSubTypeOf dpv:ProcessingContext . -dpv:EnforceSecurity a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; - skos:inScheme dpv: ; - skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - skos:prefLabel "Enforce Security"@en ; - dpv:isSubTypeOf dpv:Purpose . - dpv:GuidelinesPrinciple a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4541,17 +4836,6 @@ dpv:Necessity a skos:Concept, skos:prefLabel "Necessity"@en ; dpv:isSubTypeOf dpv:Context . -dpv:Obtain a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to solicit or gather data from someone"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Obtain"@en ; - dpv:isSubTypeOf dpv:Processing . - dpv:ResearchAndDevelopment a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4646,6 +4930,23 @@ dpv:DataProcessingAgreement a skos:Concept, skos:prefLabel "Data Processing Agreement"@en ; dpv:isSubTypeOf dpv:LegalAgreement . +dpv:EnforceSecurity a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; + skos:inScheme dpv: ; + skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + skos:prefLabel "Enforce Security"@en ; + dpv:isSubTypeOf dpv:Purpose . + dpv:LegalAgreement a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4674,6 +4975,17 @@ dpv:Marketing a skos:Concept, skos:prefLabel "Marketing"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:Obtain a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to solicit or gather data from someone"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Obtain"@en ; + dpv:isSubTypeOf dpv:Processing . + dpv:OptimisationForController a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4716,16 +5028,38 @@ dpv:Risk a skos:Concept, skos:note "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure."@en ; skos:prefLabel "Risk"@en . -dpv:Use a skos:Concept, +dpv:Status a skos:Concept, dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to use data"@en ; + skos:definition "The status or state of something"@en ; skos:inScheme dpv: ; - skos:prefLabel "Use"@en ; - dpv:isSubTypeOf dpv:Processing . + skos:prefLabel "Status"@en ; + dpv:isSubTypeOf dpv:Context . + +dpv:ActivityStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:AuditStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Status"@en ; + dpv:isSubTypeOf dpv:Status . dpv:Consequence a skos:Concept, dpv:Concept ; @@ -4807,6 +5141,17 @@ dpv:TechnicalMeasure a skos:Concept, skos:prefLabel "Technical Measure"@en ; dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . +dpv:Use a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to use data"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Use"@en ; + dpv:isSubTypeOf dpv:Processing . + dpv:hasRecipient a skos:Concept, dpv:Relation ; dct:created "2019-04-04"^^xsd:date ; @@ -4843,6 +5188,17 @@ dpv:hasTechnicalOrganisationalMeasure a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:TechnicalOrganisationalMeasure . +dpv:ComplianceStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliance Status"@en ; + dpv:isSubTypeOf dpv:Status . + dpv:Impact a skos:Concept, dpv:Concept ; dct:created "2022-03-23"^^xsd:date ; @@ -4920,21 +5276,6 @@ dpv:ProcessingContext a skos:Concept, skos:prefLabel "Processing Context"@en ; dpv:isSubTypeOf dpv:Context . -dpv:Context a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Contextually relevant information about purpose not possible to represent through other concepts"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Context"@en . - dpv:Organisation a skos:Concept, dpv:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -4972,6 +5313,21 @@ dpv:Transform a skos:Concept, skos:prefLabel "Transform"@en ; dpv:isSubTypeOf dpv:Processing . +dpv:Context a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Contextually relevant information about purpose not possible to represent through other concepts"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Context"@en . + dpv:ServiceProvision a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/dpv.rdf b/dpv/dpv.rdf index 922f4d8cf..2ed59315f 100644 --- a/dpv/dpv.rdf +++ b/dpv/dpv.rdf @@ -9,5046 +9,5465 @@ xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:vann="http://purl.org/vocab/vann/" > - + - Verify or authorize identity + Paul Ryan + Julian Flake + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit - Identity Verification - - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Simon Steyskal - accepted - 2019-04-05 - - - - + Data subjects that purchase goods or services + Customer + - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - - - + note: for B2B relations where customers are organisations, this concept only applies for data subjects accepted - De-Identification - 2019-04-05 - Removal of identity or information to reduce identifiability + 2022-04-06 - + - Axel Polleres + Georg P Krog + Julian Flake + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit - Mark Lizar - Rob Brennan + Indication of 'optional' or 'voluntary' + 2022-02-14 + - Encryption in Transfer - accepted - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - 2019-04-05 + Optional - - - has consent notice - Specifies the notice provided in context of consent - - - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. - 2019-04-05 - - accepted + + + + + + + + + Entities_Authority Concepts + - + - 2021-09-08 - - accepted + SupraNationalUnion + 2022-01-19 - Georg P Krog - Beatriz - Harshvardhan J. Pandit - Customer Order Management - - Manage customer orders + + A political union of two or more countries with an establishment of common authority + Harshvardhan J. Pandit + accepted - + - Processing that involves systematic monitoring of individuals - - + - 2020-11-04 - Systematic Monitoring + Specifies the instant in time when consent was given - - accepted Harshvardhan J. Pandit - Piero Bonatti - - - - - - - - - - - - - - - - - - - - Processing_Context Concepts + Mark Lizar + Bud Bruegger + has provision time + accepted + 2019-04-05 + Julian Flake Beatriz Esteves Georg P. Krog - Paul Ryan - Julian Flake Harshvardhan J. Pandit - + Paul Ryan + + + 2022-04-06 Data subjects that consume goods or services for direct use accepted - - Consumer - 2022-04-06 + Consumer - + - - Elmar Kiesling + 2022-02-12 + Julian Flake + Georg P Krog + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Simon Steyskal - Axel Polleres accepted + Necessity + - Service Optimization - Optimise services or activities - - Subclass of ServiceProvision since optimisation is usually considered part of providing services - 2019-04-05 - - - - Targeted Advertising - - + Necessity can be used to express need, essentiality, requirement, or compulsion. + An indication of 'necessity' within a context - Harshvardhan J. Pandit - - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - accepted - 2022-03-30 - + - - - - 2022-01-19 accepted - - has personal data handling - - Indicates association with Personal Data Handling + 2021-04-07 Harshvardhan J. Pandit + Paul Ryan Georg P Krog + Fulfilment or performance of a contract involving specified processing + + + + Contract Performance + - + - Javier Fernández - Mark Lizar - Axel Polleres - Bud Bruegger + 2022-02-11 + + Indication of 'secondary' or 'minor' or 'auxiliary' importance + Paul Ryan + Julian Flake + Beatriz Esteves Harshvardhan J. Pandit - 2020-11-04 - - + Georg P Krog + - Indicates association with Processing - - has processing - 2019-04-04 - + + accepted + Secondary Importance + + + + Manage compliance for organisation in relation to internal policies + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + 2021-09-01 + + + accepted + Organisation Compliance Management - + + 2019-04-05 + + + + Create and provide product recommendations e.g. suggest similar products + accepted Harshvardhan J. Pandit - Fajar Ekaputra Javier Fernandez - Axel Polleres Elmar Kiesling Simon Steyskal - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - accepted - - - Enforce Access Control - - Conduct or enforce access control - + Fajar Ekaputra + Axel Polleres + Create Product Recommendations - + - 2020-11-25 - The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. - - Child - - accepted - A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - + Javier Fernandez + + 2019-04-05 + + + accepted + Academic Research + + Conduct or assist with research conducted in an academic context e.g. within universities - + - 2022-02-09 + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - + Authorisation Procedure + Procedures for determining authorisation through permission or authority + 2019-04-05 - - Represents a country outside applicable or compatible jurisdiction as outlined in law - Third Country - + + accepted + + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data - + David Hickey - Georg P Krog Paul Ryan Harshvardhan J. Pandit - - 2021-09-01 + Georg P Krog accepted + + 2021-09-08 + Privacy Notice - Manage orders related to vendors - Vendor Records Management - + Represents a notice or document outlining information regarding privacy - + - + + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + accepted + + 2022-02-02 - Javier Fernandez - Simon Steyskal - Axel Polleres - Elmar Kiesling + + SupraNationalAuthority Harshvardhan J. Pandit - Fajar Ekaputra - Enforce Security - accepted - Ensure and enforce security e.g. of data, personnel - 2019-04-05 - - - Was previous "Security". Prefixed to distinguish from TechOrg measures. + - + - + + + + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres + + Duration or temporal limitation on storage of personal data + 2019-04-05 + Storage Duration + accepted + + + + - + + Indicates applicability or relevance of a 'third country' Harshvardhan J. Pandit - David Hickey Georg P Krog - Paul Ryan - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - Members and Partners Management - 2021-09-01 accepted + 2022-02-09 + has third country + + - + + Paul Ryan + Beatriz Esteves + Georg P Krog + Harshvardhan J.Pandit + + accepted + Indicates an identifier associated for identification or reference + + - - - - Contract - accepted + 2020-11-25 + has identifier + + + + Specifies the condition or event that determines the expiry of consent + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Creation, completion, fulfilment, or performance of a contract involving specified processing - 2021-04-07 + 2019-04-05 + + + + accepted + + has expiry condition + Can be TextOrDocumentOrURI - + + + Indicates information about storage condition + has storage + Axel Polleres + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + 2019-04-05 accepted - - - - 2022-02-09 - Harshvardhan J. Pandit - has technical measure - + + - Indicates use or applicability of Technical measure + - + - 2021-09-01 + Activity Ongoing - Georg P Krog - David Hickey - Paul Ryan - Harshvardhan J. Pandit - - - Public Relations + 2022-05-18 + - Manage and conduct public relations processes. This includes creating goodwill for the organization. + Harshvardhan J. Pandit accepted + State of an activity occuring in continuation i.e. currently ongoing - + + + accepted Beatriz Esteves - Julian Flake + Georg Krog Harshvardhan J. Pandit Paul Ryan - Georg P Krog - 2022-02-14 - Optional + + Representative + - Indication of 'optional' or 'voluntary' + 2020-11-04 + A representative of a legal entity + + + - + Records of personal data processing, whether ex-ante or ex-post + Data Processing Records + 2021-09-08 + + + accepted + Harshvardhan J. Pandit - + - Technical Service Provision - - Manage and provide technical processes and functions necessary for delivering services - accepted - + + Harshvardhan J. Pandit + Georg P Krog + Beatriz + accepted 2021-09-08 + Customer Management + Manage past, current, and future customers - + - - Indicates the specified concepts is 'before' this concept in some context - Julian Flake - Georg P. Krog + Harshvardhan J. Pandit - is before + Paul Ryan + Georg P Krog + accepted + Legitimate Interest of Controller + 2021-05-19 + + Legitimate Interests of a Data Controller in conducting specified processing + + + + + Specifices an associated data protection officer + + + Rob Brennan + Paul Ryan + + has data protection officer + - + 2022-03-02 + accepted + + + + Harshvardhan J. Pandit + Credit Checking + 2022-04-20 + Monitor, perform, or assess credit worthiness or solvency + + accepted + - - - - - - - - - - - - - - - - - - Legal_Basis Concepts - - - + - Fajar Ekaputra - Javier Fernandez - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Was subclass of commercial interest, changed to reflect selling something - - - - Sell Products to Data Subject + has compliance status accepted - 2019-04-05 + + Indicates the status of compliance of specified concept + + + + + 2022-05-18 - Sell products or services to the user, consumer, or data subjects + Harshvardhan J. Pandit - + - + + 2021-09-08 + Beatriz + Harshvardhan J. Pandit + Georg P Krog - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - 2019-06-04 - + - Third Party + Customer Claims Management + accepted - Harshvardhan J. Pandit - + Manage claims, including repayment of monies owed - + - Certification and Seal + Impact that acts as or causes detriments + accepted + Julian Flake + Beatriz Esteves + Fajar Ekaputra Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres + Georg P Krog + + Detriment - Certifications, seals, and marks indicating compliance to regulations or practices - - accepted - 2019-04-05 + 2022-03-23 - + - Axel Polleres - Beatriz Esteves - Julian Flake - Harshvardhan J. Pandit - Paul Ryan - - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - - + to adjust the data to be in relation to another data 2019-05-07 - - Indicates implementation details such as entities or agents - 2022-01-26 - modified - is implemented by entity + + Align + accepted + + + - + + Rigo Wenning + Eva Schlehahn + Bert Bos + Julian Flake + Mark Lizar + Paul Ryan + Fajar J. Ekaputra + Ramisa Gachpaz Hamed + Harshvardhan J. Pandit + Rob Brennan + Georg P Krog + Piero Bonatti + Beatriz Esteves + Bud Bruegger + Javier D. Fernández + Elmar Kiesling + Simon Steyskal + Axel Polleres + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. + + + Axel Polleres + Harshvardhan J. Pandit + + 2022-05-25 + https://w3id.org/dpv# + dpv + 2019-06-18 + 0.7 + Data Privacy Vocabulary + + - Specifies name of a legal entity accepted - Harshvardhan J.Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - has name - + + Harshvardhan J. Pandit + 2022-01-19 - - - 2020-11-04 + + has jurisdiction + + Indicates applicability of specified jurisdiction - + + Specifies the instant in time when consent was withdrawn + has withdrawal time + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + accepted + 2019-04-05 + + + + + - Georg P Krog - Beatriz + Julian Flake + Beatriz Esteves + Georg P. Krog + Paul Ryan Harshvardhan J. Pandit - - Manage and analyse interactions with past, current, and potential customers + Data subjects that are students + 2022-04-06 + Student + accepted + - Customer Relationship Management - 2021-09-08 - + + Harshvardhan J. Pandit + Elmar Kiesling Fajar Ekaputra + Axel Polleres Javier Fernandez Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - - - - accepted + Enforce Access Control + 2019-04-05 - Optimize interfaces presented to the user - Optimise User Interface - - - - accepted - 2022-03-23 - - - The consequence(s) possible or arising from success of specified context - Harshvardhan J. Pandit - Georg P Krog - Consequence of Success - + + + accepted + Was previously "Access Control". Prefixed to distinguish from Technical Measure. + Conduct or enforce access control - + - 2020-11-04 - Paul Ryan - Georg Krog + 2022-03-30 + Targeted Advertising + - An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. - Data Protection Officer - + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2021-12-08 - modified - + Harshvardhan J. Pandit + accepted - + - Axel Polleres - Mark Lizar - Rob Brennan + Beatriz Esteves Harshvardhan J. Pandit - - Seal + Georg P Krog accepted + 2020-11-04 + + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + + Advertising + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - A seal or a mark indicating proof of certification to some certification or standard - 2019-04-05 - - + + + + + + + + + + + + + + + + Consent Concepts + + + + + has country - - + 2022-01-19 - accepted - Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - - has joint data controllers - Indicates inclusion or applicability of a Joint Data Controller - 2022-02-09 + Georg P Krog + + Indicates applicability of specified country + accepted - + - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar + 2021-09-08 - accepted - A set of rules or procedures outlining the norms and practices for conducting activities - Code of Conduct - 2019-04-05 + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + Policy - - - - - - - - - - - - - - - - - Personal_Data Concepts + + accepted + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - Jurisdiction Concepts + Purposes Concepts - + - Georg P Krog - Paul Ryan - Harshvardhan J. Pandit - Legitimate Interest of Third Party - 2021-05-19 - + David Hickey + Georg P Krogg + + 2021-09-08 + - - Legitimate Interests of a Third Party in conducting specified processing accepted + Data Transfer Legal Basis + Specific or special categories and instances of legal basis intended for justifying data transfers - - - Ramisa Gachpaz Hamed - Eva Schlehahn - Georg P Krog - Simon Steyskal - Bud Bruegger - Axel Polleres - Elmar Kiesling - Rob Brennan - Piero Bonatti - Mark Lizar - Harshvardhan J. Pandit - Rigo Wenning - Javier D. Fernández - Beatriz Esteves - Fajar J. Ekaputra - Julian Flake - Bert Bos - Paul Ryan - 0.6 - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - 2022-04-02 - Axel Polleres - Harshvardhan J. Pandit - dpv - https://w3id.org/dpv - The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures. - Data Privacy Vocabulary - 2019-06-18 - - + + + + + accepted + The frequency or information about periods and repetitions in terms of recurrence. + Frequency + 2022-02-16 + + Harshvardhan J. Pandit - + + - Javier Fernández + Generic property specifying when or under which condition(s) the consent will expire + has expiry + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger + 2019-04-05 + accepted + + + + 2019-04-05 + + Axel Polleres - 2019-04-04 - has legal basis - + Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Process by which some personal identifiers are removed or identifiability is reduced + + accepted + + Anonymization + + + + Indicates the status of specified concept + + has status + + + accepted + 2022-05-18 - Indicates use or applicability of a Legal Basis - 2020-11-04 + Harshvardhan J. Pandit - + - - - Data subjects that are tourists i.e. not citizens and not immigrants - Tourist + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + Inferred Personal Data + Harshvardhan J. Pandit + 2022-01-19 + + + accepted + + + Personal Data that is obtained through inference from other data + + + + Data subjects that apply for jobs or employments + Paul Ryan Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit Julian Flake + + + 2022-04-06 + + + JobApplicant + accepted + + + + + Georg P. Krog Harshvardhan J. Pandit + Julian Flake Paul Ryan - accepted + Beatriz Esteves + Applicant 2022-04-06 - - - - Risk Concepts - - - - - - - - - - - - - - - - - - - - - + accepted + + + Data subjects that are applicants in some context - + - 2022-03-23 + + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + Marketing + accepted + + 2020-11-04 + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Was commercial interest, changed to consider Marketing a separate Purpose category by itself + + + + + + - + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + accepted + 2020-11-04 + Indicates the source or origin of data being processed + + has data source + + + + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Measures intended to mitigate, minimise, or prevent risk. + + 2020-11-04 + + Risk Mitigation Measure + + + + + Beatriz Esteves Julian Flake Harshvardhan J. Pandit + Paul Ryan Georg P Krog - Fajar Ekaputra - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments accepted - The impact(s) possible or arising as a consequence from specified context - Impact + Non-Public Data Source + + 2022-01-26 + + + + A source of data that is not publicly accessible or available - + - - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - 2021-09-08 - accepted + Julian Flake + Paul Ryan + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit - Georg P Krog + accepted + Data subjects that are not citizens (for a jurisdiction) + 2022-04-06 + NonCitizen + + + + + David Hickey Paul Ryan Harshvardhan J. Pandit - + Georg P Krog + + Safeguard for Data Transfer + 2021-09-22 + + + accepted + Represents a safeguard used for data transfer. Can include technical or organisational measures. + - + - + Harshvardhan J. Pandit + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling Axel Polleres - Javier Fernández - The purpose of processing personal data - Purpose - accepted - - + + accepted + + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 - 2020-11-04 + Customer Care - + + Duration - Technical measures required/followed when processing data of the declared category - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - 2019-04-05 - - Technical Measure + 2022-02-09 + The duration or temporal limitation accepted + Harshvardhan J. Pandit - + - 2019-04-05 - Mark Lizar - Bud Bruegger - Harshvardhan J. Pandit - 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. - + A general term reflecting a company or a business or a group acting as a unit + 2022-02-02 + accepted + - Specifies the method by which consent was provisioned or provided + - has provision method - accepted + Harshvardhan J. Pandit + Organisation - + - - Harshvardhan J. Pandit Rob Brennan Mark Lizar Axel Polleres + Harshvardhan J. Pandit + Protocols involving validation of identity i.e. authentication of a person or information + 2019-04-05 - Technical measures consisting of encryption - Encryption + Authentication Protocols + accepted - 2019-04-05 - + - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - accepted + + Entity + Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Harshvardhan J. Pandit - The source or origin of data - - 2020-11-04 - - Data Source + 2022-02-02 + accepted + A human or non-human 'thing' that constitutes as an entity - + + Georg P Krog + Julian Flake + Fajar Ekaputra + Beatriz Esteves Harshvardhan J. Pandit + Indicates impact(s) possible or arising as consequences from specified concept + + - - 2022-01-26 - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - Technology - accepted + + + 2022-05-18 + + has impact - + - Indicates area, scope, or applicability of an Authority - 2022-01-19 - - + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + Privacy by Default + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Georg P Krog + 2019-04-05 + + - - is authority for + accepted - - + + + + Tied to compliance processes and documents, decide how to specify those + accepted + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + Georg P Krog Paul Ryan Harshvardhan J. Pandit - Georg P Krog - 2021-09-08 - accepted - - - - Impact Assessment for conducting data transfers - Data Transfer Impact Assessment + + Register of Processing Activities + - + + + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + + has data exporter + + 2022-02-09 + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter accepted - Indicates association with Personal Data - Harshvardhan J. Pandit - - has personal data - 2022-01-19 - - + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Fajar Ekaputra - Georg P Krog - Beatriz Esteves - Julian Flake - + - - Detriment - + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy accepted - Impact that acts as or causes detriments - 2022-03-23 - - - - - - - - - - - - - - - - - - - - - - Entities_Legalrole Concepts + 2019-04-05 + + has withdrawal by justification + Specifies the justification for entity withdrawing consent - + - - - Generic property specifying when or under which condition(s) the consent will expire - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + Consultation with Authority + 2020-11-04 + Consultation with an authority or authoritative entity + + + accepted - 2019-04-05 - has expiry - + - - accepted - - The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. - A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - Country + - 2022-01-19 + Service Order Management + + Manage invoicing, orders, and records in relation to services + accepted + Beatriz Esteves Harshvardhan J. Pandit Georg P Krog + 2021-09-08 - + - Beatriz Esteves - Julian Flake - Georg P. Krog Harshvardhan J. Pandit - Paul Ryan + + An authority tasked with overseeing legal compliance for a nation - JobApplicant - 2022-04-06 - + NationalAuthority + accepted - Data subjects that apply for jobs or employments - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Purposes Concepts + 2022-02-02 - + + Beatriz Esteves Harshvardhan J. Pandit - David Hickey - Georg P Krog + Julian Flake + Axel Polleres Paul Ryan - 2021-09-08 - Represents a notice or document outlining information regarding privacy - Privacy Notice + + + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + + + + Indicates implementation details such as entities or agents + 2022-01-26 + is implemented by entity + 2019-05-07 + modified + + + + Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. accepted + Single Sign On + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + - + 2020-11-04 + + + + + + + + + + + + + + + + + + + Processing_Context Concepts + - + - has consequence - + 2022-02-09 + accepted Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - Julian Flake - 2021-09-21 - 2020-11-04 + Processing Context - - Removed plural suffix for consistency - Indicates consenquence(s) possible or arising from specified concept - accepted - + + Context or conditions within which processing takes place + - + - accepted - Indicates information about storage condition Rob Brennan Mark Lizar - Axel Polleres Harshvardhan J. Pandit - 2019-04-05 + Axel Polleres - has storage - + 2019-04-05 - - - + + + Staff Training + accepted + Practices and policies regarding training of staff members - + + - - Piero Bonatti + Optimize activities and services for provider or controller + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - 2020-11-04 - - Processing that involves use of innovative and new technologies - Innovative Use of New Technologies accepted - + Optimisation for Controller + 2019-04-05 + - + - - - - Profiling - 2019-05-07 - to create a profile that describes or represents a person - accepted + + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + Top class: Impact Assessment, and DPIA is sub-class + Data Protection Impact Assessment (DPIA) + 2020-11-04 + accepted + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + - + - accepted - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan - Beatriz Esteves - Julian Flake - 2022-04-06 - Data subjects that use service(s) - - User + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + Maintain registry of shareholders, members, or partners for governance, administration, and management functions + 2021-09-01 + Members and Partners Management + + accepted + - + + + + + + + + + + + + + + + + + + + + + Entities_Legalrole Concepts + + - - + Regularity of Re-certification + + Harshvardhan J. Pandit - Piero Bonatti - Evaluation and Scoring - 2020-11-04 - - - Processing that involves evaluation and scoring of individuals + Rob Brennan + Mark Lizar + Axel Polleres + accepted + Policy regarding repetition or renewal of existing certification(s) + 2019-04-05 - + - Paul Ryan - Julian Flake - Harshvardhan J. Pandit - Beatriz Esteves - Georg P. Krog - - accepted + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2019-04-05 - Data subjects that are applicants in some context - 2022-04-06 - - Applicant + Legal Basis + 2020-11-04 + accepted + The Legal basis used to justify processing of personal data + + Axel Polleres + Javier Fernández - + - Javier Fernández - Axel Polleres - - Entities that receive personal data + Violation of Compliance + + + State where objectives have been violated + accepted + 2022-05-18 + Harshvardhan J. Pandit - A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. - 2020-11-04 - - - - - - 2019-04-05 - Recipient - + - Beatriz Esteves - Harshvardhan Pandit - Georg P Krog - The rights applicable or provided to a Data Subject - - Data Subject Right + - 2020-11-18 - + to create a profile that describes or represents a person + accepted - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + Profiling + 2019-05-07 + - + - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - Location or geospatial scope where the data is stored - - - Storage Location - - - 2019-04-05 + + + accepted + + Harshvardhan J. Pandit + has policy + Indicates policy applicable or used + + 2022-01-26 - + - + accepted + Georg Krog + Paul Ryan + David Hickey + Harshvardhan Pandit + 2021-09-08 + + + An entity that 'exports' data where exporting is considered a form of data transfer + + Data Exporter + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - Georg P Krog + + + + + accepted + + + Georg P. Krog Paul Ryan Harshvardhan J. Pandit - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + Indicates the logic used in processing such as for automated decision making + has algorithmic logic + - Tied to compliance processes and documents, decide how to specify those - Register of Processing Activities - 2021-09-08 - accepted + 2020-11-04 - + - - - + + + accepted - Disclose by Transmission + Move 2019-05-07 - - to disclose data by means of transmission + + + to move data from one location to another including deleting the original copy - + - Non-disclosure Agreements e.g. preserving confidentiality of information - - - accepted - - Rob Brennan - Mark Lizar + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling Axel Polleres Harshvardhan J. Pandit + accepted + Sector + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking 2019-04-05 + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). - Non-Disclosure Agreement (NDA) + + - + - Indicates use or applicability of Organisational measure - 2022-02-09 - + Mark Lizar + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Technical measures required/followed when processing data of the declared category + 2019-04-05 + Technical Measure - - - has organisational measure - + accepted + - + - Importance - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves - Julian Flake - 2022-02-09 - - An indication of 'importance' within a context - - Importance can be used to express importance, desirability, relevance, or significance as a context. accepted - - - - - - - 2019-04-05 - Mark Lizar - Axel Polleres - Rob Brennan + Harshvardhan J. Pandit - accepted + Javier Fernandez + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Axel Polleres - Storage Restoration - Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + 2019-04-05 + Improve existing products and services + Improve Existing Products and Services - + + State of an activity that has completed i.e. is fully in the past - - Public Interest + 2022-05-18 Harshvardhan J. Pandit - Processing is necessary or beneficial for interest of the public or society at large + - 2021-04-21 + Activity Completed accepted - - Entities_Authority Concepts - - - - - - - - - - + - accepted - David Hickey - Harshvardhan Pandit - Paul Ryan - Georg Krog + + Piero Bonatti + Harshvardhan J. Pandit + + - 2021-09-08 - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting - - Data Exporter - An entity that 'exports' data where exporting is considered a form of data transfer - - + accepted + 2020-11-04 + Processing that involves evaluation and scoring of individuals + Evaluation and Scoring - + - - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. - - + 2019-04-05 + Risk Management Procedure accepted - 2020-11-04 - Javier Fernández Axel Polleres - Personal Data Handling - 2019-04-05 - - - - Harshvardhan J. Pandit Rob Brennan Mark Lizar - Axel Polleres - Contractual terms governing data handling within or with an entity - ContractualTerms + Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + + Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. + - accepted - - 2019-04-05 + - + - Julian Flake - Harshvardhan J. Pandit - Fajar Ekaputra Georg P Krog - Axel Polleres + Harshvardhan J. Pandit Beatriz Esteves - + 2021-09-08 + + - 2022-03-23 - Impact(s) that acts as or causes benefits - Benefit - - - accepted - - - - + Manage disputes by natural persons, private bodies, or public authorities relevant to organisation - Legitimate Interests of a Party as justification for specified processing - + Dispute Management accepted - Harshvardhan J. Pandit - 2021-05-19 - Legitimate Interest - + - - accepted - - - Rob Brennan - Mark Lizar + Fajar Ekaputra + Elmar Kiesling Axel Polleres Harshvardhan J. Pandit + Javier Fernandez + Simon Steyskal 2019-04-05 + + + + Research and Development - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + Conduct research and development for new methods, products, or services + accepted - + + Georg P Krog + Paul Ryan Harshvardhan J. Pandit + David Hickey + Vendor Records Management + + + 2021-09-01 - + + Manage orders related to vendors accepted - - has jurisdiction - 2022-01-19 - - Indicates applicability of specified jurisdiction - + - + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + - 2020-11-18 - has right - Indicates use or applicability of Right + 2021-09-01 + accepted - - Harshvardhan J. Pandit - + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. + Manage communication or provide means for communication e.g. to send an email notifying some information + Communication Management - + - accepted - - Record - to make a record (especially media) - 2019-05-07 - - - - - - - Indicates the context or application of policy - - - 2022-01-26 - is policy for + A location is a position, site, or area where something is located accepted - + 2022-01-19 + Location Harshvardhan J. Pandit + Georg P Krog + Location may be geographic, physical, or virtual. - + - - accepted - - Georg P Krog - Beatriz Esteves + + 2022-05-18 Harshvardhan J. Pandit - Process payment transactions in relation to service - 2020-11-04 - Payment + Audit Required + accepted + State where an audit is determined as being required but has not been conducted + - + - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - Privacy Impact Assessment - - 2020-11-04 - Carrying out an impact assessment regarding privacy risks + Organise + + accepted + to organize data for arranging or classifying + 2019-05-07 - - - - - - - - - - - - - - - - - - - - - - - - - Context Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing Concepts - - + - has data protection officer - - - accepted - 2022-03-02 - - Rob Brennan - Paul Ryan - Specifices an associated data protection officer - + Harshvardhan J. Pandit + The involvement of humans in specified context + Human Involvement + Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + 2022-01-26 + + + - + - Beatriz Esteves - Julian Flake - Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - Immigrant accepted - - Data subjects that are immigrants (for a jurisdiction) - 2022-04-06 - + + + + Creation, completion, fulfilment, or performance of a contract involving specified processing + Contract + 2021-04-07 - + - - - 2019-05-07 + Axel Polleres + Javier Fernández + accepted + 2019-04-05 - - - Combine + 2020-11-04 + + The purpose of processing personal data - accepted - to join or merge data + + Purpose - + - Was "UsageAnalytics", prefixed with Service to better reflect scope + + accepted - Conduct analysis and reporting related to usage of services or products - Analytics Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres + Increase Service Robustness + 2019-04-05 - + Improve robustness and resilience of services + + + + + + accepted - 2020-11-04 + 2022-01-19 + Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. + Fajar Ekaputra + Elmar Kiesling; Harshvardhan J. Pandit + + + + 2019-05-07 + Personal Data that is obtained or derived from other data + Derived Personal Data - + + + + + Alter + + + + to change the data without changing it into something else + accepted + 2019-05-07 + + - Beatriz Esteves Georg P Krog Harshvardhan J. Pandit - accepted + Beatriz Esteves + + Register, authenticate, and identify users or agents in context of a service + + Registration and Authentication - Account Management - - - 2021-09-08 - Create, maintain, and manage accounts for purposes of providing services + 2020-11-04 + accepted - + - Indication of neither being required nor optional i.e. not relevant or needed + A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas - 2022-02-15 - + Georg P Krog + Harshvardhan J. Pandit accepted + + Country + 2022-01-19 + The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO. - Beatriz Esteves - Julian Flake - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Not Required - + - Harshvardhan J. Pandit - Beatriz Esteves - David Hickey - Georg P Krog - Paul Ryan - 2021-09-01 + + + accepted + to join or merge data - Human Resources Management - - - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + 2019-05-07 + - Manage humans and 'human resources' within the organisation for effective and efficient operations. + Combine - + + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit accepted - - + 2019-04-05 + 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. - Specifies the indicated entity is responsible within some context - - 2022-03-02 - Harshvardhan J. Pandit - has responsible entity - + - + - 2020-11-04 Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - Javier Fernández + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling Axel Polleres - has data subject - 2019-04-04 + + Subclass of ServiceProvision since personalisation is usually considered part of providing services - - - Indicates association with Data Subject + accepted - - - + Personalise services or product or activities + + + Service Personalization + 2019-04-05 - + - 2022-02-09 - + + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + Julian Flake + Beatriz Esteves - - has entity + + Tourist + 2022-04-06 + Data subjects that are tourists i.e. not citizens and not immigrants accepted - - Indicates inclusion or applicability of an entity to some concept - parent property for controller, processor, data subject, authority, etc.? - Harshvardhan J. Pandit - + - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service - + accepted + Technology + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + 2022-01-26 + + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - - accepted - 2020-11-04 - + - Axel Polleres + Julian Flake + Beatriz Esteves + Georg P Krog + Paul Ryan Harshvardhan J. Pandit - Mark Lizar - Rob Brennan - - Methods which restrict access to a place or resource - Access Control Method + accepted + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor - accepted - 2019-04-05 - + 2022-01-26 + + Sub-Processor Agreement + - + - - - Beatriz Esteves - Julian Flake + + Paul Ryan Harshvardhan J. Pandit Georg P Krog - Fajar Ekaputra - + David Hickey + 2021-09-01 - - + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. accepted - Indicates the thing (e.g. plan, process, or entity) affected by an impact - has impact on + + - + - - has applicable law - - 2022-01-19 - + Privacy Impact Assessment + - accepted - + + Paul Ryan Harshvardhan J. Pandit - Indicates applicability of a Law + Georg P Krog + Carrying out an impact assessment regarding privacy risks + + 2020-11-04 + accepted - + - accepted - - Mark Lizar - Rob Brennan - Harshvardhan J. Pandit Axel Polleres - Staff Training - - + Harshvardhan J. Pandit + Rob Brennan 2019-04-05 - Practices and policies regarding training of staff members + + + + ContractualTerms + Contractual terms governing data handling within or with an entity + accepted + - + - Harshvardhan J. Pandit - Paul Ryan - - 2022-03-23 - - + + + 2022-02-09 + Indicates use or applicability of Organisational measure accepted - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity + + Harshvardhan J. Pandit + + has organisational measure + - - - - - - - - - + Technical_Organisational_Measures Concepts + + + + + + + + + + + + - - + + + + + - - - - - - - - - - + + + + + - - + - - - - - - - - - - - + + - - + + - + + + + + - + - - - + + + + + + + + - Technical_Organisational_Measures Concepts - + + accepted + + 2020-11-18 Beatriz Esteves - Harshvardhan J. Pandit Georg P Krog + Harshvardhan Pandit + Data Subject Right + The rights applicable or provided to a Data Subject + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + + + + + + Manage orders, payment, evaluation, and prospecting related to vendors - + + Paul Ryan + Harshvardhan J. Pandit + Georg P Krog + David Hickey + + 2021-09-01 - 2021-09-08 - Dispute Management - accepted - Manage disputes by natural persons, private bodies, or public authorities relevant to organisation + accepted + Vendor Management - + accepted - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - 2019-04-05 - + + NonProfitOrganisation + An organisation that does not aim to achieve profit as its primary goal + + 2022-02-02 + - PseudoAnonmyization or '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; - Pseudo-Anonymization - - - - - - 2022-04-06 - Subscriber - - - accepted - note: subscriber can be customer or consumer - Beatriz Esteves - Julian Flake - Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - - - Data subjects that subscribe to service(s) - + Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Simon Steyskal - accepted - Deliver goods and services requested or asked by consumer - Delivery of Goods - 2019-04-05 - - + accepted + A human + + 2022-02-09 + Natural Person - + - accepted - Create Personalized Recommendations - 2019-11-26 - Create and provide personalised recommendations - + accepted Harshvardhan J. Pandit - Rudy Jacob - + Legal Obligation + + Legal Obligation to conduct the specified processing + 2021-04-07 - + - + Mark Lizar + Harshvardhan J. Pandit + Axel Polleres + Rob Brennan + 2019-04-05 - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - + + Organisational Measure accepted - 2019-04-05 + + + Organisational measures required/followed when processing data of the declared category - + - 2020-11-04 - - - - Paul Ryan + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Georg P Krog - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency + Axel Polleres + Indicates information about duration + + + + has duration + accepted + + + 2019-04-05 - + + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - David Hickey - Georg P Krog - Paul Ryan - 2021-09-08 - Notice - accepted + Contextually relevant information about purpose not possible to represent through other concepts + 2019-04-05 - A notice is an artefact for providing information, choices, or controls + Context - + - - Elmar Kiesling - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Simon Steyskal - Axel Polleres - + + to come into possession or control of the data + accepted - Optimize activities and services for provider or controller - 2019-04-05 - Optimisation for Controller - - - + 2019-05-07 + Acquire - accepted - Beatriz Esteves - Julian Flake - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan - - - Data subjects that are students - Student - 2022-04-06 - - + - Georg P Krog - Beatriz Esteves - Harshvardhan J. Pandit - 2020-11-04 - accepted - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Analyse + + - Marketing - Was commercial interest, changed to consider Marketing a separate Purpose category by itself + 2019-05-07 + + to study or examine the data in detail - + - accepted - 2022-01-26 + + Audit Rejected + accepted Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves - Julian Flake - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - Public Data Source - A source of data that is publicly accessible or available - - + State of not being approved or being rejected through the audit + + 2022-05-18 - + - - - Javier Fernández - Bud Bruegger - Axel Polleres + + 2019-04-05 + Harshvardhan J. Pandit - Mark Lizar + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres accepted - - Indicates use or applicability of Technical or Organisational measure - 2020-11-04 - has technical and organisational measure - 2019-04-04 + Optimize internal resource availability and usage for organisation + Internal Resource Optimisation - + - Structure - - - + + + 2020-11-04 + + The processing performed on personal data + Javier Fernández + Axel Polleres + Processing accepted - to arrange data according to a structure - 2019-05-07 + 2019-04-05 - + - Georg P Krog + Mark Lizar + Bud Bruegger + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - Beatriz Esteves - Social Media - 2020-11-04 - Conduct marketing through social media - + Indicates Recipient of Personal Data + + - + + has recipient + 2019-04-04 + 2020-11-04 accepted - + + + - + - Data subjects that participate in some context such as volunteers in a function - - Beatriz Esteves - Julian Flake - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan accepted - + 2021-09-08 + Notice - 2022-04-06 - - Participant - - - - 2020-11-18 - + Paul Ryan + Harshvardhan J. Pandit Georg P Krog - Harshvardhan J Pandit - Beatriz Esteves - Right + David Hickey + - A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight - accepted - The right(s) applicable, provided, or expected. + A notice is an artefact for providing information, choices, or controls - + + + Harshvardhan J. Pandit + + + accepted + 2022-01-19 + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitive Personal Data + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. + + + + - + + to keep data for future use accepted - 2019-04-05 - Bud Bruegger - Technical and Organisational Measure - The Technical and Organisational measures used. - 2020-11-04 + Store + 2019-05-07 + + - + + - - Specifies the justification for entity withdrawing consent accepted + + has applicable law + Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy - 2019-04-05 - has withdrawal by justification + 2022-01-19 + Indicates applicability of a Law - + - - Georg P Krog - Beatriz Esteves - Julian Flake + Non-Commercial Research + accepted + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - Paul Ryan - Indication of 'secondary' or 'minor' or 'auxiliary' importance - - Secondary Importance - + Javier Fernandez + 2019-04-05 + - accepted - 2022-02-11 + + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) + - + - - - Certification - Rob Brennan Axel Polleres Harshvardhan J. Pandit Mark Lizar + Rob Brennan 2019-04-05 - - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - + accepted + + Indicates information about location + + has location + + + - + - Georg P Krog - Paul Ryan - Harshvardhan J. Pandit - + 2021-09-01 + Vendor Selection Assessment accepted - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - Legitimate Interest Assessment - 2021-09-08 + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + David Hickey + + Manage selection, assessment, and evaluation related to vendors + - + - Data Controller - Javier Fernández - Axel Polleres - 2019-04-05 - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - - + 2022-02-09 + accepted - - 2020-11-04 + 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 + + Harshvardhan J. Pandit + Complete Anonymisation - + - Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Simon Steyskal - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + Paul Ryan + Georg P Krog - - Sell Data to Third Parties + Vital Interest of Natural Person + + Processing is necessary or required to protect vital interests of a natural person accepted - Sell data or information to third parties - 2019-04-05 + 2021-04-21 - + - + accepted - 2022-03-23 - Georg P. Krog - Julian Flake - An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries - International Organisation - + Georg Krog + Paul Ryan + Harshvardhan Pandit + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. + + Vulnerable Data Subject + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - + 2020-11-04 - + - - - - has location - Indicates information about location + accepted - - Harshvardhan J. Pandit - Axel Polleres - Rob Brennan - Mark Lizar - 2019-04-05 + Retrieve + 2019-05-07 + to retrieve data, often in an automated manner + + - + + 2022-03-23 + + Harshvardhan J. Pandit + Paul Ryan + accepted - Georg P Krog + + Entity within an organisation that does not constitute as a separate legal entity + Organisational Unit + + + + Data subjects that receive medican attention, treatment, care, advice, or other health related services + Georg P. Krog Harshvardhan J. Pandit + Julian Flake + Beatriz Esteves Paul Ryan - - Contract Performance - Fulfilment or performance of a contract involving specified processing - 2021-04-07 - accepted + + + Patient + 2022-04-06 + accepted + - + - Axel Polleres - Mark Lizar Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - - accepted + 2019-04-05 + Encryption in Rest - 2019-04-05 - Privacy by Design + Encryption of data when being stored (persistent encryption) - Practices regarding incorporating data protection and privacy in the design of information and services + accepted + - + - - - 2019-05-07 - - - to gather data from someone + + + Indicates the specified concepts is 'after' this concept in some context + 2022-03-02 accepted + Harshvardhan J. Pandit + Julian Flake + Georg P. Krog - - Collect + is after + - + - - A broad concept representing 'data' or 'information' - 2022-01-19 accepted - Data - Harshvardhan J. Pandit + Data Importer + The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing + Paul Ryan + Georg Krog + David Hickey + Harshvardhan Pandit + + An entity that 'imports' data where importing is considered a form of data transfer + + 2021-09-08 + - + - + is implemented using technology + 2022-01-26 - Axel Polleres + + The term 'technology' is inclusive of technologies, processes, and methods. + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit - Rob Brennan - Mark Lizar + Julian Flake - accepted - 2019-04-05 - Indicates information about duration - - - has duration + + Indicates implementation details such as technologies or processes + - + + + + + + + + + + + + + + + + + + + + + + + Risk Concepts + + - - - Georg P Krog - Beatriz Esteves + Client Julian Flake + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit Paul Ryan - 2022-02-10 - - Primary Importance + + + Data subjects that are clients or recipients of services + 2022-04-06 accepted - Indication of 'primary' or 'main' or 'core' importance - + + - + + + + + + + + + + + + + + + + + + + Legal_Basis Concepts + + - to produce an exact reprodution of the data - + 2020-11-04 + + + Piero Bonatti + Harshvardhan J. Pandit + Processing that involves use of innovative and new technologies accepted - - - Copy - 2019-05-07 - + Innovative Use of New Technologies + - + + Practices regarding incorporating data protection and privacy in the design of information and services + Axel Polleres + Rob Brennan + Mark Lizar Harshvardhan J. Pandit - Georg P Krog - David Hickey - Paul Ryan - Manage orders, payment, evaluation, and prospecting related to vendors - 2021-09-01 + 2019-04-05 - + accepted - + Privacy by Design - Vendor Management - + - - An organisation that does not aim to achieve profit as its primary goal - + Axel Polleres + Javier Fernández + accepted + 2019-04-05 - - NonProfitOrganisation - accepted - 2022-02-02 - Harshvardhan J. Pandit + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + 2020-11-04 + Data Controller + + + + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - + - - accepted - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - 2019-04-05 - - Commercial Research - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + Harshvardhan J. Pandit + Assessment + + accepted + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + 2021-09-08 - + - Fraud Prevention and Detection - - - accepted - Simon Steyskal + + Paul Ryan Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Detect and prevent fraud + Georg P Krog + David Hickey + 2021-09-01 - 2019-04-05 + accepted + Record Management + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - + - Paul Ryan - Georg P Krog + accepted + + Third Country Harshvardhan J. Pandit - - 2021-04-21 + Represents a country outside applicable or compatible jurisdiction as outlined in law - accepted - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person + 2022-02-09 - + - Manage past, current, and future customers - accepted + An authority with the power to create or enforce laws, or determine their compliance. + Paul Ryan + Georg Krog + Harshvardhan Pandit - - Beatriz - Harshvardhan J. Pandit - Georg P Krog + 2020-11-04 + + - 2021-09-08 - Customer Management + Authority + accepted - + - + 2022-01-26 + + Algorithmic Logic + Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. accepted Harshvardhan J. Pandit - 2022-02-09 - Processing Context - Context or conditions within which processing takes place - + + The algorithmic logic applied or used - + - - - + Damage + accepted - - 2019-05-07 - Transmit - to send out data + Impact that acts as or causes damages + + + Harshvardhan J. Pandit + 2022-03-30 - + - accepted - 2022-02-02 + + 2022-05-18 - - + has activity status + + Indicates the status of activity of specified concept + accepted + Harshvardhan J. Pandit - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region + - + - Legal Obligation - 2021-04-07 - Legal Obligation to conduct the specified processing - + + Paul Ryan + Georg P Krog + Harshvardhan J.Pandit + Beatriz Esteves + + 2020-11-04 + has name + + Specifies name of a legal entity accepted - - Harshvardhan J. Pandit - + - Fajar Ekaputra + + + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + accepted + + Harshvardhan J. Pandit Javier Fernandez Simon Steyskal - Axel Polleres + Fajar Ekaputra Elmar Kiesling + Axel Polleres + Commercial Research + 2019-04-05 + + + + + + PseudoAnonmyization or '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; + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit + 2019-04-05 - - Sell Insights from Data - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - accepted - 2019-04-05 - Sell data or information relevant to insights obtained from analysis of data + Pseudo-Anonymization + + accepted + - + - 2022-01-19 - - - Derived Data is data that is obtained through processing of existing data, e.g. deriving first name from full name. To indicate data that is derived but which was not present or evident within the source data, InferredPersonalData should be used. - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra + Harshvardhan J. Pandit + 2022-01-19 accepted + - - - Derived Personal Data - 2019-05-07 - Personal Data that is obtained or derived from other data + Law + A law is a set of rules created by government or authorities - + - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - 2020-11-25 - - A 'sub-processor' is a processor engaged by another processor - - + - Data Sub-Processor + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + + has recipient data controller + 2022-02-09 + accepted + + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + - + - Safeguard + 2022-03-23 + International Organisation + Georg P. Krog + Julian Flake + An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries + accepted + - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - 2021-09-22 - Paul Ryan - Harshvardhan J. Pandit - David Hickey - Georg P Krog + - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - - accepted - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Context Concepts + + + - - - + accepted + Indicates applicability of authority for a jurisdiction - - Indicates policy applicable or used + + has authority + + Harshvardhan J. Pandit - has policy - - 2022-01-26 - accepted + Georg P Krog + 2022-01-19 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Processing Concepts + - + - Create and provide product recommendations e.g. suggest similar products - Simon Steyskal + Julian Flake + Paul Ryan + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - - - Create Product Recommendations - - + accepted - 2019-04-05 + 2022-04-06 + Data subjects that are members of a group, organisation, or other collectives + Member + + - + - + 2019-06-04 accepted - + - 2021-09-01 - Georg P Krog - David Hickey - Paul Ryan Harshvardhan J. Pandit - - Vendor Payment - Manage payment of vendors - - - - - - - Store + - to keep data for future use - accepted - 2019-05-07 - + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + Data Processor - + - - Assessment - Harshvardhan J. Pandit - 2021-09-08 - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments - accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - Entities_Datasubject Concepts - - - - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Simon Steyskal + 2022-05-18 - - - Personalise services or product or activities + Harshvardhan J. Pandit + accepted - 2019-04-05 - Subclass of ServiceProvision since personalisation is usually considered part of providing services - - - Service Personalization + Status associated with activity operations and lifecycles + Activity Status - + - Impact that acts as or causes material damages - accepted + An authority tasked with overseeing legal compliance for a region + 2022-02-02 Harshvardhan J. Pandit + RegionalAuthority + - Material Damage - 2022-03-30 - + + accepted - + + 2022-05-18 - Harshvardhan J. Pandit - Law - A law is a set of rules created by government or authorities accepted + State of not being compliant - 2022-01-19 - - - - accepted - - Rob Brennan - Mark Lizar Harshvardhan J. Pandit - Axel Polleres - 2019-04-05 - - - Legal Agreement - - A legally binding agreement + Incompliant + - + - + has context + Indicates a purpose is restricted to the specified context(s) + 2019-04-05 - Service Order Management - - Harshvardhan J. Pandit - Georg P Krog - Beatriz Esteves - 2021-09-08 - - Manage invoicing, orders, and records in relation to services + accepted + + + - + - - - Organise - accepted - to organize data for arranging or classifying + to transform or publish data to be used + Make Available 2019-05-07 + + + - + - Required - + + - + Indicates use or applicability of Technical measure + has technical measure + + 2022-02-09 + + accepted - Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - accepted - Indication of 'required' or 'necessary' - 2022-02-13 - - - - - - - - - - - - - - - - - Consent Concepts - + - Consultation with Authority - Consultation with an authority or authoritative entity - accepted + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation + + 2022-05-18 - Georg P Krog - Paul Ryan + Partially Compliant + accepted Harshvardhan J. Pandit - - 2020-11-04 - + - David Hickey - Paul Ryan - Harshvardhan J. Pandit - Georg P Krog - + + - + + 2019-05-07 + accepted + to spread data throughout + Disseminate - Organisation Risk Management - 2021-09-01 + + + + + Mark Lizar + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + 2019-04-05 + Certifications, seals, and marks indicating compliance to regulations or practices + Certification and Seal + + + accepted - Manage risk for organisation's activities - + - - Human involvement is also relevant to 'human in the loop' - + Activity Halted - - has human involvement + + 2022-05-18 + + + State of an activity that was occuring in the past, and has been halted or paused or stoped + accepted + Harshvardhan J. Pandit + + + + + 2022-05-18 + Harshvardhan J. Pandit + + + State where an audit is determined as not being required accepted + Audit Not Required + + + + Julian Flake + Beatriz Esteves Georg P. Krog Harshvardhan J. Pandit Paul Ryan - 2020-11-04 - Indicates Involvement of humans in processing such as within automated decision making process - - - - 2019-05-07 - - - accepted - - Anonymise - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + 2022-04-06 + Citizen + + + Data subjects that are citizens (for a jurisdiction) - + + + + + + + + + + + + + + + + + + + + + + + + + + Base Concepts + + - has provision time + 2019-06-04 + Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - Specifies the instant in time when consent was given - accepted - 2019-04-05 - + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + + + accepted + Third Party - + - Beatriz Esteves + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - Georg P Krog - + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + 2019-04-05 - + + Identity Verification + - Conduct direct marketing i.e. marketing communicated directly to the individual accepted - Direct Marketing - 2020-11-04 + Verify or authorize identity - + - + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - + 2019-04-05 - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Sensitive Personal Data + + Guidelines or Principles regarding processing and operational measures + + GuidelinesPrinciple accepted - 2022-01-19 - + - - + State of not being compliant where objectives have not been met, but have not been violated + + 2022-05-18 - Harshvardhan J. Pandit - Georg P Krog - Beatriz - 2021-09-08 - Manage claims, including repayment of monies owed - + + accepted - - Customer Claims Management + Not Compliant + Harshvardhan J. Pandit - + - 2020-11-04 - - - - Harshvardhan J. Pandit + Axel Polleres Beatriz Esteves + Harshvardhan J. Pandit Georg P Krog - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + Julian Flake + Fajar Ekaputra accepted - Communication for Customer Care + + 2022-03-23 + Benefit + + Impact(s) that acts as or causes benefits - + - Mark Lizar - Bud Bruegger + accepted + Indicates association with Processing Axel Polleres Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger Javier Fernández - has recipient - - - Indicates Recipient of Personal Data - + 2020-11-04 + + + - accepted - 2020-11-04 2019-04-04 - + has processing - + - - + Georg P Krog Harshvardhan J. Pandit - Paul Ryan - Legitimate Interest of Controller - Legitimate Interests of a Data Controller in conducting specified processing - 2021-05-19 - + 2022-03-23 + + + Consequence of Success accepted + The consequence(s) possible or arising from success of specified context - + - accepted + + Indication of 'primary' or 'main' or 'core' importance + Beatriz Esteves Harshvardhan J. Pandit - + Georg P Krog + Julian Flake + Paul Ryan + accepted - 2022-01-19 - A political union of two or more countries with an establishment of common authority - SupraNationalUnion + Primary Importance + 2022-02-10 - + - Remove + + accepted - - - - 2019-05-07 - - to destruct or erase data + Harshvardhan J. Pandit + + 2022-02-02 + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies + + AcademicScientificOrganisation - + - 2019-05-07 - accepted - Disclose - - to make data known + + to replace personal identifiable information by artificial identifiers + accepted + 2019-05-07 + Pseudo-Anonymise - + - + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + has sector + 2019-04-05 - - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Top class: Impact Assessment, and DPIA is sub-class - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + accepted - - 2020-11-04 - Data Protection Impact Assessment (DPIA) + + + - + - 2020-11-04 - has address - Paul Ryan - Harshvardhan J.Pandit - Beatriz Esteves - Georg P Krog - Specifies address of a legal entity such as street address or pin code - + + Subscriber + 2022-04-06 + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit + Paul Ryan + Julian Flake accepted + + note: subscriber can be customer or consumer + Data subjects that subscribe to service(s) - - - + - - Georg P Krog - Harshvardhan J. Pandit - Consequence of Failure + + Harshvardhan J. Pandit accepted - 2022-03-23 - - The consequence(s) possible or arising from failure of specified context + Data that is not Personal Data + Non-Personal Data + 2022-01-19 + The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. + - + - - Harshvardhan J. Pandit - Vital Interest - + accepted - 2021-04-21 - Processing is necessary or required to protect vital interests of a data subject or other natural person - - - - 2019-04-05 - Conduct or assist with research conducted in an academic context e.g. within universities - Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit - Fajar Ekaputra Javier Fernandez + Elmar Kiesling Simon Steyskal - - + Fajar Ekaputra + Axel Polleres + + Detect and prevent fraud + 2019-04-05 + Fraud Prevention and Detection - - - accepted - Academic Research - + - 2020-11-04 - Paul Ryan - Georg P. Krog Harshvardhan J. Pandit - - - Indicates the logic used in processing such as for automated decision making + 2022-01-19 + Data + + + A broad concept representing 'data' or 'information' accepted - - has algorithmic logic - - + - 2022-01-19 - Harshvardhan J. Pandit - Georg P Krog - A location is a position, site, or area where something is located - Location may be geographic, physical, or virtual. - Location - accepted + 2019-05-07 + + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. + Derive + + + + to create new derivative data from the original data - is explicit - The conditions for what is considered 'explicit consent' differ by norms and laws. + Harshvardhan J. Pandit Mark Lizar Bud Bruegger - Harshvardhan J. Pandit - Specifies consent is 'explicit' + + + The conditions for what is considered 'explicit consent' differ by norms and laws. + is explicit + 2019-04-05 - + accepted + Specifies consent is 'explicit' + + + + 2019-04-05 + Axel Polleres + Harshvardhan J. Pandit + Fajar Ekaputra + Javier Fernandez + Elmar Kiesling + Simon Steyskal - + + Optimise User Interface accepted + Optimize interfaces presented to the user + + - + - Georg Krog - Harshvardhan Pandit - 2022-02-02 - Joint Data Controllers + A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight + Georg P Krog + Harshvardhan J Pandit + Beatriz Esteves + 2020-11-18 + The right(s) applicable, provided, or expected. - A group of Data Controllers that jointly determine the purposes and means of processing + Right accepted - - To indicate the membership, hasDataController may be used - + - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - Personalisation - accepted - 2021-09-01 + Payment - - - 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 + accepted + Beatriz Esteves Harshvardhan J. Pandit + Georg P Krog + + 2020-11-04 + Process payment transactions in relation to service + - + - 2020-11-25 - + Compliant - - Harshvardhan J.Pandit - Beatriz Esteves - Paul Ryan - Georg P Krog - Indicates an identifier associated for identification or reference - - + + accepted - has identifier + 2022-05-18 + Harshvardhan J. Pandit + + State of being fully compliant - + - accepted + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger + Javier Fernandez + accepted + Sell data or information to third parties 2019-04-05 - Can be TextOrDocumentOrURI - has expiry condition - - - + Sell Data to Third Parties - Specifies the condition or event that determines the expiry of consent + + + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + - + - Fajar Ekaputra + Communication for Customer Care + + Beatriz Esteves - Julian Flake Harshvardhan J. Pandit Georg P Krog - - - - - accepted - - Indicates impact(s) possible or arising as consequences from specified concept - has impact - - - - Concept - + + + + 2020-11-04 + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - + - Damage + 2021-04-21 + Harshvardhan J. Pandit + accepted + - Harshvardhan J. Pandit - Impact that acts as or causes damages - - 2022-03-30 + Processing is necessary or beneficial for interest of the public or society at large + + Public Interest + + + + + + Javier Fernández + Axel Polleres + + + + Data Subject + The individual (or category of individuals) whose personal data is being processed + 2019-04-05 accepted + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + 2020-11-04 - + - Consult - 2019-05-07 - + Record + + + to make a record (especially media) - - - to consult or query data - - + 2019-05-07 accepted + - + - + Rob Brennan + Mark Lizar + Harshvardhan J. Pandit + Axel Polleres + 2019-04-05 + Encryption of data in transit e.g. when being transferred from one location to another, including sharing - + accepted - 2019-05-07 - Retrieve - to retrieve data, often in an automated manner - - + + Encryption in Transfer + - + - + Share + 2019-05-07 + to give data (or a portion of it) to others - accepted - Harshvardhan Pandit - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - + + - Data directly or indirectly associated or related to an individual. - - - 2019-04-05 - Personal Data - 2022-01-19 + + accepted - + - - - Harshvardhan J. Pandit - Javier Fernández + Non-Disclosure Agreement (NDA) + + Rob Brennan Mark Lizar Axel Polleres - Bud Bruegger - Indicates association with Data Controller - - accepted + Harshvardhan J. Pandit + 2019-04-05 + Non-disclosure Agreements e.g. preserving confidentiality of information + + - has data controller - 2020-11-04 - - - 2019-04-04 - + accepted - + - Indicates the frequency with which something takes place - 2022-02-16 - has frequency - + accepted + Audit Status + Status associated with Auditing or Investigation - - + - accepted Harshvardhan J. Pandit + + 2022-05-18 - + - - Harshvardhan J. Pandit - Rudy Jacob - + to produce an exact reprodution of the data + Copy + accepted - Create and provide personalised recommendations for events - accepted - 2019-11-26 + 2019-05-07 + - Create Event Recommendations + + - + - Fajar Ekaputra - Javier Fernandez + De-Identification + Mark Lizar Axel Polleres - Elmar Kiesling - Simon Steyskal + Rob Brennan Harshvardhan J. Pandit - Optimize internal resource availability and usage for organisation - accepted + 2019-04-05 - - Internal Resource Optimisation - 2019-04-05 + accepted + + Removal of identity or information to reduce identifiability - + + + isInstanceOf + + - Create and provide personalised advertising - + 2022-02-13 + + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit + Julian Flake Georg P Krog - Beatriz Esteves - Personalised Advertising + - - + Required + Indication of 'required' or 'necessary' accepted - 2020-11-04 - + - - Paul Ryan - Beatriz Esteves - Julian Flake - Georg P. Krog + 2021-09-08 Harshvardhan J. Pandit + Georg P Krog + Beatriz + - 2022-04-06 - + Customer Order Management + accepted - Data subjects that are not citizens (for a jurisdiction) - NonCitizen + Manage customer orders + - + + + + + + + + + + + + + + + Jurisdiction Concepts + + - - - accepted - to apply a restriction on the processsing of specific records + Paul Ryan + Harshvardhan J. Pandit - Restrict - 2019-05-07 - + + + accepted + 2022-03-30 + Personnel Management + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + - + - - + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 + Rob Brennan + Storage Location + + + Location or geospatial scope where the data is stored accepted - + + + 2019-04-05 - + - - to change the form or nature of data - Transform - + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog accepted - 2019-05-07 + Deliver service as requested by user or consumer + Requested Service Provision + 2021-09-08 + - + - Generated Personal Data - - - Generated Data is used to indicate data that is produced and is not derived or inferred from other data - 2022-03-30 - Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - Harshvardhan J. Pandit - + accepted - - - - - - - - - - - - - - - - - - - - - - - - - - - - Base Concepts + Georg P Krog + Beatriz + Harshvardhan J. Pandit + + 2021-09-08 + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence + + + - + - accepted + 2021-09-08 + + + Paul Ryan - Julian Flake Harshvardhan J. Pandit - Beatriz Esteves - Georg P. Krog - Member + Georg P Krog + Impact Assessment for conducting data transfers + Data Transfer Impact Assessment + + accepted + + + + + Obtain + + accepted - Data subjects that are members of a group, organisation, or other collectives - 2022-04-06 - + 2019-05-07 + to solicit or gather data from someone - + - Georg P. Krog - Harshvardhan J. Pandit - Paul Ryan - Beatriz Esteves - Julian Flake - - Data subjects that are employees - 2022-04-06 - Employee - accepted + 2022-02-02 + An organisation not part of or independent from the government + NonGovernmentalOrganisation + + + Harshvardhan J. Pandit + - + - Georg Krog - Paul Ryan - Harshvardhan Pandit - An authority with the power to create or enforce laws, or determine their compliance. - - - 2020-11-04 + + + to gather data from someone + - Authority accepted + + 2019-05-07 + Collect - + - - Mark Lizar - Rob Brennan + + accepted + Harshvardhan J. Pandit + Anti-Terrorism Operations + 2022-04-20 + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities + + + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Axel Polleres - Process by which some personal identifiers are removed or identifiability is reduced - accepted - - Anonymization + Sell Products to Data Subject 2019-04-05 - + Was subclass of commercial interest, changed to reflect selling something + Sell products or services to the user, consumer, or data subjects + + + + + accepted - + + Technical measures consisting of encryption accepted - - - - Mark Lizar + + Encryption Rob Brennan - Harshvardhan J. Pandit + Mark Lizar Axel Polleres - Encryption of data when being stored (persistent encryption) + Harshvardhan J. Pandit 2019-04-05 + + - Encryption in Rest - + - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - - Georg Krog - Harshvardhan Pandit + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + 2022-02-09 + + has joint data controllers accepted - - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - 2020-11-04 + + Indicates inclusion or applicability of a Joint Data Controller - + - has data importer - 2022-02-09 - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - - - - - accepted - Georg P. Krog Harshvardhan J. Pandit + Georg P Krog + David Hickey Paul Ryan - + + Vendor Payment + Manage payment of vendors + + 2021-09-01 + + + + accepted - + - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 - + Javier Fernández + Axel Polleres - Risk + + A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller. + + + + 2019-04-05 + accepted + 2020-11-04 + Entities that receive personal data + + Recipient + + + + Consequence as Side-Effect + + + 2022-03-30 + The consequence(s) possible or arising as a side-effect of specified context accepted + Harshvardhan J. Pandit + - + - accepted - + - Georg P Krog - Beatriz Esteves - Paul Ryan - Julian Flake + Audit Approved Harshvardhan J. Pandit - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - Controller-Processor Agreement + 2022-05-18 - 2022-01-26 + State of being approved through the audit + accepted - + + + Bud Bruegger + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Axel Polleres - has expiry time - Specifies the expiry time or duration for consent + Indicates association with Data Subject + + 2019-04-04 + has data subject accepted - 2019-04-05 - Mark Lizar - Bud Bruegger + 2020-11-04 + + + + + 2022-01-26 + + + Joint Data Controllers Agreement + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit - + Georg P Krog + Julian Flake + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + + + accepted - + + A 'sub-processor' is a processor engaged by another processor + accepted - Specific or special categories and instances of legal basis intended for justifying data transfers - David Hickey - Georg P Krogg - - 2021-09-08 - Data Transfer Legal Basis + Data Sub-Processor + 2020-11-25 + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + Harshvardhan J. Pandit - + - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - has data exporter - 2022-02-09 + + 2019-05-07 + to apply a restriction on the processsing of specific records + + Restrict + accepted - - - - + Simon Steyskal - Javier Fernandez - Axel Polleres + Fajar Ekaputra Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - Fajar Ekaputra - Sector + Javier Fernandez + 2019-04-05 - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). - accepted - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + Delivery of Goods + + Deliver goods and services requested or asked by consumer + - + - - accepted - 2021-05-05 - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - + + 2022-05-18 + Harshvardhan J. Pandit + accepted + The status or state of something + Status + - + + accepted + Pseudo-anonymised Data 2022-01-19 - + + + + Harshvardhan J. Pandit + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + + + accepted - + Axel Polleres Harshvardhan J. Pandit - Georg P Krog - Indicates applicability of specified country - has country - - + Mark Lizar + Bud Bruegger + Javier Fernández + has data controller + Indicates association with Data Controller + 2020-11-04 + + + + + + 2019-04-04 + - + - - - A representative of a legal entity - 2020-11-04 - Paul Ryan - Beatriz Esteves - Georg Krog + accepted + Harshvardhan J. Pandit + + + + 2022-01-26 + Indicates the context or application of policy + + is policy for + + + - accepted + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. + modified - Representative + 2019-05-07 + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + Sensitive Personal Data whose use requires specific legal permission or justification + + Special Category Personal Data + + 2022-01-19 - + - Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - Georg P Krog + Paul Ryan + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + - accepted - Single Sign On - + has data importer + + - - Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts. - 2020-11-04 + + 2022-02-09 + accepted - + + Georg P Krog + David Hickey Paul Ryan Harshvardhan J. Pandit - Personnel Management - accepted + Beatriz Esteves + + Human Resources Management - 2022-03-30 - - - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + 2021-09-01 + + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + accepted + Manage humans and 'human resources' within the organisation for effective and efficient operations. - + + Indicate a risk is mitigated by specified measure + - - Harshvardhan J. Pandit - + + + 2022-02-09 + accepted + is mitigated by measure + Harshvardhan J. Pandit - A region is an area or site that is considered a location - 2022-01-19 - Region - + - - accepted - - - Paul Ryan + A political union of two or more countries based on economic or trade agreements + 2022-01-19 + Harshvardhan J. Pandit - Georg P Krog - Measures intended to mitigate, minimise, or prevent risk. - Risk Mitigation Measure - 2020-11-04 - - - - - - - Harshvardhan J. Pandit - Piero Bonatti - 2020-11-04 - Automated Decision Making - - Processing that involves automated decision making - accepted + + + EconomicUnion - + - Storage Condition - - - Axel Polleres - Rob Brennan Mark Lizar + Bud Bruegger Harshvardhan J. Pandit + Specifies the justification for entity providing consent 2019-04-05 - accepted + - - Conditions required or followed regarding storage of data - - - - + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy accepted - 2019-05-07 - - - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + has provision by justification - + - - + + accepted - accepted - 2022-02-09 - Georg P. Krog + Indicates risks mitigated by this concept + Harshvardhan J. Pandit - Paul Ryan - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + + 2020-11-04 + mitigates risk - + - accepted - Frequency + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + 2020-11-04 + Consultation is a process of receiving feedback, advice, or opinion from an external agency + Consultation + + + + + + + + Data subjects that participate in some context such as volunteers in a function + 2022-04-06 + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - 2022-02-16 - The frequency or information about periods and repetitions in terms of recurrence. + Paul Ryan + Julian Flake + accepted + Participant + + - + - Simon Steyskal - Axel Polleres + Fajar Ekaputra Elmar Kiesling + Axel Polleres Harshvardhan J. Pandit - Fajar Ekaputra Javier Fernandez - - + Simon Steyskal + Create and provide personalised benefits for a service + Personalised Benefits 2019-04-05 - Improve Existing Products and Services - + + accepted - Improve existing products and services + - + - Paul Ryan Harshvardhan J. Pandit - Georg P Krog - David Hickey - + + IndustryConsortium + A consortium established and comprising on industry organisations + - 2021-09-22 - - Represents a safeguard used for data transfer. Can include technical or organisational measures. - Safeguard for Data Transfer + accepted + 2022-02-02 - + - - Indicates a purpose is restricted to the specified context(s) - accepted - - 2019-04-05 - - + Disclose - has context + 2019-05-07 + + + to make data known + + + accepted - + - Paul Ryan - Julian Flake Harshvardhan J. Pandit + Georg P Krog Beatriz Esteves - Georg P. Krog + 2020-11-04 + Fulfilment of obligations or requirements towards achieving compliance with law or regulations - 2022-04-06 - - + accepted - Data subjects that receive medican attention, treatment, care, advice, or other health related services - Patient + Legal Compliance + - + - The consequence(s) possible or arising as a side-effect of specified context - 2022-03-30 - + Simon Steyskal + Fajar Ekaputra + Axel Polleres + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + 2019-04-05 + Sell Insights from Data - Consequence as Side-Effect - - + + accepted - Harshvardhan J. Pandit + + Sell data or information relevant to insights obtained from analysis of data + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - + - accepted + - - to transform or publish data to be used - + to disclose data by means of transmission - Make Available + + accepted 2019-05-07 - + + Disclose by Transmission - + - Paul Ryan - Georg Krog - David Hickey - Harshvardhan Pandit - Data Importer - - The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing - An entity that 'imports' data where importing is considered a form of data transfer - + - + + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + Sell Products + Sell here means exchange, submit, or provide in return for direct or indirect compensation. + Sell products or services accepted 2021-09-08 - + - - Elmar Kiesling + + + Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Simon Steyskal - - Customer Care - + Piero Bonatti accepted + + Processing that involves systematic monitoring of individuals + + Systematic Monitoring + 2020-11-04 + + + + Georg P Krog + Paul Ryan + Harshvardhan J. Pandit + Legitimate Interest Assessment + 2021-09-08 + + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - 2019-04-05 + accepted - + - Large Scale Processing - accepted - + Anonymise + - Harshvardhan J. Pandit - Piero Bonatti - Processing that takes place at large scales - 2020-11-04 + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + accepted + 2019-05-07 + - + - + - A political union of two or more countries based on economic or trade agreements - + 2022-02-16 - - EconomicUnion - - 2022-01-19 + + accepted + Indicates the frequency with which something takes place + Harshvardhan J. Pandit + has frequency + - + - + 2021-09-22 - - Beatriz Esteves - Julian Flake - Georg P. Krog - Harshvardhan J. Pandit + Paul Ryan - Visitor + Harshvardhan J. Pandit + David Hickey + Georg P Krog + + + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + Safeguard accepted - 2022-04-06 - - Data subjects that are temporary visitors + This concept is relevant given the requirement to assert safeguards in cross-border data transfers - + - - - - - Simon Steyskal - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - 2019-04-05 + 2022-05-18 + - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes + Harshvardhan J. Pandit accepted + Activity Proposed + State of an activity being proposed or planned i.e. yet to occur + + - + - Algorithmic Logic - + Paul Ryan + Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit + Julian Flake - 2022-01-26 + + Data subjects that are immigrants (for a jurisdiction) + 2022-04-06 + Immigrant accepted - - The algorithmic logic applied or used - Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept. - Harshvardhan J. Pandit + - + + + David Hickey Paul Ryan Harshvardhan J. Pandit - Beatriz Esteves - Julian Flake Georg P Krog - Non-Public Data Source - accepted - 2022-01-26 - + Organisation Governance - - A source of data that is not publicly accessible or available + Conduct activities and functions for organisation's governance + + 2021-09-01 + accepted + - + - + + Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Indiciates inclusion or applicability of a Data Processor + + + + + + 2022-02-09 + has data processor + accepted + + + + Javier Fernandez + Simon Steyskal + Fajar Ekaputra + Elmar Kiesling Axel Polleres - Mark Lizar - Rob Brennan - Protocols involving validation of identity i.e. authentication of a person or information - + Harshvardhan J. Pandit + accepted + 2019-04-05 - Authentication Protocols - 2019-04-05 + Optimize activities and services for consumer or user + Optimisation for Consumer + + - + - + accepted - - Julian Flake - Georg P. Krog + + A region is an area or site that is considered a location + 2022-01-19 + Region Harshvardhan J. Pandit - Indicates the specified concepts is 'after' this concept in some context - is after - - 2022-03-02 - + - - Consent - Consent of the Data Subject for specified processing - + 2022-03-30 - 2021-04-07 - + + Non-Material Damage accepted Harshvardhan J. Pandit + Impact that acts as or causes non-material damages + + - + - + 2022-01-19 - SupraNationalAuthority - Harshvardhan J. Pandit - - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + + has personal data handling + accepted - 2022-02-02 - - + Indicates association with Personal Data Handling + + Harshvardhan J. Pandit + Georg P Krog + - + - IndustryConsortium - + 2022-04-20 + + Management and execution of hiring processes of personnel + + accepted - A consortium established and comprising on industry organisations + Personnel Hiring Harshvardhan J. Pandit - - - 2022-02-02 - - + - accepted - Beatriz Esteves - Paul Ryan - Julian Flake - Harshvardhan J. Pandit - Georg P Krog - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - + - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + A natural person that is not a child i.e. has attained some legally specified age of adulthood - 2022-01-26 - Data Processing Agreement + 2022-03-30 + accepted + Adult + Georg Krog - + + Consent - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + Harshvardhan J. Pandit - AcademicScientificOrganisation - + accepted - - 2022-02-02 - Harshvardhan J. Pandit + + Consent of the Data Subject for specified processing + 2021-04-07 - + - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - Javier Fernández + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra Axel Polleres - Data Subject - - accepted - 2020-11-04 - - - - - + Harshvardhan J. Pandit + Javier Fernandez + Service Provision 2019-04-05 - The individual (or category of individuals) whose personal data is being processed + + + Provide service or product or activities + + accepted + - + - accepted - - + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) + + Harshvardhan J. Pandit + Piero Bonatti + Processing that involves automated decision making - - to spread data throughout - 2019-05-07 - Disseminate + + 2020-11-04 + Automated Decision Making + + - + + + Harshvardhan J. Pandit + Infer + to infer data from existing data accepted - Georg P Krog - Beatriz Esteves - Harshvardhan J. Pandit - Deliver service as requested by user or consumer - Requested Service Provision - - - 2021-09-08 + 2022-04-20 + + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. - + - 2021-09-08 - + 2021-04-07 + - Records of personal data processing, whether ex-ante or ex-post + + Enter Into Contract + Processing necessary to enter into contract accepted Harshvardhan J. Pandit - Data Processing Records - + Paul Ryan + Georg P Krog - + - accepted - Harshvardhan J. Pandit - 2022-02-02 - Entity - A human or non-human 'thing' that constitutes as an entity + to process data in a way it no longer exists or cannot be repaired + 2019-05-07 + + Destruct + accepted + - + - Georg P Krog Harshvardhan J. Pandit - 2022-02-09 - - - has third country - Indicates applicability or relevance of a 'third country' - - + Beatriz Esteves + + + + Personalised Advertising + + 2020-11-04 + Create and provide personalised advertising accepted - + - Vendor Selection Assessment - accepted - David Hickey - Paul Ryan + User Interface Personalisation + Javier Fernandez + Simon Steyskal + Fajar Ekaputra Harshvardhan J. Pandit - Georg P Krog - - + Elmar Kiesling + Axel Polleres + + accepted + 2019-04-05 - - Manage selection, assessment, and evaluation related to vendors + - 2021-09-01 + Personalise interfaces presented to the user - + - + + accepted + Audit Requested - Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - Georg P Krog - Fajar Ekaputra - 2022-03-23 - accepted - Harm - Impact that acts as or causes harms - + State of an audit being requested whose outcome is not yet known + + 2022-05-18 - + - + Julian Flake + Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit Georg P Krog - Beatriz Esteves - 2021-09-08 + Controller-Processor Agreement + 2022-01-26 - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - accepted - Sell products or services - Sell Products - - - + - A natural person that is not a child i.e. has attained some legally specified age of adulthood - Adult - - - 2022-03-30 - - Georg Krog - accepted + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor - + - + Bud Bruegger + 2019-04-05 accepted - The processing performed on personal data + Technical and Organisational Measure 2020-11-04 - Javier Fernández - Axel Polleres - 2019-04-05 - - Processing - + + The Technical and Organisational measures used. - + - accepted - Georg P. Krog - Harshvardhan J. Pandit + + + Data subjects that are temporary visitors Paul Ryan Beatriz Esteves + Georg P. Krog + Harshvardhan J. Pandit Julian Flake - - - Customer 2022-04-06 + accepted + Visitor - note: for B2B relations where customers are organisations, this concept only applies for data subjects - Data subjects that purchase goods or services - + - accepted - - - NationalAuthority - 2022-02-02 + + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit + 2019-04-05 + - An authority tasked with overseeing legal compliance for a nation - + Deletion or Erasure of data including any deletion guarantees + accepted + Storage Deletion - + - 2022-03-30 - Harshvardhan J. Pandit - Collected Personal Data - To indicate the source of data, use the DataSource concept with the hasDataSource relation + Processing that takes place at large scales accepted - - Personal Data that has been collected from another source such as the Data Subject + + Harshvardhan J. Pandit + Piero Bonatti + Large Scale Processing + 2020-11-04 + - + - 2019-04-05 - + Indicates the thing (e.g. plan, process, or entity) affected by an impact + accepted + Julian Flake + Beatriz Esteves + Fajar Ekaputra + Georg P Krog + Harshvardhan J. Pandit + + + has impact on + + + 2022-05-18 + + + + + + 2022-02-02 + An organisation that aims to achieve profit as its primary goal + - Increase Service Robustness - Simon Steyskal - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling + ForProfitOrganisation - Improve robustness and resilience of services + Harshvardhan J. Pandit accepted - - - - - - - - - - - - Entities Concepts - - - + - accepted - Record Management - David Hickey Georg P Krog - Paul Ryan + Beatriz Esteves Harshvardhan J. Pandit - + 2020-11-04 + + Conduct direct marketing i.e. marketing communicated directly to the individual + Direct Marketing - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - + + accepted - 2021-09-01 - + + - Georg P Krog + Harshvardhan J.Pandit + Beatriz Esteves Paul Ryan - Harshvardhan J. Pandit - - accepted - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - Impact Assessment + has address + 2020-11-04 + Specifies address of a legal entity such as street address or pin code + + accepted - + + + + + + + + + + + + + Entities Concepts + + + + + Mark Lizar + Bud Bruegger Harshvardhan J. Pandit - Georg P Krog - Indicates applicability of authority for a jurisdiction - - - - 2022-01-19 + Specifries the method by which consent can be/has been withdrawn + has withdrawal method + 2019-04-05 accepted - - has authority + Can be used to record information of how to withdraw consent, 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. - + - is mitigated by measure - Indicate a risk is mitigated by specified measure - - - - - accepted + Third-Party Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + + 2022-02-09 - Harshvardhan J. Pandit + + Harshvardhan J. Pandit - + - - - to delete data - accepted - - Erase - + 2022-03-23 + Impact + + Julian Flake + Fajar Ekaputra + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + The impact(s) possible or arising as a consequence from specified context - 2019-05-07 + + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + accepted + - + - Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data - 2022-01-19 - accepted + + + Transfer + - Piero Bonatti - Anonymised Data - It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData. - + accepted + 2019-05-07 + to move data from one place to another - + - - + 2019-05-07 - + + Remove + + to destruct or erase data + accepted - 2022-02-09 - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit - - has data processor - Indiciates inclusion or applicability of a Data Processor - + - 2019-05-07 - Share + Harshvardhan Pandit - - + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. accepted - to give data (or a portion of it) to others - + + Data directly or indirectly associated or related to an individual. + 2022-01-19 + Personal Data + + + + 2019-04-05 - + - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Simon Steyskal - Harshvardhan J. Pandit + accepted + Create and provide personalised recommendations - 2019-04-05 - Non-Commercial Research - + Rudy Jacob + Harshvardhan J. Pandit + + Create Personalized Recommendations + 2019-11-26 - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - + - + + - - - Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - Simon Steyskal - Personalised Benefits + accepted - Create and provide personalised benefits for a service - 2019-04-05 + Erase + to delete data + + 2019-05-07 - + - + Julian Flake + Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - - Legal Entity + Paul Ryan accepted - 2019-04-05 - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + 2022-04-06 + User + + Data subjects that use service(s) + - + Harshvardhan J. Pandit Georg P Krog Beatriz Esteves - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - Advertising accepted + Data Source + The source or origin of data 2020-11-04 - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - + + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - + - to move data from one place to another - - accepted - + Customer Relationship Management + Beatriz + Harshvardhan J. Pandit + Georg P Krog + 2021-09-08 + Manage and analyse interactions with past, current, and potential customers - Transfer - 2019-05-07 - - - + + accepted + + - + + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + Paul Ryan + Beatriz Esteves + Not Required + 2022-02-15 + + + Indication of neither being required nor optional i.e. not relevant or needed + accepted + + + + accepted Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - 2019-04-05 - Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. - Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia - + Georg P Krog + The consequence(s) possible or arising from failure of specified context - Risk Management Procedure - - accepted + 2022-03-23 + Consequence of Failure + + + - + - Javier Fernandez + accepted + A set of rules or procedures outlining the norms and practices for conducting activities + Code of Conduct + + Rob Brennan + Mark Lizar Axel Polleres - Elmar Kiesling - Simon Steyskal Harshvardhan J. Pandit - Fajar Ekaputra - accepted + 2019-04-05 - 2019-04-05 - Service Provision - Provide service or product or activities - - + - 2022-01-26 - - Sub-Processor Agreement + has consequence + Fajar Ekaputra Beatriz Esteves + Harshvardhan J. Pandit Georg P Krog - Paul Ryan Julian Flake - Harshvardhan J. Pandit + 2021-09-21 + Indicates consenquence(s) possible or arising from specified concept accepted + - - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + + + Removed plural suffix for consistency + 2020-11-04 - + - Destruct - - accepted - + + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Axel Polleres + Enforce Security + Was previous "Security". Prefixed to distinguish from TechOrg measures. + 2019-04-05 + + + Ensure and enforce security e.g. of data, personnel + + + + - to process data in a way it no longer exists or cannot be repaired - 2019-05-07 + + + Harshvardhan J. Pandit + Axel Polleres + Rob Brennan + Mark Lizar + Seal + A seal or a mark indicating proof of certification to some certification or standard + accepted + 2019-04-05 - + + Access Control Method + accepted - + Harshvardhan J. Pandit + Axel Polleres + Rob Brennan + Mark Lizar + + Methods which restrict access to a place or resource + 2019-04-05 + + + + + Axel Polleres + Javier Fernández + 2020-11-04 + + has legal basis + + + Indicates use or applicability of a Legal Basis + 2019-04-04 accepted - 2019-05-07 - to move data from one location to another including deleting the original copy - Move - - + - + - GovernmentalOrganisation - - An organisation managed or part of government + accepted + Specifies the indicated entity is responsible within some context Harshvardhan J. Pandit - - 2022-02-02 + has responsible entity + 2022-03-02 + + + - + - 2019-04-05 + Harshvardhan J. Pandit Mark Lizar Bud Bruegger + + + accepted + has withdrawal by + Specifies the entity that withdrew consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. + + 2019-04-05 + + + + + Human involvement is also relevant to 'human in the loop' + Paul Ryan Harshvardhan J. Pandit + Georg P. Krog + Indicates Involvement of humans in processing such as within automated decision making process + + has human involvement - + + 2020-11-04 + accepted - Specifies the justification for entity providing consent - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy - has provision by justification - + + - Specifies the instant in time when consent was withdrawn - + + has right + Indicates use or applicability of Right + accepted Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - has withdrawal time - 2019-04-05 + 2020-11-18 - + + Beatriz Esteves + Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Paul Ryan + Importance + accepted - 2019-04-05 + Importance can be used to express importance, desirability, relevance, or significance as a context. + + An indication of 'importance' within a context + + + 2022-02-09 + + + + has purpose + Javier Fernández Mark Lizar - Bud Bruegger + Axel Polleres Harshvardhan J. Pandit + Bud Bruegger + + + 2019-04-04 + + Indicates association with Purpose + accepted + + 2020-11-04 + + + + + + + + + + + + + Entities_Organisation Concepts + + + + - - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. - Specifies the entity that provisioned or provided consent - has provision by + + Paul Ryan + Georg P Krog + Harshvardhan J.Pandit + Beatriz Esteves + + 2020-11-04 + + has contact + Specifies contact details of a legal entity such as phone or email + accepted - + - Harshvardhan J. Pandit Javier Fernández + Harshvardhan J. Pandit Mark Lizar Bud Bruegger Axel Polleres - + + + - 2020-11-04 + + Indicates use or applicability of Technical or Organisational measure 2019-04-04 - - - Indicates association with Purpose - has purpose - + has technical and organisational measure + 2020-11-04 accepted - - + + 2022-03-30 - 2019-05-07 + Harshvardhan J. Pandit + To indicate the source of data, use the DataSource concept with the hasDataSource relation accepted - Derive - to create new derivative data from the original data - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. - - + Collected Personal Data - + Personal Data that has been collected from another source such as the Data Subject + - + - 2022-01-19 - + A group of Data Controllers that jointly determine the purposes and means of processing + accepted + + + 2022-02-02 + Joint Data Controllers + Georg Krog + Harshvardhan Pandit + To indicate the membership, hasDataController may be used + + + + + + 2022-05-18 accepted - Non-Personal Data - Data that is not Personal Data + + Compliance Status Harshvardhan J. Pandit - The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used. + Status associated with Compliance with some norms, objectives, or requirements - + - 2020-11-04 - - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - Beatriz Esteves - Harshvardhan J. Pandit - Georg P Krog + 2019-05-07 + + to modify the data, often rewritten into a new form for a new use + + + Adapt + + accepted + + + + Manage and provide technical processes and functions necessary for delivering services + + Technical Service Provision + + Harshvardhan J. Pandit accepted - Legal Compliance + 2021-09-08 + + + + + + + + + + + + + + + + + + + + + + + + + Entities_Datasubject Concepts + - + - Elmar Kiesling Harshvardhan J. Pandit - Simon Steyskal - Fajar Ekaputra - Javier Fernandez - Axel Polleres + Julian Flake + Georg P. Krog + + + + Indicates the specified concepts is 'before' this concept in some context + + 2022-03-02 + accepted - 2019-04-05 - Contextually relevant information about purpose not possible to represent through other concepts + is before + + + + + Use - Context + accepted + to use data + 2019-05-07 + - + - - - Align - 2019-05-07 - - accepted - - to adjust the data to be in relation to another data + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + 2020-11-18 + Harshvardhan J. Pandit + + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + Risk + + - + - - + + 2022-01-19 + Indicates area, scope, or applicability of an Authority + is authority for + - Harshvardhan J. Pandit - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. - Data Processor - - 2019-06-04 + Georg P Krog + Harshvardhan J. Pandit + accepted - + - Simon Steyskal + accepted + + Harshvardhan J. Pandit - Fajar Ekaputra - Javier Fernandez - Axel Polleres - Elmar Kiesling - + The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age. + 2020-11-25 + Child - - 2019-04-05 - - User Interface Personalisation - accepted - Personalise interfaces presented to the user + + A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction. - + - + + Mark Lizar + Bud Bruegger + Harshvardhan J. Pandit + accepted - accepted - - has risk - Indicates applicability of Risk - Indicates applicability of Risk for this concept - 2020-11-18 - Harshvardhan J. Pandit + 2019-04-05 + Specifies the entity that provisioned or provided consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + has provision by - + - Citizen - Georg P. Krog - Paul Ryan - Beatriz Esteves - Julian Flake + Conditions required or followed regarding storage of data + Rob Brennan + Mark Lizar + Axel Polleres Harshvardhan J. Pandit - - Data subjects that are citizens (for a jurisdiction) - + + Storage Condition + + 2019-04-05 + accepted - 2022-04-06 - - + - Monitor solvency of customers for financial diligence - Harshvardhan J. Pandit - Georg P Krog - Beatriz - 2021-09-08 + Generated Personal Data accepted - - Customer Solvency Monitoring - + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + Harshvardhan J. Pandit + + 2022-03-30 + Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - + - Julian Flake - Harshvardhan J. Pandit - Beatriz Esteves - Georg P Krog - Paul Ryan - - 2022-01-26 - Joint Data Controllers Agreement accepted + Counter Money Laundering + + Detect and prevent or mitigate money laundering + 2022-04-20 - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship - - - - - - accepted - 2022-02-02 - Harshvardhan J. Pandit - NonGovernmentalOrganisation - - An organisation not part of or independent from the government - - + - Georg P. Krog - Paul Ryan + Harm + accepted Julian Flake - Harshvardhan J. Pandit Beatriz Esteves - + Fajar Ekaputra + Georg P Krog + Harshvardhan J. Pandit + - accepted - Data subjects that are clients or recipients of services - 2022-04-06 - - Client + + Impact that acts as or causes harms + 2022-03-23 - + - Alter - - accepted - - to change the data without changing it into something else - + + 2022-04-20 + Match + to combine, compare, or match data from different sources + accepted + + Harshvardhan J. Pandit - 2019-05-07 + - + + + Management and execution of payment of personnel + + + Personnel Payment accepted - - - Georg P. Krog Harshvardhan J. Pandit - Paul Ryan - - has data source - - 2020-11-04 - Indicates the source or origin of data being processed + 2022-04-20 - + - 2020-11-04 - Paul Ryan - Harshvardhan J.Pandit - Beatriz Esteves - Georg P Krog + 2022-01-19 + - - - - accepted - Specifies contact details of a legal entity such as phone or email - has contact - - - + has personal data + accepted - - - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service - Mark Lizar - Rob Brennan Harshvardhan J. Pandit - Axel Polleres - Privacy by Default - - 2019-04-05 + Indicates association with Personal Data - + - accepted - - Conduct research and development for new methods, products, or services - - - Simon Steyskal - Javier Fernandez + A set of rules or guidelines outlining criterias for design + Rob Brennan + Mark Lizar Axel Polleres - Elmar Kiesling Harshvardhan J. Pandit - Fajar Ekaputra - 2019-04-05 - Research and Development + + + + Design Standard + accepted + - + - Necessity - An indication of 'necessity' within a context - accepted - - Paul Ryan Beatriz Esteves Julian Flake Harshvardhan J. Pandit + Paul Ryan Georg P Krog - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 + 2022-01-26 + + Public Data Source + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + + A source of data that is publicly accessible or available - + - Organisational Measure - Rob Brennan - Mark Lizar - Axel Polleres - Harshvardhan J. Pandit - 2019-04-05 - - + Conduct marketing through social media + - Organisational measures required/followed when processing data of the declared category + Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + 2020-11-04 + accepted + Social Media - + - Impact that acts as or causes non-material damages - - accepted - Non-Material Damage Harshvardhan J. Pandit - + Mark Lizar + Bud Bruegger + 2019-04-05 + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + - 2022-03-30 + + has consent notice + Specifies the notice provided in context of consent - + - Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. - 2019-04-05 - Mark Lizar - Bud Bruegger Harshvardhan J. Pandit + Rob Brennan + Mark Lizar + Axel Polleres - Specifies the entity that withdrew consent - + accepted - - has withdrawal by + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance + + Certification + 2019-04-05 - + - - Analyse + Harshvardhan J. Pandit + 2022-04-20 + + Generate + to generate or create data accepted - - 2019-05-07 - to study or examine the data in detail - - + + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - - - Adapt accepted - - 2019-05-07 - to modify the data, often rewritten into a new form for a new use + + Harshvardhan J. Pandit + Georg P Krog + Paul Ryan + 2020-11-04 + + Impact Assessment - + - Javier Fernandez - Simon Steyskal - Axel Polleres - Elmar Kiesling - Harshvardhan J. Pandit - Fajar Ekaputra - + 2022-02-02 - accepted - - 2019-04-05 - Optimize activities and services for consumer or user + + An organisation managed or part of government + GovernmentalOrganisation + + Harshvardhan J. Pandit - - Optimisation for Consumer + accepted - + + + + + + + + + + + + + + + Personal_Data Concepts + + - accepted - 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 - 2022-02-09 - Harshvardhan J. Pandit + Beatriz Esteves + Paul Ryan + Georg P Krog + Harshvardhan J.Pandit + has representative - + accepted + Specifies representative of the legal entity + 2020-11-04 + + + - + - Records of activities within some context such as maintainence tasks or governance functions - Records of Activities - 2021-09-08 + Axel Polleres + Harshvardhan J. Pandit + Mark Lizar + Rob Brennan + accepted - Georg P Krog + 2019-04-05 + + Storage Restoration + Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved + + + + accepted + Paul Ryan + Georg P. Krog Harshvardhan J. Pandit - + Julian Flake + Beatriz Esteves + Data subjects that are employees + + + Employee + 2022-04-06 - + - 2022-01-26 - The involvement of humans in specified context - + Indicates applicability of Risk + Indicates applicability of Risk for this concept + + - - + accepted + 2020-11-18 + has risk + Harshvardhan J. Pandit - Human Involvement - Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. - + - is implemented using technology - + - + accepted - 2022-01-26 - Beatriz Esteves - Julian Flake Harshvardhan J. Pandit - Paul Ryan - accepted - The term 'technology' is inclusive of technologies, processes, and methods. - Indicates implementation details such as technologies or processes - + Javier Fernandez + Elmar Kiesling + Simon Steyskal + Fajar Ekaputra + Axel Polleres + Subclass of ServiceProvision since optimisation is usually considered part of providing services + Service Optimization + + 2019-04-05 + Optimise services or activities - + - 2021-04-07 + + 2020-11-04 + + 2021-12-08 + Data Protection Officer + modified + + Paul Ryan - Georg P Krog - Harshvardhan J. Pandit + Georg Krog + An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority. + + + + + Data Protection Authority + accepted + + + Georg Krog + Paul Ryan + Harshvardhan Pandit + 2020-11-04 + An authority tasked with overseeing legal compliance regarding privacy and data protection laws. + + + + accepted - Enter Into Contract + Rob Brennan + Mark Lizar + Axel Polleres + Harshvardhan J. Pandit + 2019-04-05 + A legally binding agreement - Processing necessary to enter into contract - + + + Legal Agreement @@ -5063,398 +5482,364 @@ - + - accepted - - Rob Brennan - Mark Lizar + + The consequence(s) possible or arising from specified context + Consequence + 2022-01-26 + accepted Harshvardhan J. Pandit - Axel Polleres - 2019-04-05 - - Procedures for determining authorisation through permission or authority - Authorisation Procedure - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + - + - 2021-09-01 - accepted - Georg P Krog - David Hickey - Paul Ryan + Material Damage + accepted + Impact that acts as or causes material damages Harshvardhan J. Pandit - Manage compliance for organisation in relation to internal policies - + - Organisation Compliance Management + 2022-03-30 - + - - 2020-11-04 - - Indicates risks mitigated by this concept - mitigates risk - - + 2021-09-08 + + Create, maintain, and manage accounts for purposes of providing services + Account Management - accepted Harshvardhan J. Pandit + Beatriz Esteves + Georg P Krog + + + accepted - - isSubTypeOf - - - + - - Acquire - - to come into possession or control of the data - + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + accepted - 2019-05-07 + + Legitimate Interests of a Third Party in conducting specified processing + 2021-05-19 + Legitimate Interest of Third Party - + + + 2022-01-26 + Paul Ryan + Beatriz Esteves + Harshvardhan J. Pandit + Georg P Krog + Julian Flake + + accepted - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data - + + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + Data Processing Agreement + + + + Legal Entity - 2022-01-19 - Harshvardhan J. Pandit - Pseudo-anonymised Data + 2019-04-05 + accepted + + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + Harshvardhan J. Pandit - + - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - Legal Basis + + to consult or query data - accepted + + - 2020-11-04 - 2019-04-05 - The Legal basis used to justify processing of personal data - Axel Polleres - Javier Fernández + Consult + accepted + 2019-05-07 + - + + has range + + + - Harshvardhan J. Pandit - Rob Brennan - Mark Lizar - Axel Polleres - - Design Standard + accepted - A set of rules or guidelines outlining criterias for design - 2019-04-05 - + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Processing is necessary or required to protect vital interests of a data subject + 2021-04-21 + Vital Interest of Data Subject + - + + isSubTypeOf + + + - - 2022-01-19 + Processing is necessary or required to protect vital interests of a data subject or other natural person accepted - Inferred Personal Data + + + Vital Interest Harshvardhan J. Pandit - Personal Data that is obtained through inference from other data - Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. - - + 2021-04-21 - + - - 2022-02-02 + + to arrange data according to a structure + 2019-05-07 + - Organisation + + Structure accepted - Harshvardhan J. Pandit - - A general term reflecting a company or a business or a group acting as a unit - + - Storage Deletion - - + 2022-01-19 - Mark Lizar - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - 2019-04-05 + - Deletion or Erasure of data including any deletion guarantees + It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData. + Piero Bonatti + Anonymised Data + Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data + accepted - + - - + to change the form or nature of data + accepted 2019-05-07 - to solicit or gather data from someone - Obtain - - accepted - - - - Georg Krog - Paul Ryan - Harshvardhan Pandit - Data Protection Authority - - - accepted - 2020-11-04 - An authority tasked with overseeing legal compliance regarding privacy and data protection laws. - - - - + Transform - Harshvardhan J. Pandit - Georg P Krog - Paul Ryan - Vital Interest of Data Subject - - - Processing is necessary or required to protect vital interests of a data subject - 2021-04-21 - accepted - + - + Simon Steyskal + Fajar Ekaputra + Axel Polleres + Harshvardhan J. Pandit + Javier Fernandez + Elmar Kiesling + + + 2019-04-05 - - Harshvardhan J. Pandit - Third-Party Agreement - + + Improve customer-relationship management (CRM) processes accepted - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party - 2022-02-09 + + Improve Internal CRM Processes - + - - - to use data + Javier Fernández + Axel Polleres + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + 2020-11-04 + 2019-04-05 + + + Personal Data Handling accepted - - 2019-05-07 - Use - - + - accepted + + Was "UsageAnalytics", prefixed with Service to better reflect scope - 2019-04-05 - Mark Lizar - Rob Brennan + Beatriz Esteves Harshvardhan J. Pandit - Axel Polleres - + Georg P Krog + Analytics + Conduct analysis and reporting related to usage of services or products - Guidelines or Principles regarding processing and operational measures - GuidelinesPrinciple + 2020-11-04 + accepted - + - accepted 2019-04-05 - Mark Lizar + + has expiry time + + Bud Bruegger Harshvardhan J. Pandit - Specifries the method by which consent can be/has been withdrawn - - - has withdrawal method - Can be used to record information of how to withdraw consent, 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. + Mark Lizar + accepted + Specifies the expiry time or duration for consent - + - + 2021-05-19 + Legitimate Interest + accepted + - has recipient third party - 2022-02-09 - Georg P. Krog - Paul Ryan Harshvardhan J. Pandit - - - - Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + Legitimate Interests of a Party as justification for specified processing - + - + Records of Activities + 2021-09-08 + Records of activities within some context such as maintainence tasks or governance functions - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. - - Communication Management + + Paul Ryan Harshvardhan J. Pandit - David Hickey Georg P Krog - Paul Ryan - Manage communication or provide means for communication e.g. to send an email notifying some information + + accepted - 2021-09-01 - - + accepted + Organisation Risk Management + Georg P Krog + David Hickey + Paul Ryan + Harshvardhan J. Pandit + + 2021-09-01 + Manage risk for organisation's activities - A human - - Harshvardhan J. Pandit - Natural Person - 2022-02-09 - - - - isInstanceOf - + - An organisation that aims to achieve profit as its primary goal - Harshvardhan J. Pandit - - ForProfitOrganisation - + Create and provide personalised recommendations for events + + accepted - 2022-02-02 - - - - - - - - - - - - - Entities_Organisation Concepts + + Harshvardhan J. Pandit + Rudy Jacob + Create Event Recommendations + 2019-11-26 - + - 2022-02-09 - - - The duration or temporal limitation + 2019-05-07 + + + + + Transmit + to send out data accepted - Harshvardhan J. Pandit - Duration - + - Organisation Governance - David Hickey - Georg P Krog - Paul Ryan - Harshvardhan J. Pandit - 2021-09-01 accepted + + + - - Conduct activities and functions for organisation's governance - - + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + 2022-02-09 + Indiciates inclusion or applicability of a Third Party as a Recipient of persona data + has recipient third party - + - Storage Duration - Axel Polleres - Rob Brennan - Mark Lizar + + Paul Ryan + Georg P Krog Harshvardhan J. Pandit - - + Official Authority of Controller - 2019-04-05 - accepted - Duration or temporal limitation on storage of personal data - - - - Georg P Krog - Paul Ryan - Harshvardhan J.Pandit - Beatriz Esteves - - has representative - - 2020-11-04 - Specifies representative of the legal entity + 2021-05-05 + Processing necessary or authorised through the official authority granted to or vested in the Data Controller - - - - accepted - + - + Create and provide customisation based on attributes and/or needs of person(s) or context(s). - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - Sensitive Personal Data whose use requires specific legal permission or justification - modified - - Fajar Ekaputra - Elmar Kiesling; Harshvardhan J. Pandit - 2019-05-07 - Special Category Personal Data - - 2022-01-19 - - - - has range + 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 + + Personalisation has domain + + + parent property for controller, processor, data subject, authority, etc.? + + + + + + Harshvardhan J. Pandit + has entity + accepted + Indicates inclusion or applicability of an entity to some concept + 2022-02-09 + + + Concept + + Relation diff --git a/dpv/dpv.ttl b/dpv/dpv.ttl index ae07884a1..94ae7caf9 100644 --- a/dpv/dpv.ttl +++ b/dpv/dpv.ttl @@ -36,12 +36,12 @@ "Harshvardhan J. Pandit" ; dct:description "The Data Privacy Vocabulary (DPV) provides terms (classes and properties) to represent information about legally compliant personal data handling, which includes purposes, processing, personal data, technical and organisational measures."@en ; dct:license ; - dct:modified "2022-04-02"^^xsd:date ; + dct:modified "2022-05-25"^^xsd:date ; dct:source ; dct:title "Data Privacy Vocabulary"@en ; vann:preferredNamespacePrefix "dpv" ; - vann:preferredNamespaceUri "https://w3id.org/dpv"^^xsd:string ; - owl:versionInfo "0.6"^^xsd:string . + vann:preferredNamespaceUri "https://w3id.org/dpv#"^^xsd:string ; + owl:versionInfo "0.7"^^xsd:string . dpv:BaseConcepts a skos:Collection ; dct:title "Base Concepts"^^xsd:string ; @@ -87,25 +87,46 @@ dpv:ConsentConcepts a skos:Collection ; dpv:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpv:AlgorithmicLogic, + skos:member dpv:ActivityCompleted, + dpv:ActivityHalted, + dpv:ActivityOngoing, + dpv:ActivityProposed, + dpv:ActivityStatus, + dpv:AlgorithmicLogic, + dpv:AuditApproved, + dpv:AuditNotRequired, + dpv:AuditRejected, + dpv:AuditRequested, + dpv:AuditRequired, + dpv:AuditStatus, + dpv:ComplianceStatus, + dpv:Compliant, dpv:Context, dpv:Duration, dpv:Frequency, dpv:HumanInvolvement, dpv:Importance, + dpv:Incompliant, dpv:Necessity, + dpv:NotCompliant, dpv:NotRequired, dpv:Optional, + dpv:PartiallyCompliant, dpv:PrimaryImportance, dpv:Required, dpv:SecondaryImportance, + dpv:Status, dpv:Technology, + dpv:ViolationOfCompliance, + dpv:hasActivityStatus, dpv:hasAlgorithmicLogic, + dpv:hasComplianceStatus, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasHumanInvolvement, dpv:hasIdentifier, + dpv:hasStatus, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, @@ -259,7 +280,10 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:DiscloseByTransmission, dpv:Disseminate, dpv:Erase, + dpv:Generate, + dpv:Infer, dpv:MakeAvailable, + dpv:Match, dpv:Move, dpv:Obtain, dpv:Organise, @@ -303,12 +327,15 @@ dpv:PurposesConcepts a skos:Collection ; skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, + dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, + dpv:CounterMoneyLaundering, dpv:CreateEventRecommendations, dpv:CreatePersonalizedRecommendations, dpv:CreateProductRecommendations, + dpv:CreditChecking, dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerManagement, @@ -341,7 +368,9 @@ dpv:PurposesConcepts a skos:Collection ; dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, + dpv:PersonnelHiring, dpv:PersonnelManagement, + dpv:PersonnelPayment, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, @@ -527,6 +556,50 @@ dpv:Acquire a skos:Concept, skos:prefLabel "Acquire"@en ; dpv:isSubTypeOf dpv:Obtain . +dpv:ActivityCompleted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Completed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityHalted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Halted"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityOngoing a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Ongoing"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityProposed a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Proposed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + dpv:Adapt a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -607,6 +680,72 @@ dpv:AnonymisedData a skos:Concept, skos:prefLabel "Anonymised Data"@en ; dpv:isSubTypeOf dpv:NonPersonalData . +dpv:AntiTerrorismOperations a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Anti-Terrorism Operations"@en ; + dpv:isSubTypeOf dpv:EnforceSecurity . + +dpv:AuditApproved a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being approved through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Approved"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditNotRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Not Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRejected a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Rejected"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequested a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Requested"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + dpv:AuthorisationProcedure a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -632,6 +771,7 @@ dpv:AutomatedDecisionMaking a skos:Concept, sw:term_status "accepted"@en ; skos:definition "Processing that involves automated decision making"@en ; skos:inScheme dpv: ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en ; dpv:isSubTypeOf dpv:ProcessingContext . @@ -801,6 +941,17 @@ dpv:CompleteAnonymisation a skos:Concept, skos:prefLabel "Complete Anonymisation"@en ; dpv:isSubTypeOf dpv:Anonymization . +dpv:Compliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being fully compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Consent a skos:Concept, dpv:Concept ; dct:created "2021-04-07"^^xsd:date ; @@ -942,6 +1093,17 @@ dpv:Copy a skos:Concept, skos:related svpr:Copy ; dpv:isSubTypeOf dpv:Processing . +dpv:CounterMoneyLaundering a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Counter Money Laundering"@en ; + dpv:isSubTypeOf dpv:FraudPreventionAndDetection . + dpv:CreateEventRecommendations a skos:Concept, dpv:Concept ; dct:created "2019-11-26"^^xsd:date ; @@ -972,6 +1134,17 @@ dpv:CreateProductRecommendations a skos:Concept, skos:related svpu:Marketing ; dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations . +dpv:CreditChecking a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Credit Checking"@en ; + dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring . + dpv:CustomerClaimsManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -1000,20 +1173,6 @@ dpv:CustomerOrderManagement a skos:Concept, skos:prefLabel "Customer Order Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . -dpv:CustomerSolvencyMonitoring a skos:Concept, - dpv:Concept ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Monitor solvency of customers for financial diligence"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Customer Solvency Monitoring"@en ; - dpv:isSubTypeOf dpv:CustomerManagement . - dpv:DPIA a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; @@ -1123,19 +1282,6 @@ dpv:DeliveryOfGoods a skos:Concept, skos:related svpu:Delivery ; dpv:isSubTypeOf dpv:RequestedServiceProvision . -dpv:Derive a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to create new derivative data from the original data"@en ; - skos:inScheme dpv: ; - skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - skos:prefLabel "Derive"@en ; - skos:related svpr:Derive ; - dpv:isSubTypeOf dpv:Transform . - dpv:DesignStandard a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1345,22 +1491,16 @@ dpv:ForProfitOrganisation a skos:Concept, skos:prefLabel "ForProfitOrganisation"@en ; dpv:isSubTypeOf dpv:Organisation . -dpv:FraudPreventionAndDetection a skos:Concept, +dpv:Generate a skos:Concept, dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Detect and prevent fraud"@en ; + skos:definition "to generate or create data"@en ; skos:inScheme dpv: ; - skos:prefLabel "Fraud Prevention and Detection"@en ; - skos:related svpu:Government ; - dpv:isSubTypeOf dpv:EnforceSecurity . + skos:prefLabel "Generate"@en ; + dpv:isSubTypeOf dpv:Obtain . dpv:Harm a skos:Concept, dpv:Concept ; @@ -1458,6 +1598,17 @@ dpv:ImproveInternalCRMProcesses a skos:Concept, dpv:isSubTypeOf dpv:CustomerRelationshipManagement, dpv:OptimisationForController . +dpv:Incompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Incompliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:IncreaseServiceRobustness a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -1486,6 +1637,18 @@ dpv:IndustryConsortium a skos:Concept, skos:prefLabel "IndustryConsortium"@en ; dpv:isSubTypeOf dpv:Organisation . +dpv:Infer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to infer data from existing data"@en ; + skos:inScheme dpv: ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en ; + dpv:isSubTypeOf dpv:Derive . + dpv:InferredPersonalData a skos:Concept, dpv:Concept ; dct:created "2022-01-19"^^xsd:date ; @@ -1658,6 +1821,18 @@ dpv:MakeAvailable a skos:Concept, skos:prefLabel "Make Available"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:Match a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Match"@en ; + dpv:isSubTypeOf dpv:Use . + dpv:MaterialDamage a skos:Concept, dpv:Concept ; dct:created "2022-03-30"^^xsd:date ; @@ -1818,6 +1993,17 @@ dpv:NonPublicDataSource a skos:Concept, skos:prefLabel "Non-Public Data Source"@en ; dpv:isSubTypeOf dpv:DataSource . +dpv:NotCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Not Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:NotRequired a skos:Concept, dpv:Concept ; dct:created "2022-02-15"^^xsd:date ; @@ -1930,6 +2116,17 @@ dpv:PIA a skos:Concept, skos:prefLabel "Privacy Impact Assessment"@en ; dpv:isSubTypeOf dpv:ImpactAssessment . +dpv:PartiallyCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Partially Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Participant a skos:Concept, dpv:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -1989,18 +2186,27 @@ dpv:PersonalisedBenefits a skos:Concept, skos:prefLabel "Personalised Benefits"@en ; dpv:isSubTypeOf dpv:ServicePersonalization . -dpv:PersonnelManagement a skos:Concept, +dpv:PersonnelHiring a skos:Concept, dpv:Concept ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:definition "Management and execution of hiring processes of personnel"@en ; skos:inScheme dpv: ; - skos:prefLabel "Personnel Management"@en ; - dpv:isSubTypeOf dpv:HumanResources . + skos:prefLabel "Personnel Hiring"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . + +dpv:PersonnelPayment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Payment"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . dpv:PrimaryImportance a skos:Concept, dpv:Concept ; @@ -2775,6 +2981,17 @@ dpv:VendorSelectionAssessment a skos:Concept, skos:prefLabel "Vendor Selection Assessment"@en ; dpv:isSubTypeOf dpv:VendorManagement . +dpv:ViolationOfCompliance a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where objectives have been violated"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Violation of Compliance"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:Visitor a skos:Concept, dpv:Concept ; dct:created "2022-04-06"^^xsd:date ; @@ -2817,6 +3034,19 @@ dpv:VulnerableDataSubject a skos:Concept, skos:prefLabel "Vulnerable Data Subject"@en ; dpv:isSubTypeOf dpv:DataSubject . +dpv:hasActivityStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has activity status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ActivityStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasAddress a skos:Concept, dpv:Relation ; dct:created "2020-11-04"^^xsd:date ; @@ -2871,6 +3101,19 @@ dpv:hasAuthority a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:Authority . +dpv:hasComplianceStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has compliance status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ComplianceStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasConsentNotice a skos:Concept, dpv:Relation ; dct:created "2019-04-05"^^xsd:date ; @@ -3082,7 +3325,7 @@ dpv:hasIdentifier a skos:Concept, dpv:hasImpact a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -3099,7 +3342,7 @@ dpv:hasImpact a skos:Concept, dpv:hasImpactOn a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -3663,6 +3906,20 @@ dpv:CustomerRelationshipManagement a skos:Concept, skos:prefLabel "Customer Relationship Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . +dpv:CustomerSolvencyMonitoring a skos:Concept, + dpv:Concept ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor solvency of customers for financial diligence"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Customer Solvency Monitoring"@en ; + dpv:isSubTypeOf dpv:CustomerManagement . + dpv:DataExporter a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -3720,6 +3977,19 @@ dpv:DataProtectionOfficer a skos:Concept, skos:prefLabel "Data Protection Officer"@en ; dpv:isSubTypeOf dpv:Representative . +dpv:Derive a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to create new derivative data from the original data"@en ; + skos:inScheme dpv: ; + skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + skos:prefLabel "Derive"@en ; + skos:related svpr:Derive ; + dpv:isSubTypeOf dpv:Transform . + dpv:DerivedPersonalData a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -3736,6 +4006,23 @@ dpv:DerivedPersonalData a skos:Concept, skos:related svd:Derived ; dpv:isSubTypeOf dpv:PersonalData . +dpv:FraudPreventionAndDetection a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent fraud"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Fraud Prevention and Detection"@en ; + skos:related svpu:Government ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:Frequency a skos:Concept, dpv:Concept ; dct:created "2022-02-16"^^xsd:date ; @@ -4350,6 +4637,19 @@ dpv:Personalisation a skos:Concept, skos:prefLabel "Personalisation"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:PersonnelManagement a skos:Concept, + dpv:Concept ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Personnel Management"@en ; + dpv:isSubTypeOf dpv:HumanResources . + dpv:Policy a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -4452,6 +4752,18 @@ dpv:hasDataController a skos:Concept, dpv:LegalEntity ; dpv:isSubTypeOf dpv:hasEntity . +dpv:hasStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:inScheme dpv: ; + skos:prefLabel "has status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:Status . + dpv:Anonymization a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4481,23 +4793,6 @@ dpv:DataSource a skos:Concept, skos:prefLabel "Data Source"@en ; dpv:isSubTypeOf dpv:ProcessingContext . -dpv:EnforceSecurity a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; - skos:inScheme dpv: ; - skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - skos:prefLabel "Enforce Security"@en ; - dpv:isSubTypeOf dpv:Purpose . - dpv:GuidelinesPrinciple a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4541,17 +4836,6 @@ dpv:Necessity a skos:Concept, skos:prefLabel "Necessity"@en ; dpv:isSubTypeOf dpv:Context . -dpv:Obtain a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to solicit or gather data from someone"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Obtain"@en ; - dpv:isSubTypeOf dpv:Processing . - dpv:ResearchAndDevelopment a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4646,6 +4930,23 @@ dpv:DataProcessingAgreement a skos:Concept, skos:prefLabel "Data Processing Agreement"@en ; dpv:isSubTypeOf dpv:LegalAgreement . +dpv:EnforceSecurity a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; + skos:inScheme dpv: ; + skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + skos:prefLabel "Enforce Security"@en ; + dpv:isSubTypeOf dpv:Purpose . + dpv:LegalAgreement a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4674,6 +4975,17 @@ dpv:Marketing a skos:Concept, skos:prefLabel "Marketing"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:Obtain a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to solicit or gather data from someone"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Obtain"@en ; + dpv:isSubTypeOf dpv:Processing . + dpv:OptimisationForController a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -4716,16 +5028,38 @@ dpv:Risk a skos:Concept, skos:note "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure."@en ; skos:prefLabel "Risk"@en . -dpv:Use a skos:Concept, +dpv:Status a skos:Concept, dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to use data"@en ; + skos:definition "The status or state of something"@en ; skos:inScheme dpv: ; - skos:prefLabel "Use"@en ; - dpv:isSubTypeOf dpv:Processing . + skos:prefLabel "Status"@en ; + dpv:isSubTypeOf dpv:Context . + +dpv:ActivityStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Activity Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:AuditStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Audit Status"@en ; + dpv:isSubTypeOf dpv:Status . dpv:Consequence a skos:Concept, dpv:Concept ; @@ -4807,6 +5141,17 @@ dpv:TechnicalMeasure a skos:Concept, skos:prefLabel "Technical Measure"@en ; dpv:isSubTypeOf dpv:TechnicalOrganisationalMeasure . +dpv:Use a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to use data"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Use"@en ; + dpv:isSubTypeOf dpv:Processing . + dpv:hasRecipient a skos:Concept, dpv:Relation ; dct:created "2019-04-04"^^xsd:date ; @@ -4843,6 +5188,17 @@ dpv:hasTechnicalOrganisationalMeasure a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:TechnicalOrganisationalMeasure . +dpv:ComplianceStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Compliance Status"@en ; + dpv:isSubTypeOf dpv:Status . + dpv:Impact a skos:Concept, dpv:Concept ; dct:created "2022-03-23"^^xsd:date ; @@ -4920,21 +5276,6 @@ dpv:ProcessingContext a skos:Concept, skos:prefLabel "Processing Context"@en ; dpv:isSubTypeOf dpv:Context . -dpv:Context a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Contextually relevant information about purpose not possible to represent through other concepts"@en ; - skos:inScheme dpv: ; - skos:prefLabel "Context"@en . - dpv:Organisation a skos:Concept, dpv:Concept ; dct:created "2022-02-02"^^xsd:date ; @@ -4972,6 +5313,21 @@ dpv:Transform a skos:Concept, skos:prefLabel "Transform"@en ; dpv:isSubTypeOf dpv:Processing . +dpv:Context a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Contextually relevant information about purpose not possible to represent through other concepts"@en ; + skos:inScheme dpv: ; + skos:prefLabel "Context"@en . + dpv:ServiceProvision a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/index.html b/dpv/index.html index 3fa4bff03..37456b0b1 100644 --- a/dpv/index.html +++ b/dpv/index.html @@ -9,8 +9,8 @@ var respecConfig = { shortName: "dpv", title: "Data Privacy Vocabulary (DPV)", - subtitle: "version 0.6", - publishDate: "2022-04-02", + subtitle: "version 0.7", + publishDate: "2022-05-25", specStatus: "CG-DRAFT", group: "dpvcg", latestVersion: "https://w3id.org/dpv", @@ -436,7 +436,7 @@

              Classes

              Data Controller

IRI `https://w3id.org/dpv#VitalInterestOfNaturalPerson`
- < + @@ -486,7 +486,7 @@

Data Controller

Data Subject

IRI `https://w3id.org/dpv#DataController`
- < + @@ -536,7 +536,7 @@

Data Subject

Data Subject Right

IRI `https://w3id.org/dpv#DataSubject`
- < + @@ -577,7 +577,7 @@

Data Subject Right

Legal Basis

IRI `https://w3id.org/dpv#DataSubjectRight`
- < + @@ -608,7 +608,7 @@

Legal Basis

Personal Data

IRI `https://w3id.org/dpv#LegalBasis`
- < + @@ -663,7 +663,7 @@

Personal Data

Personal Data Handling

IRI `https://w3id.org/dpv#PersonalData`
- < + @@ -697,7 +697,7 @@

Personal Data Handling

Processing

IRI `https://w3id.org/dpv#PersonalDataHandling`
- < + @@ -743,7 +743,7 @@

Processing

Purpose

IRI `https://w3id.org/dpv#Processing`
- < + @@ -789,7 +789,7 @@

Purpose

Recipient

IRI `https://w3id.org/dpv#Purpose`
- < + @@ -846,7 +846,7 @@

Recipient

Right

IRI `https://w3id.org/dpv#Recipient`
- < + @@ -881,7 +881,7 @@

Right

Risk

IRI `https://w3id.org/dpv#Right`
- < + @@ -914,7 +914,7 @@

Risk

Technical and Organisational Measure

IRI `https://w3id.org/dpv#Risk`
- < + @@ -1343,7 +1343,7 @@

Classes

Entity

IRI `https://w3id.org/dpv#TechnicalOrganisationalMeasure`
- < + @@ -1372,7 +1372,7 @@

Entity

Legal Entity

IRI `https://w3id.org/dpv#Entity`
- < + @@ -1407,7 +1407,7 @@

Legal Entity

Natural Person

IRI `https://w3id.org/dpv#LegalEntity`
- < + @@ -1442,7 +1442,7 @@

Natural Person

Representative

IRI `https://w3id.org/dpv#NaturalPerson`
- < + @@ -1704,7 +1704,7 @@

Classes

Data Controller

IRI `https://w3id.org/dpv#Representative`
- < + @@ -1754,7 +1754,7 @@

Data Controller

Data Exporter

IRI `https://w3id.org/dpv#DataController`
- < + @@ -1802,7 +1802,7 @@

Data Exporter

Data Importer

IRI `https://w3id.org/dpv#DataExporter`
- < + @@ -1850,7 +1850,7 @@

Data Importer

Data Processor

IRI `https://w3id.org/dpv#DataImporter`
- < + @@ -1891,7 +1891,7 @@

Data Processor

Data Protection Officer

IRI `https://w3id.org/dpv#DataProcessor`
- < + @@ -1937,7 +1937,7 @@

Data Protection Officer

Data Sub-Processor

IRI `https://w3id.org/dpv#DataProtectionOfficer`
- < + @@ -1976,7 +1976,7 @@

Data Sub-Processor

Joint Data Controllers

IRI `https://w3id.org/dpv#DataSubProcessor`
- < + @@ -2016,7 +2016,7 @@

Joint Data Controllers

Recipient

IRI `https://w3id.org/dpv#JointDataControllers`
- < + @@ -2073,7 +2073,7 @@

Recipient

Third Party

IRI `https://w3id.org/dpv#Recipient`
- < + @@ -2434,7 +2434,7 @@

Classes

Authority

IRI `https://w3id.org/dpv#ThirdParty`
- < + @@ -2472,7 +2472,7 @@

Authority

Data Protection Authority

IRI `https://w3id.org/dpv#Authority`
- < + @@ -2509,7 +2509,7 @@

Data Protection Authority

NationalAuthority

IRI `https://w3id.org/dpv#DataProtectionAuthority`
- < + @@ -2550,7 +2550,7 @@

NationalAuthority

RegionalAuthority

IRI `https://w3id.org/dpv#NationalAuthority`
- < + @@ -2591,7 +2591,7 @@

RegionalAuthority

SupraNationalAuthority

IRI `https://w3id.org/dpv#RegionalAuthority`
- < + @@ -2721,7 +2721,7 @@

Classes

AcademicScientificOrganisation

IRI `https://w3id.org/dpv#SupraNationalAuthority`
- < + @@ -2762,7 +2762,7 @@

AcademicScientificOrganisation

ForProfitOrganisation

IRI `https://w3id.org/dpv#AcademicScientificOrganisation`
- < + @@ -2797,7 +2797,7 @@

ForProfitOrganisation

GovernmentalOrganisation

IRI `https://w3id.org/dpv#ForProfitOrganisation`
- < + @@ -2832,7 +2832,7 @@

GovernmentalOrganisation

IndustryConsortium

IRI `https://w3id.org/dpv#GovernmentalOrganisation`
- < + @@ -2873,7 +2873,7 @@

IndustryConsortium

International Organisation

IRI `https://w3id.org/dpv#IndustryConsortium`
- < + @@ -2915,7 +2915,7 @@

International Organisation

NonGovernmentalOrganisation

IRI `https://w3id.org/dpv#InternationalOrganisation`
- < + @@ -2956,7 +2956,7 @@

NonGovernmentalOrganisation

NonProfitOrganisation

IRI `https://w3id.org/dpv#NonGovernmentalOrganisation`
- < + @@ -2997,7 +2997,7 @@

NonProfitOrganisation

Organisation

IRI `https://w3id.org/dpv#NonProfitOrganisation`
- < + @@ -3032,7 +3032,7 @@

Organisation

Organisational Unit

IRI `https://w3id.org/dpv#Organisation`
- < + @@ -3100,7 +3100,7 @@

Classes

Adult

IRI `https://w3id.org/dpv#OrganisationalUnit`
- < + @@ -3135,7 +3135,7 @@

Adult

Applicant

IRI `https://w3id.org/dpv#Adult`
- < + @@ -3174,7 +3174,7 @@

Applicant

Child

IRI `https://w3id.org/dpv#Applicant`
- < + @@ -3213,7 +3213,7 @@

Child

Citizen

IRI `https://w3id.org/dpv#Child`
- < + @@ -3252,7 +3252,7 @@

Citizen

Client

IRI `https://w3id.org/dpv#Citizen`
- < + @@ -3291,7 +3291,7 @@

Client

Consumer

IRI `https://w3id.org/dpv#Client`
- < + @@ -3330,7 +3330,7 @@

Consumer

Customer

IRI `https://w3id.org/dpv#Consumer`
- < + @@ -3373,7 +3373,7 @@

Customer

Data Subject

IRI `https://w3id.org/dpv#Customer`
- < + @@ -3424,7 +3424,7 @@

Data Subject

Employee

IRI `https://w3id.org/dpv#DataSubject`
- < + @@ -3463,7 +3463,7 @@

Employee

Immigrant

IRI `https://w3id.org/dpv#Employee`
- < + @@ -3502,7 +3502,7 @@

Immigrant

JobApplicant

IRI `https://w3id.org/dpv#Immigrant`
- < + @@ -3541,7 +3541,7 @@

JobApplicant

Member

IRI `https://w3id.org/dpv#JobApplicant`
- < + @@ -3580,7 +3580,7 @@

Member

NonCitizen

IRI `https://w3id.org/dpv#Member`
- < + @@ -3619,7 +3619,7 @@

NonCitizen

Participant

IRI `https://w3id.org/dpv#NonCitizen`
- < + @@ -3658,7 +3658,7 @@

Participant

Patient

IRI `https://w3id.org/dpv#Participant`
- < + @@ -3697,7 +3697,7 @@

Patient

Student

IRI `https://w3id.org/dpv#Patient`
- < + @@ -3736,7 +3736,7 @@

Student

Subscriber

IRI `https://w3id.org/dpv#Student`
- < + @@ -3779,7 +3779,7 @@

Subscriber

Tourist

IRI `https://w3id.org/dpv#Subscriber`
- < + @@ -3818,7 +3818,7 @@

Tourist

User

IRI `https://w3id.org/dpv#Tourist`
- < + @@ -3857,7 +3857,7 @@

User

Visitor

IRI `https://w3id.org/dpv#User`
- < + @@ -3896,7 +3896,7 @@

Visitor

Vulnerable Data Subject

IRI `https://w3id.org/dpv#Visitor`
- < + @@ -3987,12 +3987,15 @@

Classes

Academic Research | Account Management | Advertising | + Anti-Terrorism Operations | Commercial Research | Communication for Customer Care | Communication Management | + Counter Money Laundering | Create Event Recommendations | Create Personalized Recommendations | Create Product Recommendations | + Credit Checking | Customer Care | Customer Claims Management | Customer Management | @@ -4025,7 +4028,9 @@

Classes

Personalisation | Personalised Advertising | Personalised Benefits | + Personnel Hiring | Personnel Management | + Personnel Payment | Public Relations | Purpose | Record Management | @@ -4056,7 +4061,7 @@

Classes

Academic Research

IRI `https://w3id.org/dpv#VulnerableDataSubject`
- < + @@ -4102,7 +4107,7 @@

Academic Research

Account Management

IRI `https://w3id.org/dpv#AcademicResearch`
- < + @@ -4139,7 +4144,7 @@

Account Management

Advertising

IRI `https://w3id.org/dpv#AccountManagement`
- < + @@ -4176,11 +4181,46 @@

Advertising

IRI `https://w3id.org/dpv#Advertising`
+
+

Anti-Terrorism Operations

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AntiTerrorismOperations`
Term:AntiTerrorismOperations
Definition:Detect, prevent, mitigate, or otherwise act on anti-terrorism activities
SubType of: + dpv:EnforceSecurity +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Commercial Research

- < + @@ -4226,7 +4266,7 @@

Commercial Research

Communication for Customer Care

IRI `https://w3id.org/dpv#CommercialResearch`
- < + @@ -4264,7 +4304,7 @@

Communication for Customer Care

Communication Management

IRI `https://w3id.org/dpv#CommunicationForCustomerCare`
- < + @@ -4302,11 +4342,46 @@

Communication Management

IRI `https://w3id.org/dpv#CommunicationManagement`
+
+

Counter Money Laundering

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#CounterMoneyLaundering`
Term:CounterMoneyLaundering
Definition:Detect and prevent or mitigate money laundering
SubType of: + dpv:FraudPreventionAndDetection +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Create Event Recommendations

- < + @@ -4348,7 +4423,7 @@

Create Event Recommendations

Create Personalized Recommendations

IRI `https://w3id.org/dpv#CreateEventRecommendations`
- < + @@ -4390,7 +4465,7 @@

Create Personalized RecommendationsCreate Product Recommendations

IRI `https://w3id.org/dpv#CreatePersonalizedRecommendations`
- < + @@ -4432,11 +4507,46 @@

Create Product Recommendations

IRI `https://w3id.org/dpv#CreateProductRecommendations`
+
+

Credit Checking

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#CreditChecking`
Term:CreditChecking
Definition:Monitor, perform, or assess credit worthiness or solvency
SubType of: + dpv:CustomerSolvencyMonitoring +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Customer Care

- < + @@ -4482,7 +4592,7 @@

Customer Care

Customer Claims Management

IRI `https://w3id.org/dpv#CustomerCare`
- < + @@ -4525,7 +4635,7 @@

Customer Claims Management

Customer Management

IRI `https://w3id.org/dpv#CustomerClaimsManagement`
- < + @@ -4562,7 +4672,7 @@

Customer Management

Customer Order Management

IRI `https://w3id.org/dpv#CustomerManagement`
- < + @@ -4605,7 +4715,7 @@

Customer Order Management

Customer Relationship Management

IRI `https://w3id.org/dpv#CustomerOrderManagement`
- < + @@ -4642,7 +4752,7 @@

Customer Relationship Management

Customer Solvency Monitoring

IRI `https://w3id.org/dpv#CustomerRelationshipManagement`
- < + @@ -4685,7 +4795,7 @@

Customer Solvency Monitoring

Delivery of Goods

IRI `https://w3id.org/dpv#CustomerSolvencyMonitoring`
- < + @@ -4731,7 +4841,7 @@

Delivery of Goods

Direct Marketing

IRI `https://w3id.org/dpv#DeliveryOfGoods`
- < + @@ -4768,7 +4878,7 @@

Direct Marketing

Dispute Management

IRI `https://w3id.org/dpv#DirectMarketing`
- < + @@ -4811,7 +4921,7 @@

Dispute Management

Enforce Access Control

IRI `https://w3id.org/dpv#DisputeManagement`
- < + @@ -4861,7 +4971,7 @@

Enforce Access Control

Enforce Security

IRI `https://w3id.org/dpv#EnforceAccessControl`
- < + @@ -4905,7 +5015,7 @@

Enforce Security

Fraud Prevention and Detection

IRI `https://w3id.org/dpv#EnforceSecurity`
- < + @@ -4951,7 +5061,7 @@

Fraud Prevention and Detection

Human Resources Management

IRI `https://w3id.org/dpv#FraudPreventionAndDetection`
- < + @@ -5000,7 +5110,7 @@

Human Resources Management

Identity Verification

IRI `https://w3id.org/dpv#HumanResourceManagement`
- < + @@ -5040,7 +5150,7 @@

Identity Verification

Improve Existing Products and Services

IRI `https://w3id.org/dpv#IdentityVerification`
- < + @@ -5080,7 +5190,7 @@

Improve Existing Products and Servic

Improve Internal CRM Processes

IRI `https://w3id.org/dpv#ImproveExistingProductsAndServices`
- < + @@ -5121,7 +5231,7 @@

Improve Internal CRM Processes

Increase Service Robustness

IRI `https://w3id.org/dpv#ImproveInternalCRMProcesses`
- < + @@ -5161,7 +5271,7 @@

Increase Service Robustness

Internal Resource Optimisation

IRI `https://w3id.org/dpv#IncreaseServiceRobustness`
- < + @@ -5201,7 +5311,7 @@

Internal Resource Optimisation

Legal Compliance

IRI `https://w3id.org/dpv#InternalResourceOptimisation`
- < + @@ -5238,7 +5348,7 @@

Legal Compliance

Marketing

IRI `https://w3id.org/dpv#LegalCompliance`
- < + @@ -5279,7 +5389,7 @@

Marketing

Members and Partners Management

IRI `https://w3id.org/dpv#Marketing`
- < + @@ -5323,7 +5433,7 @@

Members and Partners Management

Non-Commercial Research

IRI `https://w3id.org/dpv#MemberPartnerManagement`
- < + @@ -5363,7 +5473,7 @@

Non-Commercial Research

Optimisation for Consumer

IRI `https://w3id.org/dpv#NonCommercialResearch`
- < + @@ -5409,7 +5519,7 @@

Optimisation for Consumer

Optimisation for Controller

IRI `https://w3id.org/dpv#OptimisationForConsumer`
- < + @@ -5449,7 +5559,7 @@

Optimisation for Controller

Optimise User Interface

IRI `https://w3id.org/dpv#OptimisationForController`
- < + @@ -5489,7 +5599,7 @@

Optimise User Interface

Organisation Compliance Management

IRI `https://w3id.org/dpv#OptimiseUserInterface`
- < + @@ -5527,7 +5637,7 @@

Organisation Compliance Management

Organisation Governance
IRI `https://w3id.org/dpv#OrganisationComplianceManagement`
- < + @@ -5571,7 +5681,7 @@

Organisation Governance

Organisation Risk Management

IRI `https://w3id.org/dpv#OrganisationGovernance`
- < + @@ -5609,7 +5719,7 @@

Organisation Risk Management

Payment

IRI `https://w3id.org/dpv#OrganisationRiskManagement`
- < + @@ -5646,7 +5756,7 @@

Payment

Personalisation

IRI `https://w3id.org/dpv#Payment`
- < + @@ -5685,7 +5795,7 @@

Personalisation

Personalised Advertising

IRI `https://w3id.org/dpv#Personalisation`
- < + @@ -5723,7 +5833,7 @@

Personalised Advertising

Personalised Benefits

IRI `https://w3id.org/dpv#PersonalisedAdvertising`
- < + @@ -5759,11 +5869,46 @@

Personalised Benefits

IRI `https://w3id.org/dpv#PersonalisedBenefits`
+
+

Personnel Hiring

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PersonnelHiring`
Term:PersonnelHiring
Definition:Management and execution of hiring processes of personnel
SubType of: + dpv:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Personnel Management

- < + @@ -5801,11 +5946,46 @@

Personnel Management

IRI `https://w3id.org/dpv#PersonnelManagement`
+
+

Personnel Payment

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PersonnelPayment`
Term:PersonnelPayment
Definition:Management and execution of payment of personnel
SubType of: + dpv:PersonnelManagement +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Public Relations

- < + @@ -5849,7 +6029,7 @@

Public Relations

Purpose

IRI `https://w3id.org/dpv#PublicRelations`
- < + @@ -5895,7 +6075,7 @@

Purpose

Record Management

IRI `https://w3id.org/dpv#Purpose`
- < + @@ -5933,7 +6113,7 @@

Record Management

Registration and Authentication

IRI `https://w3id.org/dpv#RecordManagement`
- < + @@ -5970,7 +6150,7 @@

Registration and Authentication

Requested Service Provision

IRI `https://w3id.org/dpv#RegistrationAuthentication`
- < + @@ -6007,7 +6187,7 @@

Requested Service Provision

Research and Development

IRI `https://w3id.org/dpv#RequestedServiceProvision`
- < + @@ -6047,7 +6227,7 @@

Research and Development

Sector

IRI `https://w3id.org/dpv#ResearchAndDevelopment`
- < + @@ -6085,7 +6265,7 @@

Sector

Sell Data to Third Parties

IRI `https://w3id.org/dpv#Sector`
- < + @@ -6129,7 +6309,7 @@

Sell Data to Third Parties

Sell Insights from Data

IRI `https://w3id.org/dpv#SellDataToThirdParties`
- < + @@ -6173,7 +6353,7 @@

Sell Insights from Data

Sell Products

IRI `https://w3id.org/dpv#SellInsightsFromData`
- < + @@ -6214,7 +6394,7 @@

Sell Products

Sell Products to Data Subject

IRI `https://w3id.org/dpv#SellProducts`
- < + @@ -6258,7 +6438,7 @@

Sell Products to Data Subject

Service Optimization

IRI `https://w3id.org/dpv#SellProductsToDataSubject`
- < + @@ -6302,7 +6482,7 @@

Service Optimization

Service Personalization

IRI `https://w3id.org/dpv#ServiceOptimization`
- < + @@ -6347,7 +6527,7 @@

Service Personalization

Service Provision

IRI `https://w3id.org/dpv#ServicePersonalization`
- < + @@ -6387,7 +6567,7 @@

Service Provision

Service Order Management

IRI `https://w3id.org/dpv#ServiceProvision`
- < + @@ -6424,7 +6604,7 @@

Service Order Management

Analytics

IRI `https://w3id.org/dpv#ServiceRecordManagement`
- < + @@ -6465,7 +6645,7 @@

Analytics

Social Media

IRI `https://w3id.org/dpv#ServiceUsageAnalytics`
- < + @@ -6502,7 +6682,7 @@

Social Media

Targeted Advertising

IRI `https://w3id.org/dpv#SocialMediaMarketing`
- < + @@ -6537,7 +6717,7 @@

Targeted Advertising

Technical Service Provision

IRI `https://w3id.org/dpv#TargetedAdvertising`
- < + @@ -6572,7 +6752,7 @@

Technical Service Provision

User Interface Personalisation

IRI `https://w3id.org/dpv#TechnicalServiceProvision`
- < + @@ -6612,7 +6792,7 @@

User Interface Personalisation

Vendor Management

IRI `https://w3id.org/dpv#UserInterfacePersonalisation`
- < + @@ -6656,7 +6836,7 @@

Vendor Management

Vendor Payment

IRI `https://w3id.org/dpv#VendorManagement`
- < + @@ -6700,7 +6880,7 @@

Vendor Payment

Vendor Records Management

IRI `https://w3id.org/dpv#VendorPayment`
- < + @@ -6744,7 +6924,7 @@

Vendor Records Management

Vendor Selection Assessment

IRI `https://w3id.org/dpv#VendorRecordsManagement`
- < + @@ -6880,7 +7060,10 @@

Classes

Disclose by Transmission | Disseminate | Erase | + Generate | + Infer | Make Available | + Match | Move | Obtain | Organise | @@ -6904,7 +7087,7 @@

Classes

Acquire

IRI `https://w3id.org/dpv#VendorSelectionAssessment`
- < + @@ -6939,7 +7122,7 @@

Acquire

Adapt

IRI `https://w3id.org/dpv#Acquire`
- < + @@ -6974,7 +7157,7 @@

Adapt

Align

IRI `https://w3id.org/dpv#Adapt`
- < + @@ -7009,7 +7192,7 @@

Align

Alter

IRI `https://w3id.org/dpv#Align`
- < + @@ -7044,7 +7227,7 @@

Alter

Analyse

IRI `https://w3id.org/dpv#Alter`
- < + @@ -7085,7 +7268,7 @@

Analyse

Anonymise

IRI `https://w3id.org/dpv#Analyse`
- < + @@ -7126,7 +7309,7 @@

Anonymise

Collect

IRI `https://w3id.org/dpv#Anonymise`
- < + @@ -7168,7 +7351,7 @@

Collect

Combine

IRI `https://w3id.org/dpv#Collect`
- < + @@ -7210,7 +7393,7 @@

Combine

Consult

IRI `https://w3id.org/dpv#Combine`
- < + @@ -7252,7 +7435,7 @@

Consult

Copy

IRI `https://w3id.org/dpv#Consult`
- < + @@ -7293,7 +7476,7 @@

Copy

Derive

IRI `https://w3id.org/dpv#Copy`
- < + @@ -7338,7 +7521,7 @@

Derive

Destruct

IRI `https://w3id.org/dpv#Derive`
- < + @@ -7373,7 +7556,7 @@

Destruct

Disclose

IRI `https://w3id.org/dpv#Destruct`
- < + @@ -7408,7 +7591,7 @@

Disclose

Disclose by Transmission

IRI `https://w3id.org/dpv#Disclose`
- < + @@ -7443,7 +7626,7 @@

Disclose by Transmission

Disseminate

IRI `https://w3id.org/dpv#DiscloseByTransmission`
- < + @@ -7478,7 +7661,7 @@

Disseminate

Erase

IRI `https://w3id.org/dpv#Disseminate`
- < + @@ -7509,11 +7692,85 @@

Erase

IRI `https://w3id.org/dpv#Erase`
+
+

Generate

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Generate`
Term:Generate
Definition:to generate or create data
SubType of: + dpv:Obtain +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Infer

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Infer`
Term:Infer
Definition:to infer data from existing data
SubType of: + dpv:Derive +
Note:Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Make Available

- < + @@ -7544,11 +7801,52 @@

Make Available

IRI `https://w3id.org/dpv#MakeAvailable`
+
+

Match

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Match`
Term:Match
Definition:to combine, compare, or match data from different sources
SubType of: + dpv:Use +
Source: + A29WP WP 248 rev.01 Guideliens on DPIA +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Move

- < + @@ -7589,7 +7887,7 @@

Move

Obtain

IRI `https://w3id.org/dpv#Move`
- < + @@ -7624,7 +7922,7 @@

Obtain

Organise

IRI `https://w3id.org/dpv#Obtain`
- < + @@ -7659,7 +7957,7 @@

Organise

Processing

IRI `https://w3id.org/dpv#Organise`
- < + @@ -7705,7 +8003,7 @@

Processing

Profiling

IRI `https://w3id.org/dpv#Processing`
- < + @@ -7740,7 +8038,7 @@

Profiling

Pseudo-Anonymise

IRI `https://w3id.org/dpv#Profiling`
- < + @@ -7775,7 +8073,7 @@

Pseudo-Anonymise

Record

IRI `https://w3id.org/dpv#PseudoAnonymise`
- < + @@ -7810,7 +8108,7 @@

Record

Remove

IRI `https://w3id.org/dpv#Record`
- < + @@ -7845,7 +8143,7 @@

Remove

Restrict

IRI `https://w3id.org/dpv#Remove`
- < + @@ -7880,7 +8178,7 @@

Restrict

Retrieve

IRI `https://w3id.org/dpv#Restrict`
- < + @@ -7915,7 +8213,7 @@

Retrieve

Share

IRI `https://w3id.org/dpv#Retrieve`
- < + @@ -7950,7 +8248,7 @@

Share

Store

IRI `https://w3id.org/dpv#Share`
- < + @@ -7985,7 +8283,7 @@

Store

Structure

IRI `https://w3id.org/dpv#Store`
- < + @@ -8020,7 +8318,7 @@

Structure

Transfer

IRI `https://w3id.org/dpv#Structure`
- < + @@ -8061,7 +8359,7 @@

Transfer

Transform

IRI `https://w3id.org/dpv#Transfer`
- < + @@ -8096,7 +8394,7 @@

Transform

Transmit

IRI `https://w3id.org/dpv#Transform`
- < + @@ -8131,7 +8429,7 @@

Transmit

Use

IRI `https://w3id.org/dpv#Transmit`
- < + @@ -8235,7 +8533,7 @@

Classes

Anonymised Data

IRI `https://w3id.org/dpv#Use`
- < + @@ -8274,7 +8572,7 @@

Anonymised Data

Collected Personal Data

IRI `https://w3id.org/dpv#AnonymisedData`
- < + @@ -8313,7 +8611,7 @@

Collected Personal Data

Data

IRI `https://w3id.org/dpv#CollectedPersonalData`
- < + @@ -8342,7 +8640,7 @@

Data

Derived Personal Data

IRI `https://w3id.org/dpv#Data`
- < + @@ -8398,7 +8696,7 @@

Derived Personal Data

Generated Personal Data

IRI `https://w3id.org/dpv#DerivedPersonalData`
- < + @@ -8437,7 +8735,7 @@

Generated Personal Data

Inferred Personal Data

IRI `https://w3id.org/dpv#GeneratedPersonalData`
- < + @@ -8477,7 +8775,7 @@

Inferred Personal Data

Non-Personal Data

IRI `https://w3id.org/dpv#InferredPersonalData`
- < + @@ -8516,7 +8814,7 @@

Non-Personal Data

Personal Data

IRI `https://w3id.org/dpv#NonPersonalData`
- < + @@ -8571,7 +8869,7 @@

Personal Data

Pseudo-anonymised Data

IRI `https://w3id.org/dpv#PersonalData`
- < + @@ -8606,7 +8904,7 @@

Pseudo-anonymised Data

Sensitive Personal Data

IRI `https://w3id.org/dpv#PseudoAnonymisedData`
- < + @@ -8645,7 +8943,7 @@

Sensitive Personal Data

Special Category Personal Data

IRI `https://w3id.org/dpv#SensitivePersonalData`
- < + @@ -8791,7 +9089,7 @@

Classes

Access Control Method

IRI `https://w3id.org/dpv#SpecialCategoryPersonalData`
- < + @@ -8829,7 +9127,7 @@

Access Control Method

Anonymization

IRI `https://w3id.org/dpv#AccessControlMethod`
- < + @@ -8873,7 +9171,7 @@

Anonymization

Assessment

IRI `https://w3id.org/dpv#Anonymization`
- < + @@ -8908,7 +9206,7 @@

Assessment

Authentication Protocols

IRI `https://w3id.org/dpv#Assessment`
- < + @@ -8946,7 +9244,7 @@

Authentication Protocols

Authorisation Procedure

IRI `https://w3id.org/dpv#AuthenticationProtocols`
- < + @@ -8988,7 +9286,7 @@

Authorisation Procedure

Certification

IRI `https://w3id.org/dpv#AuthorisationProcedure`
- < + @@ -9026,7 +9324,7 @@

Certification

Certification and Seal

IRI `https://w3id.org/dpv#Certification`
- < + @@ -9064,7 +9362,7 @@

Certification and Seal

Code of Conduct

IRI `https://w3id.org/dpv#CertificationSeal`
- < + @@ -9102,7 +9400,7 @@

Code of Conduct

Complete Anonymisation

IRI `https://w3id.org/dpv#CodeOfConduct`
- < + @@ -9137,7 +9435,7 @@

Complete Anonymisation

Consultation

IRI `https://w3id.org/dpv#CompleteAnonymisation`
- < + @@ -9174,7 +9472,7 @@

Consultation

Consultation with Authority

IRI `https://w3id.org/dpv#Consultation`
- < + @@ -9211,7 +9509,7 @@

Consultation with Authority

ContractualTerms

IRI `https://w3id.org/dpv#ConsultationWithAuthority`
- < + @@ -9249,7 +9547,7 @@

ContractualTerms

Controller-Processor Agreement

IRI `https://w3id.org/dpv#ContractualTerms`
- < + @@ -9288,7 +9586,7 @@

Controller-Processor Agreement

Data Processing Agreement

IRI `https://w3id.org/dpv#ControllerProcessorAgreement`
- < + @@ -9331,7 +9629,7 @@

Data Processing Agreement

Data Processing Records

IRI `https://w3id.org/dpv#DataProcessingAgreement`
- < + @@ -9366,7 +9664,7 @@

Data Processing Records

Data Transfer Impact Assessment

IRI `https://w3id.org/dpv#DataProcessingRecords`
- < + @@ -9403,7 +9701,7 @@

Data Transfer Impact Assessment

De-Identification

IRI `https://w3id.org/dpv#DataTransferImpactAssessment`
- < + @@ -9441,7 +9739,7 @@

De-Identification

Design Standard

IRI `https://w3id.org/dpv#DeIdentification`
- < + @@ -9479,7 +9777,7 @@

Design Standard

Data Protection Impact Assessment (DPIA)

IRI `https://w3id.org/dpv#DesignStandard`
- < + @@ -9520,7 +9818,7 @@

Data Protection Impact Assessment (DPIA)

Encryption

IRI `https://w3id.org/dpv#DPIA`
- < + @@ -9558,7 +9856,7 @@

Encryption

Encryption in Rest

IRI `https://w3id.org/dpv#Encryption`
- < + @@ -9596,7 +9894,7 @@

Encryption in Rest

Encryption in Transfer

IRI `https://w3id.org/dpv#EncryptionInRest`
- < + @@ -9634,7 +9932,7 @@

Encryption in Transfer

GuidelinesPrinciple

IRI `https://w3id.org/dpv#EncryptionInTransfer`
- < + @@ -9672,7 +9970,7 @@

GuidelinesPrinciple

Impact Assessment

IRI `https://w3id.org/dpv#GuidelinesPrinciple`
- < + @@ -9709,7 +10007,7 @@

Impact Assessment

Joint Data Controllers Agreement

IRI `https://w3id.org/dpv#ImpactAssessment`
- < + @@ -9748,7 +10046,7 @@

Joint Data Controllers Agreement

Legal Agreement

IRI `https://w3id.org/dpv#JointDataControllersAgreement`
- < + @@ -9786,7 +10084,7 @@

Legal Agreement

Legitimate Interest Assessment

IRI `https://w3id.org/dpv#LegalAgreement`
- < + @@ -9823,7 +10121,7 @@

Legitimate Interest Assessment

Non-Disclosure Agreement (NDA)

IRI `https://w3id.org/dpv#LegitimateInterestAssessment`
- < + @@ -9861,7 +10159,7 @@

Non-Disclosure Agreement (NDA)

Notice

IRI `https://w3id.org/dpv#NDA`
- < + @@ -9899,7 +10197,7 @@

Notice

Organisational Measure

IRI `https://w3id.org/dpv#Notice`
- < + @@ -9937,7 +10235,7 @@

Organisational Measure

Privacy Impact Assessment

IRI `https://w3id.org/dpv#OrganisationalMeasure`
- < + @@ -9974,7 +10272,7 @@

Privacy Impact Assessment

Policy

IRI `https://w3id.org/dpv#PIA`
- < + @@ -10012,7 +10310,7 @@

Policy

Privacy by Default

IRI `https://w3id.org/dpv#Policy`
- < + @@ -10050,7 +10348,7 @@

Privacy by Default

Privacy by Design

IRI `https://w3id.org/dpv#PrivacyByDefault`
- < + @@ -10088,7 +10386,7 @@

Privacy by Design

Privacy Notice

IRI `https://w3id.org/dpv#PrivacyByDesign`
- < + @@ -10126,7 +10424,7 @@

Privacy Notice

Pseudo-Anonymization

IRI `https://w3id.org/dpv#PrivacyNotice`
- < + @@ -10170,7 +10468,7 @@

Pseudo-Anonymization

Records of Activities

IRI `https://w3id.org/dpv#PseudoAnonymization`
- < + @@ -10207,7 +10505,7 @@

Records of Activities

Register of Processing Activities

IRI `https://w3id.org/dpv#RecordsOfActivities`
- < + @@ -10248,7 +10546,7 @@

Register of Processing Activities

Regularity of Re-certification

IRI `https://w3id.org/dpv#RegisterOfProcessingActivities`
- < + @@ -10286,7 +10584,7 @@

Regularity of Re-certification

Safeguard

IRI `https://w3id.org/dpv#RegularityOfRecertification`
- < + @@ -10328,7 +10626,7 @@

Safeguard

Safeguard for Data Transfer

IRI `https://w3id.org/dpv#Safeguard`
- < + @@ -10366,7 +10664,7 @@

Safeguard for Data Transfer

Seal

IRI `https://w3id.org/dpv#SafeguardForDataTransfer`
- < + @@ -10404,7 +10702,7 @@

Seal

Single Sign On

IRI `https://w3id.org/dpv#Seal`
- < + @@ -10441,7 +10739,7 @@

Single Sign On

Staff Training

IRI `https://w3id.org/dpv#SingleSignOn`
- < + @@ -10479,7 +10777,7 @@

Staff Training

Sub-Processor Agreement

IRI `https://w3id.org/dpv#StaffTraining`
- < + @@ -10518,7 +10816,7 @@

Sub-Processor Agreement

Technical Measure

IRI `https://w3id.org/dpv#SubProcessorAgreement`
- < + @@ -10556,7 +10854,7 @@

Technical Measure

Technical and Organisational Measure

IRI `https://w3id.org/dpv#TechnicalMeasure`
- < + @@ -10589,7 +10887,7 @@

Technical and Organisational Measure

Third-Party Agreement
IRI `https://w3id.org/dpv#TechnicalOrganisationalMeasure`
- < + @@ -10790,50 +11088,64 @@

Contextual Info

Classes

+ Activity Completed | + Activity Halted | + Activity Ongoing | + Activity Proposed | + Activity Status | Algorithmic Logic | + Audit Approved | + Audit Not Required | + Audit Rejected | + Audit Requested | + Audit Required | + Audit Status | + Compliance Status | + Compliant | Context | Duration | Frequency | Human Involvement | Importance | + Incompliant | Necessity | + Not Compliant | Not Required | Optional | + Partially Compliant | Primary Importance | Required | Secondary Importance | - Technology + Status | + Technology | + Violation of Compliance

-
-

Algorithmic Logic

+
+

Activity Completed

IRI `https://w3id.org/dpv#ThirdPartyAgreement`
- < + - + - + - + - - - - - + @@ -10844,59 +11156,66 @@

Algorithmic Logic

IRI`https://w3id.org/dpv#AlgorithmicLogic``https://w3id.org/dpv#ActivityCompleted`
Term:AlgorithmicLogicActivityCompleted
Definition:The algorithmic logic applied or usedState of an activity that has completed i.e. is fully in the past
SubType of: - dpv:Context + dpv:ActivityStatus
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s):
-
-

Context

+
+

Activity Halted

- < + - + - + - + + + + + - +
IRI`https://w3id.org/dpv#Context``https://w3id.org/dpv#ActivityHalted`
Term:ContextActivityHalted
Definition:Contextually relevant information about purpose not possible to represent through other conceptsState of an activity that was occuring in the past, and has been halted or paused or stoped
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s): - Axel Polleres, - Elmar Kiesling, - Fajar Ekaputra, - Harshvardhan J. Pandit, - Javier Fernandez, - Simon Steyskal + Harshvardhan J. Pandit
-
-

Duration

+
+

Activity Ongoing

- < + - + - + - + + + + + - + @@ -10907,25 +11226,31 @@

Duration

IRI`https://w3id.org/dpv#Duration``https://w3id.org/dpv#ActivityOngoing`
Term:DurationActivityOngoing
Definition:The duration or temporal limitationState of an activity occuring in continuation i.e. currently ongoing
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s):
-
-

Frequency

+
+

Activity Proposed

- < + - + - + - + + + + + - + @@ -10936,35 +11261,559 @@

Frequency

IRI`https://w3id.org/dpv#Frequency``https://w3id.org/dpv#ActivityProposed`
Term:FrequencyActivityProposed
Definition:The frequency or information about periods and repetitions in terms of recurrence.State of an activity being proposed or planned i.e. yet to occur
SubType of: + dpv:ActivityStatus +
Created:
Contributor(s):
-
-

Human Involvement

+
+

Activity Status

- < + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ActivityStatus`
Term:ActivityStatus
Definition:Status associated with activity operations and lifecycles
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Algorithmic Logic

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AlgorithmicLogic`
Term:AlgorithmicLogic
Definition:The algorithmic logic applied or used
SubType of: + dpv:Context +
Note:Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Approved

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditApproved`
Term:AuditApproved
Definition:State of being approved through the audit
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Not Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditNotRequired`
Term:AuditNotRequired
Definition:State where an audit is determined as not being required
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Rejected

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRejected`
Term:AuditRejected
Definition:State of not being approved or being rejected through the audit
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Requested

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRequested`
Term:AuditRequested
Definition:State of an audit being requested whose outcome is not yet known
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Required

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditRequired`
Term:AuditRequired
Definition:State where an audit is determined as being required but has not been conducted
SubType of: + dpv:AuditStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Audit Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#AuditStatus`
Term:AuditStatus
Definition:Status associated with Auditing or Investigation
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliance Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ComplianceStatus`
Term:ComplianceStatus
Definition:Status associated with Compliance with some norms, objectives, or requirements
SubType of: + dpv:Status +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Compliant`
Term:Compliant
Definition:State of being fully compliant
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Context

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Context`
Term:Context
Definition:Contextually relevant information about purpose not possible to represent through other concepts
Created:
Contributor(s): + Axel Polleres, + Elmar Kiesling, + Fajar Ekaputra, + Harshvardhan J. Pandit, + Javier Fernandez, + Simon Steyskal +
+
+
+

Duration

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Duration`
Term:Duration
Definition:The duration or temporal limitation
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Frequency

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Frequency`
Term:Frequency
Definition:The frequency or information about periods and repetitions in terms of recurrence.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Human Involvement

+ + + - + + + + + + + + + + + + + + + + + + + + + + + +
IRI `https://w3id.org/dpv#HumanInvolvement`
Term:HumanInvolvementHumanInvolvement
Definition:The involvement of humans in specified context
SubType of: + dpv:Context +
Note:Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.
Created:
Contributor(s): + Harshvardhan J. Pandit +
+
+
+

Importance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Importance`
Term:Importance
Definition:An indication of 'importance' within a context
SubType of: + dpv:Context +
Note:Importance can be used to express importance, desirability, relevance, or significance as a context.
Created:
Contributor(s): + Beatriz Esteves, + Georg P Krog, + Harshvardhan J. Pandit, + Julian Flake, + Paul Ryan +
+
+
+

Incompliant

+ + + + + + + + + - + - - - - - + @@ -10975,21 +11824,21 @@

Human Involvement

IRI`https://w3id.org/dpv#Incompliant`
Term:Incompliant
Definition:The involvement of humans in specified contextState of not being compliant
SubType of: - dpv:Context + dpv:ComplianceStatus
Note:Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities.
Created:
Contributor(s):
-
-

Importance

+
+

Necessity

- < + - + - + - + @@ -10999,11 +11848,11 @@

Importance

- + - + @@ -11018,44 +11867,36 @@

Importance

IRI`https://w3id.org/dpv#Importance``https://w3id.org/dpv#Necessity`
Term:ImportanceNecessity
Definition:An indication of 'importance' within a contextAn indication of 'necessity' within a context
SubType of:
Note:Importance can be used to express importance, desirability, relevance, or significance as a context.Necessity can be used to express need, essentiality, requirement, or compulsion.
Created:
Contributor(s):
-
-

Necessity

+
+

Not Compliant

- < + - + - + - + - - - - - + @@ -11065,7 +11906,7 @@

Necessity

Not Required

IRI`https://w3id.org/dpv#Necessity``https://w3id.org/dpv#NotCompliant`
Term:NecessityNotCompliant
Definition:An indication of 'necessity' within a contextState of not being compliant where objectives have not been met, but have not been violated
SubType of: - dpv:Context + dpv:ComplianceStatus
Note:Necessity can be used to express need, essentiality, requirement, or compulsion.
Created:
Contributor(s): - Beatriz Esteves, - Georg P Krog, - Harshvardhan J. Pandit, - Julian Flake, - Paul Ryan + Harshvardhan J. Pandit
- < + @@ -11104,7 +11945,7 @@

Not Required

Optional

IRI `https://w3id.org/dpv#NotRequired`
- < + @@ -11139,11 +11980,46 @@

Optional

IRI `https://w3id.org/dpv#Optional`
+
+

Partially Compliant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#PartiallyCompliant`
Term:PartiallyCompliant
Definition:State of partially being compliant i.e. only some objectives have been met, and others have not been in violation
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Primary Importance

- < + @@ -11182,7 +12058,7 @@

Primary Importance

Required

IRI `https://w3id.org/dpv#PrimaryImportance`
- < + @@ -11221,7 +12097,7 @@

Required

Secondary Importance

IRI `https://w3id.org/dpv#Required`
- < + @@ -11256,11 +12132,46 @@

Secondary Importance

IRI `https://w3id.org/dpv#SecondaryImportance`
+
+

Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#Status`
Term:Status
Definition:The status or state of something
SubType of: + dpv:Context +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Technology

- < + @@ -11289,23 +12200,90 @@

Technology

IRI `https://w3id.org/dpv#Technology`
+
+

Violation of Compliance

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#ViolationOfCompliance`
Term:ViolationOfCompliance
Definition:State where objectives have been violated
SubType of: + dpv:ComplianceStatus +
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

Properties

+ has activity status | has algorithmic logic | + has compliance status | has context | has duration | has frequency | has human involvement | has identifier | + has status | is after | is before | is implemented by entity | is implemented using technology |

+
+

has activity status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasActivityStatus`
Term:hasActivityStatus
Description:Indicates the status of activity of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has algorithmic logic

@@ -11337,6 +12315,35 @@

has algorithmic logic

+
+

has compliance status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasComplianceStatus`
Term:hasComplianceStatus
Description:Indicates the status of compliance of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

has context

@@ -11490,6 +12497,35 @@

has identifier

+
+

has status

+ + + + + + + + + + + + + + + + + + + + + + + +
IRI`https://w3id.org/dpv#hasStatus`
Term:hasStatus
Description:Indicates the status of specified concept
Created:
Contributor(s): + Harshvardhan J. Pandit +
+

is after

@@ -11646,7 +12682,7 @@

Classes

Automated Decision Making

- < + @@ -11664,6 +12700,10 @@

Automated Decision Making

dpv:ProcessingContext + + + +
IRI `https://w3id.org/dpv#AutomatedDecisionMaking`
Note:“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)
Source: @@ -11688,7 +12728,7 @@

Automated Decision Making

Data Source

- < + @@ -11729,7 +12769,7 @@

Data Source

Evaluation and Scoring

IRI `https://w3id.org/dpv#DataSource`
- < + @@ -11771,7 +12811,7 @@

Evaluation and Scoring

Innovative Use of New Technologies

IRI `https://w3id.org/dpv#EvaluationScoring`
- < + @@ -11813,7 +12853,7 @@

Innovative Use of New Technologies

Large Scale Processing

IRI `https://w3id.org/dpv#InnovativeUseOfNewTechnologies`
- < + @@ -11855,7 +12895,7 @@

Large Scale Processing

Non-Public Data Source

IRI `https://w3id.org/dpv#LargeScaleProcessing`
- < + @@ -11894,7 +12934,7 @@

Non-Public Data Source

Processing Context

IRI `https://w3id.org/dpv#NonPublicDataSource`
- < + @@ -11929,7 +12969,7 @@

Processing Context

Public Data Source

IRI `https://w3id.org/dpv#ProcessingContext`
- < + @@ -11972,7 +13012,7 @@

Public Data Source

Storage Condition

IRI `https://w3id.org/dpv#PublicDataSource`
- < + @@ -12010,7 +13050,7 @@

Storage Condition

Storage Deletion

IRI `https://w3id.org/dpv#StorageCondition`
- < + @@ -12048,7 +13088,7 @@

Storage Deletion

Storage Duration

IRI `https://w3id.org/dpv#StorageDeletion`
- < + @@ -12087,7 +13127,7 @@

Storage Duration

Storage Location

IRI `https://w3id.org/dpv#StorageDuration`
- < + @@ -12126,7 +13166,7 @@

Storage Location

Storage Restoration

IRI `https://w3id.org/dpv#StorageLocation`
- < + @@ -12164,7 +13204,7 @@

Storage Restoration

Systematic Monitoring

IRI `https://w3id.org/dpv#StorageRestoration`
- < + @@ -12309,7 +13349,7 @@

Classes

Benefit

IRI `https://w3id.org/dpv#SystematicMonitoring`
- < + @@ -12349,7 +13389,7 @@

Benefit

Consequence

IRI `https://w3id.org/dpv#Benefit`
- < + @@ -12384,7 +13424,7 @@

Consequence

Consequence as Side-Effect

IRI `https://w3id.org/dpv#Consequence`
- < + @@ -12419,7 +13459,7 @@

Consequence as Side-Effect

Consequence of Failure

IRI `https://w3id.org/dpv#ConsequenceAsSideEffect`
- < + @@ -12455,7 +13495,7 @@

Consequence of Failure

Consequence of Success

IRI `https://w3id.org/dpv#ConsequenceOfFailure`
- < + @@ -12491,7 +13531,7 @@

Consequence of Success

Damage

IRI `https://w3id.org/dpv#ConsequenceOfSuccess`
- < + @@ -12526,7 +13566,7 @@

Damage

Detriment

IRI `https://w3id.org/dpv#Damage`
- < + @@ -12565,7 +13605,7 @@

Detriment

Harm

IRI `https://w3id.org/dpv#Detriment`
- < + @@ -12604,7 +13644,7 @@

Harm

Impact

IRI `https://w3id.org/dpv#Harm`
- < + @@ -12647,7 +13687,7 @@

Impact

Material Damage

IRI `https://w3id.org/dpv#Impact`
- < + @@ -12682,7 +13722,7 @@

Material Damage

Non-Material Damage

IRI `https://w3id.org/dpv#MaterialDamage`
- < + @@ -12717,7 +13757,7 @@

Non-Material Damage

Risk

IRI `https://w3id.org/dpv#NonMaterialDamage`
- < + @@ -12750,7 +13790,7 @@

Risk

Risk Management Procedure

IRI `https://w3id.org/dpv#Risk`
- < + @@ -12798,7 +13838,7 @@

Risk Management Procedure

Risk Mitigation Measure

IRI `https://w3id.org/dpv#RiskManagementProcedure`
- < + @@ -12895,7 +13935,7 @@

has impact

- + @@ -12928,7 +13968,7 @@

has impact on

- + @@ -13052,7 +14092,7 @@

Classes

Country

IRI `https://w3id.org/dpv#RiskMitigationMeasure`
Created:
Contributor(s):
Created:
Contributor(s):
- < + @@ -13092,7 +14132,7 @@

Country

EconomicUnion

IRI `https://w3id.org/dpv#Country`
- < + @@ -13127,7 +14167,7 @@

EconomicUnion

Law

IRI `https://w3id.org/dpv#EconomicUnion`
- < + @@ -13156,7 +14196,7 @@

Law

Location

IRI `https://w3id.org/dpv#Law`
- < + @@ -13190,7 +14230,7 @@

Location

Region

IRI `https://w3id.org/dpv#Location`
- < + @@ -13225,7 +14265,7 @@

Region

SupraNationalUnion

IRI `https://w3id.org/dpv#Region`
- < + @@ -13260,7 +14300,7 @@

SupraNationalUnion

Third Country

IRI `https://w3id.org/dpv#SupraNationalUnion`
- < + @@ -13489,7 +14529,7 @@

Classes

IRI `https://w3id.org/dpv#ThirdCountry`
- < + @@ -13524,7 +14564,7 @@

Contract

IRI `https://w3id.org/dpv#Consent`
- < + @@ -13560,7 +14600,7 @@

Contract

Contract Performance

IRI `https://w3id.org/dpv#Contract`
- < + @@ -13597,7 +14637,7 @@

Contract Performance

Data Transfer Legal Basis

IRI `https://w3id.org/dpv#ContractPerformance`
- < + @@ -13633,7 +14673,7 @@

Data Transfer Legal Basis

Enter Into Contract

IRI `https://w3id.org/dpv#DataTransferLegalBasis`
- < + @@ -13670,7 +14710,7 @@

Enter Into Contract

Legal Basis

IRI `https://w3id.org/dpv#EnterIntoContract`
- < + @@ -13708,7 +14748,7 @@

Legal Basis

Legal Obligation

IRI `https://w3id.org/dpv#LegalBasis`
- < + @@ -13743,7 +14783,7 @@

Legal Obligation

Legitimate Interest

IRI `https://w3id.org/dpv#LegalObligation`
- < + @@ -13778,7 +14818,7 @@

Legitimate Interest

Legitimate Interest of Controller

IRI `https://w3id.org/dpv#LegitimateInterest`
- < + @@ -13815,7 +14855,7 @@

Legitimate Interest of Controller

Legitimate Interest of Third Party

IRI `https://w3id.org/dpv#LegitimateInterestOfController`
- < + @@ -13852,7 +14892,7 @@

Legitimate Interest of Third Party

Official Authority of Controller

IRI `https://w3id.org/dpv#LegitimateInterestOfThirdParty`
- < + @@ -13889,7 +14929,7 @@

Official Authority of Controller

Public Interest

IRI `https://w3id.org/dpv#OfficialAuthorityOfController`
- < + @@ -13924,7 +14964,7 @@

Public Interest

Vital Interest

IRI `https://w3id.org/dpv#PublicInterest`
- < + @@ -13959,7 +14999,7 @@

Vital Interest

Vital Interest of Data Subject

IRI `https://w3id.org/dpv#VitalInterest`
- < + @@ -13996,7 +15036,7 @@

Vital Interest of Data Subject

Vital Interest of Natural Person

IRI `https://w3id.org/dpv#VitalInterestOfDataSubject`
- < + @@ -14505,47 +15545,94 @@

Proposed Terms

  • AnonymisedDataWithinContext
purposes -
  • CreditChecking
  • -
  • CounterMoneyLaundering
  • -
  • AntiTerrorismOperations
  • -
  • PersonnelPayment
  • -
  • PersonnelHiring
  • -
  • TagManagement
  • +
    • TagManagement
    • +
    • MaintainCreditCheckingDatabase
    • +
    • MaintainCreditRatingDatabase
    • +
    • MaintainFraudDatabase
    context -
    • Status
    • -
    • ActivityStatus
    • -
    • ActivityProposed
    • -
    • ActivityOngoing
    • -
    • ActivityHalted
    • -
    • ActivityCompleted
    • -
    • ComplianceStatus
    • -
    • Compliant
    • -
    • Incompliant
    • -
    • PartiallyCompliant
    • -
    • NotCompliant
    • -
    • ViolationOfCompliance
    • -
    • AuditStatus
    • -
    • AuditApproved
    • -
    • AuditRejected
    • -
    • AuditRequested
    • -
    • hasStatus
    • -
    • hasComplianceStatus
    • -
    • hasActivityStatus
    • +
      • Scope
      • +
      • ContinousFrequency
      • +
      • OftenFrequency
      • +
      • SporadicFrequency
      • +
      • SingularFrequency
      • +
      • EndlessDuration
      • +
      • TemporalDuration
      • +
      • UntilEventDuration
      • +
      • UntilTimeDuration
      • +
      • FixedOccurencesDuration
      • +
      • Justification
      • +
      • hasScope
      • +
      • hasJustification
      risk
      • hasConsequenceOn
      processing -
      • Generate
      • -
      • Infer
      • -
      • Match
      • +
        • Access
        • +
        • Assess
        • +
        • Filter
        • +
        • Monitor
        • +
        • Modify
        • +
        • Observe
        • +
        • Screen
        • +
        + processing_context +
        • AutomationOfProcessing
        • +
        • FullyAutomatedProcessing
        • +
        • AutomatedProcessingWithHumanVerification
        • +
        • AutomatedProcessingWithHumanOversight
        • +
        • AutomatedProcessingWithHumanInput
        • +
        • PartiallyAutomatedProcessing
        • +
        • CompletelyManualProcessing
        • +
        • Scale
        • +
        • DataVolume
        • +
        • DataSubjectScale
        • +
        • GeographicScale
        • +
        • MassiveDataVolume
        • +
        • HugeDataVolume
        • +
        • LargeDataVolume
        • +
        • MediumDataVolume
        • +
        • SmallDataVolume
        • +
        • SporadicDataVolume
        • +
        • SingularDataVolume
        • +
        • MassiveScaleOfDataSubjects
        • +
        • HugeScaleOfDataSubjects
        • +
        • LargeScaleOfDataSubjects
        • +
        • MediumScaleOfDataSubjects
        • +
        • SmallScaleOfDataSubjects
        • +
        • SporadicScaleOfDataSubjects
        • +
        • SingularScaleOfDataSubjects
        • +
        • MassiveGeographicScale
        • +
        • HugeGeographicScale
        • +
        • LargeGeographicScale
        • +
        • MediumGeographicScale
        • +
        • SmallGeographicScale
        • +
        • SporadicGeographicScale
        • +
        • SingularGeographicScale
        • +
        • GeographicCoverage
        • +
        • GlobalScale
        • +
        • NearlyGlobalScale
        • +
        • MultiNationalScale
        • +
        • NationalScale
        • +
        • RegionalScale
        • +
        • LocalityScale
        • +
        • WithinEnvironmentScale
        • +
        • hasScale
        technical_organisational_measures -
        • isRequiredFor
        • +
          • ConsultationWithDPO
          • +
          • ConsultationWithDataSubject
          • +
          • CredentialManagement
          • +
          • DataBackupProtocols
          • +
          • PhysicalAccessControlMethod
          • +
          • isRequiredFor
          entities_datasubject -
          • hasAgeOfMaturity
          • +
            • MentallyVulnerableDataSubject
            • +
            • AsylumSeeker
            • +
            • ElderlyDataSubject
            • +
            • hasAgeOfMaturity
            legal_basis
            • EULA
            • diff --git a/dpv/modules/base.jsonld b/dpv/modules/base.jsonld index 85989a068..dcd4f7e58 100644 --- a/dpv/modules/base.jsonld +++ b/dpv/modules/base.jsonld @@ -1,14 +1,14 @@ [ { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#Purpose", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ @@ -17,15 +17,6 @@ }, { "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -34,6 +25,11 @@ "@value": "2020-11-04" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -48,42 +44,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@value": "Purpose" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling", + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -91,15 +68,30 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -116,13 +108,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data Handling" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data handling" + "@value": "has technical and organisational measure" } ], "https://w3id.org/dpv#hasDomain": [ @@ -132,12 +124,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#PersonalDataHandling" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#Recipient", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -164,7 +156,10 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -181,56 +176,61 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Controller" + "@value": "Recipient" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#DataController", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -247,53 +247,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has risk" + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Data Controller" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#LegalBasis", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/modified": [ @@ -302,11 +286,6 @@ "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -321,28 +300,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "The Legal basis used to justify processing of personal data" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has recipient" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@language": "en", + "@value": "Legal Basis" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#DataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -355,7 +330,10 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Bud Bruegger" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" } ], "http://purl.org/dc/terms/modified": [ @@ -364,6 +342,11 @@ "@value": "2020-11-04" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -378,20 +361,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "The individual (or category of individuals) whose personal data is being processed" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical and Organisational Measure" + "@value": "Data Subject" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRight", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataSubjectRight", "@type": [ - "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": [ @@ -402,7 +410,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -419,84 +433,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Right" + "@value": "The rights applicable or provided to a Data Subject" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has right" + "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Data Subject Right" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#hasProcessing", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Legal Basis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Recipient", - "@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": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ @@ -505,6 +472,15 @@ }, { "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -516,9 +492,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://specialprivacy.ercim.eu/" - }, - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -535,34 +508,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" + "@value": "has processing" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#hasPersonalDataHandling", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -570,30 +537,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -610,13 +562,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" + "@value": "Indicates association with Personal Data Handling" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has technical and organisational measure" + "@value": "has personal data handling" } ], "https://w3id.org/dpv#hasDomain": [ @@ -626,48 +578,25 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#PersonalDataHandling" } ] }, { - "@id": "https://w3id.org/dpv#PersonalDataHandling", + "@id": "https://w3id.org/dpv#hasRisk", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -684,37 +613,50 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." + "@value": "Indicates applicability of Risk" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data Handling" + "@value": "has risk" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Risk" } ] }, { - "@id": "https://w3id.org/dpv#DataSubjectRight", + "@id": "https://w3id.org/dpv#hasLegalBasis", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" }, { - "@value": "Georg P Krog" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -731,31 +673,30 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The rights applicable or provided to a Data Subject" + "@value": "Indicates use or applicability of a Legal Basis" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person'" + "@value": "has legal basis" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Data Subject Right" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Right" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#Risk", + "@id": "https://w3id.org/dpv#hasRight", "@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": [ @@ -783,52 +724,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Indicates use or applicability of Right" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@value": "has right" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasRange": [ { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#Right" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSubject", + "@id": "https://w3id.org/dpv#hasPersonalData", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -836,30 +753,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -876,13 +775,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Indicates association with Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "has personal data" } ], "https://w3id.org/dpv#hasDomain": [ @@ -892,12 +791,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#Processing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -941,59 +840,47 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" + "@value": "Processing" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@id": "https://w3id.org/dpv#PersonalData", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" + "@value": "Harshvardhan Pandit" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1010,23 +897,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Data directly or indirectly associated or related to an individual." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" + "@value": "Personal Data" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#Data" } ] }, @@ -1093,27 +986,143 @@ "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" }, { - "@id": "https://w3id.org/dpv#hasLegalBasis" - }, + "@id": "https://w3id.org/dpv#hasLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject" + }, + { + "@id": "https://w3id.org/dpv#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#hasRight" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#hasPersonalDataHandling" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRecipient", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates Recipient of Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has recipient" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#hasDataSubject" - }, + "@id": "https://w3id.org/dpv#Recipient" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasDataController" - }, + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasRight" - }, + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#hasRisk" - }, + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasPersonalDataHandling" + "@language": "en", + "@value": "has domain" } ] }, { - "@id": "https://w3id.org/dpv#Right", + "@id": "https://w3id.org/dpv#PersonalDataHandling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1121,18 +1130,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Georg P Krog" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1149,24 +1161,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The right(s) applicable, provided, or expected." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" + "@value": "A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Right" + "@value": "Personal Data Handling" } ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@id": "https://w3id.org/dpv#hasPurpose", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1219,13 +1225,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "has purpose" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1235,36 +1241,57 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#PersonalData", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1281,34 +1308,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data directly or indirectly associated or related to an individual." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'." + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data" + "@value": "has data subject" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyData" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Data" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#DataSubject", + "@id": "https://w3id.org/dpv#Right", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1316,26 +1337,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1352,45 +1365,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" + "@value": "The right(s) applicable, provided, or expected." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" + "@value": "Right" } ] }, { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Bud Bruegger" } ], "http://purl.org/dc/terms/modified": [ @@ -1413,42 +1418,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#hasPersonalData", + "@id": "https://w3id.org/dpv#hasDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1456,12 +1451,30 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1478,13 +1491,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has personal data" + "@value": "has data controller" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1494,12 +1507,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#Processing", + "@id": "https://w3id.org/dpv#Risk", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1507,26 +1520,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1543,18 +1542,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Processing" + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@language": "en", + "@value": "Risk" } ] } diff --git a/dpv/modules/base.rdf b/dpv/modules/base.rdf index 5192dbdb7..ed7268c73 100644 --- a/dpv/modules/base.rdf +++ b/dpv/modules/base.rdf @@ -7,18 +7,17 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Data Subject Right - The rights applicable or provided to a Data Subject - Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + Right + The right(s) applicable, provided, or expected. + A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight 2020-11-18 accepted + Harshvardhan J Pandit Beatriz Esteves Georg P Krog - Harshvardhan Pandit @@ -38,13 +37,39 @@ Javier Fernández - + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + + + + Relation + + + + + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure + + has data controller + Indicates association with Data Controller 2019-04-04 2020-11-04 accepted @@ -55,14 +80,14 @@ Bud Bruegger - + - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - + Data Subject + The individual (or category of individuals) whose personal data is being processed + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + 2019-04-05 2020-11-04 accepted @@ -70,13 +95,27 @@ Javier Fernández - + + + + + Data Subject Right + The rights applicable or provided to a Data Subject + Based on use of definitions, the notion of 'Data Subject Right' can be equivalent to 'Individual Right' or 'Right of a Person' + 2020-11-18 + accepted + Beatriz Esteves + Georg P Krog + Harshvardhan Pandit + + + - - has processing - Indicates association with Processing + + has recipient + Indicates Recipient of Personal Data 2019-04-04 2020-11-04 @@ -88,69 +127,46 @@ Bud Bruegger - + - - has legal basis - Indicates use or applicability of a Legal Basis + + has purpose + Indicates association with Purpose + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - - - Relation - - - - Base Concepts - - - - - - - - - - - - - - - - - - - - - - - - - + - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + Purpose + The purpose of processing personal data + + 2019-04-05 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - has data subject - Indicates association with Data Subject + + has processing + Indicates association with Processing + 2019-04-04 2020-11-04 accepted @@ -174,61 +190,56 @@ Georg P Krog - - + + - - - has recipient - Indicates Recipient of Personal Data + Processing + The processing performed on personal data + - 2019-04-04 + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - + + - - - has data controller - Indicates association with Data Controller - 2019-04-04 + Personal Data Handling + A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - has personal data - Indicates association with Personal Data - 2022-01-19 + + has data subject + Indicates association with Data Subject + 2019-04-04 + 2020-11-04 accepted + Axel Polleres + Javier Fernández Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - + - - has purpose - Indicates association with Purpose - + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure 2019-04-04 2020-11-04 accepted @@ -239,49 +250,59 @@ Bud Bruegger - - - - Right - The right(s) applicable, provided, or expected. - A 'right' is a legal, social, or ethical principle of freedom or entitlement which dictate the norms regarding what is allowed or owed.. Rights as a concept encompass a broad area of norms and entities, and are not specific to Individuals or Data Protection / Privacy. For individual specific rights, see dpv:DataSubjectRight - 2020-11-18 - accepted - Harshvardhan J Pandit - Beatriz Esteves - Georg P Krog - - - - + + - Processing - The processing performed on personal data - - - 2019-04-05 + + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández - - - - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 - accepted - Harshvardhan J. Pandit - + + + Base Concepts + + + + + + + + + + + + + + + + + + + + + + + - + + + isSubTypeOf + + - Personal Data Handling - A high-level Class to describe 'data handling'. This can consist of personal data being processed for a purpose, involving entities, using technical and organisational measures, applicable risks, rights, and legal basis. + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + 2019-04-05 2020-11-04 accepted @@ -289,103 +310,82 @@ Javier Fernández - - - has domain - - + - Purpose - The purpose of processing personal data - - + + Personal Data + Data directly or indirectly associated or related to an individual. + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + 2019-04-05 - 2020-11-04 + 2022-01-19 accepted - Axel Polleres - Javier Fernández + Harshvardhan Pandit - + - - Data Subject - The individual (or category of individuals) whose personal data is being processed - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. 2019-04-05 2020-11-04 accepted - Axel Polleres - Javier Fernández - + - - has right - Indicates use or applicability of Right + + has risk + Indicates applicability of Risk 2020-11-18 accepted Harshvardhan J. Pandit - + - - has risk - Indicates applicability of Risk - 2020-11-18 + + has personal data + Indicates association with Personal Data + 2022-01-19 accepted Harshvardhan J. Pandit - - - has range - isInstanceOf - - - - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 - accepted - Bud Bruegger - + + + Concept - - + + - - Personal Data - Data directly or indirectly associated or related to an individual. - - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2019-04-05 - 2022-01-19 + + + has right + Indicates use or applicability of Right + 2020-11-18 accepted - Harshvardhan Pandit + Harshvardhan J. Pandit - - - Concept + + + has range - - - isSubTypeOf + + + has domain diff --git a/dpv/modules/consent.jsonld b/dpv/modules/consent.jsonld index 809741d32..3efde7ac1 100644 --- a/dpv/modules/consent.jsonld +++ b/dpv/modules/consent.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#hasProvisionBy", + "@id": "https://w3id.org/dpv#hasExpiryTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -36,24 +36,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that provisioned or provided consent" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." + "@value": "Specifies the expiry time or duration for consent" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by" + "@value": "has expiry time" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#expiry" } ] }, @@ -111,21 +105,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasExpiryTime", + "@id": "https://w3id.org/dpv#hasProvisionBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -161,23 +141,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the expiry time or duration for consent" + "@value": "Specifies the entity that provisioned or provided consent" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry time" + "@value": "has provision by" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#expiry" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasExpiryCondition", + "@id": "https://w3id.org/dpv#hasProvisionMethod", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -213,29 +199,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the condition or event that determines the expiry of consent" + "@value": "Specifies the method by which consent was provisioned or provided" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Can be TextOrDocumentOrURI" + "@value": "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." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has expiry condition" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#expiry" + "@value": "has provision method" } ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -244,12 +225,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalBy", + "@id": "https://w3id.org/dpv#isExplicit", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -285,24 +266,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the entity that withdrew consent" + "@value": "Specifies consent is 'explicit'" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." + "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal by" + "@value": "is explicit" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "http://www.w3.org/2001/XMLSchema#boolean" } ] }, @@ -354,7 +335,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasConsentNotice", + "@id": "https://w3id.org/dpv#hasExpiryCondition", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -390,24 +371,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the notice provided in context of consent" + "@value": "Specifies the condition or event that determines the expiry of consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." + "@value": "Can be TextOrDocumentOrURI" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consent notice" + "@value": "has expiry condition" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#expiry" } ] }, { - "@id": "https://w3id.org/dpv#hasWithdrawalTime", + "@id": "https://w3id.org/dpv#hasProvisionByJustification", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -443,27 +429,47 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was withdrawn" + "@value": "Specifies the justification for entity providing consent" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has withdrawal time" + "@value": "has provision by justification" } ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" } ] }, @@ -521,35 +527,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasProvisionMethod", + "@id": "https://w3id.org/dpv#hasConsentNotice", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -585,76 +563,38 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the method by which consent was provisioned or provided" + "@value": "Specifies the notice provided in context of consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "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." + "@value": "The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision method" + "@value": "has consent notice" } ] }, { - "@id": "https://w3id.org/dpv#ConsentConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Consent Concepts" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#hasExpiry" - }, - { - "@id": "https://w3id.org/dpv#hasExpiryTime" - }, - { - "@id": "https://w3id.org/dpv#hasExpiryCondition" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionMethod" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionTime" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalMethod" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalTime" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalBy" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionBy" - }, - { - "@id": "https://w3id.org/dpv#hasProvisionByJustification" - }, - { - "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" - }, - { - "@id": "https://w3id.org/dpv#hasConsentNotice" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#isExplicit" + "@language": "en", + "@value": "has range" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionByJustification", + "@id": "https://w3id.org/dpv#hasProvisionTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -690,24 +630,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the justification for entity providing consent" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy" + "@value": "Specifies the instant in time when consent was given" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision by justification" + "@value": "has provision time" } ] }, { - "@id": "https://w3id.org/dpv#isExplicit", + "@id": "https://w3id.org/dpv#hasWithdrawalBy", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -743,43 +677,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies consent is 'explicit'" + "@value": "Specifies the entity that withdrew consent" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The conditions for what is considered 'explicit consent' differ by norms and laws." + "@value": "Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is explicit" + "@value": "has withdrawal by" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "http://www.w3.org/2001/XMLSchema#boolean" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasProvisionTime", + "@id": "https://w3id.org/dpv#hasWithdrawalTime", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -815,13 +749,79 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the instant in time when consent was given" + "@value": "Specifies the instant in time when consent was withdrawn" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has provision time" + "@value": "has withdrawal time" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ConsentConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Consent Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ + { + "@id": "https://w3id.org/dpv#hasExpiry" + }, + { + "@id": "https://w3id.org/dpv#hasExpiryTime" + }, + { + "@id": "https://w3id.org/dpv#hasExpiryCondition" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionMethod" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionTime" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalMethod" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalTime" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalBy" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionBy" + }, + { + "@id": "https://w3id.org/dpv#hasProvisionByJustification" + }, + { + "@id": "https://w3id.org/dpv#hasWithdrawalByJustification" + }, + { + "@id": "https://w3id.org/dpv#hasConsentNotice" + }, + { + "@id": "https://w3id.org/dpv#isExplicit" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" } ] } diff --git a/dpv/modules/consent.rdf b/dpv/modules/consent.rdf index ef04ffe79..06bc011ff 100644 --- a/dpv/modules/consent.rdf +++ b/dpv/modules/consent.rdf @@ -7,12 +7,13 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - has provision by justification - Specifies the justification for entity providing consent - This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy + + has withdrawal by + Specifies the entity that withdrew consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. 2019-04-05 accepted Harshvardhan J. Pandit @@ -20,12 +21,16 @@ Bud Bruegger - + + + Relation + + - - has expiry time - Specifies the expiry time or duration for consent + has withdrawal by justification + Specifies the justification for entity withdrawing consent + This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -33,11 +38,11 @@ Bud Bruegger - + - has withdrawal time - Specifies the instant in time when consent was withdrawn + has provision time + Specifies the instant in time when consent was given 2019-04-05 accepted Harshvardhan J. Pandit @@ -45,16 +50,11 @@ Bud Bruegger - - - Relation - - + - has consent notice - Specifies the notice provided in context of consent - The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. + has withdrawal time + Specifies the instant in time when consent was withdrawn 2019-04-05 accepted Harshvardhan J. Pandit @@ -62,13 +62,13 @@ Bud Bruegger - + - - has provision by - Specifies the entity that provisioned or provided consent - Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. + + has expiry condition + Specifies the condition or event that determines the expiry of consent + Can be TextOrDocumentOrURI 2019-04-05 accepted Harshvardhan J. Pandit @@ -76,13 +76,12 @@ Bud Bruegger - + - - has withdrawal by - Specifies the entity that withdrew consent - Normally this would be the dataSubject, but in some exceptional cases, the consent might be withdraawn on behalf by someone else, e.g. parents of minors. + has consent notice + Specifies the notice provided in context of consent + The actual notice that the Data Subject received to consent to, either a text or link to a document, which should be usable to decide whether the form or consent was compliant to legislation, e.g. documenting how the user has been informed about rights and implications (such as, right to data portability,right to recitffy, right to erasure, right to restrict processing, right to object, rights regarding automated decision making or profiling, processors, third parties, sub-processors, outside-EEA transfers, automated decision-making, or other necessary details of the privacy-policy). Can be TextOrDocumentOrURI. 2019-04-05 accepted Harshvardhan J. Pandit @@ -90,11 +89,12 @@ Bud Bruegger - + - has expiry - Generic property specifying when or under which condition(s) the consent will expire + has withdrawal method + Specifries the method by which consent can be/has been withdrawn + Can be used to record information of how to withdraw consent, 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 accepted Harshvardhan J. Pandit @@ -102,11 +102,13 @@ Bud Bruegger - + - has provision time - Specifies the instant in time when consent was given + + has provision by + Specifies the entity that provisioned or provided consent + Normally this would be the dataSubject, but in some exceptional cases, the consent might be given on behalf by someone else, e.g. parents of minors. 2019-04-05 accepted Harshvardhan J. Pandit @@ -114,13 +116,12 @@ Bud Bruegger - + - - is explicit - Specifies consent is 'explicit' - The conditions for what is considered 'explicit consent' differ by norms and laws. + has provision by justification + Specifies the justification for entity providing consent + This field can be used to proivde a justification why the provision was provided by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field provisionBy 2019-04-05 accepted Harshvardhan J. Pandit @@ -128,13 +129,15 @@ Bud Bruegger - + + + Concept + + - - has expiry condition - Specifies the condition or event that determines the expiry of consent - Can be TextOrDocumentOrURI + has expiry + Generic property specifying when or under which condition(s) the consent will expire 2019-04-05 accepted Harshvardhan J. Pandit @@ -142,12 +145,13 @@ Bud Bruegger - + - 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. + + is explicit + Specifies consent is 'explicit' + The conditions for what is considered 'explicit consent' differ by norms and laws. 2019-04-05 accepted Harshvardhan J. Pandit @@ -172,12 +176,16 @@ - + + + has domain + + - has withdrawal method - Specifries the method by which consent can be/has been withdrawn - Can be used to record information of how to withdraw consent, 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. + + has expiry time + Specifies the expiry time or duration for consent 2019-04-05 accepted Harshvardhan J. Pandit @@ -185,16 +193,12 @@ Bud Bruegger - - - has range - - + - has withdrawal by justification - Specifies the justification for entity withdrawing consent - This field can be used to proivde a justification why the weithdrawal was done by another DataSubject or legal entity, e.g. declariing the relationship (parent, guardian), in combination with the field withdrawalBy + 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 accepted Harshvardhan J. Pandit @@ -202,20 +206,16 @@ Bud Bruegger - - - has domain - isSubTypeOf + + + has range + isInstanceOf - - - Concept - diff --git a/dpv/modules/context.jsonld b/dpv/modules/context.jsonld index 709852f90..44718c799 100644 --- a/dpv/modules/context.jsonld +++ b/dpv/modules/context.jsonld @@ -97,7 +97,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Necessity", + "@id": "https://w3id.org/dpv#PartiallyCompliant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -105,24 +105,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-12" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -139,43 +127,64 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'necessity' within a context" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." + "@value": "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Necessity" + "@value": "Partially Compliant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Duration", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The duration or temporal limitation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "Duration" } ] }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", + "@id": "https://w3id.org/dpv#hasIdentifier", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -183,18 +192,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -211,13 +223,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the logic used in processing such as for automated decision making" + "@value": "Indicates an identifier associated for identification or reference" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has algorithmic logic" + "@value": "has identifier" } ], "https://w3id.org/dpv#hasDomain": [ @@ -227,51 +239,31 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#AlgorithmicLogic" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#PrimaryImportance", + "@id": "https://w3id.org/dpv#isAfter", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-10" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -288,23 +280,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'primary' or 'main' or 'core' importance" + "@value": "Indicates the specified concepts is 'after' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Primary Importance" + "@value": "is after" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#Optional", + "@id": "https://w3id.org/dpv#ComplianceStatus", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -312,24 +309,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-14" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -346,45 +331,50 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'optional' or 'voluntary'" + "@value": "Status associated with Compliance with some norms, objectives, or requirements" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optional" + "@value": "Compliance Status" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Status", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Beatriz Esteves" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -401,43 +391,64 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates implementation details such as technologies or processes" + "@value": "The status or state of something" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + "@value": "Status" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "is implemented using technology" + "@id": "https://w3id.org/dpv#Context" } + ] + }, + { + "@id": "https://w3id.org/dpv#Incompliant", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv#hasDomain": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#Concept" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" } ], - "https://w3id.org/dpv#hasRange": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Technology" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of not being compliant" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "Incompliant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" } ] }, @@ -517,7 +528,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isBefore", + "@id": "https://w3id.org/dpv#hasContext", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -525,18 +536,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -553,13 +553,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'before' this concept in some context" + "@value": "Indicates a purpose is restricted to the specified context(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is before" + "@value": "has context" } ], "https://w3id.org/dpv#hasDomain": [ @@ -569,40 +569,1018 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#ActivityProposed", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-05-18" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "has domain" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity being proposed or planned i.e. yet to occur" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Proposed" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditStatus", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Status associated with Auditing or Investigation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Status" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Status" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SecondaryImportance", + "@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-02-11" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Secondary Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Compliant", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of being fully compliant" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Compliant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic", + "@type": [ + "https://w3id.org/dpv#Relation", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the logic used in processing such as for automated decision making" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has algorithmic logic" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#AlgorithmicLogic" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PrimaryImportance", + "@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-02-10" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'primary' or 'main' or 'core' importance" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Primary Importance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Importance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasComplianceStatus", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the status of compliance of specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has compliance status" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#hasStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates implementation details such as technologies or processes" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'technology' is inclusive of technologies, processes, and methods." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "is implemented using technology" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Technology" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ViolationOfCompliance", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where objectives have been violated" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Violation of Compliance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDuration", + "@type": [ + "https://w3id.org/dpv#Relation", + "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" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates information about duration" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has duration" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Duration" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditApproved", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of being approved through the audit" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Approved" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuditStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditRequired", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as being required but has not been conducted" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Required" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuditStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditRejected", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of not being approved or being rejected through the audit" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Rejected" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuditStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Technology", + "@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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Technology" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasStatus", + "@type": [ + "https://w3id.org/dpv#Relation", + "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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indicates the status of specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has status" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Status" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AuditNotRequired", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State where an audit is determined as not being required" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Audit Not Required" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#AuditStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NotCompliant", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of not being compliant where objectives have not been met, but have not been violated" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Not Compliant" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ComplianceStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ActivityOngoing", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity occuring in continuation i.e. currently ongoing" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Ongoing" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ActivityStatus", + "@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-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Status associated with activity operations and lifecycles" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Status" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Status" } ] }, { - "@id": "https://w3id.org/dpv#NotRequired", + "@id": "https://w3id.org/dpv#Required", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -610,7 +1588,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-15" + "@value": "2022-02-13" } ], "http://purl.org/dc/terms/creator": [ @@ -644,13 +1622,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of neither being required nor optional i.e. not relevant or needed" + "@value": "Indication of 'required' or 'necessary'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Not Required" + "@value": "Required" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -660,7 +1638,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Importance", + "@id": "https://w3id.org/dpv#HumanInvolvement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -668,24 +1646,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -702,19 +1668,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An indication of 'importance' within a context" + "@value": "The involvement of humans in specified context" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." + "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Importance" + "@value": "Human Involvement" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -724,7 +1690,21 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDuration", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasFrequency", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -732,26 +1712,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-16" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -768,13 +1734,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about duration" + "@value": "Indicates the frequency with which something takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has duration" + "@value": "has frequency" } ], "https://w3id.org/dpv#hasDomain": [ @@ -784,29 +1750,69 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#Frequency" } ] }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement", + "@id": "https://w3id.org/dpv#ActivityCompleted", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Paul Ryan" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "State of an activity that has completed i.e. is fully in the past" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Activity Completed" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ActivityStatus" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AlgorithmicLogic", + "@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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" } @@ -825,29 +1831,82 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Involvement of humans in processing such as within automated decision making process" + "@value": "The algorithmic logic applied or used" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Human involvement is also relevant to 'human in the loop'" + "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has human involvement" + "@value": "Algorithmic Logic" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Context" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Optional", + "@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-02-14" } ], - "https://w3id.org/dpv#hasRange": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#HumanInvolvement" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Indication of 'optional' or 'voluntary'" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Optional" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Necessity" } ] }, @@ -902,91 +1961,102 @@ "@id": "https://w3id.org/dpv#Frequency" }, { - "@id": "https://w3id.org/dpv#hasContext" + "@id": "https://w3id.org/dpv#Status" }, { - "@id": "https://w3id.org/dpv#isImplementedByEntity" + "@id": "https://w3id.org/dpv#ActivityStatus" }, { - "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + "@id": "https://w3id.org/dpv#ActivityProposed" }, { - "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + "@id": "https://w3id.org/dpv#ActivityOngoing" }, { - "@id": "https://w3id.org/dpv#hasHumanInvolvement" + "@id": "https://w3id.org/dpv#ActivityHalted" }, { - "@id": "https://w3id.org/dpv#hasDuration" + "@id": "https://w3id.org/dpv#ActivityCompleted" }, { - "@id": "https://w3id.org/dpv#hasIdentifier" + "@id": "https://w3id.org/dpv#ComplianceStatus" }, { - "@id": "https://w3id.org/dpv#hasFrequency" + "@id": "https://w3id.org/dpv#Compliant" }, { - "@id": "https://w3id.org/dpv#isBefore" + "@id": "https://w3id.org/dpv#Incompliant" }, { - "@id": "https://w3id.org/dpv#isAfter" - } - ] - }, - { - "@id": "https://w3id.org/dpv#AlgorithmicLogic", - "@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#PartiallyCompliant" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" - } - ], - "http://purl.org/dc/terms/creator": [ + "@id": "https://w3id.org/dpv#NotCompliant" + }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#ViolationOfCompliance" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#AuditStatus" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#AuditApproved" + }, + { + "@id": "https://w3id.org/dpv#AuditRejected" + }, + { + "@id": "https://w3id.org/dpv#AuditRequested" + }, + { + "@id": "https://w3id.org/dpv#AuditNotRequired" + }, + { + "@id": "https://w3id.org/dpv#AuditRequired" + }, + { + "@id": "https://w3id.org/dpv#hasContext" + }, + { + "@id": "https://w3id.org/dpv#isImplementedByEntity" + }, + { + "@id": "https://w3id.org/dpv#isImplementedUsingTechnology" + }, + { + "@id": "https://w3id.org/dpv#hasAlgorithmicLogic" + }, + { + "@id": "https://w3id.org/dpv#hasHumanInvolvement" + }, + { + "@id": "https://w3id.org/dpv#hasDuration" + }, + { + "@id": "https://w3id.org/dpv#hasIdentifier" + }, { - "@language": "en", - "@value": "The algorithmic logic applied or used" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#hasFrequency" + }, { - "@language": "en", - "@value": "Algorithmic Logic is intended as a broad concept for explaining the use of algorithms and automated decisions making within Processing. To describe the actual algorithm, see the Algorithm concept." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#isBefore" + }, { - "@language": "en", - "@value": "Algorithmic Logic" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#isAfter" + }, { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#hasStatus" + }, + { + "@id": "https://w3id.org/dpv#hasComplianceStatus" + }, + { + "@id": "https://w3id.org/dpv#hasActivityStatus" } ] }, { - "@id": "https://w3id.org/dpv#hasContext", + "@id": "https://w3id.org/dpv#hasActivityStatus", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -994,7 +2064,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1011,13 +2086,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates a purpose is restricted to the specified context(s)" + "@value": "Indicates the status of activity of specified concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has context" + "@value": "has activity status" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1027,86 +2102,56 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Context" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Duration", - "@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-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The duration or temporal limitation" + "@id": "https://w3id.org/dpv#ActivityStatus" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Duration" + "@id": "https://w3id.org/dpv#hasStatus" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#isAfter", + "@id": "https://w3id.org/dpv#Importance", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" }, { "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1123,47 +2168,51 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the specified concepts is 'after' this concept in some context" + "@value": "An indication of 'importance' within a context" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "is after" + "@value": "Importance can be used to express importance, desirability, relevance, or significance as a context." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Importance" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#hasIdentifier", + "@id": "https://w3id.org/dpv#Necessity", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-02-12" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" }, { "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Julian Flake" }, { "@value": "Beatriz Esteves" @@ -1183,28 +2232,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an identifier associated for identification or reference" + "@value": "An indication of 'necessity' within a context" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has identifier" + "@value": "Necessity can be used to express need, essentiality, requirement, or compulsion." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Necessity" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Required", + "@id": "https://w3id.org/dpv#ActivityHalted", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1212,24 +2262,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-13" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1246,34 +2284,40 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'required' or 'necessary'" + "@value": "State of an activity that was occuring in the past, and has been halted or paused or stoped" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Required" + "@value": "Activity Halted" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Necessity" + "@id": "https://w3id.org/dpv#ActivityStatus" } ] }, { - "@id": "https://w3id.org/dpv#Technology", + "@id": "https://w3id.org/dpv#hasHumanInvolvement", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P. Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" } @@ -1292,49 +2336,53 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The technology, technological implementation, or any techniques, skills, methods, and processes used or applied" + "@value": "Indicates Involvement of humans in processing such as within automated decision making process" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device" + "@value": "Human involvement is also relevant to 'human in the loop'" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technology" + "@value": "has human involvement" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#HumanInvolvement" } ] }, { - "@id": "https://w3id.org/dpv#SecondaryImportance", + "@id": "https://w3id.org/dpv#isBefore", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-11" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" + "@value": "Georg P. Krog" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { "@value": "Julian Flake" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1351,23 +2399,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indication of 'secondary' or 'minor' or 'auxiliary' importance" + "@value": "Indicates the specified concepts is 'before' this concept in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Secondary Importance" + "@value": "is before" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Importance" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#HumanInvolvement", + "@id": "https://w3id.org/dpv#AuditRequested", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1375,7 +2428,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ @@ -1397,42 +2450,48 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The involvement of humans in specified context" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities." + "@value": "State of an audit being requested whose outcome is not yet known" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Involvement" + "@value": "Audit Requested" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#AuditStatus" } ] }, { - "@id": "https://w3id.org/dpv#hasFrequency", + "@id": "https://w3id.org/dpv#NotRequired", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-16" + "@value": "2022-02-15" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1449,23 +2508,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the frequency with which something takes place" + "@value": "Indication of neither being required nor optional i.e. not relevant or needed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has frequency" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Not Required" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Frequency" + "@id": "https://w3id.org/dpv#Necessity" } ] } diff --git a/dpv/modules/context.n3 b/dpv/modules/context.n3 index cbf0a23c7..d6955058d 100644 --- a/dpv/modules/context.n3 +++ b/dpv/modules/context.n3 @@ -7,25 +7,46 @@ dpv:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpv:AlgorithmicLogic, + skos:member dpv:ActivityCompleted, + dpv:ActivityHalted, + dpv:ActivityOngoing, + dpv:ActivityProposed, + dpv:ActivityStatus, + dpv:AlgorithmicLogic, + dpv:AuditApproved, + dpv:AuditNotRequired, + dpv:AuditRejected, + dpv:AuditRequested, + dpv:AuditRequired, + dpv:AuditStatus, + dpv:ComplianceStatus, + dpv:Compliant, dpv:Context, dpv:Duration, dpv:Frequency, dpv:HumanInvolvement, dpv:Importance, + dpv:Incompliant, dpv:Necessity, + dpv:NotCompliant, dpv:NotRequired, dpv:Optional, + dpv:PartiallyCompliant, dpv:PrimaryImportance, dpv:Required, dpv:SecondaryImportance, + dpv:Status, dpv:Technology, + dpv:ViolationOfCompliance, + dpv:hasActivityStatus, dpv:hasAlgorithmicLogic, + dpv:hasComplianceStatus, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasHumanInvolvement, dpv:hasIdentifier, + dpv:hasStatus, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, @@ -43,6 +64,126 @@ dpv:isInstanceOf rdfs:subPropertyOf skos:semanticRelation ; dpv:isSubTypeOf rdfs:subPropertyOf skos:broaderTransitive ; skos:prefLabel "isSubTypeOf"@en . +dpv:ActivityCompleted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:prefLabel "Activity Completed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityHalted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:prefLabel "Activity Halted"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityOngoing a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:prefLabel "Activity Ongoing"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityProposed a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:prefLabel "Activity Proposed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:AuditApproved a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being approved through the audit"@en ; + skos:prefLabel "Audit Approved"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditNotRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:prefLabel "Audit Not Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRejected a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:prefLabel "Audit Rejected"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequested a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:prefLabel "Audit Requested"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:prefLabel "Audit Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:Compliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being fully compliant"@en ; + skos:prefLabel "Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:Incompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant"@en ; + skos:prefLabel "Incompliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:NotCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:prefLabel "Not Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:NotRequired a skos:Concept, dpv:Concept ; dct:created "2022-02-15"^^xsd:date ; @@ -71,6 +212,16 @@ dpv:Optional a skos:Concept, skos:prefLabel "Optional"@en ; dpv:isSubTypeOf dpv:Necessity . +dpv:PartiallyCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:prefLabel "Partially Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:PrimaryImportance a skos:Concept, dpv:Concept ; dct:created "2022-02-10"^^xsd:date ; @@ -113,6 +264,28 @@ dpv:SecondaryImportance a skos:Concept, skos:prefLabel "Secondary Importance"@en ; dpv:isSubTypeOf dpv:Importance . +dpv:ViolationOfCompliance a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where objectives have been violated"@en ; + skos:prefLabel "Violation of Compliance"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:hasActivityStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:prefLabel "has activity status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ActivityStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasAlgorithmicLogic a skos:Concept, dpv:Relation ; dct:created "2020-11-04"^^xsd:date ; @@ -126,6 +299,18 @@ dpv:hasAlgorithmicLogic a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:AlgorithmicLogic . +dpv:hasComplianceStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:prefLabel "has compliance status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ComplianceStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasContext a skos:Concept, dpv:Relation ; dct:created "2019-04-05"^^xsd:date ; @@ -313,6 +498,17 @@ dpv:Importance a skos:Concept, skos:prefLabel "Importance"@en ; dpv:isSubTypeOf dpv:Context . +dpv:hasStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:prefLabel "has status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:Status . + dpv:Necessity a skos:Concept, dpv:Concept ; dct:created "2022-02-12"^^xsd:date ; @@ -328,6 +524,46 @@ dpv:Necessity a skos:Concept, skos:prefLabel "Necessity"@en ; dpv:isSubTypeOf dpv:Context . +dpv:Status a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The status or state of something"@en ; + skos:prefLabel "Status"@en ; + dpv:isSubTypeOf dpv:Context . + +dpv:ActivityStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:prefLabel "Activity Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:AuditStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:prefLabel "Audit Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:ComplianceStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:prefLabel "Compliance Status"@en ; + dpv:isSubTypeOf dpv:Status . + dpv:Context a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/modules/context.rdf b/dpv/modules/context.rdf index 2adc09aea..e5c3aac15 100644 --- a/dpv/modules/context.rdf +++ b/dpv/modules/context.rdf @@ -7,38 +7,90 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - + + - - - is before - Indicates the specified concepts is 'before' this concept in some context - 2022-03-02 + + Optional + Indication of 'optional' or 'voluntary' + 2022-02-14 accepted - Georg P. Krog Harshvardhan J. Pandit + Paul Ryan + Georg P Krog Julian Flake + Beatriz Esteves - - + + - Context - Contextually relevant information about purpose not possible to represent through other concepts + + + has context + Indicates a purpose is restricted to the specified context(s) 2019-04-05 accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - Relation + + + Context Concepts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Not Compliant + State of not being compliant where objectives have not been met, but have not been violated + 2022-05-18 + accepted + Harshvardhan J. Pandit + @@ -56,6 +108,96 @@ Beatriz Esteves + + + + + Necessity + An indication of 'necessity' within a context + Necessity can be used to express need, essentiality, requirement, or compulsion. + 2022-02-12 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + + + + + Incompliant + State of not being compliant + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Secondary Importance + Indication of 'secondary' or 'minor' or 'auxiliary' importance + 2022-02-11 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + + + + + Activity Halted + State of an activity that was occuring in the past, and has been halted or paused or stoped + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Activity Ongoing + State of an activity occuring in continuation i.e. currently ongoing + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Status + The status or state of something + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + + has identifier + Indicates an identifier associated for identification or reference + 2020-11-25 + accepted + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves + + @@ -72,46 +214,99 @@ Mark Lizar - + + + + + Human Involvement + The involvement of humans in specified context + Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + + + + + Not Required + Indication of neither being required nor optional i.e. not relevant or needed + 2022-02-15 + accepted + Harshvardhan J. Pandit + Paul Ryan + Georg P Krog + Julian Flake + Beatriz Esteves + + + - - has context - Indicates a purpose is restricted to the specified context(s) - 2019-04-05 + + + has compliance status + Indicates the status of compliance of specified concept + 2022-05-18 accepted + Harshvardhan J. Pandit - + - - is implemented using technology - Indicates implementation details such as technologies or processes - The term 'technology' is inclusive of technologies, processes, and methods. - 2022-01-26 + + is before + Indicates the specified concepts is 'before' this concept in some context + 2022-03-02 accepted - Beatriz Esteves + Georg P. Krog Harshvardhan J. Pandit - Paul Ryan Julian Flake - + - - has identifier - Indicates an identifier associated for identification or reference - 2020-11-25 + + has human involvement + Indicates Involvement of humans in processing such as within automated decision making process + Human involvement is also relevant to 'human in the loop' + 2020-11-04 accepted - Harshvardhan J.Pandit - Georg P Krog + Georg P. Krog Paul Ryan - Beatriz Esteves + Harshvardhan J. Pandit + + + + + isSubTypeOf + + + + + + Compliance Status + Status associated with Compliance with some norms, objectives, or requirements + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Audit Required + State where an audit is determined as being required but has not been conducted + 2022-05-18 + accepted + Harshvardhan J. Pandit @@ -128,6 +323,97 @@ Harshvardhan J. Pandit + + + + Frequency + The frequency or information about periods and repetitions in terms of recurrence. + 2022-02-16 + accepted + Harshvardhan J. Pandit + + + + + + + + has status + Indicates the status of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Violation of Compliance + State where objectives have been violated + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + Context + Contextually relevant information about purpose not possible to represent through other concepts + 2019-04-05 + accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + Duration + The duration or temporal limitation + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + + + + + Activity Proposed + State of an activity being proposed or planned i.e. yet to occur + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Audit Requested + State of an audit being requested whose outcome is not yet known + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Audit Rejected + State of not being approved or being rejected through the audit + 2022-05-18 + accepted + Harshvardhan J. Pandit + + @@ -158,82 +444,99 @@ Beatriz Esteves - - + + - - Optional - Indication of 'optional' or 'voluntary' - 2022-02-14 - accepted + + + is implemented by entity + Indicates implementation details such as entities or agents + The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. + 2019-05-07 + 2022-01-26 + modified + Axel Polleres Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan - Georg P Krog Julian Flake - Beatriz Esteves - + - - Necessity - An indication of 'necessity' within a context - Necessity can be used to express need, essentiality, requirement, or compulsion. - 2022-02-12 + + Activity Status + Status associated with activity operations and lifecycles + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - + - - Human Involvement - The involvement of humans in specified context - Human Involvement here broadly refers to any involvement by a human in the context of carrying out processing. This may include verification of outcomes, providing input data for making decisions, or overseeing activities. - 2022-01-26 + + Activity Completed + State of an activity that has completed i.e. is fully in the past + 2022-05-18 accepted Harshvardhan J. Pandit - + + + Concept + + - - Secondary Importance - Indication of 'secondary' or 'minor' or 'auxiliary' importance - 2022-02-11 + + Audit Status + Status associated with Auditing or Investigation + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - + + + + Technology + The technology, technological implementation, or any techniques, skills, methods, and processes used or applied + Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device + 2022-01-26 + accepted + Harshvardhan J. Pandit + + + - - is implemented by entity - Indicates implementation details such as entities or agents - The use of 'entity' is inclusive of entities (e.g. Data Processor) as well as 'agent' (e.g. DPO). For indicating technological implementation, the property isImplementedByTechnology should be used. - 2019-05-07 - 2022-01-26 - modified - Axel Polleres - Harshvardhan J. Pandit + + is implemented using technology + Indicates implementation details such as technologies or processes + The term 'technology' is inclusive of technologies, processes, and methods. + 2022-01-26 + accepted Beatriz Esteves + Harshvardhan J. Pandit Paul Ryan Julian Flake + + + + + Compliant + State of being fully compliant + 2022-05-18 + accepted + Harshvardhan J. Pandit + + @@ -246,6 +549,34 @@ Harshvardhan J. Pandit + + + + + + + has activity status + Indicates the status of activity of specified concept + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + + + Audit Not Required + State where an audit is determined as not being required + 2022-05-18 + accepted + Harshvardhan J. Pandit + + + + + has domain + @@ -260,12 +591,13 @@ Julian Flake - + - Frequency - The frequency or information about periods and repetitions in terms of recurrence. - 2022-02-16 + + Partially Compliant + State of partially being compliant i.e. only some objectives have been met, and others have not been in violation + 2022-05-18 accepted Harshvardhan J. Pandit @@ -282,102 +614,27 @@ Harshvardhan J. Pandit - - - has domain - - - - - Technology - The technology, technological implementation, or any techniques, skills, methods, and processes used or applied - Examples (non-exhaustive) include: Algorithm, Process, Method, Skill, Database, Cookies, Server, Device - 2022-01-26 - accepted - Harshvardhan J. Pandit - - - - - Context Concepts - - - - - - - - - - - - - - - - - - - - - - - - - - - has range - - - - - Duration - The duration or temporal limitation - 2022-02-09 - accepted - Harshvardhan J. Pandit - - isInstanceOf - - - - - - has human involvement - Indicates Involvement of humans in processing such as within automated decision making process - Human involvement is also relevant to 'human in the loop' - 2020-11-04 - accepted - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit - + + + Relation - + - - Not Required - Indication of neither being required nor optional i.e. not relevant or needed - 2022-02-15 + + Audit Approved + State of being approved through the audit + 2022-05-18 accepted Harshvardhan J. Pandit - Paul Ryan - Georg P Krog - Julian Flake - Beatriz Esteves - - - Concept - - - - isSubTypeOf + + + has range diff --git a/dpv/modules/context.ttl b/dpv/modules/context.ttl index cbf0a23c7..d6955058d 100644 --- a/dpv/modules/context.ttl +++ b/dpv/modules/context.ttl @@ -7,25 +7,46 @@ dpv:ContextConcepts a skos:Collection ; dct:title "Context Concepts"^^xsd:string ; - skos:member dpv:AlgorithmicLogic, + skos:member dpv:ActivityCompleted, + dpv:ActivityHalted, + dpv:ActivityOngoing, + dpv:ActivityProposed, + dpv:ActivityStatus, + dpv:AlgorithmicLogic, + dpv:AuditApproved, + dpv:AuditNotRequired, + dpv:AuditRejected, + dpv:AuditRequested, + dpv:AuditRequired, + dpv:AuditStatus, + dpv:ComplianceStatus, + dpv:Compliant, dpv:Context, dpv:Duration, dpv:Frequency, dpv:HumanInvolvement, dpv:Importance, + dpv:Incompliant, dpv:Necessity, + dpv:NotCompliant, dpv:NotRequired, dpv:Optional, + dpv:PartiallyCompliant, dpv:PrimaryImportance, dpv:Required, dpv:SecondaryImportance, + dpv:Status, dpv:Technology, + dpv:ViolationOfCompliance, + dpv:hasActivityStatus, dpv:hasAlgorithmicLogic, + dpv:hasComplianceStatus, dpv:hasContext, dpv:hasDuration, dpv:hasFrequency, dpv:hasHumanInvolvement, dpv:hasIdentifier, + dpv:hasStatus, dpv:isAfter, dpv:isBefore, dpv:isImplementedByEntity, @@ -43,6 +64,126 @@ dpv:isInstanceOf rdfs:subPropertyOf skos:semanticRelation ; dpv:isSubTypeOf rdfs:subPropertyOf skos:broaderTransitive ; skos:prefLabel "isSubTypeOf"@en . +dpv:ActivityCompleted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that has completed i.e. is fully in the past"@en ; + skos:prefLabel "Activity Completed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityHalted a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity that was occuring in the past, and has been halted or paused or stoped"@en ; + skos:prefLabel "Activity Halted"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityOngoing a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity occuring in continuation i.e. currently ongoing"@en ; + skos:prefLabel "Activity Ongoing"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:ActivityProposed a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an activity being proposed or planned i.e. yet to occur"@en ; + skos:prefLabel "Activity Proposed"@en ; + dpv:isSubTypeOf dpv:ActivityStatus . + +dpv:AuditApproved a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being approved through the audit"@en ; + skos:prefLabel "Audit Approved"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditNotRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as not being required"@en ; + skos:prefLabel "Audit Not Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRejected a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being approved or being rejected through the audit"@en ; + skos:prefLabel "Audit Rejected"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequested a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of an audit being requested whose outcome is not yet known"@en ; + skos:prefLabel "Audit Requested"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:AuditRequired a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where an audit is determined as being required but has not been conducted"@en ; + skos:prefLabel "Audit Required"@en ; + dpv:isSubTypeOf dpv:AuditStatus . + +dpv:Compliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of being fully compliant"@en ; + skos:prefLabel "Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:Incompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant"@en ; + skos:prefLabel "Incompliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:NotCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of not being compliant where objectives have not been met, but have not been violated"@en ; + skos:prefLabel "Not Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:NotRequired a skos:Concept, dpv:Concept ; dct:created "2022-02-15"^^xsd:date ; @@ -71,6 +212,16 @@ dpv:Optional a skos:Concept, skos:prefLabel "Optional"@en ; dpv:isSubTypeOf dpv:Necessity . +dpv:PartiallyCompliant a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State of partially being compliant i.e. only some objectives have been met, and others have not been in violation"@en ; + skos:prefLabel "Partially Compliant"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + dpv:PrimaryImportance a skos:Concept, dpv:Concept ; dct:created "2022-02-10"^^xsd:date ; @@ -113,6 +264,28 @@ dpv:SecondaryImportance a skos:Concept, skos:prefLabel "Secondary Importance"@en ; dpv:isSubTypeOf dpv:Importance . +dpv:ViolationOfCompliance a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "State where objectives have been violated"@en ; + skos:prefLabel "Violation of Compliance"@en ; + dpv:isSubTypeOf dpv:ComplianceStatus . + +dpv:hasActivityStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of activity of specified concept"@en ; + skos:prefLabel "has activity status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ActivityStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasAlgorithmicLogic a skos:Concept, dpv:Relation ; dct:created "2020-11-04"^^xsd:date ; @@ -126,6 +299,18 @@ dpv:hasAlgorithmicLogic a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:AlgorithmicLogic . +dpv:hasComplianceStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of compliance of specified concept"@en ; + skos:prefLabel "has compliance status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:ComplianceStatus ; + dpv:isSubTypeOf dpv:hasStatus . + dpv:hasContext a skos:Concept, dpv:Relation ; dct:created "2019-04-05"^^xsd:date ; @@ -313,6 +498,17 @@ dpv:Importance a skos:Concept, skos:prefLabel "Importance"@en ; dpv:isSubTypeOf dpv:Context . +dpv:hasStatus a skos:Concept, + dpv:Relation ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Indicates the status of specified concept"@en ; + skos:prefLabel "has status"@en ; + dpv:hasDomain dpv:Concept ; + dpv:hasRange dpv:Status . + dpv:Necessity a skos:Concept, dpv:Concept ; dct:created "2022-02-12"^^xsd:date ; @@ -328,6 +524,46 @@ dpv:Necessity a skos:Concept, skos:prefLabel "Necessity"@en ; dpv:isSubTypeOf dpv:Context . +dpv:Status a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "The status or state of something"@en ; + skos:prefLabel "Status"@en ; + dpv:isSubTypeOf dpv:Context . + +dpv:ActivityStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with activity operations and lifecycles"@en ; + skos:prefLabel "Activity Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:AuditStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Auditing or Investigation"@en ; + skos:prefLabel "Audit Status"@en ; + dpv:isSubTypeOf dpv:Status . + +dpv:ComplianceStatus a skos:Concept, + dpv:Concept ; + dct:created "2022-05-18"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Status associated with Compliance with some norms, objectives, or requirements"@en ; + skos:prefLabel "Compliance Status"@en ; + dpv:isSubTypeOf dpv:Status . + dpv:Context a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; diff --git a/dpv/modules/entities.jsonld b/dpv/modules/entities.jsonld index cccb8f369..a53c6d49f 100644 --- a/dpv/modules/entities.jsonld +++ b/dpv/modules/entities.jsonld @@ -1,86 +1,47 @@ [ { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#LegalEntity", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/creator": [ { - "@language": "en", - "@value": "isInstanceOf" + "@value": "Harshvardhan J. Pandit" } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "https://w3id.org/dpv#" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "Concept" + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv#EntitiesConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" ], - "http://purl.org/dc/terms/title": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Entities Concepts" + "@language": "en", + "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Entity" - }, - { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#NaturalPerson" - }, - { - "@id": "https://w3id.org/dpv#Representative" - }, - { - "@id": "https://w3id.org/dpv#hasName" - }, - { - "@id": "https://w3id.org/dpv#hasAddress" - }, - { - "@id": "https://w3id.org/dpv#hasContact" - }, - { - "@id": "https://w3id.org/dpv#hasEntity" - }, - { - "@id": "https://w3id.org/dpv#hasRepresentative" - }, - { - "@id": "https://w3id.org/dpv#hasResponsibleEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@language": "en", + "@value": "Legal Entity" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#Entity" } ] }, @@ -131,7 +92,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasContact", + "@id": "https://w3id.org/dpv#hasResponsibleEntity", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -139,21 +100,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -170,28 +122,61 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies contact details of a legal entity such as phone or email" + "@value": "Specifies the indicated entity is responsible within some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has contact" + "@value": "has responsible entity" } ], "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Concept" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Entity" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasEntity", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasAddress", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -199,12 +184,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Harshvardhan J.Pandit" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -221,34 +215,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of an entity to some concept" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "parent property for controller, processor, data subject, authority, etc.?" + "@value": "Specifies address of a legal entity such as street address or pin code" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has entity" + "@value": "has address" } ], "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Entity" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Entity" + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasName", + "@id": "https://w3id.org/dpv#hasContact", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -287,13 +275,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies name of a legal entity" + "@value": "Specifies contact details of a legal entity such as phone or email" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has name" + "@value": "has contact" } ], "https://w3id.org/dpv#hasDomain": [ @@ -308,7 +296,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDomain", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -317,28 +305,57 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has domain" + "@value": "Relation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#EntitiesConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@value": "Entities Concepts" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#Entity" + }, + { + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#NaturalPerson" + }, + { + "@id": "https://w3id.org/dpv#Representative" + }, + { + "@id": "https://w3id.org/dpv#hasName" + }, + { + "@id": "https://w3id.org/dpv#hasAddress" + }, + { + "@id": "https://w3id.org/dpv#hasContact" + }, + { + "@id": "https://w3id.org/dpv#hasEntity" + }, + { + "@id": "https://w3id.org/dpv#hasRepresentative" + }, + { + "@id": "https://w3id.org/dpv#hasResponsibleEntity" } ] }, { - "@id": "https://w3id.org/dpv#Representative", + "@id": "https://w3id.org/dpv#hasName", "@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": [ @@ -349,23 +366,18 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J.Pandit" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { "@value": "Beatriz Esteves" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -380,23 +392,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A representative of a legal entity" + "@value": "Specifies name of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Representative" + "@value": "has name" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Entity" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -405,20 +422,20 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "has domain" } ] }, { - "@id": "https://w3id.org/dpv#LegalEntity", + "@id": "https://w3id.org/dpv#hasEntity", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -440,21 +457,46 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law" + "@value": "Indicates inclusion or applicability of an entity to some concept" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "parent property for controller, processor, data subject, authority, etc.?" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Entity" + "@value": "has entity" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ { "@id": "https://w3id.org/dpv#Entity" } ] }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, { "@id": "https://w3id.org/dpv#hasRepresentative", "@type": [ @@ -521,20 +563,34 @@ ] }, { - "@id": "https://w3id.org/dpv#hasResponsibleEntity", + "@id": "https://w3id.org/dpv#Representative", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_27/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -551,88 +607,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifies the indicated entity is responsible within some context" + "@value": "A representative of a legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has responsible entity" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Entity" + "@value": "Representative" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#LegalEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasAddress", - "@type": [ - "https://w3id.org/dpv#Relation", - "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" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J.Pandit" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@language": "en", - "@value": "Specifies address of a legal entity such as street address or pin code" + "@id": "http://www.w3.org/2004/02/skos/core#Concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has address" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Entity" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Concept" } ] }, diff --git a/dpv/modules/entities.rdf b/dpv/modules/entities.rdf index 5af53d7e0..43f7cef3e 100644 --- a/dpv/modules/entities.rdf +++ b/dpv/modules/entities.rdf @@ -7,6 +7,25 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + + has contact + Specifies contact details of a legal entity such as phone or email + 2020-11-04 + accepted + Harshvardhan J.Pandit + Georg P Krog + Paul Ryan + Beatriz Esteves + + + + + Relation + Entities Concepts @@ -21,29 +40,30 @@ - + - - - has name - Specifies name of a legal entity - 2020-11-04 + + + + has responsible entity + Specifies the indicated entity is responsible within some context + 2022-03-02 accepted - Harshvardhan J.Pandit - Georg P Krog - Paul Ryan - Beatriz Esteves + Harshvardhan J. Pandit - + + + Concept + + - - - has representative - Specifies representative of the legal entity + + has address + Specifies address of a legal entity such as street address or pin code 2020-11-04 accepted Harshvardhan J.Pandit @@ -52,27 +72,13 @@ Beatriz Esteves - - - Relation - - - - - Entity - A human or non-human 'thing' that constitutes as an entity - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - + - has address - Specifies address of a legal entity such as street address or pin code + has name + Specifies name of a legal entity 2020-11-04 accepted Harshvardhan J.Pandit @@ -96,22 +102,9 @@ Beatriz Esteves - - - - - - - has responsible entity - Specifies the indicated entity is responsible within some context - 2022-03-02 - accepted - Harshvardhan J. Pandit - - - + - has range + has domain @@ -126,24 +119,29 @@ Harshvardhan J. Pandit - + - Natural Person - A human - 2022-02-09 + Legal Entity + A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law + 2019-04-05 accepted Harshvardhan J. Pandit - + + + isSubTypeOf + + - - has contact - Specifies contact details of a legal entity such as phone or email + + + has representative + Specifies representative of the legal entity 2020-11-04 accepted Harshvardhan J.Pandit @@ -152,31 +150,33 @@ Beatriz Esteves - - - has domain - - + - Legal Entity - A human or non-human 'thing' that constitutes as an entity and which is recognised and defined in law - 2019-04-05 + Natural Person + A human + 2022-02-09 accepted Harshvardhan J. Pandit - - - isSubTypeOf + + + + Entity + A human or non-human 'thing' that constitutes as an entity + 2022-02-02 + accepted + Harshvardhan J. Pandit + + + + + has range isInstanceOf - - - Concept - diff --git a/dpv/modules/entities_authority.jsonld b/dpv/modules/entities_authority.jsonld index 5b8b6ab26..b0dd6df6d 100644 --- a/dpv/modules/entities_authority.jsonld +++ b/dpv/modules/entities_authority.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#NationalAuthority", + "@id": "https://w3id.org/dpv#DataProtectionAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,17 +8,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg Krog" + }, { - "@id": "http://purl.org/adms" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -35,13 +36,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a nation" + "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NationalAuthority" + "@value": "Data Protection Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -50,34 +51,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ] - }, { "@id": "https://w3id.org/dpv#isAuthorityFor", "@type": [ @@ -133,7 +106,7 @@ ] }, { - "@id": "https://w3id.org/dpv#DataProtectionAuthority", + "@id": "https://w3id.org/dpv#RegionalAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -141,18 +114,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan Pandit" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -169,13 +141,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance regarding privacy and data protection laws." + "@value": "An authority tasked with overseeing legal compliance for a region" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Authority" + "@value": "RegionalAuthority" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -185,7 +157,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDomain", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -194,12 +166,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has domain" + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#RegionalAuthority", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Authority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -207,17 +193,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Georg Krog" + }, { - "@id": "http://purl.org/adms" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -234,32 +221,63 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority tasked with overseeing legal compliance for a region" + "@value": "An authority with the power to create or enforce laws, or determine their compliance." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "RegionalAuthority" + "@value": "Authority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Authority" + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" } ] }, @@ -297,20 +315,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" - } - ] - }, { "@id": "https://w3id.org/dpv#SupraNationalAuthority", "@type": [ @@ -417,21 +421,7 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Authority", + "@id": "https://w3id.org/dpv#NationalAuthority", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -439,18 +429,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan Pandit" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -467,21 +456,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An authority with the power to create or enforce laws, or determine their compliance." + "@value": "An authority tasked with overseeing legal compliance for a nation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authority" + "@value": "NationalAuthority" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" - }, + "@id": "https://w3id.org/dpv#Authority" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" } ] } diff --git a/dpv/modules/entities_authority.rdf b/dpv/modules/entities_authority.rdf index 4e82efdad..135e05806 100644 --- a/dpv/modules/entities_authority.rdf +++ b/dpv/modules/entities_authority.rdf @@ -7,12 +7,29 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + + is authority for + Indicates area, scope, or applicability of an Authority + 2022-01-19 + accepted + Harshvardhan J. Pandit + Georg P Krog + + + + + Relation + + - NationalAuthority - An authority tasked with overseeing legal compliance for a nation + RegionalAuthority + An authority tasked with overseeing legal compliance for a region 2022-02-02 accepted @@ -30,6 +47,10 @@ + + + isInstanceOf + @@ -43,25 +64,9 @@ Georg P Krog - - - Relation - - - - - - SupraNationalAuthority - An authority tasked with overseeing legal compliance for a supra-national union e.g. EU - - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - isInstanceOf + + + Concept @@ -76,35 +81,6 @@ Harshvardhan Pandit - - - - - RegionalAuthority - An authority tasked with overseeing legal compliance for a region - - 2022-02-02 - accepted - Harshvardhan J. Pandit - - - - - - - - is authority for - Indicates area, scope, or applicability of an Authority - 2022-01-19 - accepted - Harshvardhan J. Pandit - Georg P Krog - - - - - has range - @@ -119,16 +95,40 @@ Harshvardhan Pandit + + + + + SupraNationalAuthority + An authority tasked with overseeing legal compliance for a supra-national union e.g. EU + + 2022-02-02 + accepted + Harshvardhan J. Pandit + + has domain - - - Concept + + + + + NationalAuthority + An authority tasked with overseeing legal compliance for a nation + + 2022-02-02 + accepted + Harshvardhan J. Pandit + isSubTypeOf + + + has range + diff --git a/dpv/modules/entities_datasubject.jsonld b/dpv/modules/entities_datasubject.jsonld index e2413c683..5d3f8a543 100644 --- a/dpv/modules/entities_datasubject.jsonld +++ b/dpv/modules/entities_datasubject.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Citizen", + "@id": "https://w3id.org/dpv#Participant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -42,13 +42,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are citizens (for a jurisdiction)" + "@value": "Data subjects that participate in some context such as volunteers in a function" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Citizen" + "@value": "Participant" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -58,65 +58,86 @@ ] }, { - "@id": "https://w3id.org/dpv#User", + "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "Entities_Datasubject Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#DataSubject" }, { - "@value": "Georg P. Krog" + "@id": "https://w3id.org/dpv#Child" }, { - "@value": "Julian Flake" + "@id": "https://w3id.org/dpv#Adult" }, { - "@value": "Paul Ryan" + "@id": "https://w3id.org/dpv#VulnerableDataSubject" }, { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Patient" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#Employee" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Student" + }, { - "@language": "en", - "@value": "Data subjects that use service(s)" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Citizen" + }, { - "@language": "en", - "@value": "User" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#NonCitizen" + }, { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Immigrant" + }, + { + "@id": "https://w3id.org/dpv#Tourist" + }, + { + "@id": "https://w3id.org/dpv#Customer" + }, + { + "@id": "https://w3id.org/dpv#Consumer" + }, + { + "@id": "https://w3id.org/dpv#User" + }, + { + "@id": "https://w3id.org/dpv#JobApplicant" + }, + { + "@id": "https://w3id.org/dpv#Visitor" + }, + { + "@id": "https://w3id.org/dpv#Member" + }, + { + "@id": "https://w3id.org/dpv#Applicant" + }, + { + "@id": "https://w3id.org/dpv#Subscriber" + }, + { + "@id": "https://w3id.org/dpv#Client" + }, + { + "@id": "https://w3id.org/dpv#Participant" + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject" } ] }, { - "@id": "https://w3id.org/dpv#NonCitizen", + "@id": "https://w3id.org/dpv#DataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -124,24 +145,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" + "@value": "Axel Polleres" }, { - "@value": "Julian Flake" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -158,23 +181,46 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are not citizens (for a jurisdiction)" + "@value": "The individual (or category of individuals) whose personal data is being processed" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonCitizen" + "@value": "Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#LegalEntity" + }, + { + "@id": "https://w3id.org/dpv#NaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#Client", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Student", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -216,23 +262,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are clients or recipients of services" + "@value": "Data subjects that are students" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Client" + "@value": "Student" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Customer" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Visitor", + "@id": "https://w3id.org/dpv#Child", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -240,24 +286,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -274,23 +308,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are temporary visitors" + "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Visitor" + "@value": "Child" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#NatualPerson" } ] }, { - "@id": "https://w3id.org/dpv#Participant", + "@id": "https://w3id.org/dpv#JobApplicant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -332,37 +372,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that participate in some context such as volunteers in a function" + "@value": "Data subjects that apply for jobs or employments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Participant" + "@value": "JobApplicant" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#Applicant" } ] }, { - "@id": "https://w3id.org/dpv#Adult", + "@id": "https://w3id.org/dpv#Patient", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -370,12 +396,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -392,13 +430,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" + "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adult" + "@value": "Patient" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -407,20 +445,6 @@ } ] }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ] - }, { "@id": "https://w3id.org/dpv#Customer", "@type": [ @@ -486,7 +510,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Subscriber", + "@id": "https://w3id.org/dpv#Citizen", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -528,19 +552,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that subscribe to service(s)" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "note: subscriber can be customer or consumer" + "@value": "Data subjects that are citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Subscriber" + "@value": "Citizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -550,7 +568,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Member", + "@id": "https://w3id.org/dpv#Applicant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -592,13 +610,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are members of a group, organisation, or other collectives" + "@value": "Data subjects that are applicants in some context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Member" + "@value": "Applicant" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -608,21 +626,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Consumer", + "@id": "https://w3id.org/dpv#Immigrant", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -664,13 +668,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that consume goods or services for direct use" + "@value": "Data subjects that are immigrants (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consumer" + "@value": "Immigrant" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -680,7 +684,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Child", + "@id": "https://w3id.org/dpv#VulnerableDataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -688,12 +692,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -710,88 +720,112 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'child' is a natural legal person who is below a certain legal age depending on the legal jurisdiction." + "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The legality of age defining a child varies by jurisdiction. In addition, 'child' is distinct from a 'minor'. For example, the legal age for consumption of alcohol can be 21, which makes a person of age 20 a 'minor' in this context. In other cases, 'minor' and 'child' are used interchangeably to refer to a person below some legally defined age." + "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Child" + "@value": "Vulnerable Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NatualPerson" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Visitor", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-04-06" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "has domain" + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@language": "en", + "@value": "Data subjects that are temporary visitors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Visitor" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSubject", + "@id": "https://w3id.org/dpv#Consumer", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -808,33 +842,65 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Subject" + "@value": "Data subjects that consume goods or services for direct use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data subject" + "@value": "Consumer" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#DataSubject" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#hasRange": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@language": "en", + "@value": "has range" } ] }, { - "@id": "https://w3id.org/dpv#VulnerableDataSubject", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NonCitizen", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -842,18 +908,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P. Krog" + }, + { + "@value": "Julian Flake" }, { "@value": "Paul Ryan" }, { - "@value": "Harshvardhan Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -870,19 +942,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome." + "@value": "Data subjects that are not citizens (for a jurisdiction)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vulnerable Data Subject" + "@value": "NonCitizen" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -892,32 +958,52 @@ ] }, { - "@id": "https://w3id.org/dpv#JobApplicant", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDataSubject", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { - "@value": "Julian Flake" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" }, { - "@value": "Beatriz Esteves" + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -934,23 +1020,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that apply for jobs or employments" + "@value": "Indicates association with Data Subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "JobApplicant" + "@value": "has data subject" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#DataSubject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Applicant" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#Immigrant", + "@id": "https://w3id.org/dpv#User", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -992,13 +1088,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are immigrants (for a jurisdiction)" + "@value": "Data subjects that use service(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Immigrant" + "@value": "User" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1008,7 +1104,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Patient", + "@id": "https://w3id.org/dpv#Subscriber", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1050,13 +1146,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that receive medican attention, treatment, care, advice, or other health related services" + "@value": "Data subjects that subscribe to service(s)" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "note: subscriber can be customer or consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Patient" + "@value": "Subscriber" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1066,7 +1168,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Tourist", + "@id": "https://w3id.org/dpv#Client", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1108,23 +1210,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" + "@value": "Data subjects that are clients or recipients of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Tourist" + "@value": "Client" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSubject" + "@id": "https://w3id.org/dpv#Customer" } ] }, { - "@id": "https://w3id.org/dpv#Applicant", + "@id": "https://w3id.org/dpv#Adult", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1132,24 +1234,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-04-06" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P. Krog" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Beatriz Esteves" + "@value": "Georg Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1166,13 +1256,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are applicants in some context" + "@value": "A natural person that is not a child i.e. has attained some legally specified age of adulthood" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Applicant" + "@value": "Adult" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1182,86 +1272,21 @@ ] }, { - "@id": "https://w3id.org/dpv#Entities_DatasubjectConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Entities_Datasubject Concepts" + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#DataSubject" - }, - { - "@id": "https://w3id.org/dpv#Child" - }, - { - "@id": "https://w3id.org/dpv#Adult" - }, - { - "@id": "https://w3id.org/dpv#VulnerableDataSubject" - }, - { - "@id": "https://w3id.org/dpv#Patient" - }, - { - "@id": "https://w3id.org/dpv#Employee" - }, - { - "@id": "https://w3id.org/dpv#Student" - }, - { - "@id": "https://w3id.org/dpv#Citizen" - }, - { - "@id": "https://w3id.org/dpv#NonCitizen" - }, - { - "@id": "https://w3id.org/dpv#Immigrant" - }, - { - "@id": "https://w3id.org/dpv#Tourist" - }, - { - "@id": "https://w3id.org/dpv#Customer" - }, - { - "@id": "https://w3id.org/dpv#Consumer" - }, - { - "@id": "https://w3id.org/dpv#User" - }, - { - "@id": "https://w3id.org/dpv#JobApplicant" - }, - { - "@id": "https://w3id.org/dpv#Visitor" - }, - { - "@id": "https://w3id.org/dpv#Member" - }, - { - "@id": "https://w3id.org/dpv#Applicant" - }, - { - "@id": "https://w3id.org/dpv#Subscriber" - }, - { - "@id": "https://w3id.org/dpv#Client" - }, - { - "@id": "https://w3id.org/dpv#Participant" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasDataSubject" + "@language": "en", + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#DataSubject", + "@id": "https://w3id.org/dpv#Employee", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1269,26 +1294,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-06" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Georg P. Krog" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Julian Flake" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_1/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1305,46 +1328,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The individual (or category of individuals) whose personal data is being processed" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'." + "@value": "Data subjects that are employees" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Subject" + "@value": "Employee" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" - }, - { - "@id": "https://w3id.org/dpv#NaturalPerson" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#DataSubject" } ] }, { - "@id": "https://w3id.org/dpv#Employee", + "@id": "https://w3id.org/dpv#Member", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1386,13 +1386,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are employees" + "@value": "Data subjects that are members of a group, organisation, or other collectives" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Employee" + "@value": "Member" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1402,7 +1402,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Student", + "@id": "https://w3id.org/dpv#Tourist", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1444,13 +1444,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data subjects that are students" + "@value": "Data subjects that are tourists i.e. not citizens and not immigrants" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Student" + "@value": "Tourist" } ], "https://w3id.org/dpv#isSubTypeOf": [ diff --git a/dpv/modules/entities_datasubject.rdf b/dpv/modules/entities_datasubject.rdf index e05cbe070..02359aa3a 100644 --- a/dpv/modules/entities_datasubject.rdf +++ b/dpv/modules/entities_datasubject.rdf @@ -18,17 +18,12 @@ Georg Krog - - - Relation - - + - Customer - Data subjects that purchase goods or services - note: for B2B relations where customers are organisations, this concept only applies for data subjects + Student + Data subjects that are students 2022-04-06 accepted Harshvardhan J. Pandit @@ -38,12 +33,13 @@ Beatriz Esteves - + - Consumer - Data subjects that consume goods or services for direct use + Customer + Data subjects that purchase goods or services + note: for B2B relations where customers are organisations, this concept only applies for data subjects 2022-04-06 accepted Harshvardhan J. Pandit @@ -53,28 +49,30 @@ Beatriz Esteves - + + + Relation + + - User - Data subjects that use service(s) - 2022-04-06 + Vulnerable Data Subject + Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards + This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. + 2020-11-04 accepted - Harshvardhan J. Pandit - Georg P. Krog - Julian Flake + Georg Krog Paul Ryan - Beatriz Esteves + Harshvardhan Pandit - + - Subscriber - Data subjects that subscribe to service(s) - note: subscriber can be customer or consumer + Consumer + Data subjects that consume goods or services for direct use 2022-04-06 accepted Harshvardhan J. Pandit @@ -84,30 +82,28 @@ Beatriz Esteves - - + + - - - - has data subject - Indicates association with Data Subject - 2019-04-04 + + + Data Subject + The individual (or category of individuals) whose personal data is being processed + The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. + + 2019-04-05 2020-11-04 accepted Axel Polleres Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - Participant - Data subjects that participate in some context such as volunteers in a function + Immigrant + Data subjects that are immigrants (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit @@ -117,38 +113,12 @@ Beatriz Esteves - - - Entities_Datasubject Concepts - - - - - - - - - - - - - - - - - - - - - - - - + - NonCitizen - Data subjects that are not citizens (for a jurisdiction) + Employee + Data subjects that are employees 2022-04-06 accepted Harshvardhan J. Pandit @@ -158,12 +128,12 @@ Beatriz Esteves - + - Member - Data subjects that are members of a group, organisation, or other collectives + Tourist + Data subjects that are tourists i.e. not citizens and not immigrants 2022-04-06 accepted Harshvardhan J. Pandit @@ -173,12 +143,12 @@ Beatriz Esteves - + - Employee - Data subjects that are employees + Citizen + Data subjects that are citizens (for a jurisdiction) 2022-04-06 accepted Harshvardhan J. Pandit @@ -200,12 +170,13 @@ Harshvardhan J. Pandit - + - Tourist - Data subjects that are tourists i.e. not citizens and not immigrants + Subscriber + Data subjects that subscribe to service(s) + note: subscriber can be customer or consumer 2022-04-06 accepted Harshvardhan J. Pandit @@ -215,12 +186,12 @@ Beatriz Esteves - + - - Visitor - Data subjects that are temporary visitors + + Client + Data subjects that are clients or recipients of services 2022-04-06 accepted Harshvardhan J. Pandit @@ -230,26 +201,27 @@ Beatriz Esteves - + - Vulnerable Data Subject - Data Subjects which should be considered 'vulnerable' and therefore would require additional measures and safeguards - This concept denotes a Data Subject or a group are vulnerable, but not what vulnerability they possess or its context. This information can be provided additionally as comments, or as separate concepts and relations. Proposals for this are welcome. - 2020-11-04 + Participant + Data subjects that participate in some context such as volunteers in a function + 2022-04-06 accepted - Georg Krog + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake Paul Ryan - Harshvardhan Pandit + Beatriz Esteves - + - Applicant - Data subjects that are applicants in some context + Patient + Data subjects that receive medican attention, treatment, care, advice, or other health related services 2022-04-06 accepted Harshvardhan J. Pandit @@ -259,12 +231,12 @@ Beatriz Esteves - + - - Client - Data subjects that are clients or recipients of services + + Visitor + Data subjects that are temporary visitors 2022-04-06 accepted Harshvardhan J. Pandit @@ -274,27 +246,30 @@ Beatriz Esteves - - + + - - JobApplicant - Data subjects that apply for jobs or employments - 2022-04-06 + + + + has data subject + Indicates association with Data Subject + 2019-04-04 + 2020-11-04 accepted + Axel Polleres + Javier Fernández Harshvardhan J. Pandit - Georg P. Krog - Julian Flake - Paul Ryan - Beatriz Esteves + Mark Lizar + Bud Bruegger - + - Citizen - Data subjects that are citizens (for a jurisdiction) + Applicant + Data subjects that are applicants in some context 2022-04-06 accepted Harshvardhan J. Pandit @@ -304,12 +279,38 @@ Beatriz Esteves - + + + Entities_Datasubject Concepts + + + + + + + + + + + + + + + + + + + + + + + + - - Patient - Data subjects that receive medican attention, treatment, care, advice, or other health related services + + JobApplicant + Data subjects that apply for jobs or employments 2022-04-06 accepted Harshvardhan J. Pandit @@ -319,32 +320,31 @@ Beatriz Esteves - - - has domain + + + isSubTypeOf - + - - - Data Subject - The individual (or category of individuals) whose personal data is being processed - The term 'data subject' is specific to the GDPR, but is functionally equivalent to the term 'individual' and the ISO/IEC term 'PII Principle'. - - 2019-04-05 - 2020-11-04 + + NonCitizen + Data subjects that are not citizens (for a jurisdiction) + 2022-04-06 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit + Georg P. Krog + Julian Flake + Paul Ryan + Beatriz Esteves - + - Immigrant - Data subjects that are immigrants (for a jurisdiction) + User + Data subjects that use service(s) 2022-04-06 accepted Harshvardhan J. Pandit @@ -354,12 +354,16 @@ Beatriz Esteves - + + + isInstanceOf + + - Student - Data subjects that are students + Member + Data subjects that are members of a group, organisation, or other collectives 2022-04-06 accepted Harshvardhan J. Pandit @@ -369,20 +373,16 @@ Beatriz Esteves + + + Concept + has range - + - isInstanceOf - - - - Concept - - - - isSubTypeOf + has domain diff --git a/dpv/modules/entities_legalrole.jsonld b/dpv/modules/entities_legalrole.jsonld index 3d2194209..2ea98a0ab 100644 --- a/dpv/modules/entities_legalrole.jsonld +++ b/dpv/modules/entities_legalrole.jsonld @@ -1,73 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Legalrole Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#DataController" - }, - { - "@id": "https://w3id.org/dpv#DataProcessor" - }, - { - "@id": "https://w3id.org/dpv#DataSubProcessor" - }, - { - "@id": "https://w3id.org/dpv#Recipient" - }, - { - "@id": "https://w3id.org/dpv#ThirdParty" - }, - { - "@id": "https://w3id.org/dpv#DataExporter" - }, - { - "@id": "https://w3id.org/dpv#DataImporter" - }, - { - "@id": "https://w3id.org/dpv#JointDataControllers" - }, - { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" - }, - { - "@id": "https://w3id.org/dpv#hasDataController" - }, - { - "@id": "https://w3id.org/dpv#hasJointDataControllers" - }, - { - "@id": "https://w3id.org/dpv#hasDataProcessor" - }, - { - "@id": "https://w3id.org/dpv#hasRecipient" - }, - { - "@id": "https://w3id.org/dpv#hasRecipientDataController" - }, - { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty" - }, - { - "@id": "https://w3id.org/dpv#hasDataExporter" - }, - { - "@id": "https://w3id.org/dpv#hasDataImporter" - }, - { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDataController", + "@id": "https://w3id.org/dpv#hasDataProcessor", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -75,30 +8,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -115,13 +36,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Data Controller" + "@value": "Indiciates inclusion or applicability of a Data Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data controller" + "@value": "has data processor" } ], "https://w3id.org/dpv#hasDomain": [ @@ -131,31 +52,17 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#DataProcessor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#DataExporter", + "@id": "https://w3id.org/dpv#Recipient", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -163,26 +70,29 @@ "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": "David Hickey" - }, - { - "@value": "Georg Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Harshvardhan Pandit" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@id": "https://specialprivacy.ercim.eu/" + }, + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -199,19 +109,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + "@value": "Entities that receive personal data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Exporter" + "@value": "Recipient" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -221,84 +136,91 @@ ] }, { - "@id": "https://w3id.org/dpv#DataController", + "@id": "https://w3id.org/dpv#Entities_LegalroleConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Entities_Legalrole Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#DataController" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#DataProcessor" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@id": "https://w3id.org/dpv#DataSubProcessor" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Recipient" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#ThirdParty" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#DataExporter" + }, { - "@language": "en", - "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + "@id": "https://w3id.org/dpv#DataImporter" + }, { - "@language": "en", - "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#JointDataControllers" + }, { - "@language": "en", - "@value": "Data Controller" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#DataProtectionOfficer" + }, { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#hasDataController" + }, + { + "@id": "https://w3id.org/dpv#hasJointDataControllers" + }, + { + "@id": "https://w3id.org/dpv#hasDataProcessor" + }, + { + "@id": "https://w3id.org/dpv#hasRecipient" + }, + { + "@id": "https://w3id.org/dpv#hasRecipientDataController" + }, + { + "@id": "https://w3id.org/dpv#hasRecipientThirdParty" + }, + { + "@id": "https://w3id.org/dpv#hasDataExporter" + }, + { + "@id": "https://w3id.org/dpv#hasDataImporter" + }, + { + "@id": "https://w3id.org/dpv#hasDataProtectionOfficer" } ] }, { - "@id": "https://w3id.org/dpv#DataSubProcessor", + "@id": "https://w3id.org/dpv#hasRecipientThirdParty", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-25" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P. Krog" + }, { "@value": "Harshvardhan J. Pandit" } @@ -317,43 +239,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A 'sub-processor' is a processor engaged by another processor" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" + "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Sub-Processor" + "@value": "has recipient third party" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#DataProcessor" + "@id": "https://w3id.org/dpv#Concept" } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "https://w3id.org/dpv#ThirdParty" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllers", + "@id": "https://w3id.org/dpv#DataController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -361,73 +273,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the membership, hasDataController may be used" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Joint Data Controllers" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#DataController" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDataImporter", - "@type": [ - "https://w3id.org/dpv#Relation", - "http://www.w3.org/2004/02/skos/core#Concept" + "@value": "Javier Fernández" + } ], - "http://purl.org/dc/terms/created": [ + "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P. Krog" - }, + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_7/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -444,33 +309,43 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" + "@value": "The individual or organisation that decides (or controls) the purpose(s) of processing personal data." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has data importer" + "@value": "The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used." } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Data Controller" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataImporter" + "@id": "https://w3id.org/dpv#LegalEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@language": "en", + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipient", + "@id": "https://w3id.org/dpv#hasRecipientDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -478,35 +353,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" + "@value": "Georg P. Krog" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - }, - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -523,13 +381,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates Recipient of Personal Data" + "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient" + "@value": "has recipient data controller" } ], "https://w3id.org/dpv#hasDomain": [ @@ -539,17 +397,17 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#DataController" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#hasRecipient" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientThirdParty", + "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -557,7 +415,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-03-02" } ], "http://purl.org/dc/terms/creator": [ @@ -565,10 +423,7 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P. Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Rob Brennan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -585,13 +440,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Third Party as a Recipient of persona data" + "@value": "Specifices an associated data protection officer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient third party" + "@value": "has data protection officer" } ], "https://w3id.org/dpv#hasDomain": [ @@ -601,47 +456,36 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#ThirdParty" + "@id": "https://w3id.org/dpv#DataProtectionOfficer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#hasRepresentative" } ] }, { - "@id": "https://w3id.org/dpv#Recipient", + "@id": "https://w3id.org/dpv#hasJointDataControllers", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Georg P. Krog" }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_9/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -658,48 +502,33 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entities that receive personal data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "A recipient of personal data can be used to indicate any entity that receives personal data. This can be a Third Party, Processor (GDPR), or even a Controller." + "@value": "Indicates inclusion or applicability of a Joint Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Recipient" + "@value": "has joint data controllers" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyRecipient" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalEntity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "https://w3id.org/dpv#JointDataControllers" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#hasDataController" } ] }, { - "@id": "https://w3id.org/dpv#DataImporter", + "@id": "https://w3id.org/dpv#DataSubProcessor", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -707,26 +536,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-25" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" - }, - { - "@value": "Georg Krog" - }, - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -743,24 +558,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + "@value": "A 'sub-processor' is a processor engaged by another processor" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" + "@value": "sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Importer" + "@value": "Data Sub-Processor" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Recipient" + "@id": "https://w3id.org/dpv#DataProcessor" } ] }, @@ -816,7 +631,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDomain", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -825,26 +640,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" + "@value": "Relation" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProtectionOfficer", + "@id": "https://w3id.org/dpv#hasRecipient", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -852,15 +653,35 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-02" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Rob Brennan" + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -877,13 +698,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Specifices an associated data protection officer" + "@value": "Indicates Recipient of Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data protection officer" + "@value": "has recipient" } ], "https://w3id.org/dpv#hasDomain": [ @@ -893,17 +714,45 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataProtectionOfficer" + "@id": "https://w3id.org/dpv#Recipient" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRepresentative" + "@id": "https://w3id.org/dpv#hasEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" } ] }, { - "@id": "https://w3id.org/dpv#hasJointDataControllers", + "@id": "https://w3id.org/dpv#hasDataImporter", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -939,13 +788,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates inclusion or applicability of a Joint Data Controller" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has joint data controllers" + "@value": "has data importer" } ], "https://w3id.org/dpv#hasDomain": [ @@ -955,12 +804,26 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#JointDataControllers" + "@id": "https://w3id.org/dpv#DataImporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasDataController" + "@id": "https://w3id.org/dpv#hasRecipient" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" } ] }, @@ -1016,7 +879,7 @@ ] }, { - "@id": "https://w3id.org/dpv#DataProtectionOfficer", + "@id": "https://w3id.org/dpv#JointDataControllers", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1024,7 +887,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ @@ -1032,18 +895,7 @@ "@value": "Georg Krog" }, { - "@value": "Paul Ryan" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-12-08" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + "@value": "Harshvardhan Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1054,29 +906,35 @@ "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#definition": [ { "@language": "en", - "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + "@value": "A group of Data Controllers that jointly determine the purposes and means of processing" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "To indicate the membership, hasDataController may be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Officer" + "@value": "Joint Data Controllers" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Representative" + "@id": "https://w3id.org/dpv#DataController" } ] }, { - "@id": "https://w3id.org/dpv#hasRecipientDataController", + "@id": "https://w3id.org/dpv#hasDataExporter", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1112,13 +970,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data" + "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has recipient data controller" + "@value": "has data exporter" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1128,31 +986,31 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataController" + "@id": "https://w3id.org/dpv#DataExporter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#hasDataProcessor", + "@id": "https://w3id.org/dpv#hasDataController", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1160,18 +1018,30 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "Georg P. Krog" + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1188,13 +1058,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a Data Processor" + "@value": "Indicates association with Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data processor" + "@value": "has data controller" } ], "https://w3id.org/dpv#hasDomain": [ @@ -1204,36 +1074,44 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#DataProcessor" + "@id": "https://w3id.org/dpv#DataController" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasRecipient" + "@id": "https://w3id.org/dpv#hasEntity" } ] }, { - "@id": "https://w3id.org/dpv#hasDataExporter", + "@id": "https://w3id.org/dpv#DataImporter", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "David Hickey" }, { - "@value": "Georg P. Krog" + "@value": "Georg Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1250,28 +1128,150 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter" + "@value": "An entity that 'imports' data where importing is considered a form of data transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data exporter" + "@value": "Data Importer" } ], - "https://w3id.org/dpv#hasDomain": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Recipient" } + ] + }, + { + "@id": "https://w3id.org/dpv#DataProtectionOfficer", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" ], - "https://w3id.org/dpv#hasRange": [ + "http://purl.org/dc/terms/created": [ { - "@id": "https://w3id.org/dpv#DataExporter" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-12-08" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_37/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "modified" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An entity within or authorised by an organisation to monitor internal compliance, inform and advise on data protection obligations and act as a contact point for data subjects and the supervisory authority." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Protection Officer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasEntity" + "@id": "https://w3id.org/dpv#Representative" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataExporter", + "@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-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "David Hickey" + }, + { + "@value": "Georg Krog" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Harshvardhan Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://edpb.europa.eu/our-work-tools/our-documents/recommendations/recommendations-012020-measures-supplement-transfer_en" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "An entity that 'exports' data where exporting is considered a form of data transfer" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Data Exporter" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" } ] } diff --git a/dpv/modules/entities_legalrole.rdf b/dpv/modules/entities_legalrole.rdf index 72811ed6b..2022f1ec7 100644 --- a/dpv/modules/entities_legalrole.rdf +++ b/dpv/modules/entities_legalrole.rdf @@ -24,68 +24,17 @@ Javier Fernández - - - - - Data Controller - The individual or organisation that decides (or controls) the purpose(s) of processing personal data. - The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - - - - - - - Data Processor - A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. - - 2019-06-04 - accepted - Harshvardhan J. Pandit - - Relation - + - Third Party - A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. - - 2019-06-04 - accepted - Harshvardhan J. Pandit - - - - - - - Data Sub-Processor - A 'sub-processor' is a processor engaged by another processor - sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition - 2020-11-25 - accepted - Harshvardhan J. Pandit - - - - - - - Data Exporter - An entity that 'exports' data where exporting is considered a form of data transfer - The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + Data Importer + An entity that 'imports' data where importing is considered a form of data transfer + The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing 2021-09-08 accepted @@ -95,25 +44,6 @@ Harshvardhan Pandit - - - - - - - has recipient - Indicates Recipient of Personal Data - - 2019-04-04 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - - @@ -132,36 +62,6 @@ Bud Bruegger - - - - - - - has data exporter - Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter - 2022-02-09 - accepted - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - - - - - - - - - has data importer - Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer - 2022-02-09 - accepted - Paul Ryan - Georg P. Krog - Harshvardhan J. Pandit - - @@ -176,19 +76,23 @@ Paul Ryan - + - - - has recipient data controller - Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data - 2022-02-09 + + + has recipient + Indicates Recipient of Personal Data + + 2019-04-04 + 2020-11-04 accepted - Paul Ryan - Georg P. Krog + Axel Polleres + Javier Fernández Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger @@ -206,26 +110,6 @@ Harshvardhan J. Pandit - - - - - Data Importer - An entity that 'imports' data where importing is considered a form of data transfer - The EU, in particular the EDPB, uses data importing the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of importing - - 2021-09-08 - accepted - David Hickey - Georg Krog - Paul Ryan - Harshvardhan Pandit - - - - - has domain - Entities_Legalrole Concepts @@ -248,22 +132,32 @@ - - - has range - - - + + - - - - has data protection officer - Specifices an associated data protection officer - 2022-03-02 + + Data Exporter + An entity that 'exports' data where exporting is considered a form of data transfer + The EU, in particular the EDPB, uses data exporter the context of cross-border data transfers/flows. These concepts are not bound by jurisdictional or geopolitical scopes within DPV and can thus be used for any notion of exporting + + 2021-09-08 accepted + David Hickey + Georg Krog Paul Ryan - Rob Brennan + Harshvardhan Pandit + + + + + + + Third Party + A ‘third party’ means a natural or legal person, public authority, agency or body other than the data subject, controller, processor and people who, under the direct authority of the controller or processor, are authorised to process personal data. + + 2019-06-04 + accepted + Harshvardhan J. Pandit @@ -281,10 +175,6 @@ Harshvardhan J. Pandit - - - isInstanceOf - @@ -300,6 +190,36 @@ Harshvardhan J. Pandit + + + + + Data Sub-Processor + A 'sub-processor' is a processor engaged by another processor + sub-processor' is a commonly used term similar to 'sub-contractor' and does not have a specific legal definition + 2020-11-25 + accepted + Harshvardhan J. Pandit + + + + + + + + + has data protection officer + Specifices an associated data protection officer + 2022-03-02 + accepted + Paul Ryan + Rob Brennan + + + + + isSubTypeOf + @@ -313,12 +233,92 @@ Harshvardhan Pandit + + + + + Data Controller + The individual or organisation that decides (or controls) the purpose(s) of processing personal data. + The terms 'Controller' is usually the more common form of indicating a Data Controller. In ISO/IEC the term 'PII Controller' is used. + + 2019-04-05 + 2020-11-04 + accepted + Axel Polleres + Javier Fernández + + + + + + + Data Processor + A ‘processor’ means a natural or legal person, public authority, agency or other body which processes personal data on behalf of the controller. + + 2019-06-04 + accepted + Harshvardhan J. Pandit + + + + + + + + + has data exporter + Indiciates inclusion or applicability of a LegalEntity in the role of Data Exporter + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + + + + + + + + has recipient data controller + Indiciates inclusion or applicability of a Data Controller as a Recipient of persona data + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + + + + + + + + has data importer + Indiciates inclusion or applicability of a LegalEntity in the role of Data Importer + 2022-02-09 + accepted + Paul Ryan + Georg P. Krog + Harshvardhan J. Pandit + + + + + isInstanceOf + Concept - - - isSubTypeOf + + + has range + + + + has domain diff --git a/dpv/modules/entities_organisation.jsonld b/dpv/modules/entities_organisation.jsonld index 221ea3b7d..d49ecd66b 100644 --- a/dpv/modules/entities_organisation.jsonld +++ b/dpv/modules/entities_organisation.jsonld @@ -1,74 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Entities_Organisation Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Organisation" - }, - { - "@id": "https://w3id.org/dpv#IndustryConsortium" - }, - { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#ForProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv#NonProfitOrganisation" - }, - { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation" - }, - { - "@id": "https://w3id.org/dpv#InternationalOrganisation" - }, - { - "@id": "https://w3id.org/dpv#OrganisationalUnit" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", + "@id": "https://w3id.org/dpv#NonProfitOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -103,13 +35,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation not part of or independent from the government" + "@value": "An organisation that does not aim to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonGovernmentalOrganisation" + "@value": "NonProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -119,7 +51,7 @@ ] }, { - "@id": "https://w3id.org/dpv#ForProfitOrganisation", + "@id": "https://w3id.org/dpv#IndustryConsortium", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -135,6 +67,11 @@ "@value": "Harshvardhan J. Pandit" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "http://purl.org/adms" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -149,13 +86,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that aims to achieve profit as its primary goal" + "@value": "A consortium established and comprising on industry organisations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ForProfitOrganisation" + "@value": "IndustryConsortium" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -165,7 +102,21 @@ ] }, { - "@id": "https://w3id.org/dpv#OrganisationalUnit", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -173,15 +124,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Paul Ryan" + "@id": "http://purl.org/adms" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -198,51 +151,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Entity within an organisation that does not constitute as a separate legal entity" + "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Unit" + "@value": "AcademicScientificOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Entity" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#IndustryConsortium", + "@id": "https://w3id.org/dpv#OrganisationalUnit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -250,17 +175,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "http://purl.org/adms" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -277,37 +200,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A consortium established and comprising on industry organisations" + "@value": "Entity within an organisation that does not constitute as a separate legal entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "IndustryConsortium" + "@value": "Organisational Unit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organisation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#Entity" } ] }, { - "@id": "https://w3id.org/dpv#Organisation", + "@id": "https://w3id.org/dpv#ForProfitOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -337,23 +246,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A general term reflecting a company or a business or a group acting as a unit" + "@value": "An organisation that aims to achieve profit as its primary goal" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation" + "@value": "ForProfitOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalEntity" + "@id": "https://w3id.org/dpv#Organisation" } ] }, { - "@id": "https://w3id.org/dpv#AcademicScientificOrganisation", + "@id": "https://w3id.org/dpv#InternationalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -361,17 +270,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-02" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Julian Flake" + }, + { + "@value": "Georg P. Krog" } ], "http://purl.org/dc/terms/source": [ { - "@id": "http://purl.org/adms" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -388,13 +300,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies" + "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "AcademicScientificOrganisation" + "@value": "International Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -404,7 +316,35 @@ ] }, { - "@id": "https://w3id.org/dpv#NonProfitOrganisation", + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -439,13 +379,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation that does not aim to achieve profit as its primary goal" + "@value": "An organisation not part of or independent from the government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "NonProfitOrganisation" + "@value": "NonGovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -455,7 +395,21 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -464,12 +418,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isInstanceOf" + "@value": "has range" } ] }, { - "@id": "https://w3id.org/dpv#InternationalOrganisation", + "@id": "https://w3id.org/dpv#GovernmentalOrganisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -477,20 +431,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-02-02" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Julian Flake" - }, - { - "@value": "Georg P. Krog" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_26/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -507,13 +453,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries" + "@value": "An organisation managed or part of government" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "International Organisation" + "@value": "GovernmentalOrganisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -523,7 +469,7 @@ ] }, { - "@id": "https://w3id.org/dpv#GovernmentalOrganisation", + "@id": "https://w3id.org/dpv#Organisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -553,18 +499,72 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An organisation managed or part of government" + "@value": "A general term reflecting a company or a business or a group acting as a unit" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GovernmentalOrganisation" + "@value": "Organisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalEntity" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Entities_OrganisationConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Entities_Organisation Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ { "@id": "https://w3id.org/dpv#Organisation" + }, + { + "@id": "https://w3id.org/dpv#IndustryConsortium" + }, + { + "@id": "https://w3id.org/dpv#GovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#NonGovernmentalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#ForProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#NonProfitOrganisation" + }, + { + "@id": "https://w3id.org/dpv#AcademicScientificOrganisation" + }, + { + "@id": "https://w3id.org/dpv#InternationalOrganisation" + }, + { + "@id": "https://w3id.org/dpv#OrganisationalUnit" } ] } diff --git a/dpv/modules/entities_organisation.rdf b/dpv/modules/entities_organisation.rdf index 0d309232b..4d91413d0 100644 --- a/dpv/modules/entities_organisation.rdf +++ b/dpv/modules/entities_organisation.rdf @@ -7,59 +7,21 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - International Organisation - An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries - - 2022-03-23 - accepted - Julian Flake - Georg P. Krog - - - - - Entities_Organisation Concepts - - - - - - - - - - - - - - - Organisation - A general term reflecting a company or a business or a group acting as a unit - 2022-02-02 - accepted - Harshvardhan J. Pandit - + + + Relation - + - AcademicScientificOrganisation - Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies - + ForProfitOrganisation + An organisation that aims to achieve profit as its primary goal 2022-02-02 accepted Harshvardhan J. Pandit - - - Relation - isInstanceOf @@ -76,50 +38,80 @@ Harshvardhan J. Pandit - + - - GovernmentalOrganisation - An organisation managed or part of government + + Organisational Unit + Entity within an organisation that does not constitute as a separate legal entity + 2022-03-23 + accepted + Harshvardhan J. Pandit + Paul Ryan + + + + + + + Organisation + A general term reflecting a company or a business or a group acting as a unit 2022-02-02 accepted Harshvardhan J. Pandit - + + + Concept + + + + Entities_Organisation Concepts + + + + + + + + + + + - NonGovernmentalOrganisation - An organisation not part of or independent from the government + AcademicScientificOrganisation + Organisations related to academia or scientific pursuits e.g. Universities, Schools, Research Bodies 2022-02-02 accepted Harshvardhan J. Pandit - + - ForProfitOrganisation - An organisation that aims to achieve profit as its primary goal + GovernmentalOrganisation + An organisation managed or part of government 2022-02-02 accepted Harshvardhan J. Pandit - + - - Organisational Unit - Entity within an organisation that does not constitute as a separate legal entity + + International Organisation + An organisation and its subordinate bodies governed by public international law, or any other body which is set up by, or on the basis of, an agreement between two or more countries + 2022-03-23 accepted - Harshvardhan J. Pandit - Paul Ryan + Julian Flake + Georg P. Krog @@ -134,20 +126,28 @@ Harshvardhan J. Pandit - - - has range - has domain - - - Concept + + + + + NonGovernmentalOrganisation + An organisation not part of or independent from the government + + 2022-02-02 + accepted + Harshvardhan J. Pandit + isSubTypeOf + + + has range + diff --git a/dpv/modules/jurisdiction.jsonld b/dpv/modules/jurisdiction.jsonld index b561ae74d..8de5ff4fc 100644 --- a/dpv/modules/jurisdiction.jsonld +++ b/dpv/modules/jurisdiction.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#hasThirdCountry", + "@id": "https://w3id.org/dpv#hasCountry", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,7 +8,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -33,13 +33,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability or relevance of a 'third country'" + "@value": "Indicates applicability of specified country" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has third country" + "@value": "has country" } ], "https://w3id.org/dpv#hasDomain": [ @@ -49,12 +49,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#ThirdCountry" + "@id": "https://w3id.org/dpv#Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasCountry" + "@id": "https://w3id.org/dpv#hasLocation" } ] }, @@ -73,7 +73,7 @@ ] }, { - "@id": "https://w3id.org/dpv#SupraNationalUnion", + "@id": "https://w3id.org/dpv#ThirdCountry", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -81,7 +81,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -103,72 +103,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political union of two or more countries with an establishment of common authority" + "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "SupraNationalUnion" + "@value": "Third Country" } ], "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Location" - } - ] - }, - { - "@id": "https://w3id.org/dpv#JurisdictionConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Jurisdiction Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Location" - }, { "@id": "https://w3id.org/dpv#Country" - }, - { - "@id": "https://w3id.org/dpv#SupraNationalUnion" - }, - { - "@id": "https://w3id.org/dpv#EconomicUnion" - }, - { - "@id": "https://w3id.org/dpv#Region" - }, - { - "@id": "https://w3id.org/dpv#Law" - }, - { - "@id": "https://w3id.org/dpv#ThirdCountry" - }, - { - "@id": "https://w3id.org/dpv#hasJurisdiction" - }, - { - "@id": "https://w3id.org/dpv#hasCountry" - }, - { - "@id": "https://w3id.org/dpv#hasLocation" - }, - { - "@id": "https://w3id.org/dpv#hasApplicableLaw" - }, - { - "@id": "https://w3id.org/dpv#hasThirdCountry" } ] }, { - "@id": "https://w3id.org/dpv#ThirdCountry", + "@id": "https://w3id.org/dpv#Region", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -176,7 +127,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -198,23 +149,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a country outside applicable or compatible jurisdiction as outlined in law" + "@value": "A region is an area or site that is considered a location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Third Country" + "@value": "Region" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Country" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#hasLocation", + "@id": "https://w3id.org/dpv#hasJurisdiction", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -222,26 +173,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -258,13 +195,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates information about location" + "@value": "Indicates applicability of specified jurisdiction" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has location" + "@value": "has jurisdiction" } ], "https://w3id.org/dpv#hasDomain": [ @@ -279,16 +216,57 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Country", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "Country" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Location" } ] }, @@ -334,23 +312,9 @@ ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasApplicableLaw", + "@id": "https://w3id.org/dpv#SupraNationalUnion", "@type": [ - "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": [ @@ -378,56 +342,72 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of a Law" + "@value": "A political union of two or more countries with an establishment of common authority" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has applicable law" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "SupraNationalUnion" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Law" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#JurisdictionConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@value": "Jurisdiction Concepts" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Location" + }, { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Country" + }, { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#SupraNationalUnion" + }, + { + "@id": "https://w3id.org/dpv#EconomicUnion" + }, + { + "@id": "https://w3id.org/dpv#Region" + }, + { + "@id": "https://w3id.org/dpv#Law" + }, + { + "@id": "https://w3id.org/dpv#ThirdCountry" + }, + { + "@id": "https://w3id.org/dpv#hasJurisdiction" + }, + { + "@id": "https://w3id.org/dpv#hasCountry" + }, + { + "@id": "https://w3id.org/dpv#hasLocation" + }, + { + "@id": "https://w3id.org/dpv#hasApplicableLaw" + }, + { + "@id": "https://w3id.org/dpv#hasThirdCountry" } ] }, { - "@id": "https://w3id.org/dpv#hasCountry", + "@id": "https://w3id.org/dpv#hasLocation", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -435,15 +415,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -460,13 +451,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified country" + "@value": "Indicates information about location" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has country" + "@value": "has location" } ], "https://w3id.org/dpv#hasDomain": [ @@ -476,63 +467,68 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Country" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#hasLocation" + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#EconomicUnion", - "@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#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Harshvardhan J. Pandit" + "@language": "en", + "@value": "Relation" } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "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": "has domain" } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "A political union of two or more countries based on economic or trade agreements" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "EconomicUnion" + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Location" + "@language": "en", + "@value": "Concept" } ] }, { - "@id": "https://w3id.org/dpv#hasJurisdiction", + "@id": "https://w3id.org/dpv#hasApplicableLaw", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -562,13 +558,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of specified jurisdiction" + "@value": "Indicates applicability of a Law" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has jurisdiction" + "@value": "has applicable law" } ], "https://w3id.org/dpv#hasDomain": [ @@ -578,26 +574,12 @@ ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Location" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#Law" } ] }, { - "@id": "https://w3id.org/dpv#Region", + "@id": "https://w3id.org/dpv#Location", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -611,6 +593,9 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -627,31 +612,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A region is an area or site that is considered a location" + "@value": "A location is a position, site, or area where something is located" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Region" + "@value": "Location may be geographic, physical, or virtual." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Location" + "@language": "en", + "@value": "Location" } ] }, { - "@id": "https://w3id.org/dpv#Country", + "@id": "https://w3id.org/dpv#hasThirdCountry", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -676,29 +662,47 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A political entity indicative of a sovereign or non-sovereign territorial state comprising of distinct geographical areas" + "@value": "Indicates applicability or relevance of a 'third country'" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The definition of country is not intended for political interpretation. DPVCG welcomes alternate definitions based in existing sources with global scope, such as UN or ISO." + "@value": "has third country" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Country" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#ThirdCountry" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#hasCountry" } ] }, { - "@id": "https://w3id.org/dpv#Location", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EconomicUnion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -712,9 +716,6 @@ "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -731,19 +732,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A location is a position, site, or area where something is located" + "@value": "A political union of two or more countries based on economic or trade agreements" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Location may be geographic, physical, or virtual." + "@value": "EconomicUnion" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Location" + "@id": "https://w3id.org/dpv#Location" } ] } diff --git a/dpv/modules/jurisdiction.rdf b/dpv/modules/jurisdiction.rdf index a1d6ef467..384a11169 100644 --- a/dpv/modules/jurisdiction.rdf +++ b/dpv/modules/jurisdiction.rdf @@ -7,37 +7,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - - has location - Indicates information about location - - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - SupraNationalUnion - A political union of two or more countries with an establishment of common authority - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - Relation - @@ -63,39 +32,47 @@ Harshvardhan J. Pandit - + + + Relation + + - - Region - A region is an area or site that is considered a location + Location + A location is a position, site, or area where something is located + Location may be geographic, physical, or virtual. 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + - Law - A law is a set of rules created by government or authorities + + SupraNationalUnion + A political union of two or more countries with an establishment of common authority 2022-01-19 accepted Harshvardhan J. Pandit - + - - - has country - Indicates applicability of specified country - 2022-01-19 + + has location + Indicates information about location + + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Georg P Krog + Mark Lizar @@ -114,9 +91,43 @@ - - - has range + + + Concept + + + + + + Region + A region is an area or site that is considered a location + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + + has jurisdiction + Indicates applicability of specified jurisdiction + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + EconomicUnion + A political union of two or more countries based on economic or trade agreements + 2022-01-19 + accepted + Harshvardhan J. Pandit + @@ -130,16 +141,18 @@ Harshvardhan J. Pandit - + + + has domain + + - Location - A location is a position, site, or area where something is located - Location may be geographic, physical, or virtual. + Law + A law is a set of rules created by government or authorities 2022-01-19 accepted Harshvardhan J. Pandit - Georg P Krog @@ -155,43 +168,30 @@ Georg P Krog - + + + isSubTypeOf + + - - has jurisdiction - Indicates applicability of specified jurisdiction - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - - EconomicUnion - A political union of two or more countries based on economic or trade agreements + + + has country + Indicates applicability of specified country 2022-01-19 accepted Harshvardhan J. Pandit + Georg P Krog - + - has domain - - - - isSubTypeOf + has range isInstanceOf - - - Concept - diff --git a/dpv/modules/legal_basis.jsonld b/dpv/modules/legal_basis.jsonld index 5e42469ef..9e2a7bf7b 100644 --- a/dpv/modules/legal_basis.jsonld +++ b/dpv/modules/legal_basis.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#ContractPerformance", + "@id": "https://w3id.org/dpv#LegalBasis", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,18 +8,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -36,23 +39,38 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment or performance of a contract involving specified processing" + "@value": "The Legal basis used to justify processing of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract Performance" + "@value": "Legal Basis" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Contract" + "@language": "en", + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#PublicInterest", + "@id": "https://w3id.org/dpv#EnterIntoContract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -60,12 +78,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -82,37 +106,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or beneficial for interest of the public or society at large" + "@value": "Processing necessary to enter into contract" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Interest" + "@value": "Enter Into Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController", + "@id": "https://w3id.org/dpv#Consent", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -120,18 +130,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -148,98 +152,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Data Controller in conducting specified processing" + "@value": "Consent of the Data Subject for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Controller" + "@value": "Consent" } ], "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegitimateInterest" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Legal_BasisConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Legal_Basis Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ { "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#Consent" - }, - { - "@id": "https://w3id.org/dpv#Contract" - }, - { - "@id": "https://w3id.org/dpv#ContractPerformance" - }, - { - "@id": "https://w3id.org/dpv#DataTransferLegalBasis" - }, - { - "@id": "https://w3id.org/dpv#EnterIntoContract" - }, - { - "@id": "https://w3id.org/dpv#LegalObligation" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterest" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestOfController" - }, - { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" - }, - { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" - }, - { - "@id": "https://w3id.org/dpv#PublicInterest" - }, - { - "@id": "https://w3id.org/dpv#VitalInterest" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" - }, - { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" - }, - { - "@id": "https://w3id.org/dpv#hasLegalBasis" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" } ] }, { - "@id": "https://w3id.org/dpv#LegalBasis", + "@id": "https://w3id.org/dpv#ContractPerformance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -247,21 +176,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -278,24 +204,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The Legal basis used to justify processing of personal data" + "@value": "Fulfilment or performance of a contract involving specified processing" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions." + "@value": "Contract Performance" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Legal Basis" + "@id": "https://w3id.org/dpv#Contract" } ] }, { - "@id": "https://w3id.org/dpv#Contract", + "@id": "https://w3id.org/dpv#LegitimateInterest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -303,7 +228,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -325,26 +250,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" + "@value": "Legitimate Interests of a Party as justification for specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Contract" + "@value": "Legitimate Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#LegalBasis" - }, - { - "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", + "@id": "https://w3id.org/dpv#LegitimateInterestOfController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -352,7 +274,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-05" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ @@ -380,50 +302,106 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" + "@value": "Legitimate Interests of a Data Controller in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Official Authority of Controller" + "@value": "Legitimate Interest of Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "@id": "https://w3id.org/dpv#Legal_BasisConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@value": "Legal_Basis Concepts" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv#Consent" + }, + { + "@id": "https://w3id.org/dpv#Contract" + }, + { + "@id": "https://w3id.org/dpv#ContractPerformance" + }, + { + "@id": "https://w3id.org/dpv#DataTransferLegalBasis" + }, + { + "@id": "https://w3id.org/dpv#EnterIntoContract" + }, + { + "@id": "https://w3id.org/dpv#LegalObligation" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterest" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestOfController" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty" + }, + { + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController" + }, + { + "@id": "https://w3id.org/dpv#PublicInterest" + }, + { + "@id": "https://w3id.org/dpv#VitalInterest" + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject" + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" + }, + { + "@id": "https://w3id.org/dpv#hasLegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#LegalObligation", + "@id": "https://w3id.org/dpv#hasLegalBasis", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -440,23 +418,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legal Obligation to conduct the specified processing" + "@value": "Indicates use or applicability of a Legal Basis" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Obligation" + "@value": "has legal basis" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ { "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterest", + "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -464,12 +447,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-05-19" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -486,64 +475,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" + "@value": "Legitimate Interests of a Third Party in conducting specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest" + "@value": "Legitimate Interest of Third Party" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalBasis" + "@id": "https://w3id.org/dpv#LegitimateInterest" } ] }, { - "@id": "https://w3id.org/dpv#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-04-07" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "Consent of the Data Subject for specified processing" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consent" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#LegalBasis" + "@value": "Relation" } ] }, @@ -562,21 +519,21 @@ ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#hasRange", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "has range" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestOfThirdParty", + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -584,7 +541,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -612,18 +569,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Third Party in conducting specified processing" + "@value": "Processing is necessary or required to protect vital interests of a natural person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest of Third Party" + "@value": "Vital Interest of Natural Person" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegitimateInterest" + "@id": "https://w3id.org/dpv#VitalInterest" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" } ] }, @@ -677,7 +648,7 @@ ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", + "@id": "https://w3id.org/dpv#Contract", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -685,18 +656,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-21" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -713,23 +678,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a data subject" + "@value": "Creation, completion, fulfilment, or performance of a contract involving specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Data Subject" + "@value": "Contract" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" + "@id": "https://w3id.org/dpv#LegalBasis" + }, + { + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson", + "@id": "https://w3id.org/dpv#VitalInterest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -741,14 +709,8 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -765,23 +727,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing is necessary or required to protect vital interests of a natural person" + "@value": "Processing is necessary or required to protect vital interests of a data subject or other natural person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vital Interest of Natural Person" + "@value": "Vital Interest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VitalInterest" + "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterest", + "@id": "https://w3id.org/dpv#LegalObligation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -789,7 +751,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-05-19" + "@value": "2021-04-07" } ], "http://purl.org/dc/terms/creator": [ @@ -811,13 +773,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Legitimate Interests of a Party as justification for specified processing" + "@value": "Legal Obligation to conduct the specified processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest" + "@value": "Legal Obligation" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -827,7 +789,21 @@ ] }, { - "@id": "https://w3id.org/dpv#EnterIntoContract", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#VitalInterestOfDataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -835,7 +811,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-04-07" + "@value": "2021-04-21" } ], "http://purl.org/dc/terms/creator": [ @@ -863,45 +839,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing necessary to enter into contract" + "@value": "Processing is necessary or required to protect vital interests of a data subject" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enter Into Contract" + "@value": "Vital Interest of Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Contract" + "@id": "https://w3id.org/dpv#VitalInterestOfNaturalPerson" } ] }, { - "@id": "https://w3id.org/dpv#hasLegalBasis", + "@id": "https://w3id.org/dpv#OfficialAuthorityOfController", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-05-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -918,37 +891,64 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of a Legal Basis" + "@value": "Processing necessary or authorised through the official authority granted to or vested in the Data Controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has legal basis" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Official Authority of Controller" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#LegalBasis" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#PublicInterest", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-04-21" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Processing is necessary or beneficial for interest of the public or society at large" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "Public Interest" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#LegalBasis" } ] } diff --git a/dpv/modules/legal_basis.rdf b/dpv/modules/legal_basis.rdf index 5af068103..e92508283 100644 --- a/dpv/modules/legal_basis.rdf +++ b/dpv/modules/legal_basis.rdf @@ -7,32 +7,58 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Legitimate Interest of Controller - Legitimate Interests of a Data Controller in conducting specified processing - 2021-05-19 + + Enter Into Contract + Processing necessary to enter into contract + 2021-04-07 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - - Legitimate Interest of Third Party - Legitimate Interests of a Third Party in conducting specified processing - 2021-05-19 + + Official Authority of Controller + Processing necessary or authorised through the official authority granted to or vested in the Data Controller + 2021-05-05 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan + + + Relation + + + + + + Vital Interest + Processing is necessary or required to protect vital interests of a data subject or other natural person + 2021-04-21 + accepted + Harshvardhan J. Pandit + + + + + + + Legal Obligation + Legal Obligation to conduct the specified processing + 2021-04-07 + accepted + Harshvardhan J. Pandit + + Legal_Basis Concepts @@ -53,6 +79,19 @@ + + + + + Vital Interest of Natural Person + Processing is necessary or required to protect vital interests of a natural person + 2021-04-21 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + @@ -66,98 +105,107 @@ Paul Ryan - + - - Vital Interest of Data Subject - Processing is necessary or required to protect vital interests of a data subject - 2021-04-21 + + Legitimate Interest of Third Party + Legitimate Interests of a Third Party in conducting specified processing + 2021-05-19 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - - + + + Concept + + + - - - has legal basis - Indicates use or applicability of a Legal Basis - 2019-04-04 - 2020-11-04 + + + Contract + Creation, completion, fulfilment, or performance of a contract involving specified processing + 2021-04-07 accepted - Axel Polleres - Javier Fernández + Harshvardhan J. Pandit - + - Relation + has domain - + - - Consent - Consent of the Data Subject for specified processing - 2021-04-07 + Legal Basis + The Legal basis used to justify processing of personal data + Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. + 2019-04-05 + 2020-11-04 accepted - Harshvardhan J. Pandit + Axel Polleres + Javier Fernández - + - - Enter Into Contract - Processing necessary to enter into contract - 2021-04-07 + + Legitimate Interest of Controller + Legitimate Interests of a Data Controller in conducting specified processing + 2021-05-19 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - - + + - Legal Basis - The Legal basis used to justify processing of personal data - Legal basis (plural: legal bases) are defined by legislations and regulations, whose applicability is usually restricted to specific jurisdictions. - 2019-04-05 + + + has legal basis + Indicates use or applicability of a Legal Basis + 2019-04-04 2020-11-04 accepted Axel Polleres Javier Fernández - + - Legitimate Interest - Legitimate Interests of a Party as justification for specified processing - 2021-05-19 + Public Interest + Processing is necessary or beneficial for interest of the public or society at large + 2021-04-21 accepted Harshvardhan J. Pandit - + - - Official Authority of Controller - Processing necessary or authorised through the official authority granted to or vested in the Data Controller - 2021-05-05 + + Vital Interest of Data Subject + Processing is necessary or required to protect vital interests of a data subject + 2021-04-21 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan + + + isSubTypeOf + @@ -170,82 +218,34 @@ Georg P Krogg - - - has range - - - - - - Legal Obligation - Legal Obligation to conduct the specified processing - 2021-04-07 - accepted - Harshvardhan J. Pandit - - - + - - Contract - Creation, completion, fulfilment, or performance of a contract involving specified processing + Consent + Consent of the Data Subject for specified processing 2021-04-07 accepted Harshvardhan J. Pandit - + - Vital Interest - Processing is necessary or required to protect vital interests of a data subject or other natural person - 2021-04-21 - accepted - Harshvardhan J. Pandit - - - - - - - Vital Interest of Natural Person - Processing is necessary or required to protect vital interests of a natural person - 2021-04-21 + Legitimate Interest + Legitimate Interests of a Party as justification for specified processing + 2021-05-19 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan - + - has domain - - - - - - Public Interest - Processing is necessary or beneficial for interest of the public or society at large - 2021-04-21 - accepted - Harshvardhan J. Pandit - - - - - isSubTypeOf + has range isInstanceOf - - - Concept - diff --git a/dpv/modules/personal_data.jsonld b/dpv/modules/personal_data.jsonld index b5c991a8e..ac42dfecc 100644 --- a/dpv/modules/personal_data.jsonld +++ b/dpv/modules/personal_data.jsonld @@ -1,55 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Personal_DataConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ - { - "@value": "Personal_Data Concepts" - } - ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#PersonalData" - }, - { - "@id": "https://w3id.org/dpv#AnonymisedData" - }, - { - "@id": "https://w3id.org/dpv#CollectedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#InferredPersonalData" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData" - }, - { - "@id": "https://w3id.org/dpv#SensitivePersonalData" - }, - { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" - }, - { - "@id": "https://w3id.org/dpv#Data" - }, - { - "@id": "https://w3id.org/dpv#NonPersonalData" - }, - { - "@id": "https://w3id.org/dpv#hasPersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv#InferredPersonalData", + "@id": "https://w3id.org/dpv#CollectedPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -57,7 +8,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -79,32 +30,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that is obtained through inference from other data" + "@value": "Personal Data that has been collected from another source such as the Data Subject" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." + "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Inferred Personal Data" + "@value": "Collected Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DerivedPersonalData" - }, - { - "@id": "https://w3id.org/dpv#GeneratedPersonalData" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#SensitivePersonalData", + "@id": "https://w3id.org/dpv#AnonymisedData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -117,7 +65,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Piero Bonatti" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -134,43 +82,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" + "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." + "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sensitive Personal Data" + "@value": "Anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#NonPersonalData" } ] }, { - "@id": "https://w3id.org/dpv#CollectedPersonalData", + "@id": "https://w3id.org/dpv#PseudoAnonymisedData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -178,7 +112,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-01-19" } ], "http://purl.org/dc/terms/creator": [ @@ -200,19 +134,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been collected from another source such as the Data Subject" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "To indicate the source of data, use the DataSource concept with the hasDataSource relation" + "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collected Personal Data" + "@value": "Pseudo-anonymised Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -222,7 +150,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", + "@id": "https://w3id.org/dpv#isInstanceOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -231,12 +159,12 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymisedData", + "@id": "https://w3id.org/dpv#NonPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -266,23 +194,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data" + "@value": "Data that is not Personal Data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-anonymised Data" + "@value": "Non-Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalData" + "@id": "https://w3id.org/dpv#Data" } ] }, { - "@id": "https://w3id.org/dpv#NonPersonalData", + "@id": "https://w3id.org/dpv#InferredPersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -312,38 +246,27 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Data that is not Personal Data" + "@value": "Personal Data that is obtained through inference from other data" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "The term NonPersonalData is provided to distinguish between PersonalData and other data, e.g. for indicating which data is regulated by privacy laws. To specify personal data that has been anonymised, the concept AnonymisedData should be used." + "@value": "Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Personal Data" + "@value": "Inferred Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Data" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#DerivedPersonalData" + }, { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#GeneratedPersonalData" } ] }, @@ -419,35 +342,73 @@ ] }, { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://purl.org/dc/terms/creator": [ + { + "@value": "Elmar Kiesling; Harshvardhan J. Pandit" + }, + { + "@value": "Fajar Ekaputra" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-19" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "has domain" + "@value": "modified" } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@language": "en", + "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "Special Category Personal Data" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#SensitivePersonalData" } ] }, { - "@id": "https://w3id.org/dpv#AnonymisedData", + "@id": "https://w3id.org/dpv#SensitivePersonalData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -460,7 +421,7 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Piero Bonatti" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -477,56 +438,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personal Data that has been (fully and completely) anonymised so that it is no longer considered Personal Data" + "@value": "Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "It is advised to carefully consider indicating data is fully or completely anonymised by determining whether the data by itself or in combination with other data can identify a person. Failing this condition, the data should be denoted as PseudoAnonymisedData. To indicate data is anonymised only for a specified entity (e.g. within an organisation), the concept AnonymisedDataWithinScope (as subclass of PseudoAnonymisedData) should be used instead of AnonymisedData." + "@value": "Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymised Data" + "@value": "Sensitive Personal Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#NonPersonalData" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, { - "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData", + "@id": "https://w3id.org/dpv#hasPersonalData", "@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": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Elmar Kiesling; Harshvardhan J. Pandit" - }, - { - "@value": "Fajar Ekaputra" - } - ], - "http://purl.org/dc/terms/modified": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", "@value": "2022-01-19" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_9/par_1/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -537,30 +484,29 @@ "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#definition": [ { "@language": "en", - "@value": "Sensitive Personal Data whose use requires specific legal permission or justification" + "@value": "Indicates association with Personal Data" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification." + "@value": "has personal data" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Special Category Personal Data" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#SensitivePersonalData" + "@id": "https://w3id.org/dpv#PersonalData" } ] }, @@ -633,68 +579,79 @@ ] }, { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" - } - ] - }, - { - "@id": "https://w3id.org/dpv#GeneratedPersonalData", + "@id": "https://w3id.org/dpv#Personal_DataConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "Personal_Data Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#PersonalData" + }, { - "@id": "https://w3id.org/dpv#" + "@id": "https://w3id.org/dpv#AnonymisedData" + }, + { + "@id": "https://w3id.org/dpv#CollectedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#GeneratedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#DerivedPersonalData" + }, + { + "@id": "https://w3id.org/dpv#InferredPersonalData" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymisedData" + }, + { + "@id": "https://w3id.org/dpv#SensitivePersonalData" + }, + { + "@id": "https://w3id.org/dpv#SpecialCategoryPersonalData" + }, + { + "@id": "https://w3id.org/dpv#Data" + }, + { + "@id": "https://w3id.org/dpv#NonPersonalData" + }, + { + "@id": "https://w3id.org/dpv#hasPersonalData" } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "accepted" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" + "@value": "Relation" } - ], - "http://www.w3.org/2004/02/skos/core#note": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Generated Personal Data" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#PersonalData" + "@value": "has domain" } ] }, @@ -740,15 +697,43 @@ ] }, { - "@id": "https://w3id.org/dpv#hasPersonalData", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#GeneratedPersonalData", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-19" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ @@ -770,24 +755,39 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Personal Data" + "@value": "Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "has personal data" + "@value": "Generated Data is used to indicate data that is produced and is not derived or inferred from other data" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Concept" + "@language": "en", + "@value": "Generated Personal Data" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { "@id": "https://w3id.org/dpv#PersonalData" } ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] } ] \ No newline at end of file diff --git a/dpv/modules/personal_data.rdf b/dpv/modules/personal_data.rdf index fe48b8ceb..396f9a241 100644 --- a/dpv/modules/personal_data.rdf +++ b/dpv/modules/personal_data.rdf @@ -7,19 +7,59 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Personal Data - Data directly or indirectly associated or related to an individual. - - This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. - - 2019-04-05 + + Special Category Personal Data + Sensitive Personal Data whose use requires specific legal permission or justification + The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. + + 2019-05-07 2022-01-19 + modified + Elmar Kiesling; Harshvardhan J. Pandit + Fajar Ekaputra + + + + + Relation + + + + + + Pseudo-anonymised Data + Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + 2022-01-19 accepted - Harshvardhan Pandit + Harshvardhan J. Pandit + + + + + + + + Inferred Personal Data + Personal Data that is obtained through inference from other data + Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + + + Collected Personal Data + Personal Data that has been collected from another source such as the Data Subject + To indicate the source of data, use the DataSource concept with the hasDataSource relation + 2022-03-30 + accepted + Harshvardhan J. Pandit @@ -38,47 +78,19 @@ - - - - - Collected Personal Data - Personal Data that has been collected from another source such as the Data Subject - To indicate the source of data, use the DataSource concept with the hasDataSource relation - 2022-03-30 - accepted - Harshvardhan J. Pandit - - - - - Relation - - + - - Special Category Personal Data - Sensitive Personal Data whose use requires specific legal permission or justification - The term 'special category' is based on GDPR Art.9, but should not be considered as exlusive to it. DPV considers all Special Categories to also be Sensitive, but whose use is either prohibited or regulated and therefore requires additional legal basis for justification. - - 2019-05-07 + + Personal Data + Data directly or indirectly associated or related to an individual. + + This definition of personal data encompasses the concepts used in GDPR Art.4-1 for 'personal data' and ISO/IEC 2700 for 'personally identifiable information (PII)'. + + 2019-04-05 2022-01-19 - modified - Elmar Kiesling; Harshvardhan J. Pandit - Fajar Ekaputra - - - - - - - Generated Personal Data - Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data - Generated Data is used to indicate data that is produced and is not derived or inferred from other data - 2022-03-30 accepted - Harshvardhan J. Pandit + Harshvardhan Pandit @@ -97,68 +109,38 @@ Fajar Ekaputra - - - - Data - A broad concept representing 'data' or 'information' - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - - - - has personal data - Indicates association with Personal Data - 2022-01-19 - accepted - Harshvardhan J. Pandit - - - - - has range - - - - - - - Inferred Personal Data - Personal Data that is obtained through inference from other data - Inferred Data is derived data generated from existing data, but which did not originally exist within it, e.g. inferring demographics from browsing history. - 2022-01-19 - accepted - Harshvardhan J. Pandit - + + + Concept - + - Pseudo-anonymised Data - Personal Data that has undergone a partial (incomplete) anonymisation process such that it is still considered Personal Data + Sensitive Personal Data + Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection + Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. 2022-01-19 accepted Harshvardhan J. Pandit - + - Sensitive Personal Data - Personal data that is considered 'sensitive' in terms of privacy and/or impact, and therefore requires additional considerations and/or protection - Sensitivity' is a matter of context, and may be defined within legal frameworks. For GDPR, Special categories of personal data are considered a subset of sensitive data. To illustrate the difference between the two, consider the situation where Location data is collected, and which is considered 'sensitive' but not 'special'. As a probable rule, sensitive data require additional considerations whereas special category data requires additional legal basis / justifications. - 2022-01-19 + Generated Personal Data + Personal Data that is generated or brought into existence without relation to existing data i.e. it is not derived or inferred from other data + Generated Data is used to indicate data that is produced and is not derived or inferred from other data + 2022-03-30 accepted Harshvardhan J. Pandit + + + has domain + @@ -183,20 +165,38 @@ Piero Bonatti - - - has domain + + + + Data + A broad concept representing 'data' or 'information' + 2022-01-19 + accepted + Harshvardhan J. Pandit + isSubTypeOf + + + + + + has personal data + Indicates association with Personal Data + 2022-01-19 + accepted + Harshvardhan J. Pandit + + + + + has range + isInstanceOf - - - Concept - diff --git a/dpv/modules/processing.jsonld b/dpv/modules/processing.jsonld index 9b193d446..bfda13d2e 100644 --- a/dpv/modules/processing.jsonld +++ b/dpv/modules/processing.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Disclose", + "@id": "https://w3id.org/dpv#Consult", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -14,6 +14,9 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -30,23 +33,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make data known" + "@value": "to consult or query data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose" + "@value": "Consult" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Transfer", + "@id": "https://w3id.org/dpv#PseudoAnonymise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -59,7 +67,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -76,28 +84,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one place to another" + "@value": "to replace personal identifiable information by artificial identifiers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transfer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" + "@value": "Pseudo-Anonymise" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Remove", + "@id": "https://w3id.org/dpv#Alter", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -127,23 +130,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to destruct or erase data" + "@value": "to change the data without changing it into something else" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Remove" + "@value": "Alter" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Use", + "@id": "https://w3id.org/dpv#Restrict", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -173,23 +176,150 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to use data" + "@value": "to apply a restriction on the processsing of specific records" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Use" + "@value": "Restrict" } ], "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ProcessingConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ + { + "@value": "Processing Concepts" + } + ], + "http://www.w3.org/2004/02/skos/core#member": [ { "@id": "https://w3id.org/dpv#Processing" + }, + { + "@id": "https://w3id.org/dpv#Acquire" + }, + { + "@id": "https://w3id.org/dpv#Adapt" + }, + { + "@id": "https://w3id.org/dpv#Align" + }, + { + "@id": "https://w3id.org/dpv#Alter" + }, + { + "@id": "https://w3id.org/dpv#Analyse" + }, + { + "@id": "https://w3id.org/dpv#Anonymise" + }, + { + "@id": "https://w3id.org/dpv#Collect" + }, + { + "@id": "https://w3id.org/dpv#Combine" + }, + { + "@id": "https://w3id.org/dpv#Consult" + }, + { + "@id": "https://w3id.org/dpv#Copy" + }, + { + "@id": "https://w3id.org/dpv#Derive" + }, + { + "@id": "https://w3id.org/dpv#Destruct" + }, + { + "@id": "https://w3id.org/dpv#Disclose" + }, + { + "@id": "https://w3id.org/dpv#DiscloseByTransmission" + }, + { + "@id": "https://w3id.org/dpv#Disseminate" + }, + { + "@id": "https://w3id.org/dpv#Erase" + }, + { + "@id": "https://w3id.org/dpv#Generate" + }, + { + "@id": "https://w3id.org/dpv#Infer" + }, + { + "@id": "https://w3id.org/dpv#MakeAvailable" + }, + { + "@id": "https://w3id.org/dpv#Match" + }, + { + "@id": "https://w3id.org/dpv#Move" + }, + { + "@id": "https://w3id.org/dpv#Obtain" + }, + { + "@id": "https://w3id.org/dpv#Organise" + }, + { + "@id": "https://w3id.org/dpv#Profiling" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymise" + }, + { + "@id": "https://w3id.org/dpv#Record" + }, + { + "@id": "https://w3id.org/dpv#Remove" + }, + { + "@id": "https://w3id.org/dpv#Restrict" + }, + { + "@id": "https://w3id.org/dpv#Retrieve" + }, + { + "@id": "https://w3id.org/dpv#Share" + }, + { + "@id": "https://w3id.org/dpv#Store" + }, + { + "@id": "https://w3id.org/dpv#Structure" + }, + { + "@id": "https://w3id.org/dpv#Transfer" + }, + { + "@id": "https://w3id.org/dpv#Transform" + }, + { + "@id": "https://w3id.org/dpv#Transmit" + }, + { + "@id": "https://w3id.org/dpv#Use" + }, + { + "@id": "https://w3id.org/dpv#hasProcessing" } ] }, { - "@id": "https://w3id.org/dpv#Structure", + "@id": "https://w3id.org/dpv#Generate", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -197,12 +327,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" } ], - "http://purl.org/dc/terms/source": [ + "http://purl.org/dc/terms/creator": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -219,23 +349,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to arrange data according to a structure" + "@value": "to generate or create data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Structure" + "@value": "Generate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Organise" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#Analyse", + "@id": "https://w3id.org/dpv#Organise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -248,7 +378,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -265,28 +395,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to study or examine the data in detail" + "@value": "to organize data for arranging or classifying" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Analyse" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" + "@value": "Organise" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Move", + "@id": "https://w3id.org/dpv#Collect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -298,6 +423,9 @@ } ], "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, { "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } @@ -316,28 +444,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to move data from one location to another including deleting the original copy" + "@value": "to gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Move" + "@value": "Collect" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transfer" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#Combine", + "@id": "https://w3id.org/dpv#Acquire", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -351,9 +479,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -370,28 +495,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to join or merge data" + "@value": "to come into possession or control of the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Combine" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + "@value": "Acquire" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymise", + "@id": "https://w3id.org/dpv#Disseminate", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -421,23 +541,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to replace personal identifiable information by artificial identifiers" + "@value": "to spread data throughout" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymise" + "@value": "Disseminate" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Share", + "@id": "https://w3id.org/dpv#Profiling", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -467,23 +587,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to give data (or a portion of it) to others" + "@value": "to create a profile that describes or represents a person" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Share" + "@value": "Profiling" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Collect", + "@id": "https://w3id.org/dpv#Transform", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -497,9 +617,6 @@ "http://purl.org/dc/terms/source": [ { "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -516,42 +633,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to gather data from someone" + "@value": "to change the form or nature of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Collect" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Collect" + "@value": "Transform" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Store", + "@id": "https://w3id.org/dpv#DiscloseByTransmission", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -581,23 +679,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to keep data for future use" + "@value": "to disclose data by means of transmission" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Store" + "@value": "Disclose by Transmission" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Erase", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Remove", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -627,37 +739,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to delete data" + "@value": "to destruct or erase data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Erase" + "@value": "Remove" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Remove" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Align", + "@id": "https://w3id.org/dpv#Derive", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -670,7 +768,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -687,13 +785,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to adjust the data to be in relation to another data" + "@value": "to create new derivative data from the original data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Align" + "@value": "Derive" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -703,7 +812,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Disseminate", + "@id": "https://w3id.org/dpv#Adapt", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -733,23 +842,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to spread data throughout" + "@value": "to modify the data, often rewritten into a new form for a new use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disseminate" + "@value": "Adapt" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Transmit", + "@id": "https://w3id.org/dpv#Destruct", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -779,36 +888,59 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to send out data" + "@value": "to process data in a way it no longer exists or cannot be repaired" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transmit" + "@value": "Destruct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Remove" } ] }, { - "@id": "https://w3id.org/dpv#Derive", + "@id": "https://w3id.org/dpv#hasProcessing", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -825,34 +957,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create new derivative data from the original data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer." + "@value": "Indicates association with Processing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Derive" + "@value": "has processing" } ], - "http://www.w3.org/2004/02/skos/core#related": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Derive" + "@id": "https://w3id.org/dpv#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Organise", + "@id": "https://w3id.org/dpv#Retrieve", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -882,37 +1008,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to organize data for arranging or classifying" + "@value": "to retrieve data, often in an automated manner" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organise" + "@value": "Retrieve" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Retrieve", + "@id": "https://w3id.org/dpv#Move", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -925,7 +1037,7 @@ ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -942,23 +1054,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to retrieve data, often in an automated manner" + "@value": "to move data from one location to another including deleting the original copy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Retrieve" + "@value": "Move" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Move" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Transfer" } ] }, { - "@id": "https://w3id.org/dpv#Consult", + "@id": "https://w3id.org/dpv#Anonymise", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -970,9 +1087,6 @@ } ], "http://purl.org/dc/terms/source": [ - { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" - }, { "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } @@ -991,56 +1105,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to consult or query data" + "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consult" + "@value": "Anonymise" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Query" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Destruct", + "@id": "https://w3id.org/dpv#Use", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1070,23 +1156,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to process data in a way it no longer exists or cannot be repaired" + "@value": "to use data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Destruct" + "@value": "Use" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Remove" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Transform", + "@id": "https://w3id.org/dpv#MakeAvailable", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1116,23 +1202,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the form or nature of data" + "@value": "to transform or publish data to be used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Transform" + "@value": "Make Available" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Profiling", + "@id": "https://w3id.org/dpv#Record", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1162,23 +1248,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to create a profile that describes or represents a person" + "@value": "to make a record (especially media)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Profiling" + "@value": "Record" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Use" + "@id": "https://w3id.org/dpv#Obtain" } ] }, { - "@id": "https://w3id.org/dpv#MakeAvailable", + "@id": "https://w3id.org/dpv#Structure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1208,18 +1294,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to transform or publish data to be used" + "@value": "to arrange data according to a structure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Make Available" + "@value": "Structure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://w3id.org/dpv#Organise" } ] }, @@ -1275,7 +1361,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Obtain", + "@id": "https://w3id.org/dpv#Align", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1305,23 +1391,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to solicit or gather data from someone" + "@value": "to adjust the data to be in relation to another data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Obtain" + "@value": "Align" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Transform" } ] }, { - "@id": "https://w3id.org/dpv#Alter", + "@id": "https://w3id.org/dpv#Match", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1329,12 +1415,17 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2022-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://ec.europa.eu/newsroom/article29/items/611236" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1351,23 +1442,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to change the data without changing it into something else" + "@value": "to combine, compare, or match data from different sources" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Alter" + "@value": "Match" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#Restrict", + "@id": "https://w3id.org/dpv#Disclose", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1397,59 +1488,82 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to apply a restriction on the processsing of specific records" + "@value": "to make data known" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Restrict" + "@value": "Disclose" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#hasProcessing", + "@id": "https://w3id.org/dpv#Erase", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2019-05-07" } ], - "http://purl.org/dc/terms/creator": [ + "http://purl.org/dc/terms/source": [ { - "@value": "Axel Polleres" - }, + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Javier Fernández" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Harshvardhan J. Pandit" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@value": "Mark Lizar" - }, + "@language": "en", + "@value": "to delete data" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@value": "Bud Bruegger" + "@language": "en", + "@value": "Erase" } ], - "http://purl.org/dc/terms/modified": [ + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Remove" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Analyse", + "@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": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1466,28 +1580,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Processing" + "@value": "to study or examine the data in detail" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has processing" + "@value": "Analyse" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Analyse" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Processing" + "@id": "https://w3id.org/dpv#Use" } ] }, { - "@id": "https://w3id.org/dpv#DiscloseByTransmission", + "@id": "https://w3id.org/dpv#Processing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1495,12 +1609,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-05-07" + "@value": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1517,23 +1645,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to disclose data by means of transmission" + "@value": "The processing performed on personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Disclose by Transmission" + "@value": "Processing" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://w3id.org/dpv#Disclose" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" } ] }, { - "@id": "https://w3id.org/dpv#Record", + "@id": "https://w3id.org/dpv#Obtain", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1563,141 +1691,79 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to make a record (especially media)" + "@value": "to solicit or gather data from someone" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record" + "@value": "Obtain" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Processing Concepts" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Processing" - }, - { - "@id": "https://w3id.org/dpv#Acquire" - }, - { - "@id": "https://w3id.org/dpv#Adapt" - }, - { - "@id": "https://w3id.org/dpv#Align" - }, - { - "@id": "https://w3id.org/dpv#Alter" - }, - { - "@id": "https://w3id.org/dpv#Analyse" - }, - { - "@id": "https://w3id.org/dpv#Anonymise" - }, - { - "@id": "https://w3id.org/dpv#Collect" - }, - { - "@id": "https://w3id.org/dpv#Combine" - }, - { - "@id": "https://w3id.org/dpv#Consult" - }, - { - "@id": "https://w3id.org/dpv#Copy" - }, - { - "@id": "https://w3id.org/dpv#Derive" - }, - { - "@id": "https://w3id.org/dpv#Destruct" - }, - { - "@id": "https://w3id.org/dpv#Disclose" - }, - { - "@id": "https://w3id.org/dpv#DiscloseByTransmission" - }, - { - "@id": "https://w3id.org/dpv#Disseminate" - }, - { - "@id": "https://w3id.org/dpv#Erase" - }, - { - "@id": "https://w3id.org/dpv#MakeAvailable" - }, - { - "@id": "https://w3id.org/dpv#Move" - }, - { - "@id": "https://w3id.org/dpv#Obtain" - }, - { - "@id": "https://w3id.org/dpv#Organise" - }, - { - "@id": "https://w3id.org/dpv#Profiling" - }, - { - "@id": "https://w3id.org/dpv#PseudoAnonymise" - }, - { - "@id": "https://w3id.org/dpv#Record" - }, - { - "@id": "https://w3id.org/dpv#Remove" - }, - { - "@id": "https://w3id.org/dpv#Restrict" - }, - { - "@id": "https://w3id.org/dpv#Retrieve" - }, - { - "@id": "https://w3id.org/dpv#Share" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Store" - }, + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Structure" - }, + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Transfer" - }, + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#Transform" - }, + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Transmit" - }, + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ { - "@id": "https://w3id.org/dpv#Use" - }, + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasProcessing" + "@language": "en", + "@value": "Concept" } ] }, { - "@id": "https://w3id.org/dpv#Acquire", + "@id": "https://w3id.org/dpv#Transmit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1727,37 +1793,69 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to come into possession or control of the data" + "@value": "to send out data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Acquire" + "@value": "Transmit" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Obtain" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#Store", + "@type": [ + "https://w3id.org/dpv#Concept", + "http://www.w3.org/2004/02/skos/core#Concept" + ], + "http://purl.org/dc/terms/created": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-05-07" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to keep data for future use" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "Store" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Anonymise", + "@id": "https://w3id.org/dpv#Transfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1787,28 +1885,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data" + "@value": "to move data from one place to another" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymise" + "@value": "Transfer" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Anonymize" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Processing" } ] }, { - "@id": "https://w3id.org/dpv#Adapt", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Share", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1838,23 +1950,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "to modify the data, often rewritten into a new form for a new use" + "@value": "to give data (or a portion of it) to others" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Adapt" + "@value": "Share" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Transform" + "@id": "https://w3id.org/dpv#Disclose" } ] }, { - "@id": "https://w3id.org/dpv#Processing", + "@id": "https://w3id.org/dpv#Infer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1862,26 +1974,67 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv#" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "to infer data from existing data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Infer" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Derive" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Combine", + "@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": "2020-11-04" + "@value": "2019-05-07" } ], "http://purl.org/dc/terms/source": [ { - "@id": "https://specialprivacy.ercim.eu/" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + }, + { + "@id": "https://specialprivacy.ercim.eu/vocabs/processing" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1898,18 +2051,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The processing performed on personal data" + "@value": "to join or merge data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing" + "@value": "Combine" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyProcessing" + "@id": "https://specialprivacy.ercim.eu/vocabs/processing#Aggregate" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Transform" } ] } diff --git a/dpv/modules/processing.n3 b/dpv/modules/processing.n3 index 479d3a8f8..0f5635ed1 100644 --- a/dpv/modules/processing.n3 +++ b/dpv/modules/processing.n3 @@ -25,7 +25,10 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:DiscloseByTransmission, dpv:Disseminate, dpv:Erase, + dpv:Generate, + dpv:Infer, dpv:MakeAvailable, + dpv:Match, dpv:Move, dpv:Obtain, dpv:Organise, @@ -166,18 +169,6 @@ dpv:Copy a skos:Concept, skos:related svpr:Copy ; dpv:isSubTypeOf dpv:Processing . -dpv:Derive a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to create new derivative data from the original data"@en ; - skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - skos:prefLabel "Derive"@en ; - skos:related svpr:Derive ; - dpv:isSubTypeOf dpv:Transform . - dpv:Destruct a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -218,6 +209,27 @@ dpv:Erase a skos:Concept, skos:prefLabel "Erase"@en ; dpv:isSubTypeOf dpv:Remove . +dpv:Generate a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to generate or create data"@en ; + skos:prefLabel "Generate"@en ; + dpv:isSubTypeOf dpv:Obtain . + +dpv:Infer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to infer data from existing data"@en ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en ; + dpv:isSubTypeOf dpv:Derive . + dpv:MakeAvailable a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -228,6 +240,17 @@ dpv:MakeAvailable a skos:Concept, skos:prefLabel "Make Available"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:Match a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:prefLabel "Match"@en ; + dpv:isSubTypeOf dpv:Use . + dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -349,6 +372,18 @@ dpv:hasProcessing a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:Processing . +dpv:Derive a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to create new derivative data from the original data"@en ; + skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + skos:prefLabel "Derive"@en ; + skos:related svpr:Derive ; + dpv:isSubTypeOf dpv:Transform . + dpv:Organise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -390,24 +425,24 @@ dpv:Obtain a skos:Concept, skos:prefLabel "Obtain"@en ; dpv:isSubTypeOf dpv:Processing . -dpv:Use a skos:Concept, +dpv:Disclose a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to use data"@en ; - skos:prefLabel "Use"@en ; + skos:definition "to make data known"@en ; + skos:prefLabel "Disclose"@en ; dpv:isSubTypeOf dpv:Processing . -dpv:Disclose a skos:Concept, +dpv:Use a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to make data known"@en ; - skos:prefLabel "Disclose"@en ; + skos:definition "to use data"@en ; + skos:prefLabel "Use"@en ; dpv:isSubTypeOf dpv:Processing . dpv:Transform a skos:Concept, diff --git a/dpv/modules/processing.rdf b/dpv/modules/processing.rdf index c76ac7895..d4acdc4a2 100644 --- a/dpv/modules/processing.rdf +++ b/dpv/modules/processing.rdf @@ -7,15 +7,50 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + + + + + Make Available + to transform or publish data to be used + + 2019-05-07 + accepted + + + + + + + Obtain + to solicit or gather data from someone + + 2019-05-07 + accepted + + + + + Relation + + + + + + Transmit + to send out data + + 2019-05-07 + accepted + + + - Collect - to gather data from someone - + Record + to make a record (especially media) - 2019-05-07 accepted @@ -31,22 +66,52 @@ accepted - - + + - - - has processing - Indicates association with Processing - - 2019-04-04 - 2020-11-04 + + Organise + to organize data for arranging or classifying + + 2019-05-07 + accepted + + + + + + + Pseudo-Anonymise + to replace personal identifiable information by artificial identifiers + + 2019-05-07 + accepted + + + + + + + Consult + to consult or query data + + + + 2019-05-07 + accepted + + + + + + + Combine + to join or merge data + + + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger @@ -69,7 +134,10 @@ + + + @@ -88,139 +156,135 @@ - - - Relation - - - - - - Retrieve - to retrieve data, often in an automated manner - - 2019-05-07 - accepted - - - + - - Pseudo-Anonymise - to replace personal identifiable information by artificial identifiers + + Use + to use data 2019-05-07 accepted - + - - Remove - to destruct or erase data + + Destruct + to process data in a way it no longer exists or cannot be repaired 2019-05-07 accepted - + - Restrict - to apply a restriction on the processsing of specific records + Alter + to change the data without changing it into something else 2019-05-07 accepted - + - - Anonymise - to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data - - + + Remove + to destruct or erase data + 2019-05-07 accepted - - + + - - Erase - to delete data - - 2019-05-07 + + + has processing + Indicates association with Processing + + 2019-04-04 + 2020-11-04 accepted + Axel Polleres + Javier Fernández + Harshvardhan J. Pandit + Mark Lizar + Bud Bruegger - + - - Disseminate - to spread data throughout - - 2019-05-07 + Processing + The processing performed on personal data + + + 2019-04-05 + 2020-11-04 accepted + Axel Polleres + Javier Fernández - + - - Profiling - to create a profile that describes or represents a person + + Structure + to arrange data according to a structure 2019-05-07 accepted - + - Acquire - to come into possession or control of the data + Collect + to gather data from someone + + 2019-05-07 accepted - + - - Copy - to produce an exact reprodution of the data - + + Anonymise + to irreversibly alter personal data in such a way that an unique data subject can no longer be identified directly or indirectly or in combination with other data + 2019-05-07 accepted - + - - Adapt - to modify the data, often rewritten into a new form for a new use + + Profiling + to create a profile that describes or represents a person 2019-05-07 accepted - + - - Obtain - to solicit or gather data from someone + + Restrict + to apply a restriction on the processsing of specific records 2019-05-07 accepted @@ -238,133 +302,130 @@ accepted - + - Combine - to join or merge data - + Align + to adjust the data to be in relation to another data - 2019-05-07 accepted - + - - Structure - to arrange data according to a structure + + Retrieve + to retrieve data, often in an automated manner 2019-05-07 accepted - + - - Consult - to consult or query data - + + Erase + to delete data - 2019-05-07 accepted - + + + isSubTypeOf + + - Processing - The processing performed on personal data - - - 2019-04-05 - 2020-11-04 + + Move + to move data from one location to another including deleting the original copy + + + 2019-05-07 accepted - Axel Polleres - Javier Fernández - + - - Derive - to create new derivative data from the original data - - Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. + + Analyse + to study or examine the data in detail + 2019-05-07 accepted - + - - Disclose - to make data known + + Acquire + to come into possession or control of the data 2019-05-07 accepted - + - - Alter - to change the data without changing it into something else - - 2019-05-07 + + Generate + to generate or create data + 2022-04-20 accepted + Harshvardhan J. Pandit - + - - Record - to make a record (especially media) - + + Copy + to produce an exact reprodution of the data + + 2019-05-07 accepted - + - - Make Available - to transform or publish data to be used + + Adapt + to modify the data, often rewritten into a new form for a new use 2019-05-07 accepted - + - Use - to use data + Store + to keep data for future use 2019-05-07 accepted - + - - Analyse - to study or examine the data in detail - - + + Disclose + to make data known + 2019-05-07 accepted @@ -380,102 +441,79 @@ accepted - + - - Align - to adjust the data to be in relation to another data + + Disclose by Transmission + to disclose data by means of transmission 2019-05-07 accepted - + - - Transmit - to send out data - - 2019-05-07 + + Match + to combine, compare, or match data from different sources + + 2022-04-20 accepted + Harshvardhan J. Pandit - - - has domain - - + - - Organise - to organize data for arranging or classifying + + Disseminate + to spread data throughout 2019-05-07 accepted - - - has range - - + - - Move - to move data from one location to another including deleting the original copy - + + Derive + to create new derivative data from the original data + + Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer. 2019-05-07 accepted - - - - - Disclose by Transmission - to disclose data by means of transmission - - 2019-05-07 - accepted - - isInstanceOf - - - - - Destruct - to process data in a way it no longer exists or cannot be repaired - - 2019-05-07 - accepted - + + + Concept - + - - Store - to keep data for future use - - 2019-05-07 + + Infer + to infer data from existing data + Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive. + 2022-04-20 accepted + Harshvardhan J. Pandit - - - Concept + + + has range - - - isSubTypeOf + + + has domain diff --git a/dpv/modules/processing.ttl b/dpv/modules/processing.ttl index 479d3a8f8..0f5635ed1 100644 --- a/dpv/modules/processing.ttl +++ b/dpv/modules/processing.ttl @@ -25,7 +25,10 @@ dpv:ProcessingConcepts a skos:Collection ; dpv:DiscloseByTransmission, dpv:Disseminate, dpv:Erase, + dpv:Generate, + dpv:Infer, dpv:MakeAvailable, + dpv:Match, dpv:Move, dpv:Obtain, dpv:Organise, @@ -166,18 +169,6 @@ dpv:Copy a skos:Concept, skos:related svpr:Copy ; dpv:isSubTypeOf dpv:Processing . -dpv:Derive a skos:Concept, - dpv:Concept ; - dct:created "2019-05-07"^^xsd:date ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "to create new derivative data from the original data"@en ; - skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; - skos:prefLabel "Derive"@en ; - skos:related svpr:Derive ; - dpv:isSubTypeOf dpv:Transform . - dpv:Destruct a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -218,6 +209,27 @@ dpv:Erase a skos:Concept, skos:prefLabel "Erase"@en ; dpv:isSubTypeOf dpv:Remove . +dpv:Generate a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to generate or create data"@en ; + skos:prefLabel "Generate"@en ; + dpv:isSubTypeOf dpv:Obtain . + +dpv:Infer a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to infer data from existing data"@en ; + skos:note "Infer indicates data that is derived without it being present or obtainable from existing data. For data that is presented, and is 'extracted' or 'obtained' from existing data, see Derive."@en ; + skos:prefLabel "Infer"@en ; + dpv:isSubTypeOf dpv:Derive . + dpv:MakeAvailable a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -228,6 +240,17 @@ dpv:MakeAvailable a skos:Concept, skos:prefLabel "Make Available"@en ; dpv:isSubTypeOf dpv:Disclose . +dpv:Match a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to combine, compare, or match data from different sources"@en ; + skos:prefLabel "Match"@en ; + dpv:isSubTypeOf dpv:Use . + dpv:Move a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -349,6 +372,18 @@ dpv:hasProcessing a skos:Concept, dpv:hasDomain dpv:Concept ; dpv:hasRange dpv:Processing . +dpv:Derive a skos:Concept, + dpv:Concept ; + dct:created "2019-05-07"^^xsd:date ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "to create new derivative data from the original data"@en ; + skos:note "Derive indicates data is present or obtainable from existing data. For data that is created without such existence, see Infer."@en ; + skos:prefLabel "Derive"@en ; + skos:related svpr:Derive ; + dpv:isSubTypeOf dpv:Transform . + dpv:Organise a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; @@ -390,24 +425,24 @@ dpv:Obtain a skos:Concept, skos:prefLabel "Obtain"@en ; dpv:isSubTypeOf dpv:Processing . -dpv:Use a skos:Concept, +dpv:Disclose a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to use data"@en ; - skos:prefLabel "Use"@en ; + skos:definition "to make data known"@en ; + skos:prefLabel "Disclose"@en ; dpv:isSubTypeOf dpv:Processing . -dpv:Disclose a skos:Concept, +dpv:Use a skos:Concept, dpv:Concept ; dct:created "2019-05-07"^^xsd:date ; dct:source ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "to make data known"@en ; - skos:prefLabel "Disclose"@en ; + skos:definition "to use data"@en ; + skos:prefLabel "Use"@en ; dpv:isSubTypeOf dpv:Processing . dpv:Transform a skos:Concept, diff --git a/dpv/modules/processing_context.jsonld b/dpv/modules/processing_context.jsonld index 6b9cf8d25..1914400fc 100644 --- a/dpv/modules/processing_context.jsonld +++ b/dpv/modules/processing_context.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", + "@id": "https://w3id.org/dpv#PublicDataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,20 +8,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Beatriz Esteves" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -38,169 +42,123 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves use of innovative and new technologies" + "@value": "A source of data that is publicly accessible or available" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Innovative Use of New Technologies" + "@value": "Public Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#StorageRestoration", - "@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": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Restoration" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#StorageCondition" + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#StorageDeletion", + "@id": "https://w3id.org/dpv#Processing_ContextConcepts", "@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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "Processing_Context Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#ProcessingContext" }, { - "@value": "Rob Brennan" + "@id": "https://w3id.org/dpv#DataSource" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#PublicDataSource" }, { - "@value": "Mark Lizar" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#NonPublicDataSource" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#SystematicMonitoring" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#EvaluationScoring" + }, { - "@language": "en", - "@value": "Deletion or Erasure of data including any deletion guarantees" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" + }, { - "@language": "en", - "@value": "Storage Deletion" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#LargeScaleProcessing" + }, + { + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" + }, + { + "@id": "https://w3id.org/dpv#StorageDeletion" + }, + { + "@id": "https://w3id.org/dpv#StorageDuration" + }, + { + "@id": "https://w3id.org/dpv#StorageLocation" + }, + { + "@id": "https://w3id.org/dpv#StorageRestoration" + }, { "@id": "https://w3id.org/dpv#StorageCondition" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + }, { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#hasDataSource" + }, { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#hasStorage" } ] }, { - "@id": "https://w3id.org/dpv#StorageLocation", + "@id": "https://w3id.org/dpv#hasDataSource", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P. Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -217,26 +175,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Location or geospatial scope where the data is stored" + "@value": "Indicates the source or origin of data being processed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Location" + "@value": "has data source" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#StorageCondition" - }, + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Location" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", + "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -274,13 +234,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves automated decision making" + "@value": "Processing that involves use of innovative and new technologies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Automated Decision Making" + "@value": "Innovative Use of New Technologies" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -290,21 +250,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#DataSource", + "@id": "https://w3id.org/dpv#NonPublicDataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -312,7 +258,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -324,6 +270,12 @@ }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -340,29 +292,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The source or origin of data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." + "@value": "A source of data that is not publicly accessible or available" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Source" + "@value": "Non-Public Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#DataSource" } ] }, { - "@id": "https://w3id.org/dpv#ProcessingContext", + "@id": "https://w3id.org/dpv#EvaluationScoring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -370,12 +316,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -392,25 +346,25 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Context or conditions within which processing takes place" + "@value": "Processing that involves evaluation and scoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Processing Context" + "@value": "Evaluation and Scoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#hasDataSource", + "@id": "https://w3id.org/dpv#LargeScaleProcessing", "@type": [ - "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": [ @@ -421,13 +375,15 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P. Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -444,28 +400,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the source or origin of data being processed" + "@value": "Processing that takes place at large scales" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has data source" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Large Scale Processing" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#NonPublicDataSource", + "@id": "https://w3id.org/dpv#SystematicMonitoring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -473,24 +424,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" - }, - { - "@value": "Paul Ryan" - }, + "@value": "Piero Bonatti" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Julian Flake" + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -507,98 +454,69 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is not publicly accessible or available" + "@value": "Processing that involves systematic monitoring of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Public Data Source" + "@value": "Systematic Monitoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] }, { - "@id": "https://w3id.org/dpv#Processing_ContextConcepts", + "@id": "https://w3id.org/dpv#ProcessingContext", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Processing_Context Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-02-09" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#ProcessingContext" - }, - { - "@id": "https://w3id.org/dpv#DataSource" - }, - { - "@id": "https://w3id.org/dpv#PublicDataSource" - }, - { - "@id": "https://w3id.org/dpv#NonPublicDataSource" - }, - { - "@id": "https://w3id.org/dpv#SystematicMonitoring" - }, - { - "@id": "https://w3id.org/dpv#EvaluationScoring" - }, - { - "@id": "https://w3id.org/dpv#AutomatedDecisionMaking" - }, - { - "@id": "https://w3id.org/dpv#LargeScaleProcessing" - }, - { - "@id": "https://w3id.org/dpv#InnovativeUseOfNewTechnologies" - }, - { - "@id": "https://w3id.org/dpv#StorageDeletion" - }, - { - "@id": "https://w3id.org/dpv#StorageDuration" - }, - { - "@id": "https://w3id.org/dpv#StorageLocation" - }, - { - "@id": "https://w3id.org/dpv#StorageRestoration" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#StorageCondition" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasDataSource" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasStorage" + "@language": "en", + "@value": "accepted" } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@language": "en", + "@value": "Context or conditions within which processing takes place" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Concept" + "@value": "Processing Context" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#PublicDataSource", + "@id": "https://w3id.org/dpv#StorageLocation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -606,24 +524,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -640,29 +555,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A source of data that is publicly accessible or available" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses." + "@value": "Location or geospatial scope where the data is stored" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Public Data Source" + "@value": "Storage Location" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataSource" + "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#Location" } ] }, { - "@id": "https://w3id.org/dpv#hasDomain", + "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" @@ -671,26 +583,26 @@ "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has domain" + "@value": "Relation" } ] }, { - "@id": "https://w3id.org/dpv#isSubTypeOf", + "@id": "https://w3id.org/dpv#hasDomain", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "isSubTypeOf" + "@value": "has domain" } ] }, { - "@id": "https://w3id.org/dpv#EvaluationScoring", + "@id": "https://w3id.org/dpv#StorageDeletion", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -698,20 +610,76 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Piero Bonatti" + "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Deletion or Erasure of data including any deletion guarantees" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Storage Deletion" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#StorageCondition" + } + ] + }, + { + "@id": "https://w3id.org/dpv#StorageRestoration", + "@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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -728,23 +696,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves evaluation and scoring of individuals" + "@value": "Regularity and temporal span of data restoration/backup mechanisms that guarantee that data is preserved" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Evaluation and Scoring" + "@value": "Storage Restoration" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#StorageCondition" } ] }, { - "@id": "https://w3id.org/dpv#StorageCondition", + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#StorageDuration", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -783,23 +765,40 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conditions required or followed regarding storage of data" + "@value": "Duration or temporal limitation on storage of personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Condition" + "@value": "Storage Duration" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ProcessingContext" + "@id": "https://w3id.org/dpv#StorageCondition" + }, + { + "@id": "https://w3id.org/dpv#Duration" } ] }, { - "@id": "https://w3id.org/dpv#LargeScaleProcessing", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataSource", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -812,15 +811,13 @@ ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Piero Bonatti" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Harshvardhan J. Pandit" + }, { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_2/oj" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -837,13 +834,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that takes place at large scales" + "@value": "The source or origin of data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Large Scale Processing" + "@value": "Data Source" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -918,21 +921,7 @@ ] }, { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" - } - ] - }, - { - "@id": "https://w3id.org/dpv#SystematicMonitoring", + "@id": "https://w3id.org/dpv#AutomatedDecisionMaking", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -970,13 +959,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Processing that involves systematic monitoring of individuals" + "@value": "Processing that involves automated decision making" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Systematic Monitoring" + "@value": "Automated Decision Making" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -986,7 +981,21 @@ ] }, { - "@id": "https://w3id.org/dpv#StorageDuration", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#StorageCondition", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1025,21 +1034,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Duration or temporal limitation on storage of personal data" + "@value": "Conditions required or followed regarding storage of data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Storage Duration" + "@value": "Storage Condition" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#StorageCondition" - }, - { - "@id": "https://w3id.org/dpv#Duration" + "@id": "https://w3id.org/dpv#ProcessingContext" } ] } diff --git a/dpv/modules/processing_context.n3 b/dpv/modules/processing_context.n3 index 16cea1a3d..a0ed4a20d 100644 --- a/dpv/modules/processing_context.n3 +++ b/dpv/modules/processing_context.n3 @@ -45,6 +45,7 @@ dpv:AutomatedDecisionMaking a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Processing that involves automated decision making"@en ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en ; dpv:isSubTypeOf dpv:ProcessingContext . diff --git a/dpv/modules/processing_context.rdf b/dpv/modules/processing_context.rdf index be0513bbb..ac446b5a2 100644 --- a/dpv/modules/processing_context.rdf +++ b/dpv/modules/processing_context.rdf @@ -7,6 +7,19 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > + + + + + Innovative Use of New Technologies + Processing that involves use of innovative and new technologies + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Piero Bonatti + + @@ -22,28 +35,26 @@ Mark Lizar - + - Storage Condition - Conditions required or followed regarding storage of data - 2019-04-05 + Data Source + The source or origin of data + Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Beatriz Esteves - - + + - - - has storage - Indicates information about storage condition - + + Storage Condition + Conditions required or followed regarding storage of data 2019-04-05 accepted Axel Polleres @@ -52,26 +63,6 @@ Mark Lizar - - - Relation - - - - - - Public Data Source - A source of data that is publicly accessible or available - The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. - 2022-01-26 - accepted - Georg P Krog - Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - - Processing_Context Concepts @@ -92,36 +83,33 @@ - - - - - Systematic Monitoring - Processing that involves systematic monitoring of individuals - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Piero Bonatti - + + + Relation - - + + - - Processing Context - Context or conditions within which processing takes place - 2022-02-09 + + + has storage + Indicates information about storage condition + + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - Evaluation and Scoring - Processing that involves evaluation and scoring of individuals + Automated Decision Making + Processing that involves automated decision making + “the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8) 2020-11-04 accepted @@ -129,19 +117,9 @@ Piero Bonatti - - - - - - has data source - Indicates the source or origin of data being processed - 2020-11-04 - accepted - Georg P. Krog - Paul Ryan - Harshvardhan J. Pandit - + + + Concept @@ -158,25 +136,23 @@ Julian Flake - + - - Automated Decision Making - Processing that involves automated decision making - - 2020-11-04 + + Processing Context + Context or conditions within which processing takes place + 2022-02-09 accepted Harshvardhan J. Pandit - Piero Bonatti - + - Innovative Use of New Technologies - Processing that involves use of innovative and new technologies + Large Scale Processing + Processing that takes place at large scales 2020-11-04 accepted @@ -199,18 +175,20 @@ Mark Lizar - + - - Data Source - The source or origin of data - Source' is the direct point of data collection; 'origin' would indicate the original/others points of where the data originates from. - 2020-11-04 + + Public Data Source + A source of data that is publicly accessible or available + The term 'Public' is used here in a broad sense. Actual consideration of what is 'Public Data' can vary based on several contextual or jurisdictional factors such as definition of open, methods of access, permissions and licenses. + 2022-01-26 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves + Paul Ryan + Julian Flake @@ -227,23 +205,6 @@ Mark Lizar - - - has range - - - - - - Large Scale Processing - Processing that takes place at large scales - - 2020-11-04 - accepted - Harshvardhan J. Pandit - Piero Bonatti - - @@ -262,16 +223,56 @@ has domain + + + + + Systematic Monitoring + Processing that involves systematic monitoring of individuals + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Piero Bonatti + + + + + + + + has data source + Indicates the source or origin of data being processed + 2020-11-04 + accepted + Georg P. Krog + Paul Ryan + Harshvardhan J. Pandit + + isSubTypeOf + + + + + Evaluation and Scoring + Processing that involves evaluation and scoring of individuals + + 2020-11-04 + accepted + Harshvardhan J. Pandit + Piero Bonatti + + + + + has range + isInstanceOf - - - Concept - diff --git a/dpv/modules/processing_context.ttl b/dpv/modules/processing_context.ttl index 16cea1a3d..a0ed4a20d 100644 --- a/dpv/modules/processing_context.ttl +++ b/dpv/modules/processing_context.ttl @@ -45,6 +45,7 @@ dpv:AutomatedDecisionMaking a skos:Concept, rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; skos:definition "Processing that involves automated decision making"@en ; + skos:note "“the ability to make decisions by technological means without human involvement.” (“Guidelines on Automated individual decision-making and Profiling for the purposes of Regulation 2016/679 (wp251rev.01)”, 2018, p. 8)"@en ; skos:prefLabel "Automated Decision Making"@en ; dpv:isSubTypeOf dpv:ProcessingContext . diff --git a/dpv/modules/purposes.jsonld b/dpv/modules/purposes.jsonld index a39372cd3..df7aa7bfe 100644 --- a/dpv/modules/purposes.jsonld +++ b/dpv/modules/purposes.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#CustomerCare", + "@id": "https://w3id.org/dpv#VendorSelectionAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,27 +8,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "David Hickey" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -45,28 +44,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" + "@value": "Manage selection, assessment, and evaluation related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Care" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" + "@value": "Vendor Selection Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising", + "@id": "https://w3id.org/dpv#AntiTerrorismOperations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -74,18 +68,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -102,26 +90,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised advertising" + "@value": "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Advertising" + "@value": "Anti-Terrorism Operations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Advertising" - }, - { - "@id": "https://w3id.org/dpv#Personalisation" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#EnforceSecurity", + "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -166,29 +151,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Ensure and enforce security e.g. of data, personnel" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." + "@value": "Improve customer-relationship management (CRM) processes" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Security" + "@value": "Improve Internal CRM Processes" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#OptimisationForController" + }, + { + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" } ] }, { - "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", + "@id": "https://w3id.org/dpv#NonCommercialResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -233,28 +215,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Detect and prevent fraud" + "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Fraud Prevention and Detection" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" + "@value": "Non-Commercial Research" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#PersonalisedBenefits", + "@id": "https://w3id.org/dpv#OptimisationForConsumer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -299,23 +276,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised benefits for a service" + "@value": "Optimize activities and services for consumer or user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalised Benefits" + "@value": "Optimisation for Consumer" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#ServiceRecordManagement", + "@id": "https://w3id.org/dpv#CustomerClaimsManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -334,7 +316,12 @@ "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -351,23 +338,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage invoicing, orders, and records in relation to services" + "@value": "Manage claims, including repayment of monies owed" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Order Management" + "@value": "Customer Claims Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForController", + "@id": "https://w3id.org/dpv#Advertising", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -375,27 +362,18 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -412,23 +390,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for provider or controller" + "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Controller" + "@value": "Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#CommercialResearch", + "@id": "https://w3id.org/dpv#CustomerManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -436,27 +420,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -473,28 +448,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" + "@value": "Manage past, current, and future customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Commercial Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" + "@value": "Customer Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#OptimisationForConsumer", + "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -502,27 +472,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "David Hickey" }, { - "@value": "Simon Steyskal" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -539,28 +503,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize activities and services for consumer or user" + "@value": "Manage compliance for organisation in relation to internal policies" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Optimisation for Consumer" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Custom" + "@value": "Organisation Compliance Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceOptimization" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalServiceProvision", + "@id": "https://w3id.org/dpv#PersonnelHiring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -568,7 +527,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ @@ -590,23 +549,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and provide technical processes and functions necessary for delivering services" + "@value": "Management and execution of hiring processes of personnel" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Service Provision" + "@value": "Personnel Hiring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#PersonnelManagement" } ] }, { - "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", + "@id": "https://w3id.org/dpv#Payment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -614,27 +573,18 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -651,23 +601,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise interfaces presented to the user" + "@value": "Process payment transactions in relation to service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "User Interface Personalisation" + "@value": "Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#ServiceOptimization", + "@id": "https://w3id.org/dpv#Marketing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -675,27 +625,18 @@ "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": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -712,57 +653,65 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimise services or activities" + "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" + "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Optimization" + "@value": "Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#InternalResourceOptimisation", + "@id": "https://w3id.org/dpv#hasPurpose", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Javier Fernandez" + "@value": "Javier Fernández" }, { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Elmar Kiesling" + "@value": "Mark Lizar" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Simon Steyskal" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -779,23 +728,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Optimize internal resource availability and usage for organisation" + "@value": "Indicates association with Purpose" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Internal Resource Optimisation" + "@value": "has purpose" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#SocialMediaMarketing", + "@id": "https://w3id.org/dpv#VendorManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -803,18 +757,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -831,23 +793,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing through social media" + "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Social Media" + "@value": "Vendor Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#ImproveInternalCRMProcesses", + "@id": "https://w3id.org/dpv#SellProductsToDataSubject", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -892,26 +854,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve customer-relationship management (CRM) processes" + "@value": "Sell products or services to the user, consumer, or data subjects" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Internal CRM Processes" + "@value": "Sell Products to Data Subject" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" - }, - { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationManagement", + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -919,7 +884,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -927,13 +892,15 @@ "@value": "Georg P Krog" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "David Hickey" - }, + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -950,29 +917,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." + "@value": "Monitor solvency of customers for financial diligence" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication Management" + "@value": "Customer Solvency Monitoring" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#HumanResourceManagement", + "@id": "https://w3id.org/dpv#RecordManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -987,22 +948,14 @@ { "@value": "Paul Ryan" }, - { - "@value": "David Hickey" - }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1019,19 +972,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." + "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Human Resources Management" + "@value": "Record Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1041,7 +988,7 @@ ] }, { - "@id": "https://w3id.org/dpv#DeliveryOfGoods", + "@id": "https://w3id.org/dpv#Purpose", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1053,23 +1000,22 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, { "@value": "Axel Polleres" }, { - "@value": "Elmar Kiesling" - }, + "@value": "Javier Fernández" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Fajar Ekaputra" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1086,50 +1032,42 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver goods and services requested or asked by consumer" + "@value": "The purpose of processing personal data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Delivery of Goods" + "@value": "Purpose" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#RequestedServiceProvision" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" } ] }, { - "@id": "https://w3id.org/dpv#hasSector", + "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1146,28 +1084,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" + "@value": "Manage and analyse interactions with past, current, and potential customers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has sector" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Customer Relationship Management" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Sector" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@id": "https://w3id.org/dpv#DirectMarketing", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1175,26 +1108,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1211,23 +1136,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders related to vendors" + "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Records Management" + "@value": "Direct Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#VendorSelectionAssessment", + "@id": "https://w3id.org/dpv#Personalisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1239,24 +1164,10 @@ } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -1271,23 +1182,89 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage selection, assessment, and evaluation related to vendors" + "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Selection Assessment" + "@value": "Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#OptimiseUserInterface", + "@id": "https://w3id.org/dpv#VendorRecordsManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage orders related to vendors" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Vendor Records Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#VendorManagement" + } + ] + }, + { + "@id": "https://w3id.org/dpv#OptimiseUserInterface", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1347,43 +1324,527 @@ } ] }, + { + "@id": "https://w3id.org/dpv#PersonalisedAdvertising", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Create and provide personalised advertising" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Personalised Advertising" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Advertising" + }, + { + "@id": "https://w3id.org/dpv#Personalisation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#CustomerOrderManagement", + "@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-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Manage customer orders" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Customer Order Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#CustomerManagement" + } + ] + }, { "@id": "https://w3id.org/dpv#Relation", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#LegalCompliance", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Legal Compliance" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Purpose" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SocialMediaMarketing", + "@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": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Conduct marketing through social media" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Social Media" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Marketing" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PersonalisedBenefits", + "@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": "2019-04-05" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Create and provide personalised benefits for a service" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Personalised Benefits" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServicePersonalization" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SellProducts", + "@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-08" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Sell products or services" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Sell Products" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#ServiceProvision" + } + ] + }, + { + "@id": "https://w3id.org/dpv#MemberPartnerManagement", + "@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-01" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "David Hickey" + }, + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Members and Partners Management" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#OrganisationGovernance" + } + ] + }, + { + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#PersonnelPayment", + "@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-04-20" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + { + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "Management and execution of payment of personnel" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Relation" + "@value": "Personnel Payment" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#PersonnelManagement" } ] }, { - "@id": "https://w3id.org/dpv#PersonnelManagement", + "@id": "https://w3id.org/dpv#hasSector", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "2019-04-05" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1400,23 +1861,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" + "@value": "Indicates the purpose is associated with activities in the indicated (Economic) Sector(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personnel Management" + "@value": "has sector" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#HumanResources" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Sector" } ] }, { - "@id": "https://w3id.org/dpv#Sector", + "@id": "https://w3id.org/dpv#RequestedServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1424,27 +1890,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" + "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Simon Steyskal" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1461,24 +1918,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" + "@value": "Deliver service as requested by user or consumer" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." + "@value": "Requested Service Provision" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Sector" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", + "@id": "https://w3id.org/dpv#CreateEventRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1486,18 +1942,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1514,26 +1972,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" + "@value": "Create and provide personalised recommendations for events" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Communication for Customer Care" + "@value": "Create Event Recommendations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerCare" - }, - { - "@id": "https://w3id.org/dpv#CommunicationManagement" + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" } ] }, { - "@id": "https://w3id.org/dpv#Personalisation", + "@id": "https://w3id.org/dpv#ResearchAndDevelopment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1541,12 +1996,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, + { + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1563,19 +2033,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide customisation based on attributes and/or needs of person(s) or context(s)." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "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" + "@value": "Conduct research and development for new methods, products, or services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Personalisation" + "@value": "Research and Development" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1584,6 +2048,20 @@ } ] }, + { + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, { "@id": "https://w3id.org/dpv#PurposesConcepts", "@type": [ @@ -1643,6 +2121,9 @@ { "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" }, + { + "@id": "https://w3id.org/dpv#CreditChecking" + }, { "@id": "https://w3id.org/dpv#DeliveryOfGoods" }, @@ -1661,6 +2142,12 @@ { "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" }, + { + "@id": "https://w3id.org/dpv#CounterMoneyLaundering" + }, + { + "@id": "https://w3id.org/dpv#AntiTerrorismOperations" + }, { "@id": "https://w3id.org/dpv#HumanResourceManagement" }, @@ -1724,6 +2211,12 @@ { "@id": "https://w3id.org/dpv#PersonnelManagement" }, + { + "@id": "https://w3id.org/dpv#PersonnelPayment" + }, + { + "@id": "https://w3id.org/dpv#PersonnelHiring" + }, { "@id": "https://w3id.org/dpv#PublicRelations" }, @@ -1791,128 +2284,18 @@ "@id": "https://w3id.org/dpv#VendorSelectionAssessment" }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising" - }, - { - "@id": "https://w3id.org/dpv#hasPurpose" - }, - { - "@id": "https://w3id.org/dpv#hasSector" - } - ] - }, - { - "@id": "https://w3id.org/dpv#DirectMarketing", - "@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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Conduct direct marketing i.e. marketing communicated directly to the individual" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Direct Marketing" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Marketing" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", - "@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": "2020-11-04" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Conduct analysis and reporting related to usage of services or products" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Analytics" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ + "@id": "https://w3id.org/dpv#TargetedAdvertising" + }, { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#hasPurpose" + }, + { + "@id": "https://w3id.org/dpv#hasSector" } ] }, { - "@id": "https://w3id.org/dpv#CustomerManagement", + "@id": "https://w3id.org/dpv#TargetedAdvertising", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1920,18 +2303,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1948,23 +2325,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage past, current, and future customers" + "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Management" + "@value": "Targeted Advertising" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#PersonalisedAdvertising" } ] }, { - "@id": "https://w3id.org/dpv#MemberPartnerManagement", + "@id": "https://w3id.org/dpv#ServiceRecordManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1972,26 +2349,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2008,23 +2377,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Maintain registry of shareholders, members, or partners for governance, administration, and management functions" + "@value": "Manage invoicing, orders, and records in relation to services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Members and Partners Management" + "@value": "Service Order Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#AccountManagement", + "@id": "https://w3id.org/dpv#PersonnelManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2032,18 +2401,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Paul Ryan" }, { "@value": "Harshvardhan J. Pandit" - }, + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Beatriz Esteves" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2060,23 +2431,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create, maintain, and manage accounts for purposes of providing services" + "@value": "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Account Management" + "@value": "Personnel Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#HumanResources" } ] }, { - "@id": "https://w3id.org/dpv#SellProducts", + "@id": "https://w3id.org/dpv#DisputeManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2098,6 +2469,11 @@ "@value": "Beatriz Esteves" } ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -2112,29 +2488,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation." + "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Products" + "@value": "Dispute Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#SellDataToThirdParties", + "@id": "https://w3id.org/dpv#CreateProductRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2179,73 +2549,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information to third parties" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Create and provide product recommendations e.g. suggest similar products" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Data to Third Parties" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#SellProducts" - } - ] - }, - { - "@id": "https://w3id.org/dpv#CreateEventRecommendations", - "@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": "2019-11-26" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "Create and provide personalised recommendations for events" + "@value": "Create Product Recommendations" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Create Event Recommendations" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2255,7 +2570,7 @@ ] }, { - "@id": "https://w3id.org/dpv#OrganisationComplianceManagement", + "@id": "https://w3id.org/dpv#CommunicationForCustomerCare", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2263,21 +2578,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2294,23 +2606,26 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage compliance for organisation in relation to internal policies" + "@value": "Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Compliance Management" + "@value": "Communication for Customer Care" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#CustomerCare" + }, + { + "@id": "https://w3id.org/dpv#CommunicationManagement" } ] }, { - "@id": "https://w3id.org/dpv#PublicRelations", + "@id": "https://w3id.org/dpv#HumanResourceManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2326,13 +2641,16 @@ "@value": "Paul Ryan" }, { - "@value": "Georg P Krog" + "@value": "David Hickey" }, { - "@value": "David Hickey" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://purl.org/dc/terms/source": [ @@ -2354,74 +2672,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Public Relations" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Marketing" - } - ] - }, - { - "@id": "https://w3id.org/dpv#ServiceProvision", - "@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": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" + "@value": "Manage humans and 'human resources' within the organisation for effective and efficient operations." } ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Provide service or product or activities" + "@value": "HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Provision" + "@value": "Human Resources Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2431,7 +2694,7 @@ ] }, { - "@id": "https://w3id.org/dpv#AcademicResearch", + "@id": "https://w3id.org/dpv#IdentityVerification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2476,28 +2739,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" + "@value": "Verify or authorize identity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Academic Research" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" + "@value": "Identity Verification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#CustomerOrderManagement", + "@id": "https://w3id.org/dpv#DeliveryOfGoods", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2505,23 +2763,27 @@ "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2538,37 +2800,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage customer orders" + "@value": "Deliver goods and services requested or asked by consumer" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Order Management" + "@value": "Delivery of Goods" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#CustomerManagement" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Delivery" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#RequestedServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#IdentityVerification", + "@id": "https://w3id.org/dpv#SellInsightsFromData", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2613,23 +2866,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Verify or authorize identity" + "@value": "Sell data or information relevant to insights obtained from analysis of data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Identity Verification" + "@value": "Sell Insights from Data" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#DisputeManagement", + "@id": "https://w3id.org/dpv#EnforceSecurity", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2637,23 +2896,27 @@ "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2670,23 +2933,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage disputes by natural persons, private bodies, or public authorities relevant to organisation" + "@value": "Ensure and enforce security e.g. of data, personnel" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previous \"Security\". Prefixed to distinguish from TechOrg measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Dispute Management" + "@value": "Enforce Security" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationRiskManagement", + "@id": "https://w3id.org/dpv#EnforceAccessControl", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2694,21 +2963,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2725,23 +3000,34 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage risk for organisation's activities" + "@value": "Conduct or enforce access control" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Risk Management" + "@value": "Enforce Access Control" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationGovernance" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#NonCommercialResearch", + "@id": "https://w3id.org/dpv#Sector", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2786,23 +3072,24 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO)" + "@value": "Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Non-Commercial Research" + "@value": "There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA)." } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment" + "@language": "en", + "@value": "Sector" } ] }, { - "@id": "https://w3id.org/dpv#Advertising", + "@id": "https://w3id.org/dpv#VendorPayment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2810,18 +3097,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2838,29 +3133,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads." + "@value": "Manage payment of vendors" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Advertising" + "@value": "Vendor Payment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Marketing" + "@id": "https://w3id.org/dpv#VendorManagement" } ] }, { - "@id": "https://w3id.org/dpv#ResearchAndDevelopment", + "@id": "https://w3id.org/dpv#OrganisationGovernance", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2868,27 +3157,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" + "@value": "Paul Ryan" }, { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Elmar Kiesling" + "@value": "David Hickey" }, { - "@value": "Fajar Ekaputra" - }, + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ { - "@value": "Simon Steyskal" + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2905,13 +3193,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct research and development for new methods, products, or services" + "@value": "Conduct activities and functions for organisation's governance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Research and Development" + "@value": "Organisation Governance" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -2921,7 +3209,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Purpose", + "@id": "https://w3id.org/dpv#AcademicResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2933,22 +3221,23 @@ } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Javier Fernandez" + }, { "@value": "Axel Polleres" }, { - "@value": "Javier Fernández" - } - ], - "http://purl.org/dc/terms/modified": [ + "@value": "Elmar Kiesling" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2965,51 +3254,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The purpose of processing personal data" + "@value": "Conduct or assist with research conducted in an academic context e.g. within universities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Purpose" + "@value": "Academic Research" } ], "http://www.w3.org/2004/02/skos/core#related": [ { - "@id": "https://specialprivacy.ercim.eu/langs/usage-policy#AnyPurpose" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has domain" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Education" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", + "@id": "https://w3id.org/dpv#AccountManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3017,20 +3283,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-11-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rudy Jacob" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3047,23 +3311,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide personalised recommendations" + "@value": "Create, maintain, and manage accounts for purposes of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Personalized Recommendations" + "@value": "Account Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServicePersonalization" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", + "@id": "https://w3id.org/dpv#SellDataToThirdParties", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3108,23 +3372,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve robustness and resilience of services" + "@value": "Sell data or information to third parties" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Increase Service Robustness" + "@value": "Sell Data to Third Parties" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#SellProducts" } ] }, { - "@id": "https://w3id.org/dpv#CustomerClaimsManagement", + "@id": "https://w3id.org/dpv#CommunicationManagement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3132,7 +3402,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ @@ -3140,15 +3410,13 @@ "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "David Hickey" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3165,23 +3433,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage claims, including repayment of monies owed" + "@value": "Manage communication or provide means for communication e.g. to send an email notifying some information" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Claims Management" + "@value": "Communication Management" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationGovernance", + "@id": "https://w3id.org/dpv#ServicePersonalization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3189,26 +3463,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Elmar Kiesling" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3225,23 +3500,32 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct activities and functions for organisation's governance" + "@value": "Personalise services or product or activities" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisation Governance" + "@value": "Service Personalization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" + }, + { + "@id": "https://w3id.org/dpv#Personalisation" } ] }, { - "@id": "https://w3id.org/dpv#Marketing", + "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3249,18 +3533,27 @@ "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3277,29 +3570,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was commercial interest, changed to consider Marketing a separate Purpose category by itself" + "@value": "Improve existing products and services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Marketing" + "@value": "Improve Existing Products and Services" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#ImproveExistingProductsAndServices", + "@id": "https://w3id.org/dpv#ServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3344,23 +3631,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Improve existing products and services" + "@value": "Provide service or product or activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Improve Existing Products and Services" + "@value": "Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OptimisationForController" + "@id": "https://w3id.org/dpv#Purpose" } ] }, { - "@id": "https://w3id.org/dpv#RegistrationAuthentication", + "@id": "https://w3id.org/dpv#CounterMoneyLaundering", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3368,18 +3655,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3396,59 +3677,45 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Register, authenticate, and identify users or agents in context of a service" + "@value": "Detect and prevent or mitigate money laundering" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Registration and Authentication" + "@value": "Counter Money Laundering" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection" } ] }, { - "@id": "https://w3id.org/dpv#hasPurpose", + "@id": "https://w3id.org/dpv#OrganisationRiskManagement", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Javier Fernández" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "David Hickey" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://specialprivacy.ercim.eu/" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3465,28 +3732,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates association with Purpose" + "@value": "Manage risk for organisation's activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has purpose" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Organisation Risk Management" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#OrganisationGovernance" } ] }, { - "@id": "https://w3id.org/dpv#VendorPayment", + "@id": "https://w3id.org/dpv#InternalResourceOptimisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3494,26 +3756,27 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Georg P Krog" + "@value": "Javier Fernandez" }, { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Harshvardhan J. Pandit" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Elmar Kiesling" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3530,23 +3793,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage payment of vendors" + "@value": "Optimize internal resource availability and usage for organisation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Payment" + "@value": "Internal Resource Optimisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#VendorManagement" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] }, { - "@id": "https://w3id.org/dpv#RequestedServiceProvision", + "@id": "https://w3id.org/dpv#PublicRelations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3554,18 +3817,26 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2021-09-01" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Paul Ryan" + }, { "@value": "Georg P Krog" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Beatriz Esteves" + "@value": "Harshvardhan J. Pandit" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3582,23 +3853,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Deliver service as requested by user or consumer" + "@value": "Manage and conduct public relations processes. This includes creating goodwill for the organization." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Requested Service Provision" + "@value": "Public Relations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#Marketing" } ] }, { - "@id": "https://w3id.org/dpv#RecordManagement", + "@id": "https://w3id.org/dpv#ServiceUsageAnalytics", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3606,21 +3877,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3637,23 +3905,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests" + "@value": "Conduct analysis and reporting related to usage of services or products" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Was \"UsageAnalytics\", prefixed with Service to better reflect scope" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Record Management" + "@value": "Analytics" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#LegalCompliance", + "@id": "https://w3id.org/dpv#ServiceOptimization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3661,18 +3935,27 @@ "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3689,23 +3972,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Fulfilment of obligations or requirements towards achieving compliance with law or regulations" + "@value": "Optimise services or activities" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Subclass of ServiceProvision since optimisation is usually considered part of providing services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Compliance" + "@value": "Service Optimization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#Payment", + "@id": "https://w3id.org/dpv#FraudPreventionAndDetection", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3713,18 +4002,27 @@ "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": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz Esteves" + "@value": "Axel Polleres" + }, + { + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3741,23 +4039,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process payment transactions in relation to service" + "@value": "Detect and prevent fraud" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Payment" + "@value": "Fraud Prevention and Detection" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Government" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" + "@id": "https://w3id.org/dpv#EnforceSecurity" } ] }, { - "@id": "https://w3id.org/dpv#ServicePersonalization", + "@id": "https://w3id.org/dpv#UserInterfacePersonalisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3802,32 +4105,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Personalise services or product or activities" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Subclass of ServiceProvision since personalisation is usually considered part of providing services" + "@value": "Personalise interfaces presented to the user" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Service Personalization" + "@value": "User Interface Personalisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ServiceProvision" - }, - { - "@id": "https://w3id.org/dpv#Personalisation" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#VendorManagement", + "@id": "https://w3id.org/dpv#TechnicalServiceProvision", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3835,28 +4129,14 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-01" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Paul Ryan" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "David Hickey" - }, { "@value": "Harshvardhan J. Pandit" } ], - "http://purl.org/dc/terms/source": [ - { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" - } - ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -3871,23 +4151,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage orders, payment, evaluation, and prospecting related to vendors" + "@value": "Manage and provide technical processes and functions necessary for delivering services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Vendor Management" + "@value": "Technical Service Provision" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Purpose" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#SellProductsToDataSubject", + "@id": "https://w3id.org/dpv#CustomerCare", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3932,29 +4212,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell products or services to the user, consumer, or data subjects" + "@value": "Provide assistance, resolve issues, ensure satisfaction in relation to services provided" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Was subclass of commercial interest, changed to reflect selling something" + "@value": "Customer Care" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#related": [ { - "@language": "en", - "@value": "Sell Products to Data Subject" + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Feedback" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#CustomerManagement" } ] }, { - "@id": "https://w3id.org/dpv#CustomerRelationshipManagement", + "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3962,18 +4241,20 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-11-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz" + "@value": "Rudy Jacob" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://specialprivacy.ercim.eu/" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3990,37 +4271,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Manage and analyse interactions with past, current, and potential customers" + "@value": "Create and provide personalised recommendations" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Relationship Management" + "@value": "Create Personalized Recommendations" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#ServicePersonalization" } ] }, { - "@id": "https://w3id.org/dpv#SellInsightsFromData", + "@id": "https://w3id.org/dpv#CreditChecking", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4028,27 +4295,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-04-20" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Javier Fernandez" - }, - { - "@value": "Axel Polleres" - }, - { - "@value": "Elmar Kiesling" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4065,29 +4317,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Sell data or information relevant to insights obtained from analysis of data" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something" + "@value": "Monitor, perform, or assess credit worthiness or solvency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sell Insights from Data" + "@value": "Credit Checking" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#SellProducts" + "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring" } ] }, { - "@id": "https://w3id.org/dpv#TargetedAdvertising", + "@id": "https://w3id.org/dpv#RegistrationAuthentication", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4095,12 +4341,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4117,23 +4369,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals" + "@value": "Register, authenticate, and identify users or agents in context of a service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Targeted Advertising" + "@value": "Registration and Authentication" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#PersonalisedAdvertising" + "@id": "https://w3id.org/dpv#ServiceProvision" } ] }, { - "@id": "https://w3id.org/dpv#CustomerSolvencyMonitoring", + "@id": "https://w3id.org/dpv#CommercialResearch", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4141,23 +4393,27 @@ "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": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Javier Fernandez" }, { - "@value": "Beatriz" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Axel Polleres" + }, { - "@id": "https://www.privacycommission.be/nl/model-voor-een-register-van-de-verwerkingsactiviteiten" + "@value": "Elmar Kiesling" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Simon Steyskal" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -4174,23 +4430,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Monitor solvency of customers for financial diligence" + "@value": "Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Customer Solvency Monitoring" + "@value": "Commercial Research" + } + ], + "http://www.w3.org/2004/02/skos/core#related": [ + { + "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Develop" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CustomerManagement" + "@id": "https://w3id.org/dpv#ResearchAndDevelopment" } ] }, { - "@id": "https://w3id.org/dpv#CreateProductRecommendations", + "@id": "https://w3id.org/dpv#OptimisationForController", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4235,28 +4496,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Create and provide product recommendations e.g. suggest similar products" + "@value": "Optimize activities and services for provider or controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Create Product Recommendations" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Marketing" + "@value": "Optimisation for Controller" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CreatePersonalizedRecommendations" + "@id": "https://w3id.org/dpv#ServiceOptimization" } ] }, { - "@id": "https://w3id.org/dpv#EnforceAccessControl", + "@id": "https://w3id.org/dpv#IncreaseServiceRobustness", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -4301,29 +4557,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Conduct or enforce access control" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Was previously \"Access Control\". Prefixed to distinguish from Technical Measure." + "@value": "Improve robustness and resilience of services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Enforce Access Control" - } - ], - "http://www.w3.org/2004/02/skos/core#related": [ - { - "@id": "https://specialprivacy.ercim.eu/vocabs/purposes#Login" + "@value": "Increase Service Robustness" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#EnforceSecurity" + "@id": "https://w3id.org/dpv#OptimisationForController" } ] } diff --git a/dpv/modules/purposes.n3 b/dpv/modules/purposes.n3 index 9adeb64bd..89be0309d 100644 --- a/dpv/modules/purposes.n3 +++ b/dpv/modules/purposes.n3 @@ -12,12 +12,15 @@ dpv:PurposesConcepts a skos:Collection ; skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, + dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, + dpv:CounterMoneyLaundering, dpv:CreateEventRecommendations, dpv:CreatePersonalizedRecommendations, dpv:CreateProductRecommendations, + dpv:CreditChecking, dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerManagement, @@ -50,7 +53,9 @@ dpv:PurposesConcepts a skos:Collection ; dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, + dpv:PersonnelHiring, dpv:PersonnelManagement, + dpv:PersonnelPayment, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, @@ -118,6 +123,16 @@ dpv:AccountManagement a skos:Concept, skos:prefLabel "Account Management"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:AntiTerrorismOperations a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:prefLabel "Anti-Terrorism Operations"@en ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:CommercialResearch a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -147,6 +162,16 @@ dpv:CommunicationForCustomerCare a skos:Concept, dpv:isSubTypeOf dpv:CommunicationManagement, dpv:CustomerCare . +dpv:CounterMoneyLaundering a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:prefLabel "Counter Money Laundering"@en ; + dpv:isSubTypeOf dpv:FraudPreventionAndDetection . + dpv:CreateEventRecommendations a skos:Concept, dpv:Concept ; dct:created "2019-11-26"^^xsd:date ; @@ -175,6 +200,16 @@ dpv:CreateProductRecommendations a skos:Concept, skos:related svpu:Marketing ; dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations . +dpv:CreditChecking a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:prefLabel "Credit Checking"@en ; + dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring . + dpv:CustomerClaimsManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -201,19 +236,6 @@ dpv:CustomerOrderManagement a skos:Concept, skos:prefLabel "Customer Order Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . -dpv:CustomerSolvencyMonitoring a skos:Concept, - dpv:Concept ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Monitor solvency of customers for financial diligence"@en ; - skos:prefLabel "Customer Solvency Monitoring"@en ; - dpv:isSubTypeOf dpv:CustomerManagement . - dpv:DeliveryOfGoods a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -272,22 +294,6 @@ dpv:EnforceAccessControl a skos:Concept, skos:related svpu:Login ; dpv:isSubTypeOf dpv:EnforceSecurity . -dpv:FraudPreventionAndDetection a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Detect and prevent fraud"@en ; - skos:prefLabel "Fraud Prevention and Detection"@en ; - skos:related svpu:Government ; - dpv:isSubTypeOf dpv:EnforceSecurity . - dpv:HumanResourceManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-01"^^xsd:date ; @@ -489,17 +495,25 @@ dpv:PersonalisedBenefits a skos:Concept, skos:prefLabel "Personalised Benefits"@en ; dpv:isSubTypeOf dpv:ServicePersonalization . -dpv:PersonnelManagement a skos:Concept, +dpv:PersonnelHiring a skos:Concept, dpv:Concept ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - skos:prefLabel "Personnel Management"@en ; - dpv:isSubTypeOf dpv:HumanResources . + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:prefLabel "Personnel Hiring"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . + +dpv:PersonnelPayment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:prefLabel "Personnel Payment"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . dpv:PublicRelations a skos:Concept, dpv:Concept ; @@ -784,6 +798,35 @@ dpv:CustomerRelationshipManagement a skos:Concept, skos:prefLabel "Customer Relationship Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . +dpv:CustomerSolvencyMonitoring a skos:Concept, + dpv:Concept ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor solvency of customers for financial diligence"@en ; + skos:prefLabel "Customer Solvency Monitoring"@en ; + dpv:isSubTypeOf dpv:CustomerManagement . + +dpv:FraudPreventionAndDetection a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent fraud"@en ; + skos:prefLabel "Fraud Prevention and Detection"@en ; + skos:related svpu:Government ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:OptimisationForConsumer a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -866,6 +909,18 @@ dpv:Personalisation a skos:Concept, skos:prefLabel "Personalisation"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:PersonnelManagement a skos:Concept, + dpv:Concept ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:prefLabel "Personnel Management"@en ; + dpv:isSubTypeOf dpv:HumanResources . + dpv:ServiceOptimization a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -882,22 +937,6 @@ dpv:ServiceOptimization a skos:Concept, skos:prefLabel "Service Optimization"@en ; dpv:isSubTypeOf dpv:ServiceProvision . -dpv:EnforceSecurity a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; - skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - skos:prefLabel "Enforce Security"@en ; - dpv:isSubTypeOf dpv:Purpose . - dpv:ResearchAndDevelopment a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -957,6 +996,22 @@ dpv:VendorManagement a skos:Concept, skos:prefLabel "Vendor Management"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:EnforceSecurity a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; + skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + skos:prefLabel "Enforce Security"@en ; + dpv:isSubTypeOf dpv:Purpose . + dpv:Marketing a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; diff --git a/dpv/modules/purposes.rdf b/dpv/modules/purposes.rdf index d9b78e684..4dae8995f 100644 --- a/dpv/modules/purposes.rdf +++ b/dpv/modules/purposes.rdf @@ -7,29 +7,40 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - Human Resources Management - Manage humans and 'human resources' within the organisation for effective and efficient operations. - HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. + + Members and Partners Management + Maintain registry of shareholders, members, or partners for governance, administration, and management functions 2021-09-01 accepted Paul Ryan + Georg P Krog David Hickey + Harshvardhan J. Pandit + + + + + + + Legal Compliance + Fulfilment of obligations or requirements towards achieving compliance with law or regulations + 2020-11-04 + accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Identity Verification - Verify or authorize identity + + Non-Commercial Research + Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) 2019-04-05 accepted Harshvardhan J. Pandit @@ -40,21 +51,19 @@ Simon Steyskal - + - - Delivery of Goods - Deliver goods and services requested or asked by consumer - - 2019-04-05 + + Communication Management + Manage communication or provide means for communication e.g. to send an email notifying some information + This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. + 2021-09-01 accepted + Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal @@ -76,12 +85,15 @@ + + + @@ -103,6 +115,8 @@ + + @@ -129,87 +143,89 @@ - - - Relation - - + - - Vendor Payment - Manage payment of vendors - - 2021-09-01 + + Sell Data to Third Parties + Sell data or information to third parties + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Order Management - Manage customer orders - - 2021-09-08 + + Service Provision + Provide service or product or activities + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Solvency Monitoring - Monitor solvency of customers for financial diligence + + Vendor Records Management + Manage orders related to vendors - 2021-09-08 + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz - + - - Registration and Authentication - Register, authenticate, and identify users or agents in context of a service - 2020-11-04 + + Research and Development + Conduct research and development for new methods, products, or services + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Advertising - Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication - Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. - 2020-11-04 + + Requested Service Provision + Deliver service as requested by user or consumer + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Sell Data to Third Parties - Sell data or information to third parties - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + + Personalised Benefits + Create and provide personalised benefits for a service 2019-04-05 accepted Harshvardhan J. Pandit @@ -220,12 +236,24 @@ Simon Steyskal - + - - Social Media - Conduct marketing through social media + + Anti-Terrorism Operations + Detect, prevent, mitigate, or otherwise act on anti-terrorism activities + 2022-04-20 + accepted + Harshvardhan J. Pandit + + + + + + + Marketing + Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing + Was commercial interest, changed to consider Marketing a separate Purpose category by itself 2020-11-04 accepted Georg P Krog @@ -233,13 +261,29 @@ Beatriz Esteves - + - - Service Optimization - Optimise services or activities - Subclass of ServiceProvision since optimisation is usually considered part of providing services + + Vendor Payment + Manage payment of vendors + + 2021-09-01 + accepted + Paul Ryan + Georg P Krog + David Hickey + Harshvardhan J. Pandit + + + + + + + Enforce Access Control + Conduct or enforce access control + + Was previously "Access Control". Prefixed to distinguish from Technical Measure. 2019-04-05 accepted Harshvardhan J. Pandit @@ -250,14 +294,12 @@ Simon Steyskal - + - - - Service Personalization - Personalise services or product or activities - Subclass of ServiceProvision since personalisation is usually considered part of providing services + + Increase Service Robustness + Improve robustness and resilience of services 2019-04-05 accepted Harshvardhan J. Pandit @@ -268,23 +310,26 @@ Simon Steyskal - + - - Targeted Advertising - Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals - 2022-03-30 + + Customer Relationship Management + Manage and analyse interactions with past, current, and potential customers + 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit + Beatriz - + - - Optimisation for Controller - Optimize activities and services for provider or controller + + Enforce Security + Ensure and enforce security e.g. of data, personnel + Was previous "Security". Prefixed to distinguish from TechOrg measures. 2019-04-05 accepted Harshvardhan J. Pandit @@ -295,39 +340,26 @@ Simon Steyskal - + - - Personnel Management - Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries - - 2022-03-30 + + Organisation Compliance Management + Manage compliance for organisation in relation to internal policies + 2021-09-01 accepted Paul Ryan - Harshvardhan J. Pandit - - - - - - - - Personalised Advertising - Create and provide personalised advertising - 2020-11-04 - accepted Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - Sector - Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking - There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). + + Internal Resource Optimisation + Optimize internal resource availability and usage for organisation 2019-04-05 accepted Harshvardhan J. Pandit @@ -338,35 +370,57 @@ Simon Steyskal - + - - Account Management - Create, maintain, and manage accounts for purposes of providing services - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit + + Social Media + Conduct marketing through social media + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit Beatriz Esteves - + - - Enforce Access Control - Conduct or enforce access control - - Was previously "Access Control". Prefixed to distinguish from Technical Measure. - 2019-04-05 + + Direct Marketing + Conduct direct marketing i.e. marketing communicated directly to the individual + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez + Beatriz Esteves + + + + + + + Customer Management + Manage past, current, and future customers + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz + + + + + + Purpose + The purpose of processing personal data + + + 2019-04-05 + 2020-11-04 + accepted Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Javier Fernández @@ -383,18 +437,48 @@ Beatriz Esteves - + - - Vendor Records Management - Manage orders related to vendors - - 2021-09-01 + + Academic Research + Conduct or assist with research conducted in an academic context e.g. within universities + + 2019-04-05 + accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + + Sell Insights from Data + Sell data or information relevant to insights obtained from analysis of data + Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something + 2019-04-05 + accepted + Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal + + + + + + + Counter Money Laundering + Detect and prevent or mitigate money laundering + 2022-04-20 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit @@ -416,13 +500,13 @@ Bud Bruegger - + - - Enforce Security - Ensure and enforce security e.g. of data, personnel - Was previous "Security". Prefixed to distinguish from TechOrg measures. + + + Improve Internal CRM Processes + Improve customer-relationship management (CRM) processes 2019-04-05 accepted Harshvardhan J. Pandit @@ -433,99 +517,84 @@ Simon Steyskal - + - - Members and Partners Management - Maintain registry of shareholders, members, or partners for governance, administration, and management functions - - 2021-09-01 + + Improve Existing Products and Services + Improve existing products and services + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Public Relations - Manage and conduct public relations processes. This includes creating goodwill for the organization. + + Customer Claims Management + Manage claims, including repayment of monies owed - 2021-09-01 + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz - + - - Communication Management - Manage communication or provide means for communication e.g. to send an email notifying some information - This purpose by itself does not sufficiently and clearly indicate what the communication is about. As such, it is recommended to combine it with another purpose to indicate the application. For example, Communication of Payment. + + Organisation Risk Management + Manage risk for organisation's activities 2021-09-01 accepted - Georg P Krog Paul Ryan + Georg P Krog David Hickey Harshvardhan J. Pandit - + - Technical Service Provision - Manage and provide technical processes and functions necessary for delivering services - 2021-09-08 - accepted - Harshvardhan J. Pandit - - - - - - - Sell Products to Data Subject - Sell products or services to the user, consumer, or data subjects - Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + Registration and Authentication + Register, authenticate, and identify users or agents in context of a service + 2020-11-04 accepted + Georg P Krog Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz Esteves - + - - Sell Products - Sell products or services - Sell here means exchange, submit, or provide in return for direct or indirect compensation. - 2021-09-08 + + Record Management + Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - + - - Internal Resource Optimisation - Optimize internal resource availability and usage for organisation + + Commercial Research + Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company + 2019-04-05 accepted Harshvardhan J. Pandit @@ -536,12 +605,12 @@ Simon Steyskal - + - - Service Provision - Provide service or product or activities + + Optimisation for Controller + Optimize activities and services for provider or controller 2019-04-05 accepted Harshvardhan J. Pandit @@ -552,25 +621,23 @@ Simon Steyskal - + - - Customer Relationship Management - Manage and analyse interactions with past, current, and potential customers - 2021-09-08 + + Credit Checking + Monitor, perform, or assess credit worthiness or solvency + 2022-04-20 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz - + - - Optimise User Interface - Optimize interfaces presented to the user + Sector + Indicate or restrict scope for interpretation and application of purpose in a domain e.g. Agriculture, Banking + There are various sector codes used commonly to indicate the domain of an organisation or business. Examples include NACE (EU), ISIC (UN), SIC and NAICS (USA). 2019-04-05 accepted Harshvardhan J. Pandit @@ -581,138 +648,91 @@ Simon Steyskal - + - - Optimisation for Consumer - Optimize activities and services for consumer or user - - 2019-04-05 + + Organisation Governance + Conduct activities and functions for organisation's governance + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - - Communication for Customer Care - Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided - 2020-11-04 + + Account Management + Create, maintain, and manage accounts for purposes of providing services + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - + - - Legal Compliance - Fulfilment of obligations or requirements towards achieving compliance with law or regulations - 2020-11-04 + + Customer Solvency Monitoring + Monitor solvency of customers for financial diligence + + 2021-09-08 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - - - - - - - Create Product Recommendations - Create and provide product recommendations e.g. suggest similar products - - 2019-04-05 - accepted - Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Beatriz - + - - Sell Insights from Data - Sell data or information relevant to insights obtained from analysis of data - Sell here means exchange, submit, or provide in return for direct or indirect compensation. Was subclass of commercial interest, changed to reflect selling something - 2019-04-05 + + Personnel Management + Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries + + 2022-03-30 accepted + Paul Ryan Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - - - - - - Purpose - The purpose of processing personal data - - - 2019-04-05 - 2020-11-04 - accepted - Axel Polleres - Javier Fernández - + - - Non-Commercial Research - Conduct research in a non-commercial setting e.g. for a non-profit-organisation (NGO) - 2019-04-05 + + Personalisation + Create and provide customisation based on attributes and/or needs of person(s) or context(s). + 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 - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Academic Research - Conduct or assist with research conducted in an academic context e.g. within universities - - 2019-04-05 + + Technical Service Provision + Manage and provide technical processes and functions necessary for delivering services + 2021-09-08 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + - - Customer Care - Provide assistance, resolve issues, ensure satisfaction in relation to services provided - + + Delivery of Goods + Deliver goods and services requested or asked by consumer + 2019-04-05 accepted Harshvardhan J. Pandit @@ -723,28 +743,26 @@ Simon Steyskal - + - - Vendor Management - Manage orders, payment, evaluation, and prospecting related to vendors - - 2021-09-01 + + Service Order Management + Manage invoicing, orders, and records in relation to services + 2021-09-08 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - - Improve Internal CRM Processes - Improve customer-relationship management (CRM) processes + + Sell Products to Data Subject + Sell products or services to the user, consumer, or data subjects + Was subclass of commercial interest, changed to reflect selling something 2019-04-05 accepted Harshvardhan J. Pandit @@ -755,12 +773,13 @@ Simon Steyskal - + - - Increase Service Robustness - Improve robustness and resilience of services + + Service Optimization + Optimise services or activities + Subclass of ServiceProvision since optimisation is usually considered part of providing services 2019-04-05 accepted Harshvardhan J. Pandit @@ -771,12 +790,17 @@ Simon Steyskal - + + + isSubTypeOf + + - Requested Service Provision - Deliver service as requested by user or consumer + Sell Products + Sell products or services + Sell here means exchange, submit, or provide in return for direct or indirect compensation. 2021-09-08 accepted Georg P Krog @@ -784,38 +808,41 @@ Beatriz Esteves - + - - Create Event Recommendations - Create and provide personalised recommendations for events - - 2019-11-26 + + Targeted Advertising + Create and provide pesonalised advertisement where the personalisation is targeted to a specific individual or group of individuals + 2022-03-30 accepted Harshvardhan J. Pandit - Rudy Jacob - + - - Customer Management - Manage past, current, and future customers - 2021-09-08 + + Create Product Recommendations + Create and provide product recommendations e.g. suggest similar products + + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - Direct Marketing - Conduct direct marketing i.e. marketing communicated directly to the individual + Advertising + Conduct advertising i.e. process or artefact used to call attention to a product, service, etc. through announcements, notices, or other forms of communication + Advertising is a subset of Marketing. Advertising by itself does not indicate 'personalisation' i.e. personalised ads. 2020-11-04 accepted Georg P Krog @@ -823,92 +850,85 @@ Beatriz Esteves - - - has range - - + - - Vendor Selection Assessment - Manage selection, assessment, and evaluation related to vendors - - 2021-09-01 + + + Personalised Advertising + Create and provide personalised advertising + 2020-11-04 accepted - Paul Ryan Georg P Krog - David Hickey Harshvardhan J. Pandit + Beatriz Esteves - + - - Marketing - Conduct marketing in relation to organisation or products or services e.g. promoting, selling, and distributing - Was commercial interest, changed to consider Marketing a separate Purpose category by itself - 2020-11-04 + + User Interface Personalisation + Personalise interfaces presented to the user + 2019-04-05 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Customer Claims Management - Manage claims, including repayment of monies owed - - 2021-09-08 + + Personnel Hiring + Management and execution of hiring processes of personnel + 2022-04-20 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz - + - - Analytics - Conduct analysis and reporting related to usage of services or products - Was "UsageAnalytics", prefixed with Service to better reflect scope - 2020-11-04 + + Public Relations + Manage and conduct public relations processes. This includes creating goodwill for the organization. + + 2021-09-01 accepted + Paul Ryan Georg P Krog + David Hickey Harshvardhan J. Pandit - Beatriz Esteves - - - isInstanceOf - - + - - Record Management - Manage creation, storage, and use of records relevant to operations, events, and processes e.g. to store logs or access requests - 2021-09-01 + + Optimise User Interface + Optimize interfaces presented to the user + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Fraud Prevention and Detection - Detect and prevent fraud - + + Optimisation for Consumer + Optimize activities and services for consumer or user + 2019-04-05 accepted Harshvardhan J. Pandit @@ -919,24 +939,28 @@ Simon Steyskal - + - Personalisation - Create and provide customisation based on attributes and/or needs of person(s) or context(s). - 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 + Vendor Management + Manage orders, payment, evaluation, and prospecting related to vendors + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - + - - Research and Development - Conduct research and development for new methods, products, or services + + Customer Care + Provide assistance, resolve issues, ensure satisfaction in relation to services provided + 2019-04-05 accepted Harshvardhan J. Pandit @@ -947,20 +971,17 @@ Simon Steyskal - + - User Interface Personalisation - Personalise interfaces presented to the user - 2019-04-05 + Create Personalized Recommendations + Create and provide personalised recommendations + + 2019-11-26 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Rudy Jacob @@ -976,26 +997,24 @@ Beatriz Esteves - + - - Create Personalized Recommendations - Create and provide personalised recommendations - - 2019-11-26 + + Personnel Payment + Management and execution of payment of personnel + 2022-04-20 accepted Harshvardhan J. Pandit - Rudy Jacob - + - - Commercial Research - Conduct research in a commercial setting or with intention to commercialise e.g. in a company or sponsored by a company - + + Fraud Prevention and Detection + Detect and prevent fraud + 2019-04-05 accepted Harshvardhan J. Pandit @@ -1006,115 +1025,156 @@ Simon Steyskal - + - - Personalised Benefits - Create and provide personalised benefits for a service - 2019-04-05 + + Vendor Selection Assessment + Manage selection, assessment, and evaluation related to vendors + + 2021-09-01 accepted + Paul Ryan + Georg P Krog + David Hickey Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal - + + + + + + Communication for Customer Care + Communicate with customers for assisting them, resolving issues, ensuring satisfaction in relation to services provided + 2020-11-04 + accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz Esteves + + + - Organisation Governance - Conduct activities and functions for organisation's governance + Human Resources Management + Manage humans and 'human resources' within the organisation for effective and efficient operations. + HR is a broad concept. Its management includes, amongst others - recruiting employees and intermediaries e.g. brokers, independent representatives; payroll administration, remunerations, commissions, and wages; and application of social legislation. 2021-09-01 accepted Paul Ryan - Georg P Krog David Hickey + Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves - + - - Improve Existing Products and Services - Improve existing products and services - 2019-04-05 + + Create Event Recommendations + Create and provide personalised recommendations for events + + 2019-11-26 accepted Harshvardhan J. Pandit - Javier Fernandez - Axel Polleres - Elmar Kiesling - Fajar Ekaputra - Simon Steyskal + Rudy Jacob - - + + + Concept + + + - - - has sector - Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) - 2019-04-05 + + Customer Order Management + Manage customer orders + + 2021-09-08 accepted + Georg P Krog + Harshvardhan J. Pandit + Beatriz - + - - Organisation Risk Management - Manage risk for organisation's activities - 2021-09-01 + + Identity Verification + Verify or authorize identity + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - + - - Organisation Compliance Management - Manage compliance for organisation in relation to internal policies - 2021-09-01 + + + Service Personalization + Personalise services or product or activities + Subclass of ServiceProvision since personalisation is usually considered part of providing services + 2019-04-05 accepted - Paul Ryan - Georg P Krog - David Hickey Harshvardhan J. Pandit + Javier Fernandez + Axel Polleres + Elmar Kiesling + Fajar Ekaputra + Simon Steyskal - - - Concept - has domain - + + + + + + has sector + Indicates the purpose is associated with activities in the indicated (Economic) Sector(s) + 2019-04-05 + accepted + + + - Service Order Management - Manage invoicing, orders, and records in relation to services - 2021-09-08 + Analytics + Conduct analysis and reporting related to usage of services or products + Was "UsageAnalytics", prefixed with Service to better reflect scope + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Beatriz Esteves - - - isSubTypeOf + + + isInstanceOf + + + + Relation + + + + has range diff --git a/dpv/modules/purposes.ttl b/dpv/modules/purposes.ttl index 9adeb64bd..89be0309d 100644 --- a/dpv/modules/purposes.ttl +++ b/dpv/modules/purposes.ttl @@ -12,12 +12,15 @@ dpv:PurposesConcepts a skos:Collection ; skos:member dpv:AcademicResearch, dpv:AccountManagement, dpv:Advertising, + dpv:AntiTerrorismOperations, dpv:CommercialResearch, dpv:CommunicationForCustomerCare, dpv:CommunicationManagement, + dpv:CounterMoneyLaundering, dpv:CreateEventRecommendations, dpv:CreatePersonalizedRecommendations, dpv:CreateProductRecommendations, + dpv:CreditChecking, dpv:CustomerCare, dpv:CustomerClaimsManagement, dpv:CustomerManagement, @@ -50,7 +53,9 @@ dpv:PurposesConcepts a skos:Collection ; dpv:Personalisation, dpv:PersonalisedAdvertising, dpv:PersonalisedBenefits, + dpv:PersonnelHiring, dpv:PersonnelManagement, + dpv:PersonnelPayment, dpv:PublicRelations, dpv:Purpose, dpv:RecordManagement, @@ -118,6 +123,16 @@ dpv:AccountManagement a skos:Concept, skos:prefLabel "Account Management"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:AntiTerrorismOperations a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect, prevent, mitigate, or otherwise act on anti-terrorism activities"@en ; + skos:prefLabel "Anti-Terrorism Operations"@en ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:CommercialResearch a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -147,6 +162,16 @@ dpv:CommunicationForCustomerCare a skos:Concept, dpv:isSubTypeOf dpv:CommunicationManagement, dpv:CustomerCare . +dpv:CounterMoneyLaundering a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent or mitigate money laundering"@en ; + skos:prefLabel "Counter Money Laundering"@en ; + dpv:isSubTypeOf dpv:FraudPreventionAndDetection . + dpv:CreateEventRecommendations a skos:Concept, dpv:Concept ; dct:created "2019-11-26"^^xsd:date ; @@ -175,6 +200,16 @@ dpv:CreateProductRecommendations a skos:Concept, skos:related svpu:Marketing ; dpv:isSubTypeOf dpv:CreatePersonalizedRecommendations . +dpv:CreditChecking a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor, perform, or assess credit worthiness or solvency"@en ; + skos:prefLabel "Credit Checking"@en ; + dpv:isSubTypeOf dpv:CustomerSolvencyMonitoring . + dpv:CustomerClaimsManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-08"^^xsd:date ; @@ -201,19 +236,6 @@ dpv:CustomerOrderManagement a skos:Concept, skos:prefLabel "Customer Order Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . -dpv:CustomerSolvencyMonitoring a skos:Concept, - dpv:Concept ; - dct:created "2021-09-08"^^xsd:date ; - dct:creator "Beatriz"^^xsd:string, - "Georg P Krog"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string ; - dct:source ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Monitor solvency of customers for financial diligence"@en ; - skos:prefLabel "Customer Solvency Monitoring"@en ; - dpv:isSubTypeOf dpv:CustomerManagement . - dpv:DeliveryOfGoods a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -272,22 +294,6 @@ dpv:EnforceAccessControl a skos:Concept, skos:related svpu:Login ; dpv:isSubTypeOf dpv:EnforceSecurity . -dpv:FraudPreventionAndDetection a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Detect and prevent fraud"@en ; - skos:prefLabel "Fraud Prevention and Detection"@en ; - skos:related svpu:Government ; - dpv:isSubTypeOf dpv:EnforceSecurity . - dpv:HumanResourceManagement a skos:Concept, dpv:Concept ; dct:created "2021-09-01"^^xsd:date ; @@ -489,17 +495,25 @@ dpv:PersonalisedBenefits a skos:Concept, skos:prefLabel "Personalised Benefits"@en ; dpv:isSubTypeOf dpv:ServicePersonalization . -dpv:PersonnelManagement a skos:Concept, +dpv:PersonnelHiring a skos:Concept, dpv:Concept ; - dct:created "2022-03-30"^^xsd:date ; - dct:creator "Harshvardhan J. Pandit"^^xsd:string, - "Paul Ryan"^^xsd:string ; - dct:source ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; rdfs:isDefinedBy dpv: ; sw:term_status "accepted"@en ; - skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; - skos:prefLabel "Personnel Management"@en ; - dpv:isSubTypeOf dpv:HumanResources . + skos:definition "Management and execution of hiring processes of personnel"@en ; + skos:prefLabel "Personnel Hiring"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . + +dpv:PersonnelPayment a skos:Concept, + dpv:Concept ; + dct:created "2022-04-20"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management and execution of payment of personnel"@en ; + skos:prefLabel "Personnel Payment"@en ; + dpv:isSubTypeOf dpv:PersonnelManagement . dpv:PublicRelations a skos:Concept, dpv:Concept ; @@ -784,6 +798,35 @@ dpv:CustomerRelationshipManagement a skos:Concept, skos:prefLabel "Customer Relationship Management"@en ; dpv:isSubTypeOf dpv:CustomerManagement . +dpv:CustomerSolvencyMonitoring a skos:Concept, + dpv:Concept ; + dct:created "2021-09-08"^^xsd:date ; + dct:creator "Beatriz"^^xsd:string, + "Georg P Krog"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Monitor solvency of customers for financial diligence"@en ; + skos:prefLabel "Customer Solvency Monitoring"@en ; + dpv:isSubTypeOf dpv:CustomerManagement . + +dpv:FraudPreventionAndDetection a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Detect and prevent fraud"@en ; + skos:prefLabel "Fraud Prevention and Detection"@en ; + skos:related svpu:Government ; + dpv:isSubTypeOf dpv:EnforceSecurity . + dpv:OptimisationForConsumer a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -866,6 +909,18 @@ dpv:Personalisation a skos:Concept, skos:prefLabel "Personalisation"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:PersonnelManagement a skos:Concept, + dpv:Concept ; + dct:created "2022-03-30"^^xsd:date ; + dct:creator "Harshvardhan J. Pandit"^^xsd:string, + "Paul Ryan"^^xsd:string ; + dct:source ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Management of personnel associated with the organisation e.g. evaluation and management of employees and intermediaries"@en ; + skos:prefLabel "Personnel Management"@en ; + dpv:isSubTypeOf dpv:HumanResources . + dpv:ServiceOptimization a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -882,22 +937,6 @@ dpv:ServiceOptimization a skos:Concept, skos:prefLabel "Service Optimization"@en ; dpv:isSubTypeOf dpv:ServiceProvision . -dpv:EnforceSecurity a skos:Concept, - dpv:Concept ; - dct:created "2019-04-05"^^xsd:date ; - dct:creator "Axel Polleres"^^xsd:string, - "Elmar Kiesling"^^xsd:string, - "Fajar Ekaputra"^^xsd:string, - "Harshvardhan J. Pandit"^^xsd:string, - "Javier Fernandez"^^xsd:string, - "Simon Steyskal"^^xsd:string ; - rdfs:isDefinedBy dpv: ; - sw:term_status "accepted"@en ; - skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; - skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; - skos:prefLabel "Enforce Security"@en ; - dpv:isSubTypeOf dpv:Purpose . - dpv:ResearchAndDevelopment a skos:Concept, dpv:Concept ; dct:created "2019-04-05"^^xsd:date ; @@ -957,6 +996,22 @@ dpv:VendorManagement a skos:Concept, skos:prefLabel "Vendor Management"@en ; dpv:isSubTypeOf dpv:Purpose . +dpv:EnforceSecurity a skos:Concept, + dpv:Concept ; + dct:created "2019-04-05"^^xsd:date ; + dct:creator "Axel Polleres"^^xsd:string, + "Elmar Kiesling"^^xsd:string, + "Fajar Ekaputra"^^xsd:string, + "Harshvardhan J. Pandit"^^xsd:string, + "Javier Fernandez"^^xsd:string, + "Simon Steyskal"^^xsd:string ; + rdfs:isDefinedBy dpv: ; + sw:term_status "accepted"@en ; + skos:definition "Ensure and enforce security e.g. of data, personnel"@en ; + skos:note "Was previous \"Security\". Prefixed to distinguish from TechOrg measures."@en ; + skos:prefLabel "Enforce Security"@en ; + dpv:isSubTypeOf dpv:Purpose . + dpv:Marketing a skos:Concept, dpv:Concept ; dct:created "2020-11-04"^^xsd:date ; diff --git a/dpv/modules/risk.jsonld b/dpv/modules/risk.jsonld index 5854108d2..5a1090dd9 100644 --- a/dpv/modules/risk.jsonld +++ b/dpv/modules/risk.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#Impact", + "@id": "https://w3id.org/dpv#Damage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -8,24 +8,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -42,102 +30,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The impact(s) possible or arising as a consequence from specified context" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" + "@value": "Impact that acts as or causes damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact" + "@value": "Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#RiskConcepts", - "@type": [ - "http://www.w3.org/2004/02/skos/core#Collection" - ], - "http://purl.org/dc/terms/title": [ + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@value": "Risk Concepts" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#Risk" - }, - { - "@id": "https://w3id.org/dpv#Consequence" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure" - }, - { - "@id": "https://w3id.org/dpv#Impact" - }, - { - "@id": "https://w3id.org/dpv#Benefit" - }, - { - "@id": "https://w3id.org/dpv#Detriment" - }, - { - "@id": "https://w3id.org/dpv#Damage" - }, - { - "@id": "https://w3id.org/dpv#MaterialDamage" - }, - { - "@id": "https://w3id.org/dpv#NonMaterialDamage" - }, - { - "@id": "https://w3id.org/dpv#Harm" - }, - { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" - }, - { - "@id": "https://w3id.org/dpv#RiskManagementProcedure" - }, - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" - }, - { - "@id": "https://w3id.org/dpv#hasRisk" - }, - { - "@id": "https://w3id.org/dpv#mitigatesRisk" - }, - { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure" - }, - { - "@id": "https://w3id.org/dpv#hasConsequence" - }, - { - "@id": "https://w3id.org/dpv#hasImpact" - }, + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasImpactOn" + "@language": "en", + "@value": "isInstanceOf" } ] }, { - "@id": "https://w3id.org/dpv#MaterialDamage", + "@id": "https://w3id.org/dpv#NonMaterialDamage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -167,13 +90,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes material damages" + "@value": "Impact that acts as or causes non-material damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Material Damage" + "@value": "Non-Material Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -183,48 +106,32 @@ ] }, { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" - } - ] - }, - { - "@id": "https://w3id.org/dpv#RiskManagementProcedure", + "@id": "https://w3id.org/dpv#hasImpact", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Rob Brennan" + "@value": "Julian Flake" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" - } - ], - "http://purl.org/dc/terms/source": [ + "@value": "Fajar Ekaputra" + }, { - "@id": "https://www.iso.org/iso-31000-risk-management.html" + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -241,42 +148,60 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." + "@value": "Indicates impact(s) possible or arising as consequences from specified concept" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" + "@value": "has impact" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "Risk Management Procedure" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Impact" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#hasConsequence" } ] }, { - "@id": "https://w3id.org/dpv#mitigatesRisk", + "@id": "https://w3id.org/dpv#RiskManagementProcedure", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://www.iso.org/iso-31000-risk-management.html" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -293,50 +218,110 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates risks mitigated by this concept" + "@value": "Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process." } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "mitigates risk" + "@value": "Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia" } ], - "https://w3id.org/dpv#hasDomain": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@language": "en", + "@value": "Risk Management Procedure" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "@id": "https://w3id.org/dpv#RiskConcepts", + "@type": [ + "http://www.w3.org/2004/02/skos/core#Collection" + ], + "http://purl.org/dc/terms/title": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@value": "Risk Concepts" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@language": "en", - "@value": "Relation" + "@id": "https://w3id.org/dpv#Risk" + }, + { + "@id": "https://w3id.org/dpv#Consequence" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceOfFailure" + }, + { + "@id": "https://w3id.org/dpv#Impact" + }, + { + "@id": "https://w3id.org/dpv#Benefit" + }, + { + "@id": "https://w3id.org/dpv#Detriment" + }, + { + "@id": "https://w3id.org/dpv#Damage" + }, + { + "@id": "https://w3id.org/dpv#MaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#NonMaterialDamage" + }, + { + "@id": "https://w3id.org/dpv#Harm" + }, + { + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect" + }, + { + "@id": "https://w3id.org/dpv#RiskManagementProcedure" + }, + { + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasRisk" + }, + { + "@id": "https://w3id.org/dpv#mitigatesRisk" + }, + { + "@id": "https://w3id.org/dpv#isMitigatedByMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasConsequence" + }, + { + "@id": "https://w3id.org/dpv#hasImpact" + }, + { + "@id": "https://w3id.org/dpv#hasImpactOn" } ] }, { - "@id": "https://w3id.org/dpv#hasRisk", + "@id": "https://w3id.org/dpv#Consequence", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ @@ -358,28 +343,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates applicability of Risk for this concept" + "@value": "The consequence(s) possible or arising from specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has risk" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" + "@value": "Consequence" } ], - "https://w3id.org/dpv#hasRange": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Risk" + "@id": "https://w3id.org/dpv#Context" } ] }, { - "@id": "https://w3id.org/dpv#Detriment", + "@id": "https://w3id.org/dpv#RiskMitigationMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -387,24 +367,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, { "@value": "Georg P Krog" }, { - "@value": "Fajar Ekaputra" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Beatriz Esteves" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -421,36 +395,48 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes detriments" + "@value": "Measures intended to mitigate, minimise, or prevent risk." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Detriment" + "@value": "Risk Mitigation Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#isMitigatedByMeasure", + "@id": "https://w3id.org/dpv#Harm", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -467,41 +453,31 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicate a risk is mitigated by specified measure" + "@value": "Impact that acts as or causes harms" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is mitigated by measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Risk" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + "@value": "Harm" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#Consequence", + "@id": "https://w3id.org/dpv#hasRisk", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-18" } ], "http://purl.org/dc/terms/creator": [ @@ -523,23 +499,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from specified context" + "@value": "Indicates applicability of Risk for this concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence" + "@value": "has risk" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Context" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Risk" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", + "@id": "https://w3id.org/dpv#MaterialDamage", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -569,23 +550,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising as a side-effect of specified context" + "@value": "Impact that acts as or causes material damages" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence as Side-Effect" + "@value": "Material Damage" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Damage" } ] }, { - "@id": "https://w3id.org/dpv#Damage", + "@id": "https://w3id.org/dpv#Impact", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -593,12 +574,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Julian Flake" + }, + { + "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -615,45 +608,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes damages" + "@value": "The impact(s) possible or arising as a consequence from specified context" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Damage" + "@value": "Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Impact" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" + "@language": "en", + "@value": "Impact" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#Risk", + "@id": "https://w3id.org/dpv#isMitigatedByMeasure", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-18" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -675,60 +660,41 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." + "@value": "Indicate a risk is mitigated by specified measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@value": "is mitigated by measure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#hasDomain": [ { - "@language": "en", - "@value": "has domain" + "@id": "https://w3id.org/dpv#Risk" } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + ], + "https://w3id.org/dpv#hasRange": [ { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasImpact", + "@id": "https://w3id.org/dpv#Detriment", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ @@ -762,33 +728,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates impact(s) possible or arising as consequences from specified concept" + "@value": "Impact that acts as or causes detriments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Impact" + "@value": "Detriment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasConsequence" + "@id": "https://w3id.org/dpv#Impact" } ] }, { - "@id": "https://w3id.org/dpv#RiskMitigationMeasure", + "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -796,18 +752,15 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Georg P Krog" - }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -824,23 +777,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Measures intended to mitigate, minimise, or prevent risk." + "@value": "The consequence(s) possible or arising from success of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Risk Mitigation Measure" + "@value": "Consequence of Success" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Consequence" } ] }, { - "@id": "https://w3id.org/dpv#hasImpactOn", + "@id": "https://w3id.org/dpv#hasConsequence", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -848,7 +801,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -868,6 +821,12 @@ "@value": "Beatriz Esteves" } ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2021-09-21" + } + ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { "@id": "https://w3id.org/dpv#" @@ -882,49 +841,73 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" + "@value": "Indicates consenquence(s) possible or arising from specified concept" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Removed plural suffix for consistency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has impact on" + "@value": "has consequence" } ], "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#Concept" } ], "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#Concept" + "@id": "https://w3id.org/dpv#Consequence" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasConsequenceOn" + "@language": "en", + "@value": "Relation" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfFailure", + "@id": "https://w3id.org/dpv#hasImpactOn", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-05-18" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, + { + "@value": "Julian Flake" + }, { "@value": "Georg P Krog" + }, + { + "@value": "Fajar Ekaputra" + }, + { + "@value": "Beatriz Esteves" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -941,69 +924,75 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from failure of specified context" + "@value": "Indicates the thing (e.g. plan, process, or entity) affected by an impact" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Failure" + "@value": "has impact on" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Consequence" + "@id": "https://w3id.org/dpv#Impact" } - ] - }, - { - "@id": "https://w3id.org/dpv#NonMaterialDamage", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" ], - "http://purl.org/dc/terms/created": [ + "https://w3id.org/dpv#hasRange": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-30" + "@id": "https://w3id.org/dpv#Concept" } ], - "http://purl.org/dc/terms/creator": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#hasConsequenceOn" } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "https://w3id.org/dpv#" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], - "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": "has range" } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + ] + }, + { + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@language": "en", - "@value": "Impact that acts as or causes non-material damages" + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Material Damage" + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#Damage" + "@language": "en", + "@value": "Concept" } ] }, { - "@id": "https://w3id.org/dpv#ConsequenceOfSuccess", + "@id": "https://w3id.org/dpv#ConsequenceAsSideEffect", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1011,15 +1000,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2022-03-30" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Georg P Krog" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1036,13 +1022,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "The consequence(s) possible or arising from success of specified context" + "@value": "The consequence(s) possible or arising as a side-effect of specified context" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consequence of Success" + "@value": "Consequence as Side-Effect" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1052,7 +1038,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Harm", + "@id": "https://w3id.org/dpv#Benefit", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1078,6 +1064,9 @@ }, { "@value": "Beatriz Esteves" + }, + { + "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1094,13 +1083,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact that acts as or causes harms" + "@value": "Impact(s) that acts as or causes benefits" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Harm" + "@value": "Benefit" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1110,49 +1099,34 @@ ] }, { - "@id": "https://w3id.org/dpv#hasRange", + "@id": "https://w3id.org/dpv#isSubTypeOf", "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has range" + "@value": "isSubTypeOf" } ] }, { - "@id": "https://w3id.org/dpv#Benefit", + "@id": "https://w3id.org/dpv#mitigatesRisk", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-03-23" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Julian Flake" - }, - { - "@value": "Georg P Krog" - }, - { - "@value": "Fajar Ekaputra" - }, - { - "@value": "Beatriz Esteves" - }, - { - "@value": "Axel Polleres" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1169,54 +1143,90 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact(s) that acts as or causes benefits" + "@value": "Indicates risks mitigated by this concept" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Benefit" + "@value": "mitigates risk" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#Impact" + "@id": "https://w3id.org/dpv#RiskMitigationMeasure" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Risk" } ] }, { - "@id": "https://w3id.org/dpv#hasConsequence", + "@id": "https://w3id.org/dpv#ConsequenceOfFailure", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2022-03-23" } ], "http://purl.org/dc/terms/creator": [ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Julian Flake" - }, { "@value": "Georg P Krog" - }, + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@value": "Fajar Ekaputra" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@value": "Beatriz Esteves" + "@language": "en", + "@value": "accepted" } ], - "http://purl.org/dc/terms/modified": [ + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "The consequence(s) possible or arising from failure of specified context" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Consequence of Failure" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#Consequence" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Risk", + "@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-21" + "@value": "2020-11-18" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1233,29 +1243,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates consenquence(s) possible or arising from specified concept" + "@value": "A risk or possibility or uncertainty of negative effects, impacts, or consequences." } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Removed plural suffix for consistency" + "@value": "Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has consequence" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Consequence" + "@value": "Risk" } ] } diff --git a/dpv/modules/risk.n3 b/dpv/modules/risk.n3 index 795c7d737..0b73ad5fd 100644 --- a/dpv/modules/risk.n3 +++ b/dpv/modules/risk.n3 @@ -152,7 +152,7 @@ dpv:RiskManagementProcedure a skos:Concept, dpv:hasImpact a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -168,7 +168,7 @@ dpv:hasImpact a skos:Concept, dpv:hasImpactOn a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv/modules/risk.rdf b/dpv/modules/risk.rdf index 2b5c37521..f37a4810b 100644 --- a/dpv/modules/risk.rdf +++ b/dpv/modules/risk.rdf @@ -7,33 +7,42 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - + - - - - has impact - Indicates impact(s) possible or arising as consequences from specified concept - + + + mitigates risk + Indicates risks mitigated by this concept + 2020-11-04 accepted Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves Relation - + + + + + + + is mitigated by measure + Indicate a risk is mitigated by specified measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - - Benefit - Impact(s) that acts as or causes benefits + + Impact + The impact(s) possible or arising as a consequence from specified context + Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments 2022-03-23 accepted Harshvardhan J. Pandit @@ -41,28 +50,37 @@ Georg P Krog Fajar Ekaputra Beatriz Esteves - Axel Polleres - + + + + Risk + A risk or possibility or uncertainty of negative effects, impacts, or consequences. + Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. + 2020-11-18 + accepted + Harshvardhan J. Pandit + + + - Consequence of Success - The consequence(s) possible or arising from success of specified context + Consequence of Failure + The consequence(s) possible or arising from failure of specified context 2022-03-23 accepted Harshvardhan J. Pandit Georg P Krog - + - - Impact - The impact(s) possible or arising as a consequence from specified context - Impact is a stronger notion of consequence in terms of influence, change, or effect on something e.g. for impact assessments + + Benefit + Impact(s) that acts as or causes benefits 2022-03-23 accepted Harshvardhan J. Pandit @@ -70,30 +88,30 @@ Georg P Krog Fajar Ekaputra Beatriz Esteves + Axel Polleres - - + + - - - mitigates risk - Indicates risks mitigated by this concept - 2020-11-04 + + Consequence of Success + The consequence(s) possible or arising from success of specified context + 2022-03-23 accepted Harshvardhan J. Pandit + Georg P Krog - + - - - has consequence - Indicates consenquence(s) possible or arising from specified concept - Removed plural suffix for consistency - 2020-11-04 - 2021-09-21 + + + + has impact on + Indicates the thing (e.g. plan, process, or entity) affected by an impact + 2022-05-18 accepted Harshvardhan J. Pandit Julian Flake @@ -102,13 +120,15 @@ Beatriz Esteves - - + + - - Detriment - Impact that acts as or causes detriments - 2022-03-23 + + + + has impact + Indicates impact(s) possible or arising as consequences from specified concept + 2022-05-18 accepted Harshvardhan J. Pandit Julian Flake @@ -117,32 +137,17 @@ Beatriz Esteves - + - - Damage - Impact that acts as or causes damages + + Consequence as Side-Effect + The consequence(s) possible or arising as a side-effect of specified context 2022-03-30 accepted Harshvardhan J. Pandit - - - - - Harm - Impact that acts as or causes harms - 2022-03-23 - accepted - Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - - @@ -154,41 +159,81 @@ Harshvardhan J. Pandit - + - Risk - A risk or possibility or uncertainty of negative effects, impacts, or consequences. - Risks can be associated with one or more different concepts such as purpose, processing, personal data, technical or organisational measure. - 2020-11-18 + + Consequence + The consequence(s) possible or arising from specified context + 2022-01-26 accepted Harshvardhan J. Pandit - + - - Risk Mitigation Measure - Measures intended to mitigate, minimise, or prevent risk. + + Damage + Impact that acts as or causes damages + 2022-03-30 + accepted + Harshvardhan J. Pandit + + + + + + + + has consequence + Indicates consenquence(s) possible or arising from specified concept + Removed plural suffix for consistency 2020-11-04 + 2021-09-21 accepted + Harshvardhan J. Pandit + Julian Flake Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + + + + + Risk Management Procedure + Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. + Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia + + 2019-04-05 + accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + Mark Lizar - + - - Consequence as Side-Effect - The consequence(s) possible or arising as a side-effect of specified context - 2022-03-30 + + Detriment + Impact that acts as or causes detriments + 2022-03-23 accepted Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves + + + isSubTypeOf + @@ -200,33 +245,32 @@ Harshvardhan J. Pandit - + - - Risk Management Procedure - Risk management refers to a coordinated set of activities and methods that is used to direct an organization and to control the many risks that can affect its ability to achieve objectives. The term risk management also refers to the programme that is used to manage risk. This programme includes risk management principles, a risk management framework, and a risk management process. - Data Protection Impact Assessments as per GDPR art 35, other Privacy Impact Assessments, threat severity assessment https://www.cnil.fr/en/privacy-impact-assessment-pia - - 2019-04-05 + + Risk Mitigation Measure + Measures intended to mitigate, minimise, or prevent risk. + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - - + + - - - - is mitigated by measure - Indicate a risk is mitigated by specified measure - 2022-02-09 + + Harm + Impact that acts as or causes harms + 2022-03-23 accepted Harshvardhan J. Pandit + Julian Flake + Georg P Krog + Fajar Ekaputra + Beatriz Esteves @@ -253,32 +297,13 @@ - + - has domain - - - - - - Consequence - The consequence(s) possible or arising from specified context - 2022-01-26 - accepted - Harshvardhan J. Pandit - + isInstanceOf - - - - - Consequence of Failure - The consequence(s) possible or arising from failure of specified context - 2022-03-23 - accepted - Harshvardhan J. Pandit - Georg P Krog - + + + Concept @@ -292,37 +317,12 @@ Harshvardhan J. Pandit - - - - - - - has impact on - Indicates the thing (e.g. plan, process, or entity) affected by an impact - - accepted - Harshvardhan J. Pandit - Julian Flake - Georg P Krog - Fajar Ekaputra - Beatriz Esteves - - has range - + - isInstanceOf - - - - Concept - - - - isSubTypeOf + has domain diff --git a/dpv/modules/risk.ttl b/dpv/modules/risk.ttl index 795c7d737..0b73ad5fd 100644 --- a/dpv/modules/risk.ttl +++ b/dpv/modules/risk.ttl @@ -152,7 +152,7 @@ dpv:RiskManagementProcedure a skos:Concept, dpv:hasImpact a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, @@ -168,7 +168,7 @@ dpv:hasImpact a skos:Concept, dpv:hasImpactOn a skos:Concept, dpv:Relation ; - dct:created ""^^xsd:date ; + dct:created "2022-05-18"^^xsd:date ; dct:creator "Beatriz Esteves"^^xsd:string, "Fajar Ekaputra"^^xsd:string, "Georg P Krog"^^xsd:string, diff --git a/dpv/modules/technical_organisational_measures.jsonld b/dpv/modules/technical_organisational_measures.jsonld index 7ad665d67..86597e73b 100644 --- a/dpv/modules/technical_organisational_measures.jsonld +++ b/dpv/modules/technical_organisational_measures.jsonld @@ -1,6 +1,6 @@ [ { - "@id": "https://w3id.org/dpv#ContractualTerms", + "@id": "https://w3id.org/dpv#CertificationSeal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -39,23 +39,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Contractual terms governing data handling within or with an entity" + "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "ContractualTerms" + "@value": "Certification and Seal" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#CodeOfConduct", + "@id": "https://w3id.org/dpv#Policy", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -63,21 +63,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -94,23 +94,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" + "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Code of Conduct" + "@value": "Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#SubProcessorAgreement", + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -118,7 +118,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -128,14 +128,8 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -152,42 +146,54 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" + "@value": "Impact Assessment for conducting data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Sub-Processor Agreement" + "@value": "Data Transfer Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#RecordsOfActivities", + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2019-04-04" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" + "@value": "Axel Polleres" + }, + { + "@value": "Javier Fernández" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" + }, + { + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ + { + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -204,23 +210,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of activities within some context such as maintainence tasks or governance functions" + "@value": "Indicates use or applicability of Technical or Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Records of Activities" + "@value": "has technical and organisational measure" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasDomain": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Seal", + "@id": "https://w3id.org/dpv#DesignStandard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -259,23 +270,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A seal or a mark indicating proof of certification to some certification or standard" + "@value": "A set of rules or guidelines outlining criterias for design" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Seal" + "@value": "Design Standard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#DeIdentification", + "@id": "https://w3id.org/dpv#TechnicalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -314,45 +325,36 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Removal of identity or information to reduce identifiability" + "@value": "Technical measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "De-Identification" + "@value": "Technical Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#TechnicalMeasure", + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -369,23 +371,47 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures required/followed when processing data of the declared category" + "@value": "Indicates use or applicability of Organisational measure" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Technical Measure" + "@value": "has organisational measure" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Policy", + "@id": "https://w3id.org/dpv#isInstanceOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isInstanceOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EncryptionInRest", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -393,21 +419,21 @@ "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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -424,37 +450,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols." + "@value": "Encryption of data when being stored (persistent encryption)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Policy" + "@value": "Encryption in Rest" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isInstanceOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isInstanceOf" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#CertificationSeal", + "@id": "https://w3id.org/dpv#PrivacyByDesign", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -493,13 +505,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certifications, seals, and marks indicating compliance to regulations or practices" + "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification and Seal" + "@value": "Privacy by Design" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -509,7 +521,7 @@ ] }, { - "@id": "https://w3id.org/dpv#AccessControlMethod", + "@id": "https://w3id.org/dpv#DataProcessingRecords", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -517,21 +529,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -548,23 +551,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Methods which restrict access to a place or resource" + "@value": "Records of personal data processing, whether ex-ante or ex-post" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Access Control Method" + "@value": "Data Processing Records" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#RecordsOfActivities" } ] }, { - "@id": "https://w3id.org/dpv#RegularityOfRecertification", + "@id": "https://w3id.org/dpv#Assessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -572,21 +575,12 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -603,13 +597,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Policy regarding repetition or renewal of existing certification(s)" + "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Regularity of Re-certification" + "@value": "Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -675,21 +669,7 @@ ] }, { - "@id": "https://w3id.org/dpv#Relation", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Relation" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Notice", + "@id": "https://w3id.org/dpv#ContractualTerms", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -697,21 +677,21 @@ "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": "Paul Ryan" + "@value": "Axel Polleres" }, { - "@value": "David Hickey" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -728,23 +708,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A notice is an artefact for providing information, choices, or controls" + "@value": "Contractual terms governing data handling within or with an entity" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Notice" + "@value": "ContractualTerms" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#OrganisationalMeasure", + "@id": "https://w3id.org/dpv#AuthenticationProtocols", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -783,23 +763,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Organisational measures required/followed when processing data of the declared category" + "@value": "Protocols involving validation of identity i.e. authentication of a person or information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Organisational Measure" + "@value": "Authentication Protocols" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Assessment", + "@id": "https://w3id.org/dpv#Certification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -807,104 +787,21 @@ "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": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Assessment" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - } - ] - }, - { - "@id": "https://w3id.org/dpv#CompleteAnonymisation", - "@type": [ - "https://w3id.org/dpv#Concept", - "http://www.w3.org/2004/02/skos/core#Concept" - ], - "http://purl.org/dc/terms/created": [ + "@value": "Axel Polleres" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" - } - ], - "http://purl.org/dc/terms/creator": [ + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "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" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Complete Anonymisation" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Anonymization" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isPolicyFor", - "@type": [ - "https://w3id.org/dpv#Relation", - "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-01-26" - } - ], - "http://purl.org/dc/terms/creator": [ + }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -921,75 +818,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates the context or application of policy" + "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "is policy for" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Policy" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ] - }, - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", - "@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": "2019-04-05" - } - ], - "http://purl.org/dc/terms/creator": [ - { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ - { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ - { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ - { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "The Technical and Organisational measures used." + "@value": "Certification" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "Technical and Organisational Measure" + "@id": "https://w3id.org/dpv#CertificationSeal" } ] }, { - "@id": "https://w3id.org/dpv#AuthorisationProcedure", + "@id": "https://w3id.org/dpv#RegularityOfRecertification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1028,19 +873,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Procedures for determining authorisation through permission or authority" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" + "@value": "Policy regarding repetition or renewal of existing certification(s)" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authorisation Procedure" + "@value": "Regularity of Re-certification" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1050,7 +889,7 @@ ] }, { - "@id": "https://w3id.org/dpv#EncryptionInRest", + "@id": "https://w3id.org/dpv#PrivacyNotice", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1058,21 +897,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "David Hickey" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1089,23 +928,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data when being stored (persistent encryption)" + "@value": "Represents a notice or document outlining information regarding privacy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Rest" + "@value": "Privacy Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#Notice" } ] }, { - "@id": "https://w3id.org/dpv#Consultation", + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1113,7 +952,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ @@ -1141,23 +980,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" + "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation" + "@value": "Legitimate Interest Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Assessment" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingRecords", + "@id": "https://w3id.org/dpv#CompleteAnonymisation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1165,7 +1004,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2022-02-09" } ], "http://purl.org/dc/terms/creator": [ @@ -1187,23 +1026,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Records of personal data processing, whether ex-ante or ex-post" + "@value": "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" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Records" + "@value": "Complete Anonymisation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#RecordsOfActivities" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#NDA", + "@id": "https://w3id.org/dpv#JointDataControllersAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1211,21 +1050,24 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Georg P Krog" }, { - "@value": "Rob Brennan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Beatriz Esteves" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1242,23 +1084,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Non-Disclosure Agreement (NDA)" + "@value": "Joint Data Controllers Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#SingleSignOn", + "@id": "https://w3id.org/dpv#StaffTraining", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1266,18 +1108,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1294,92 +1139,195 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." + "@value": "Practices and policies regarding training of staff members" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Single Sign On" + "@value": "Staff Training" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure", + "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", "@type": [ - "https://w3id.org/dpv#Relation", - "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://purl.org/dc/terms/title": [ { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-04" + "@value": "Technical_Organisational_Measures Concepts" } ], - "http://purl.org/dc/terms/creator": [ + "http://www.w3.org/2004/02/skos/core#member": [ { - "@value": "Axel Polleres" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" }, { - "@value": "Javier Fernández" + "@id": "https://w3id.org/dpv#TechnicalMeasure" }, { - "@value": "Harshvardhan J. Pandit" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" }, { - "@value": "Mark Lizar" + "@id": "https://w3id.org/dpv#AccessControlMethod" }, { - "@value": "Bud Bruegger" - } - ], - "http://purl.org/dc/terms/modified": [ + "@id": "https://w3id.org/dpv#Anonymization" + }, { - "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2020-11-04" - } - ], - "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ + "@id": "https://w3id.org/dpv#Assessment" + }, { - "@id": "https://w3id.org/dpv#" - } - ], - "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + "@id": "https://w3id.org/dpv#AuthenticationProtocols" + }, { - "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ + "@id": "https://w3id.org/dpv#AuthorisationProcedure" + }, { - "@language": "en", - "@value": "Indicates use or applicability of Technical or Organisational measure" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "@id": "https://w3id.org/dpv#Certification" + }, { - "@language": "en", - "@value": "has technical and organisational measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ + "@id": "https://w3id.org/dpv#CertificationSeal" + }, { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ + "@id": "https://w3id.org/dpv#CodeOfConduct" + }, { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Consultation" + }, + { + "@id": "https://w3id.org/dpv#ConsultationWithAuthority" + }, + { + "@id": "https://w3id.org/dpv#ContractualTerms" + }, + { + "@id": "https://w3id.org/dpv#CompleteAnonymisation" + }, + { + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv#DataProcessingAgreement" + }, + { + "@id": "https://w3id.org/dpv#DataProcessingRecords" + }, + { + "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv#DeIdentification" + }, + { + "@id": "https://w3id.org/dpv#DesignStandard" + }, + { + "@id": "https://w3id.org/dpv#DPIA" + }, + { + "@id": "https://w3id.org/dpv#EncryptionInRest" + }, + { + "@id": "https://w3id.org/dpv#EncryptionInTransfer" + }, + { + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + }, + { + "@id": "https://w3id.org/dpv#ImpactAssessment" + }, + { + "@id": "https://w3id.org/dpv#JointDataControllersAgreement" + }, + { + "@id": "https://w3id.org/dpv#LegalAgreement" + }, + { + "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" + }, + { + "@id": "https://w3id.org/dpv#NDA" + }, + { + "@id": "https://w3id.org/dpv#Notice" + }, + { + "@id": "https://w3id.org/dpv#PIA" + }, + { + "@id": "https://w3id.org/dpv#Policy" + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDefault" + }, + { + "@id": "https://w3id.org/dpv#PrivacyByDesign" + }, + { + "@id": "https://w3id.org/dpv#PrivacyNotice" + }, + { + "@id": "https://w3id.org/dpv#PseudoAnonymization" + }, + { + "@id": "https://w3id.org/dpv#Encryption" + }, + { + "@id": "https://w3id.org/dpv#RecordsOfActivities" + }, + { + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" + }, + { + "@id": "https://w3id.org/dpv#RegularityOfRecertification" + }, + { + "@id": "https://w3id.org/dpv#Safeguard" + }, + { + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer" + }, + { + "@id": "https://w3id.org/dpv#Seal" + }, + { + "@id": "https://w3id.org/dpv#SingleSignOn" + }, + { + "@id": "https://w3id.org/dpv#StaffTraining" + }, + { + "@id": "https://w3id.org/dpv#SubProcessorAgreement" + }, + { + "@id": "https://w3id.org/dpv#ThirdPartyAgreement" + }, + { + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasTechnicalMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" + }, + { + "@id": "https://w3id.org/dpv#hasPolicy" + }, + { + "@id": "https://w3id.org/dpv#isPolicyFor" } ] }, { - "@id": "https://w3id.org/dpv#Certification", + "@id": "https://w3id.org/dpv#AccessControlMethod", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1418,23 +1366,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Certification mechanisms, seals, and marks for the purpose of demonstrating compliance" + "@value": "Methods which restrict access to a place or resource" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Certification" + "@value": "Access Control Method" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#CertificationSeal" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DesignStandard", + "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1442,21 +1390,18 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1473,23 +1418,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A set of rules or guidelines outlining criterias for design" + "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "Tied to compliance processes and documents, decide how to specify those" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Design Standard" + "@value": "Register of Processing Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#DataProcessingRecords" } ] }, { - "@id": "https://w3id.org/dpv#hasPolicy", + "@id": "https://w3id.org/dpv#isPolicyFor", "@type": [ "https://w3id.org/dpv#Relation", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1519,33 +1470,28 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates policy applicable or used" + "@value": "Indicates the context or application of policy" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has policy" + "@value": "is policy for" } ], "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ { "@id": "https://w3id.org/dpv#Policy" } ], - "https://w3id.org/dpv#isSubTypeOf": [ + "https://w3id.org/dpv#hasRange": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#Concept" } ] }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization", + "@id": "https://w3id.org/dpv#Seal", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1570,9 +1516,62 @@ "@value": "Mark Lizar" } ], - "http://purl.org/dc/terms/source": [ + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ + { + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ + { + "@language": "en", + "@value": "A seal or a mark indicating proof of certification to some certification or standard" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Seal" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ + { + "@id": "https://w3id.org/dpv#CertificationSeal" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DataProcessingAgreement", + "@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-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ + { + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Beatriz Esteves" + }, + { + "@value": "Paul Ryan" + }, + { + "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1589,23 +1588,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "PseudoAnonmyization or '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;" + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Pseudo-Anonymization" + "@value": "Data Processing Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Anonymization" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#ImpactAssessment", + "@id": "https://w3id.org/dpv#CodeOfConduct", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1613,18 +1618,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1641,37 +1649,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." + "@value": "A set of rules or procedures outlining the norms and practices for conducting activities" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Impact Assessment" + "@value": "Code of Conduct" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" - } - ] - }, - { - "@id": "https://w3id.org/dpv#Concept", - "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#Concept" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "Concept" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#DPIA", + "@id": "https://w3id.org/dpv#Safeguard", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1679,18 +1673,21 @@ "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" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Paul Ryan" }, { - "@value": "Paul Ryan" + "@value": "Georg P Krog" + }, + { + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1707,29 +1704,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" + "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" } ], "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Top class: Impact Assessment, and DPIA is sub-class" + "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Protection Impact Assessment (DPIA)" + "@value": "Safeguard" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment", + "@id": "https://w3id.org/dpv#ImpactAssessment", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1737,7 +1734,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -1765,23 +1762,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Impact Assessment for conducting data transfers" + "@value": "Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Transfer Impact Assessment" + "@value": "Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@id": "https://w3id.org/dpv#Assessment" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDesign", + "@id": "https://w3id.org/dpv#AuthorisationProcedure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1820,13 +1817,19 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding incorporating data protection and privacy in the design of information and services" + "@value": "Procedures for determining authorisation through permission or authority" + } + ], + "http://www.w3.org/2004/02/skos/core#note": [ + { + "@language": "en", + "@value": "non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Design" + "@value": "Authorisation Procedure" } ], "https://w3id.org/dpv#isSubTypeOf": [ @@ -1836,7 +1839,7 @@ ] }, { - "@id": "https://w3id.org/dpv#EncryptionInTransfer", + "@id": "https://w3id.org/dpv#Notice", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1844,21 +1847,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2021-09-08" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Axel Polleres" + "@value": "Paul Ryan" }, { - "@value": "Rob Brennan" + "@value": "David Hickey" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -1875,23 +1878,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" + "@value": "A notice is an artefact for providing information, choices, or controls" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption in Transfer" + "@value": "Notice" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Encryption" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities", + "@id": "https://w3id.org/dpv#PIA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -1899,7 +1902,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-08" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -1927,196 +1930,183 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "Tied to compliance processes and documents, decide how to specify those" + "@value": "Carrying out an impact assessment regarding privacy risks" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Register of Processing Activities" + "@value": "Privacy Impact Assessment" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingRecords" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#Technical_Organisational_MeasuresConcepts", + "@id": "https://w3id.org/dpv#Encryption", "@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://purl.org/dc/terms/title": [ + "http://purl.org/dc/terms/created": [ { - "@value": "Technical_Organisational_Measures Concepts" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2019-04-05" } ], - "http://www.w3.org/2004/02/skos/core#member": [ - { - "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#TechnicalMeasure" - }, - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" - }, - { - "@id": "https://w3id.org/dpv#AccessControlMethod" - }, - { - "@id": "https://w3id.org/dpv#Anonymization" - }, - { - "@id": "https://w3id.org/dpv#Assessment" - }, - { - "@id": "https://w3id.org/dpv#AuthenticationProtocols" - }, - { - "@id": "https://w3id.org/dpv#AuthorisationProcedure" - }, - { - "@id": "https://w3id.org/dpv#Certification" - }, - { - "@id": "https://w3id.org/dpv#CertificationSeal" - }, - { - "@id": "https://w3id.org/dpv#CodeOfConduct" - }, - { - "@id": "https://w3id.org/dpv#Consultation" - }, - { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority" - }, - { - "@id": "https://w3id.org/dpv#ContractualTerms" - }, - { - "@id": "https://w3id.org/dpv#CompleteAnonymisation" - }, - { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement" - }, - { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" - }, - { - "@id": "https://w3id.org/dpv#DataProcessingRecords" - }, - { - "@id": "https://w3id.org/dpv#DataTransferImpactAssessment" - }, - { - "@id": "https://w3id.org/dpv#DeIdentification" - }, - { - "@id": "https://w3id.org/dpv#DesignStandard" - }, - { - "@id": "https://w3id.org/dpv#DPIA" - }, - { - "@id": "https://w3id.org/dpv#EncryptionInRest" - }, - { - "@id": "https://w3id.org/dpv#EncryptionInTransfer" - }, + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@value": "Axel Polleres" }, { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@value": "Rob Brennan" }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#LegalAgreement" - }, + "@value": "Mark Lizar" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#NDA" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#Notice" - }, + "@language": "en", + "@value": "Technical measures consisting of encryption" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#PIA" - }, + "@language": "en", + "@value": "Encryption" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Policy" - }, + "@id": "https://w3id.org/dpv#TechnicalMeasure" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ConsultationWithAuthority", + "@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#PrivacyByDefault" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#PrivacyByDesign" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#PrivacyNotice" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#PseudoAnonymization" - }, + "@value": "Paul Ryan" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#Encryption" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#RecordsOfActivities" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#RegisterOfProcessingActivities" - }, + "@language": "en", + "@value": "Consultation with an authority or authoritative entity" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#RegularityOfRecertification" - }, + "@language": "en", + "@value": "Consultation with Authority" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Safeguard" - }, + "@id": "https://w3id.org/dpv#Consultation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", + "@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#SafeguardForDataTransfer" - }, + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2022-01-26" + } + ], + "http://purl.org/dc/terms/creator": [ { - "@id": "https://w3id.org/dpv#Seal" + "@value": "Georg P Krog" }, { - "@id": "https://w3id.org/dpv#SingleSignOn" + "@value": "Harshvardhan J. Pandit" }, { - "@id": "https://w3id.org/dpv#StaffTraining" + "@value": "Beatriz Esteves" }, { - "@id": "https://w3id.org/dpv#SubProcessorAgreement" + "@value": "Paul Ryan" }, { - "@id": "https://w3id.org/dpv#ThirdPartyAgreement" - }, + "@value": "Julian Flake" + } + ], + "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" - }, + "@id": "https://w3id.org/dpv#" + } + ], + "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { - "@id": "https://w3id.org/dpv#hasTechnicalMeasure" - }, + "@language": "en", + "@value": "accepted" + } + ], + "http://www.w3.org/2004/02/skos/core#definition": [ { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure" - }, + "@language": "en", + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "https://w3id.org/dpv#hasPolicy" - }, + "@language": "en", + "@value": "Controller-Processor Agreement" + } + ], + "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#isPolicyFor" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, @@ -2167,7 +2157,21 @@ ] }, { - "@id": "https://w3id.org/dpv#StaffTraining", + "@id": "https://w3id.org/dpv#Relation", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Relation" + } + ] + }, + { + "@id": "https://w3id.org/dpv#EncryptionInTransfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2206,23 +2210,51 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices and policies regarding training of staff members" + "@value": "Encryption of data in transit e.g. when being transferred from one location to another, including sharing" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Staff Training" + "@value": "Encryption in Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Encryption" } ] }, { - "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", + "@id": "https://w3id.org/dpv#hasDomain", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has domain" + } + ] + }, + { + "@id": "https://w3id.org/dpv#hasRange", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "has range" + } + ] + }, + { + "@id": "https://w3id.org/dpv#DPIA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2230,21 +2262,18 @@ "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": "Paul Ryan" - }, { "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2261,37 +2290,29 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." + "@value": "A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "http://www.w3.org/2004/02/skos/core#note": [ { "@language": "en", - "@value": "Safeguard for Data Transfer" + "@value": "Top class: Impact Assessment, and DPIA is sub-class" } ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#Safeguard" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasDomain", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + "http://www.w3.org/2004/02/skos/core#prefLabel": [ { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" + "@language": "en", + "@value": "Data Protection Impact Assessment (DPIA)" } ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ + "https://w3id.org/dpv#isSubTypeOf": [ { - "@language": "en", - "@value": "has domain" + "@id": "https://w3id.org/dpv#ImpactAssessment" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyNotice", + "@id": "https://w3id.org/dpv#LegalAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2299,21 +2320,21 @@ "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": "Georg P Krog" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "David Hickey" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2330,45 +2351,36 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Represents a notice or document outlining information regarding privacy" + "@value": "A legally binding agreement" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Notice" + "@value": "Legal Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Notice" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#PrivacyByDefault", + "@id": "https://w3id.org/dpv#hasPolicy", "@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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2019-04-05" + "@value": "2022-01-26" } ], "http://purl.org/dc/terms/creator": [ - { - "@value": "Axel Polleres" - }, - { - "@value": "Rob Brennan" - }, { "@value": "Harshvardhan J. Pandit" - }, - { - "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2385,23 +2397,47 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" + "@value": "Indicates policy applicable or used" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy by Default" + "@value": "has policy" + } + ], + "https://w3id.org/dpv#hasDomain": [ + { + "@id": "https://w3id.org/dpv#Concept" + } + ], + "https://w3id.org/dpv#hasRange": [ + { + "@id": "https://w3id.org/dpv#Policy" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple" + "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#DataProcessingAgreement", + "@id": "https://w3id.org/dpv#Concept", + "http://www.w3.org/2000/01/rdf-schema#subClassOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#Concept" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "Concept" + } + ] + }, + { + "@id": "https://w3id.org/dpv#SubProcessorAgreement", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2437,62 +2473,56 @@ "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [ { "@language": "en", - "@value": "accepted" - } - ], - "http://www.w3.org/2004/02/skos/core#definition": [ - { - "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data" + "@value": "accepted" } ], - "http://www.w3.org/2004/02/skos/core#note": [ + "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements." + "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Data Processing Agreement" + "@value": "Sub-Processor Agreement" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#LegalAgreement" - } - ] - }, - { - "@id": "https://w3id.org/dpv#isSubTypeOf", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "isSubTypeOf" + "@id": "https://w3id.org/dpv#DataProcessingAgreement" } ] }, { - "@id": "https://w3id.org/dpv#hasOrganisationalMeasure", + "@id": "https://w3id.org/dpv#Anonymization", "@type": [ - "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": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-02-09" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ + { + "@value": "Axel Polleres" + }, + { + "@value": "Rob Brennan" + }, { "@value": "Harshvardhan J. Pandit" + }, + { + "@value": "Mark Lizar" + } + ], + "http://purl.org/dc/terms/source": [ + { + "@id": "https://eur-lex.europa.eu/eli/reg/2016/679/art_4/par_5/oj" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2509,33 +2539,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates use or applicability of Organisational measure" + "@value": "Process by which some personal identifiers are removed or identifiability is reduced" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "has organisational measure" - } - ], - "https://w3id.org/dpv#hasDomain": [ - { - "@id": "https://w3id.org/dpv#Concept" - } - ], - "https://w3id.org/dpv#hasRange": [ - { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@value": "Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#hasTechnicalOrganisationalMeasure" + "@id": "https://w3id.org/dpv#TechnicalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#Encryption", + "@id": "https://w3id.org/dpv#OrganisationalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2574,23 +2594,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Technical measures consisting of encryption" + "@value": "Organisational measures required/followed when processing data of the declared category" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Encryption" + "@value": "Organisational Measure" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#PIA", + "@id": "https://w3id.org/dpv#TechnicalOrganisationalMeasure", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2598,18 +2618,18 @@ "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": "Harshvardhan J. Pandit" - }, + "@value": "Bud Bruegger" + } + ], + "http://purl.org/dc/terms/modified": [ { - "@value": "Paul Ryan" + "@type": "http://www.w3.org/2001/XMLSchema#date", + "@value": "2020-11-04" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2626,23 +2646,18 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Carrying out an impact assessment regarding privacy risks" + "@value": "The Technical and Organisational measures used." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Privacy Impact Assessment" - } - ], - "https://w3id.org/dpv#isSubTypeOf": [ - { - "@id": "https://w3id.org/dpv#ImpactAssessment" + "@value": "Technical and Organisational Measure" } ] }, { - "@id": "https://w3id.org/dpv#Anonymization", + "@id": "https://w3id.org/dpv#PseudoAnonymization", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2686,23 +2701,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Process by which some personal identifiers are removed or identifiability is reduced" + "@value": "PseudoAnonmyization or '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;" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Anonymization" + "@value": "Pseudo-Anonymization" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#ConsultationWithAuthority", + "@id": "https://w3id.org/dpv#DeIdentification", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2710,18 +2725,21 @@ "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": "Axel Polleres" + }, + { + "@value": "Rob Brennan" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Paul Ryan" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2738,23 +2756,37 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Consultation with an authority or authoritative entity" + "@value": "Removal of identity or information to reduce identifiability" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Consultation with Authority" + "@value": "De-Identification" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Consultation" + "@id": "https://w3id.org/dpv#Anonymization" } ] }, { - "@id": "https://w3id.org/dpv#ControllerProcessorAgreement", + "@id": "https://w3id.org/dpv#isSubTypeOf", + "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ + { + "@id": "http://www.w3.org/2004/02/skos/core#broaderTransitive" + } + ], + "http://www.w3.org/2004/02/skos/core#prefLabel": [ + { + "@language": "en", + "@value": "isSubTypeOf" + } + ] + }, + { + "@id": "https://w3id.org/dpv#Consultation", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2762,7 +2794,7 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2020-11-04" } ], "http://purl.org/dc/terms/creator": [ @@ -2772,14 +2804,8 @@ { "@value": "Harshvardhan J. Pandit" }, - { - "@value": "Beatriz Esteves" - }, { "@value": "Paul Ryan" - }, - { - "@value": "Julian Flake" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2796,23 +2822,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor" + "@value": "Consultation is a process of receiving feedback, advice, or opinion from an external agency" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Controller-Processor Agreement" + "@value": "Consultation" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#LegitimateInterestAssessment", + "@id": "https://w3id.org/dpv#RecordsOfActivities", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2848,37 +2874,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller" + "@value": "Records of activities within some context such as maintainence tasks or governance functions" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legitimate Interest Assessment" + "@value": "Records of Activities" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#Assessment" - } - ] - }, - { - "@id": "https://w3id.org/dpv#hasRange", - "http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [ - { - "@id": "http://www.w3.org/2004/02/skos/core#semanticRelation" - } - ], - "http://www.w3.org/2004/02/skos/core#prefLabel": [ - { - "@language": "en", - "@value": "has range" + "@id": "https://w3id.org/dpv#OrganisationalMeasure" } ] }, { - "@id": "https://w3id.org/dpv#JointDataControllersAgreement", + "@id": "https://w3id.org/dpv#PrivacyByDefault", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2886,24 +2898,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2022-01-26" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "Georg P Krog" - }, - { - "@value": "Harshvardhan J. Pandit" + "@value": "Axel Polleres" }, { - "@value": "Beatriz Esteves" + "@value": "Rob Brennan" }, { - "@value": "Paul Ryan" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Julian Flake" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2920,23 +2929,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship" + "@value": "Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Joint Data Controllers Agreement" + "@value": "Privacy by Default" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#DataProcessingAgreement" + "@id": "https://w3id.org/dpv#GuidelinesPrinciple" } ] }, { - "@id": "https://w3id.org/dpv#AuthenticationProtocols", + "@id": "https://w3id.org/dpv#SingleSignOn", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2944,21 +2953,18 @@ "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": "Axel Polleres" - }, - { - "@value": "Rob Brennan" + "@value": "Georg P Krog" }, { "@value": "Harshvardhan J. Pandit" }, { - "@value": "Mark Lizar" + "@value": "Paul Ryan" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -2975,23 +2981,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Protocols involving validation of identity i.e. authentication of a person or information" + "@value": "Use of credentials or processes that enable using one set of credentials to authenticate multiple contexts." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Authentication Protocols" + "@value": "Single Sign On" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#TechnicalMeasure" + "@id": "https://w3id.org/dpv#AuthenticationProtocols" } ] }, { - "@id": "https://w3id.org/dpv#GuidelinesPrinciple", + "@id": "https://w3id.org/dpv#SafeguardForDataTransfer", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -2999,21 +3005,21 @@ "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": "Axel Polleres" + "@value": "David Hickey" }, { - "@value": "Rob Brennan" + "@value": "Paul Ryan" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Georg P Krog" }, { - "@value": "Mark Lizar" + "@value": "Harshvardhan J. Pandit" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3030,23 +3036,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "Guidelines or Principles regarding processing and operational measures" + "@value": "Represents a safeguard used for data transfer. Can include technical or organisational measures." } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "GuidelinesPrinciple" + "@value": "Safeguard for Data Transfer" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#Safeguard" } ] }, { - "@id": "https://w3id.org/dpv#Safeguard", + "@id": "https://w3id.org/dpv#NDA", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3054,21 +3060,21 @@ "http://purl.org/dc/terms/created": [ { "@type": "http://www.w3.org/2001/XMLSchema#date", - "@value": "2021-09-22" + "@value": "2019-04-05" } ], "http://purl.org/dc/terms/creator": [ { - "@value": "David Hickey" + "@value": "Axel Polleres" }, { - "@value": "Paul Ryan" + "@value": "Rob Brennan" }, { - "@value": "Georg P Krog" + "@value": "Harshvardhan J. Pandit" }, { - "@value": "Harshvardhan J. Pandit" + "@value": "Mark Lizar" } ], "http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [ @@ -3085,29 +3091,23 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A safeguard is a precautionary measure for the protection against or mitigation of negative effects" - } - ], - "http://www.w3.org/2004/02/skos/core#note": [ - { - "@language": "en", - "@value": "This concept is relevant given the requirement to assert safeguards in cross-border data transfers" + "@value": "Non-disclosure Agreements e.g. preserving confidentiality of information" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Safeguard" + "@value": "Non-Disclosure Agreement (NDA)" } ], "https://w3id.org/dpv#isSubTypeOf": [ { - "@id": "https://w3id.org/dpv#OrganisationalMeasure" + "@id": "https://w3id.org/dpv#LegalAgreement" } ] }, { - "@id": "https://w3id.org/dpv#LegalAgreement", + "@id": "https://w3id.org/dpv#GuidelinesPrinciple", "@type": [ "https://w3id.org/dpv#Concept", "http://www.w3.org/2004/02/skos/core#Concept" @@ -3146,13 +3146,13 @@ "http://www.w3.org/2004/02/skos/core#definition": [ { "@language": "en", - "@value": "A legally binding agreement" + "@value": "Guidelines or Principles regarding processing and operational measures" } ], "http://www.w3.org/2004/02/skos/core#prefLabel": [ { "@language": "en", - "@value": "Legal Agreement" + "@value": "GuidelinesPrinciple" } ], "https://w3id.org/dpv#isSubTypeOf": [ diff --git a/dpv/modules/technical_organisational_measures.rdf b/dpv/modules/technical_organisational_measures.rdf index 636ebd3f6..65bec336b 100644 --- a/dpv/modules/technical_organisational_measures.rdf +++ b/dpv/modules/technical_organisational_measures.rdf @@ -7,120 +7,6 @@ xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:sw="http://www.w3.org/2003/06/sw-vocab-status/ns#" > - - - - - Privacy by Design - Practices regarding incorporating data protection and privacy in the design of information and services - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - Technical Measure - Technical measures required/followed when processing data of the declared category - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - De-Identification - Removal of identity or information to reduce identifiability - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - Encryption - Technical measures consisting of encryption - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - Encryption in Transfer - Encryption of data in transit e.g. when being transferred from one location to another, including sharing - 2019-04-05 - accepted - Axel Polleres - Rob Brennan - Harshvardhan J. Pandit - Mark Lizar - - - - - - - Register of Processing Activities - A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility - Tied to compliance processes and documents, decide how to specify those - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - - - - - - - - has technical measure - Indicates use or applicability of Technical measure - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - - - Relation - - - - - - Legitimate Interest Assessment - Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller - 2021-09-08 - accepted - Georg P Krog - Harshvardhan J. Pandit - Paul Ryan - - Technical_Organisational_Measures Concepts @@ -178,45 +64,58 @@ - - + + - - Data Processing Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data - For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. + + + is policy for + Indicates the context or application of policy 2022-01-26 accepted - Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake - + - - Policy - A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. - 2021-09-08 + + Encryption in Transfer + Encryption of data in transit e.g. when being transferred from one location to another, including sharing + 2019-04-05 accepted - Paul Ryan - David Hickey - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - Assessment - The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + + Access Control Method + Methods which restrict access to a place or resource + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + + + + + + Register of Processing Activities + A ROPA is a document maintained by Data Controllers detailing processing activities carried out under their responsibility + Tied to compliance processes and documents, decide how to specify those 2021-09-08 accepted + Georg P Krog Harshvardhan J. Pandit + Paul Ryan @@ -233,23 +132,12 @@ Mark Lizar - - - - - 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 - 2022-02-09 - accepted - Harshvardhan J. Pandit - - - + - - Access Control Method - Methods which restrict access to a place or resource + + Legal Agreement + A legally binding agreement 2019-04-05 accepted Axel Polleres @@ -272,64 +160,70 @@ Harshvardhan J. Pandit - + - - Joint Data Controllers Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship - 2022-01-26 + + Seal + A seal or a mark indicating proof of certification to some certification or standard + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Beatriz Esteves - Paul Ryan - Julian Flake + Mark Lizar - + - - Third-Party Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party - 2022-02-09 + + De-Identification + Removal of identity or information to reduce identifiability + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - Privacy Impact Assessment - Carrying out an impact assessment regarding privacy risks - 2020-11-04 + + Joint Data Controllers Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between Controllers within a Joint Controllers relationship + 2022-01-26 accepted Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + Julian Flake - + - - Impact Assessment - Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. - 2020-11-04 + + Organisational Measure + Organisational measures required/followed when processing data of the declared category + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + Mark Lizar - + - - Controller-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + + Data Processing Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data + For specific role-based data processing agreements, see concepts for Processors and JointDataController agreements. 2022-01-26 accepted Georg P Krog @@ -339,12 +233,13 @@ Julian Flake - + - Regularity of Re-certification - Policy regarding repetition or renewal of existing certification(s) + Authorisation Procedure + Procedures for determining authorisation through permission or authority + non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data 2019-04-05 accepted Axel Polleres @@ -353,27 +248,39 @@ Mark Lizar - + - - Anonymization - Process by which some personal identifiers are removed or identifiability is reduced - - 2019-04-05 + + Privacy Notice + Represents a notice or document outlining information regarding privacy + 2021-09-08 accepted - Axel Polleres - Rob Brennan + Georg P Krog + Paul Ryan + David Hickey Harshvardhan J. Pandit - Mark Lizar - + - - Certification and Seal - Certifications, seals, and marks indicating compliance to regulations or practices + + Legitimate Interest Assessment + Indicates an assessment regarding the use of legitimate interest as a lawful basis by the data controller + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + Authentication Protocols + Protocols involving validation of identity i.e. authentication of a person or information 2019-04-05 accepted Axel Polleres @@ -382,12 +289,12 @@ Mark Lizar - + - - Code of Conduct - A set of rules or procedures outlining the norms and practices for conducting activities + + Non-Disclosure Agreement (NDA) + Non-disclosure Agreements e.g. preserving confidentiality of information 2019-04-05 accepted Axel Polleres @@ -396,12 +303,13 @@ Mark Lizar - + - - Design Standard - A set of rules or guidelines outlining criterias for design + + Anonymization + Process by which some personal identifiers are removed or identifiability is reduced + 2019-04-05 accepted Axel Polleres @@ -410,31 +318,36 @@ Mark Lizar - + - - Records of Activities - Records of activities within some context such as maintainence tasks or governance functions - 2021-09-08 + + Controller-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller and a Data Processor + 2022-01-26 accepted Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + Julian Flake - - + + - - Authentication Protocols - Protocols involving validation of identity i.e. authentication of a person or information - 2019-04-05 + + + has technical and organisational measure + Indicates use or applicability of Technical or Organisational measure + 2019-04-04 + 2020-11-04 accepted Axel Polleres - Rob Brennan + Javier Fernández Harshvardhan J. Pandit Mark Lizar + Bud Bruegger @@ -448,13 +361,12 @@ Harshvardhan J. Pandit - + - - Pseudo-Anonymization - PseudoAnonmyization or '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; - + + Regularity of Re-certification + Policy regarding repetition or renewal of existing certification(s) 2019-04-05 accepted Axel Polleres @@ -463,65 +375,71 @@ Mark Lizar - + - - Consultation - Consultation is a process of receiving feedback, advice, or opinion from an external agency - 2020-11-04 + + Sub-Processor Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor + 2022-01-26 accepted Georg P Krog Harshvardhan J. Pandit + Beatriz Esteves Paul Ryan + Julian Flake - + - - Consultation with Authority - Consultation with an authority or authoritative entity - 2020-11-04 + + Design Standard + A set of rules or guidelines outlining criterias for design + 2019-04-05 accepted - Georg P Krog + Axel Polleres + Rob Brennan Harshvardhan J. Pandit - Paul Ryan + Mark Lizar - + - - Data Transfer Impact Assessment - Impact Assessment for conducting data transfers - 2021-09-08 + + Consultation + Consultation is a process of receiving feedback, advice, or opinion from an external agency + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit Paul Ryan - + - - Certification - Certification mechanisms, seals, and marks for the purpose of demonstrating compliance - 2019-04-05 + + Impact Assessment + Calculating or determining the likelihood of impact of an existing or proposed process, which can involve risks or detriments. + 2020-11-04 accepted - Axel Polleres - Rob Brennan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar + Paul Ryan - + + + isSubTypeOf + + - - Seal - A seal or a mark indicating proof of certification to some certification or standard + + Certification and Seal + Certifications, seals, and marks indicating compliance to regulations or practices 2019-04-05 accepted Axel Polleres @@ -544,79 +462,84 @@ Mark Lizar - + - - Privacy Notice - Represents a notice or document outlining information regarding privacy - 2021-09-08 + + Consultation with Authority + Consultation with an authority or authoritative entity + 2020-11-04 accepted Georg P Krog - Paul Ryan - David Hickey Harshvardhan J. Pandit + Paul Ryan - + - - Non-Disclosure Agreement (NDA) - Non-disclosure Agreements e.g. preserving confidentiality of information - 2019-04-05 + + Policy + A guidance document outlining any of: procedures, plans, principles, decisions, intent, or protocols. + 2021-09-08 accepted - Axel Polleres - Rob Brennan + Paul Ryan + David Hickey + Georg P Krog Harshvardhan J. Pandit - Mark Lizar - + - - Sub-Processor Agreement - An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Processor and a Data (Sub-)Processor - 2022-01-26 + + Data Protection Impact Assessment (DPIA) + A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals + Top class: Impact Assessment, and DPIA is sub-class + 2020-11-04 accepted Georg P Krog Harshvardhan J. Pandit - Beatriz Esteves Paul Ryan - Julian Flake - - - has range + + + + + + + has policy + Indicates policy applicable or used + 2022-01-26 + accepted + Harshvardhan J. Pandit + - + - - Organisational Measure - Organisational measures required/followed when processing data of the declared category - 2019-04-05 + + Safeguard + A safeguard is a precautionary measure for the protection against or mitigation of negative effects + This concept is relevant given the requirement to assert safeguards in cross-border data transfers + 2021-09-22 accepted - Axel Polleres - Rob Brennan + David Hickey + Paul Ryan + Georg P Krog Harshvardhan J. Pandit - Mark Lizar - + - - Data Protection Impact Assessment (DPIA) - A DPIA involves determining the potential and actual impact of processing activities on individuals or groups of individuals - Top class: Impact Assessment, and DPIA is sub-class - 2020-11-04 + + Assessment + The document, plan, or process for assessment or determination towards a purpose e.g. assessment of legality or impact assessments + 2021-09-08 accepted - Georg P Krog Harshvardhan J. Pandit - Paul Ryan @@ -633,19 +556,44 @@ Harshvardhan J. Pandit - - + + - - - - has organisational measure - Indicates use or applicability of Organisational measure + + 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 2022-02-09 accepted Harshvardhan J. Pandit + + + + + Records of Activities + Records of activities within some context such as maintainence tasks or governance functions + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + Privacy by Default + Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + + @@ -659,28 +607,26 @@ Paul Ryan - - - isInstanceOf - - - + + - - - is policy for - Indicates the context or application of policy - 2022-01-26 + + Staff Training + Practices and policies regarding training of staff members + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - + - - GuidelinesPrinciple - Guidelines or Principles regarding processing and operational measures + + Certification + Certification mechanisms, seals, and marks for the purpose of demonstrating compliance 2019-04-05 accepted Axel Polleres @@ -689,12 +635,12 @@ Mark Lizar - + - Legal Agreement - A legally binding agreement + Privacy by Design + Practices regarding incorporating data protection and privacy in the design of information and services 2019-04-05 accepted Axel Polleres @@ -703,12 +649,12 @@ Mark Lizar - + - - Staff Training - Practices and policies regarding training of staff members + + Encryption + Technical measures consisting of encryption 2019-04-05 accepted Axel Polleres @@ -717,29 +663,49 @@ Mark Lizar - + + + + Technical and Organisational Measure + The Technical and Organisational measures used. + 2019-04-05 + 2020-11-04 + accepted + Bud Bruegger + + + - - has technical and organisational measure - Indicates use or applicability of Technical or Organisational measure - 2019-04-04 - 2020-11-04 + + + has technical measure + Indicates use or applicability of Technical measure + 2022-02-09 accepted - Axel Polleres - Javier Fernández Harshvardhan J. Pandit - Mark Lizar - Bud Bruegger - + - - Privacy by Default - Practices regarding selecting appropriate data protection and privacy measures as the 'default' in an activity or service + + Data Transfer Impact Assessment + Impact Assessment for conducting data transfers + 2021-09-08 + accepted + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan + + + + + + + Technical Measure + Technical measures required/followed when processing data of the declared category 2019-04-05 accepted Axel Polleres @@ -752,28 +718,53 @@ Concept - + + + + + + + has organisational measure + Indicates use or applicability of Organisational measure + 2022-02-09 + accepted + Harshvardhan J. Pandit + + + - Technical and Organisational Measure - The Technical and Organisational measures used. - 2019-04-05 - 2020-11-04 + + Privacy Impact Assessment + Carrying out an impact assessment regarding privacy risks + 2020-11-04 accepted - Bud Bruegger + Georg P Krog + Harshvardhan J. Pandit + Paul Ryan - - - has domain + + + + + Pseudo-Anonymization + PseudoAnonmyization or '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; + + 2019-04-05 + accepted + Axel Polleres + Rob Brennan + Harshvardhan J. Pandit + Mark Lizar + - + - Authorisation Procedure - Procedures for determining authorisation through permission or authority - non-technical authorisation procedures: How is it described on an organisational level, who gets access to the data + GuidelinesPrinciple + Guidelines or Principles regarding processing and operational measures 2019-04-05 accepted Axel Polleres @@ -782,36 +773,45 @@ Mark Lizar - + - - Safeguard - A safeguard is a precautionary measure for the protection against or mitigation of negative effects - This concept is relevant given the requirement to assert safeguards in cross-border data transfers - 2021-09-22 + + Third-Party Agreement + An agreement outlining conditions, criteria, obligations, responsibilities, and specifics for carrying out processing of personal data between a Data Controller or Processor and a Third Party + 2022-02-09 accepted - David Hickey - Paul Ryan - Georg P Krog Harshvardhan J. Pandit - - + + + has domain + + + - - - - has policy - Indicates policy applicable or used - 2022-01-26 + + Code of Conduct + A set of rules or procedures outlining the norms and practices for conducting activities + 2019-04-05 accepted + Axel Polleres + Rob Brennan Harshvardhan J. Pandit + Mark Lizar - - - isSubTypeOf + + + isInstanceOf + + + + Relation + + + + has range diff --git a/dpv/proposed.json b/dpv/proposed.json index 9d0068237..832ef6d25 100644 --- a/dpv/proposed.json +++ b/dpv/proposed.json @@ -1 +1 @@ -{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["CreditChecking", "CounterMoneyLaundering", "AntiTerrorismOperations", "PersonnelPayment", "PersonnelHiring", "TagManagement"], "context": ["Status", "ActivityStatus", "ActivityProposed", "ActivityOngoing", "ActivityHalted", "ActivityCompleted", "ComplianceStatus", "Compliant", "Incompliant", "PartiallyCompliant", "NotCompliant", "ViolationOfCompliance", "AuditStatus", "AuditApproved", "AuditRejected", "AuditRequested", "hasStatus", "hasComplianceStatus", "hasActivityStatus"], "risk": ["hasConsequenceOn"], "processing": ["Generate", "Infer", "Match"], "technical_organisational_measures": ["isRequiredFor"], "entities_datasubject": ["hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file +{"personal_data": ["AnonymisedDataWithinContext"], "purposes": ["TagManagement", "MaintainCreditCheckingDatabase", "MaintainCreditRatingDatabase", "MaintainFraudDatabase"], "context": ["Scope", "ContinousFrequency", "OftenFrequency", "SporadicFrequency", "SingularFrequency", "EndlessDuration", "TemporalDuration", "UntilEventDuration", "UntilTimeDuration", "FixedOccurencesDuration", "Justification", "hasScope", "hasJustification"], "risk": ["hasConsequenceOn"], "processing": ["Access", "Assess", "Filter", "Monitor", "Modify", "Observe", "Screen"], "processing_context": ["AutomationOfProcessing", "FullyAutomatedProcessing", "AutomatedProcessingWithHumanVerification", "AutomatedProcessingWithHumanOversight", "AutomatedProcessingWithHumanInput", "PartiallyAutomatedProcessing", "CompletelyManualProcessing", "Scale", "DataVolume", "DataSubjectScale", "GeographicScale", "MassiveDataVolume", "HugeDataVolume", "LargeDataVolume", "MediumDataVolume", "SmallDataVolume", "SporadicDataVolume", "SingularDataVolume", "MassiveScaleOfDataSubjects", "HugeScaleOfDataSubjects", "LargeScaleOfDataSubjects", "MediumScaleOfDataSubjects", "SmallScaleOfDataSubjects", "SporadicScaleOfDataSubjects", "SingularScaleOfDataSubjects", "MassiveGeographicScale", "HugeGeographicScale", "LargeGeographicScale", "MediumGeographicScale", "SmallGeographicScale", "SporadicGeographicScale", "SingularGeographicScale", "GeographicCoverage", "GlobalScale", "NearlyGlobalScale", "MultiNationalScale", "NationalScale", "RegionalScale", "LocalityScale", "WithinEnvironmentScale", "hasScale"], "technical_organisational_measures": ["ConsultationWithDPO", "ConsultationWithDataSubject", "CredentialManagement", "DataBackupProtocols", "PhysicalAccessControlMethod", "isRequiredFor"], "entities_datasubject": ["MentallyVulnerableDataSubject", "AsylumSeeker", "ElderlyDataSubject", "hasAgeOfMaturity"], "legal_basis": ["EULA", "TermsOfService"]} \ No newline at end of file
IRI `https://w3id.org/dpv#VitalInterestOfNaturalPerson`